cURL
curl --request GET \ --url https://api.suave.ag/v1/tokens
[ { "chain_to_address": {}, "symbol": "<string>", "decimals": 123, "chains": [ {} ], "name": "<string>", "logoURI": "<string>" } ]
We continuously expand our API with new tokens and chains, so make sure to check this endpoint regularly for the latest updates.
Ok
The response is of type object[].
object[]