{ "opencollection": "1.0.0", "info": { "name": "DFlow Aggregator admin tokens API", "version": "0.1.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "tokens", "type": "folder" }, "items": [ { "info": { "name": "Returns a list of supported token mints, specically any mints that a pool for trading was\navailable atleast once in the lifetime of the server.", "type": "http" }, "http": { "method": "GET", "url": "https://quote-api.dflow.net/tokens" }, "docs": "Returns a list of supported token mints, specically any mints that a pool for trading was\navailable atleast once in the lifetime of the server." }, { "info": { "name": "Returns a list of supported token mints and their decimals, specically any mints that a pool for trading was\navailable atleast once in the lifetime of the server.", "type": "http" }, "http": { "method": "GET", "url": "https://quote-api.dflow.net/tokens-with-decimals" }, "docs": "Returns a list of supported token mints and their decimals, specically any mints that a pool for trading was\navailable atleast once in the lifetime of the server." } ] } ], "bundled": true }