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>'
[
  [
    "<string>",
    123
  ]
]

Need Help?

https://mintcdn.com/dflow/a8Yx7HBusmKl4Z7w/images/meteor-icons_discord.svg?fit=max&auto=format&n=a8Yx7HBusmKl4Z7w&q=85&s=0ea834bc8a9fa3fe161ba181329effda

Join Our Discord

Connect with other developers, get help, and stay updated on the latest DFlow developments.
https://mintcdn.com/dflow/a8Yx7HBusmKl4Z7w/images/meteor-icons_telegram.svg?fit=max&auto=format&n=a8Yx7HBusmKl4Z7w&q=85&s=e928c5dd68311ff0d419936a35c86eed

Dev Notifications

Join the DFlow Dev Notifications Telegram group to stay in the loop on new features and other announcements.

Authorizations

x-api-key
string
header
required

API key for authentication. Contact hello@dflow.net to obtain an API key.

Response

List of supported token mints with decimals

[0]
string
[1]
integer
Example:
[
[
"So11111111111111111111111111111111111111112",
9
],
[
"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
6
]
]