Skip to main content
GET
/
v1
/
tokens
cURL
curl --request GET \
  --url https://checkout.suave.money/v1/tokens
[
  {
    "symbol": "<string>",
    "decimals": 123,
    "name": "<string>",
    "logoURI": "<string>",
    "chain_to_address": {},
    "chains": [
      {}
    ]
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.suave.money/llms.txt

Use this file to discover all available pages before exploring further.

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<double>
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[]