{ "opencollection": "1.0.0", "info": { "name": "Tango RaaS Accounts Exchange Rates API", "version": "v2" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Exchange Rates", "type": "folder" }, "items": [ { "info": { "name": "List exchange rates", "type": "http" }, "http": { "method": "GET", "url": "https://api.tangocard.com/raas/v2/exchangerates" }, "docs": "Retrieve current currency exchange rates supported by the platform." } ] } ], "bundled": true }