Skip to main content
As a Roundproxies reseller you hold a prepaid pool of residential data, measured in GB. Against that pool you create sub-users — username/password accounts on our residential gateway, each with its own traffic limit — and hand those credentials to your customers. Your customers never need to touch this API. They just use the proxy credentials you give them. Send Content-Type: application/json on every request that has a body.
Everything below can also be done from your reseller dashboard. The API exists so you can automate it from your own systems.

Units

The API is asymmetric about units, and it’s the most common thing to get wrong:
  • Every data figure in responses is in bytes.
  • Every data figure you send is in whole GB, where 1 GB = 1024³ bytes (1,073,741,824).
Format displayed values from the raw byte fields (rawUsed, rawTotal, dataBytes) with the 1024³ divisor, so a 2 GB account displays as “2.00 GB”.

Your account

GET /reseller/account

Returns your pool balance and how much of it is already committed to sub-users.
cURL
200 OK

Response Fields

To increase your allocation, contact your account manager.

Next steps