{ "opencollection": "1.0.0", "info": { "name": "Business Accounting Configuration API", "version": "1.0" }, "items": [ { "info": { "name": "Configuration", "type": "folder" }, "items": [ { "info": { "name": "Get all currencies", "type": "http" }, "http": { "method": "GET", "url": "https://b2b.revolut.com/api/1.0/configuration/currencies", "headers": [ { "name": "X-Revx-Timestamp", "value": "" }, { "name": "X-Revx-Signature", "value": "" } ] }, "docs": "Get configuration for all currencies used on the exchange." }, { "info": { "name": "Get all currency pairs", "type": "http" }, "http": { "method": "GET", "url": "https://b2b.revolut.com/api/1.0/configuration/pairs", "headers": [ { "name": "X-Revx-Timestamp", "value": "" }, { "name": "X-Revx-Signature", "value": "" } ] }, "docs": "Get configuration for all traded currency pairs." } ] } ], "bundled": true }