cURL
curl --request GET \ --url https://api.sandbox.sardine.ai/v1/supported-tokens \ --header 'Authorization: Basic <encoded-value>'
{ "data": [ { "token": "<string>", "tokenName": "<string>", "network": "<string>", "decimals": 123, "chainId": 123, "tokenAddress": "<string>" } ] }
Fetch list of tokens supported.
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Basic <encoded-value>
<encoded-value>
username:password
OK
Show child attributes
Symbol of cryptocurrency
Full name of cryptocurrency
Name of network, token is available on
Number of decimal points that the crypto can have
chainID if network is EVM compatible
address if token is ERC-20