For the complete documentation index, see llms.txt. This page is also available as Markdown.

NFT Info

Returns contract and social information of a requested NFT project

https://api.vechainstats.com/v2/nft/info
    ?id=exoworlds
    &expanded=true
    &VCS_API_KEY=your_api_key
Parameter
Description

id

The ID of a NFT project, can be found in the NFT Token List endpoint

expanded

Either true or false. Setting this option to true expands the response with extra information.

{
    "status": {
        "success": true,
        "message": "OK"
    },
    "data": {
        "name": "ExoWorlds",
        "type": "vip181",
        "contract": "0x3473c5282057d7beda96c1ce0fe708e890764009",
        "creation_timestamp": 1646405820,
        "creation_block": "11588518",
        "deployer_address": "0x2028de2ef48d4d3feffe15a9187789e6c95bbc90",
        "website": "https://exoworlds.io",
        "telegram": null,
        "twitter": "https://twitter.com/ExoWorldsNFT",
        "reddit": null,
        "medium": "https://medium.com/@ExoWorlds",
        "github": null,
        "token_holders": 894
    },
    "meta": {
        "id": "exoworlds",
        "expanded": true,
        "timestamp": 1695302161
    }
}

Last updated