REST API: List all tokens (compact)
List every token traded on SaucerSwap in compact form: token id, symbol, decimals, icon path, price in tinybar and USD, and due-diligence flags.
Authorizations
API key provisioned by the SaucerSwap team. Request one from [email protected] and send it in the x-api-key header with every request.
Headers
API key for authentication. Request a key from [email protected].
"YOUR_API_KEY"
Response
Successful response
Token id (shard.realm.num)
"0.0.731861"
Relative path to token icon
"/images/tokens/sauce.svg"
Token symbol
"SAUCE"
Token decimal places
6
Token price in tinybar
"36806544"
Token price in USD
0.01760954
Token due diligence completed?
true
Token has fees on transfer?
false