Skip to main content
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.
Scope: balance:read
Example response

Get balance history

Returns a paginated list of balance transactions (top-ups and charges) for a given date range.
Query parameters
ParameterTypeRequiredDescription
date_fromstringYesStart date in YYYY-MM-DD format
date_tostringYesEnd date in YYYY-MM-DD format
limitintegerNoItems per page. Default: 100
pageintegerNoPage number starting from 0. Default: 0
orderstringNoSort direction: asc or desc. Default: desc
Scope: balance:read
Example response

Get plans

Returns the list of available tariff plans. Use the id from this response as tariff_id when creating a proxy.
Query parameters
ParameterTypeRequiredDescription
proxy_typestringYesresidential or mobile
enabledbooleanNoFilter to only active plans
popularbooleanNoFilter to only featured plans
Scope: proxies:read or proxies:write
Example response