cURL
curl --request GET \ --url https://api.example.com/v1/rotating/balance \ --header 'X-Api-Key: <api-key>'
{ "residential": { "subscription": { "expiresOn": "2026-01-25T08:33:30Z", "bytes": 10737418240, "gb": 10 }, "nonExpiring": { "bytes": 5368709120, "gb": 5 } }, "mobile": { "subscription": { "expiresOn": "2026-01-25T08:33:30Z", "bytes": 10737418240, "gb": 10 }, "nonExpiring": { "bytes": 5368709120, "gb": 5 } }, "datacenter": { "subscription": { "expiresOn": "2026-01-25T08:33:30Z", "bytes": 10737418240, "gb": 10 }, "nonExpiring": { "bytes": 5368709120, "gb": 5 } } }
Available traffic by type
Successful response
Show child attributes
Was this page helpful?