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
symbol
string
required
decimals
number
required
name
string
required
logoURI
string
required
chain_to_address
object

Construct a type with a set of properties K of type T

chains
object[]