Skip to main content
GET
/
tokens-with-decimals
Returns a list of supported token mints and their decimals, specically any mints that a pool for trading was available atleast once in the lifetime of the server.
curl --request GET \
  --url https://quote-api.dflow.net/tokens-with-decimals \
  --header 'x-api-key: <api-key>'
[
  [
    "<unknown>"
  ]
]

Authorizations

x-api-key
string
header
required

API key for authentication. Contact [email protected] to obtain an API key.

Response

List of supported token mints with decimals

Required array length: 2 elements
Example:
[
[
"So11111111111111111111111111111111111111112",
9
],
[
"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
6
]
]