{ "opencollection": "1.0.0", "info": { "name": "Tesser Accounts Currencies API", "version": "v1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Currencies", "type": "folder" }, "items": [ { "info": { "name": "Get available currencies", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/currencies", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Retrieve list of all supported currencies (crypto and fiat). Returns an array with currency name, key, decimals, and network information." } ] } ], "bundled": true }