Utils - Credits Usage of current account

Retrieve credit usage of current account.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Current-cycle or bounded credit-usage report for the authenticated account.

  • Maximum time_from to time_to span is one year.
  • If time_from and time_to are omitted, the endpoint returns the current billing-cycle view.
  • If the requested range falls outside the current cycle, remaining, overage_usage, and overage_cost return null.
Compute Unit ⚙️
  • This endpoint consumes 1 CU per request.
Use Cases 💡
  • Monitor current credit consumption for one API account.
  • Build internal usage dashboards and overage alerts.
  • Reconcile product usage with subscription or billing state.
How to Use 🛠️
  • Call without time parameters for the current cycle.
  • Add time_from and time_to when you need a bounded historical slice within the supported range.
Best Practices ✅
  • Poll lightly and cache for ops dashboards; usage does not need market-data refresh frequency.
  • Treat null overage or remaining fields as “outside current cycle,” not as zero.

Query Params
integer
0 to 10000000000

Specify the start time using unix timestamps in seconds

integer
0 to 10000000000

Specify the end time using unix timestamps in seconds

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json