Skip to main content
GET
Get the current credit balance for the authenticated user. Use this endpoint to answer:
  • How many credits do I have remaining?total_available
  • How much daily staking credit is left?staking.available
  • How much pre-paid credit is left?paid.available
  • What is my total daily allowance?staking.daily_amount
Credits are denominated in USD. The API consumes daily staking allowance first, then pre-paid credits if Allow Overages is enabled.

Headers

string
required
API key or Cognito JWT: Bearer sk-xxxxxx

Response

string
required
Total spendable credits across all buckets (paid + staking).
object
required
Pre-purchased credit balance (Available Credit in the dashboard).
object
required
Daily staking allowance (Daily API credit remaining in the dashboard).
boolean
true if the user has linked wallets with active MOR stake.
boolean
When enabled, paid credits are used automatically after the daily staking allowance is exhausted.
string
Currency code (USD).
To estimate daily usage consumed, subtract staking.available from staking.daily_amount.