Soxway Docs
Account

Get traffic balance

Get the reseller's current traffic balance in GB.

GET
/reseller/balance

Authorization

bearerAuth
AuthorizationBearer <token>

Access token obtained via POST /reseller/access-token using your Reseller Key

In: header

Response Body

application/json

curl -X GET "https://api.soxway.io/reseller/balance"
{
  "data": {
    "traffic_balance_gb": 100.5,
    "reseller_residential_gb": 50,
    "reseller_mobile_gb": 30,
    "reseller_residential_premium_gb": 10,
    "residential_price_per_gb": 3,
    "mobile_price_per_gb": 4,
    "residential_premium_price_per_gb": 5
  }
}