Get Billing Balance Endpoint
Return the current credit account balance for the authenticated organization.
Authorization
api_key Sign up at Kausate.com to get an API key
In: header
Header Parameters
"2025-04-01"dateResponse Body
application/json
application/json
curl -X GET "https://api.kausate.com/v2/billing/balance" \ -H "Kausate-Version: 2025-04-01"{
"orgId": "string",
"accountMode": "prepaid",
"balance": 0,
"netCreditsCharged": 0,
"prepaidGrantBalance": 0,
"postpaidCreditBalance": 0,
"creditLimit": 0,
"validGrantCount": 0,
"updatedAt": "2019-08-24T14:15:22Z"
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}Last updated on
Get PricingGET
Return your organization's effective credit price for every purchasable action. Prices are resolved with the same precedence billing uses at charge time (subscription override → partner plan → Base plan → list price), so each item's `credits` is exactly what a call would cost you right now; `priceSource` says which tier the price came from. Each item also carries `enabled`: whether your organization can perform the action today given platform availability and your entitlements — a priced but disabled item shows what it would cost once enabled. `pricingMode` tells you the price shape: `fixed` items charge the flat `credits` amount every call; `free` items are never charged (`credits` is 0); `variable` items (e.g. a registry document whose fee depends on the document) have no single guaranteed price — `credits` is null and `estimatedCredits` gives a baseline so you can still anticipate cost. Shareholder-graph extensions (`perUnit` = "per extended node") are charged once per extended frontier node, against that node's jurisdiction's extension SKU — extending a graph across a border bills each node at its price configured for its own jurisdiction.
Get Billing Statements EndpointGET
Return monthly credit statement rows derived from the usage ledger.