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.
Copy
Ask AI
curl --request GET \ --url https://quote-api.dflow.net/tokens-with-decimals \ --header 'x-api-key: <api-key>'
Copy
Ask AI
[ [ "<string>", 123 ]]
Token API Endpoints
Get Token List with Decimals
API reference for GET /tokens-with-decimals
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.
Copy
Ask AI
curl --request GET \ --url https://quote-api.dflow.net/tokens-with-decimals \ --header 'x-api-key: <api-key>'