AlmanacDocs
API referenceCredits

Get the org's prepaid credit balance

Returns the prepaid balance (micro-credits) for the API key's org, plus the timestamp of the org's most recent usage event — useful for detecting stalled mining or automation. Read-only and free — no credits are charged.

GET/v1/credits/balance
Authorization<token>

Bearer sub41_live_…

In: header

Response Body

application/json

curl -X GET "https://example.com/v1/credits/balance"
{  "balanceMicro": "2500000",  "lastUsageAt": "2026-08-01T14:03:22.000Z"}