{ "opencollection": "1.0.0", "info": { "name": "dLocal Payins Accounts Currency API", "version": "2.1" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Currency", "type": "folder" }, "items": [ { "info": { "name": "Get FX Rate", "type": "http" }, "http": { "method": "GET", "url": "https://api.dlocal.com/fx-rates", "params": [ { "name": "from", "value": "", "type": "query" }, { "name": "to", "value": "", "type": "query" }, { "name": "country", "value": "", "type": "query" } ] }, "docs": "Retrieve foreign exchange rates for currency conversion." }, { "info": { "name": "Generate FX Quote", "type": "http" }, "http": { "method": "POST", "url": "https://api.dlocal.com/fx-rates/quotes", "body": { "type": "json", "data": "{}" } }, "docs": "Generate a currency exchange quote for a payout. The quote locks in a rate for a short period.\n" } ] } ], "bundled": true }