GET
/
v1
/
tokens
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.

Response

200 - application/json

Ok

The response is of type object[].