NFT Token List
Returns a list of all NFT projects supported on VeChain Stats.
https://api.vechainstats.com/v2/nft/list
?VCS_API_KEY=your_api_key
Output below is shortened and only serves as an example
{
"status": {
"success": true,
"message": "OK"
},
"data": [
{
"id": "exoworlds",
"name": "ExoWorlds",
"type": "vip181",
"nfts": 10000,
"contract": "0x3473c5282057d7beda96c1ce0fe708e890764009"
},
{
"id": "nemesis",
"name": "Nemesis",
"type": "vip181",
"nfts": 2500,
"contract": "0x09985f776ae2c175106d8febf5360f6b380db582"
},
{
"id": "sharks_of_anarchy",
"name": "Sharks of Anarchy",
"type": "vip181",
"nfts": 752,
"contract": "0x072adc303f7ccf96c04fddadcb049e087bbb6dfc"
}
],
"meta": {
"count": 184,
"timestamp": 1695301915
}
}
Last updated
Was this helpful?