SDK Explorer

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.

Parameters
GetTokenInput
object
Required

Represents the input parameters for retrieving a token.

id
string
Required

The ID of the token to retrieve.

Responses
Example
1const response = await client.getToken({
2  id: 'uuid-token-id',
3})
4console.log(response.data?.token)
Did this page help you?
© 2023-2025 Circle Technology Services, LLC. All rights reserved.