Though this endpoint customers can obtain information about token details. This can be done by providing the contact address
parameter.
Represents the name of the blockchain network used; blockchain networks are usually identical as technology and software
Defines the specific address of the contract.
In batch situations the user can use the context to correlate responses with requests. This property is present regardless of whether the response was successful or returned as an error. context
is specified by the user.
Specifies the version of the API that incorporates this endpoint.
Defines the ID of the request. The requestId
is generated by Crypto APIs and it's unique for every request.
In batch situations the user can use the context to correlate responses with requests. This property is present regardless of whether the response was successful or returned as an error. context
is specified by the user.
Object representation of the collection
String representation of the collection's address
Boolean representation of the collection's verification status
String representation of the token's decimals
String representation of the token's description
String representation of the token's image
String representation of the token's name
String representation of the token's symbol
String
String representation of the token's type
API Key
{
"apiVersion": "2023-04-25",
"requestId": "601c1710034ed6d407996b30",
"context": "yourExampleString",
"data": {
"item": {
"collection": {
"address": "69k55dCTwiUPNgaTZ8FVMADorTvEGJEGuAGEB7m1qB1S",
"verified": "true"
},
"decimals": "0",
"description": "A Community Brand Capturing the Spirit of Perseverance and Ambition, in Style",
"image": "https://ipfs.io/ipfs/QmQ5TWTtXoKeupMucMUuss8pCbt3ZyyfV3frCKPjzzJXQf/8877.png",
"name": "BoDoggos #8877",
"symbol": "DOG",
"totalSupply": "1",
"type": ""
}
}
}