Wallet Experience APIs
GET Tokens
Get metadata about a given token, including floor prices, spam scores, and cached image and video assets.
GET
/
v2
/
tokens
/
{coinType}
/
{chainId}
/
{contractAddress}
/
{tokenId}
Path
coinType
string
requiredThe coin type of the token.
chainId
string
requiredThe chain ID of the token.
contractAddress
string
requiredThe contract address of the token.
tokenId
string
requiredThe ID of the token.