{ "opencollection": "1.0.0", "info": { "name": "dLocal Payins Accounts Balance API", "version": "2.1" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Balance", "type": "folder" }, "items": [ { "info": { "name": "Get Account Balance", "type": "http" }, "http": { "method": "GET", "url": "https://api.dlocal.com/balances", "params": [ { "name": "currency", "value": "", "type": "query", "description": "Filter by specific currency" } ] }, "docs": "Retrieve the current balance for the merchant account across currencies." } ] } ], "bundled": true }