Get token details by id

GET {{baseUrl}}/tokens/:id

Fetches details of a specific token given its unique identifier. Every token in your network of wallets has a UUID associated with it, regardless of whether it's already recognized or was added as a monitored token.

https://developers.circle.com/w3s/reference/gettokenid-1

RESPONSES

status: OK

{"data":{"token":{"id":"5797fbd6-3795-519d-84ca-ec4c5f80c3b1","blockchain":"ETH-SEPOLIA","tokenAddress":"0x1c7d4b196cb0c7b01d743fbc6116a902379c7238","standard":"ERC20","name":"USDC","symbol":"USDC","decimals":6,"isNative":false,"updateDate":"2024-01-19T09:14:43Z","createDate":"2024-01-19T09:14:43Z"}}}