cURL
curl --request GET \ --url https://api.shuriken.trade/api/v2/tokens/{tokenId} \ --header 'Authorization: Bearer <token>'
{ "data": { "address": "<string>", "chain": "<string>", "decimals": 1, "name": "<string>", "symbol": "<string>", "tokenId": "<string>" }, "requestId": "<string>", "pagination": { "hasMore": true, "limit": 1, "page": 1, "total": 1 } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Token ID in chain:address format
Token metadata
V2 success response envelope
Show child attributes
Page-based pagination info