cURL
curl --request GET \ --url https://api.contro.me/v1/partner/balance \ --header 'x-contro-api-key: <api-key>'
{ "balance": 50000, "currency": "USD", "ledgerId": "ledger_abc123" }
Get the partner’s current balance
Partner API key (sk_live_* for production, sk_test_* for sandbox)
Partner balance
Current balance amount in the account's currency
50000
ISO 4217 currency code
"USD"
Internal ledger identifier
"ledger_abc123"