Skip to main content
GET
/
partner
/
balance
Get balance
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"
}

Authorizations

x-contro-api-key
string
header
required

Partner API key (sk_live_* for production, sk_test_* for sandbox)

Response

Partner balance

balance
number
required

Current balance amount in the account's currency

Example:

50000

currency
string
required

ISO 4217 currency code

Example:

"USD"

ledgerId
string
required

Internal ledger identifier

Example:

"ledger_abc123"