Skip to main content

Get Non Fungible Token

GET 

/api/v1/nfts/:tokenAddress

Free [3 Credits]

Retrieve non-fungible-token.


Request

Path Parameters

    tokenAddress stringrequired

    token address

Responses

OK

Schema

    contract_type Contract Type (string)

    Possible values: [ERC20, KIP7, KIP17, KIP37, ERC721, ERC1155, CONSENSUS_NODE, CUSTOM, UNKNOWN, UNKNOWN_]

    name NFT Name (string)
    symbol NFT Symbol (string)
    icon NFT Image (string)
    total_supply Total NFT Supply (number)required
    total_transfers int64required
    holder_count int64required
    official_site Official Site URL (string)
Loading...