Billing
Get Balance
Check remaining credits, daily staking allowance, and paid balance
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
Headers
API key or Cognito JWT:
Bearer sk-xxxxxxResponse
Total spendable credits across all buckets (paid + staking).
Pre-purchased credit balance (Available Credit in the dashboard).
Daily staking allowance (Daily API credit remaining in the dashboard).
true if the user has linked wallets with active MOR stake.When enabled, paid credits are used automatically after the daily staking allowance is exhausted.
Currency code (USD).

