{ "opencollection": "1.0.0", "info": { "name": "Nomba Accounts Exchange Rates API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Exchange Rates", "type": "folder" }, "items": [ { "info": { "name": "Fetch live exchange rates", "type": "http" }, "http": { "method": "GET", "url": "https://api.nomba.com/v1/global-payout/rates", "headers": [ { "name": "accountId", "value": "" } ], "params": [ { "name": "sourceCurrency", "value": "", "type": "query", "description": "Filter rates by source currency." }, { "name": "destinationCurrency", "value": "", "type": "query", "description": "Filter rates by destination currency." } ] }, "docs": "Retrieves the current live exchange rates for all supported payout corridors. Rates are indicative and may change. Use the rate lock endpoint to secure a rate before initiating a payout." }, { "info": { "name": "Lock an exchange rate", "type": "http" }, "http": { "method": "POST", "url": "https://api.nomba.com/v1/global-payout/rates/lock", "headers": [ { "name": "accountId", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Locks the current exchange rate for a specified corridor for five minutes. The locked rate is guaranteed for the duration and must be used when authorizing the payout transfer. This eliminates slippage on volatile corridors and removes reconciliation disputes." } ] } ], "bundled": true }