Skip to main content
GET
/
v1
/
rake
/
balance
Get rake balance
curl --request GET \
  --url https://api.ledger.so/v1/rake/balance \
  --header 'Api-Key: <api-key>'
{
  "balance": 123,
  "currency": "USD",
  "object": "fee_balance"
}

Authorizations

Api-Key
string
header
required

API key for authentication. Get your key from the Dashboard.

Response

Fee balance

balance
integer
required

Accumulated fee balance in cents

currency
string
required
Example:

"USD"

object
enum<string>
Available options:
fee_balance