SDK Explorer
/
Fetches details of a specific token.
Represents the input parameters for retrieving a token.
The ID of the token to retrieve.
1const response = await client.getToken({ 2 id: 'token-id', 3}) 4console.log(response.data?.token)