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
RESPONSES
status: OK
{"data":{"token":{"id":"73eab1a4-02e9-5ce6-bb5f-c6d0fbdb93bb","blockchain":"ETH-GOERLI","tokenAddress":"0x07865c6e87b9f70255377e024ace6630c1eaa37f","standard":"ERC20","name":"USD Coin","symbol":"USDC","decimals":6,"isNative":false,"updateDate":"2023-06-29T21:30:13Z","createDate":"2023-06-29T21:30:13Z"}}}