Billing
Org balance + recent transactions
Authorization
apiKey AuthorizationBearer <token>
OpenRelay API key. Send it as Authorization: Bearer vl_….
In: header
Path Parameters
orgId*string
Response Body
application/json
application/json
application/json
curl -X GET "https://example.com/v1/orgs/string/billing/balance"{
"balanceCents": 12550,
"availableCents": 10430,
"accruedUsageCents": 2120,
"monthlySpendLimitCents": null,
"transactions": [
{
"id": "txn_01hzy3",
"type": "stripe_deposit",
"source": "stripe",
"amountCents": 10000,
"description": "Card deposit",
"createdAt": "2026-06-28T14:03:22Z"
}
]
}{
"error": "string",
"code": "string"
}{
"error": "string",
"code": "string"
}Command line
The orl CLI wraps this endpoint:
orl billing balance get