Skip to main content
GET
/
v1
/
rotating
/
balance
Traffic balance
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
    }
  }
}

Authorizations

X-Api-Key
string
header
required

Response

200 - application/json

Successful response

Available traffic by type

residential
object
required
mobile
object
required
datacenter
object
required