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
]
]Tokens
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.
curl --request GET \
--url https://quote-api.dflow.net/tokens-with-decimals \
--header 'x-api-key: <api-key>'[
[
"<string>",
123
]
]Documentation Index
Fetch the complete documentation index at: https://pond.dflow.net/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key for authentication. Contact hello@dflow.net to obtain an API key.
⌘I