See the Swagger UI for live request/response schemas and to try endpoints directly in your browser.
Get balance
Returns the current spendable balance of the authenticated user’s account in USD.balance:read
Get balance history
Returns a paginated list of balance transactions (top-ups and charges) for a given date range.| Parameter | Type | Required | Description |
|---|---|---|---|
date_from | string | Yes | Start date in YYYY-MM-DD format |
date_to | string | Yes | End date in YYYY-MM-DD format |
limit | integer | No | Items per page. Default: 100 |
page | integer | No | Page number starting from 0. Default: 0 |
order | string | No | Sort direction: asc or desc. Default: desc |
balance:read
Get plans
Returns the list of available tariff plans. Use theid from this response as tariff_id when creating a proxy.
| Parameter | Type | Required | Description |
|---|---|---|---|
proxy_type | string | Yes | residential or mobile |
enabled | boolean | No | Filter to only active plans |
popular | boolean | No | Filter to only featured plans |
proxies:read or proxies:write