Get Balance
User
Get Balance
Check your account balance and available credits before launching operations
GET
Get Balance
This endpoint returns your current account balance and credit information. Use it to check available credits before launching expensive scraping operations or to monitor your spending.
It’s recommended to check your balance before starting large-scale data collection tasks to ensure you have sufficient credits.
Headers
string
required
Your API authentication token. Value:
Token YOUR_API_KEYstring
default:"application/json"
Content type of the request. Value:
application/jsonResponse Field Explanations
string
The plan’s price identifier. Example:
"price_abc123"string
Always
"plan".string
Name of the active subscription plan. Example:
"Professional"integer
Total credits on the plan (including bonus). For daily-interval plans, this is the daily allowance. Example:
10000integer
Credits consumed in the current billing period. Example:
1550integer
Bonus credits applied to the account. Example:
0integer
Unused credits rolled over from a previous period. Example:
200string | null
Timestamp when rollover credits expire, or
null if none. Example: nullstring
Credit reset interval (
"monthly" or "daily"). Example: "monthly"integer
Number of concurrency slots currently in use. Example:
3integer
Total concurrency slots available on the plan. Example:
20boolean
Whether there is an outstanding unpaid invoice. Example:
falsestring
Timestamp when credits will next reset. Example:
"2025-02-01T00:00:00Z"Balance information is updated in real-time. Each successful API response reflects your current credit balance.
Code Examples
Response
200