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
Your API authentication token. Value:
Token YOUR_API_KEYContent type of the request. Value:
application/jsonResponse Field Explanations
The plan’s price identifier. Example:
"price_abc123"Always
"plan".Name of the active subscription plan. Example:
"Professional"Total credits on the plan (including bonus). For daily-interval plans, this is the daily allowance. Example:
10000Credits consumed in the current billing period. Example:
1550Bonus credits applied to the account. Example:
0Unused credits rolled over from a previous period. Example:
200Timestamp when rollover credits expire, or
null if none. Example: nullCredit reset interval (
"monthly" or "daily"). Example: "monthly"Number of concurrency slots currently in use. Example:
3Total concurrency slots available on the plan. Example:
20Whether there is an outstanding unpaid invoice. Example:
falseTimestamp 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