/accountAccount
Your wallet balance, contracted per-proxy rate, and how many proxies you currently hold.
curl -H "Authorization: Bearer $KEY" \
https://whitecloakproxy.com/api/reseller/v1/account{
"success": true,
"name": "Partner Site",
"balance_cents": 130000,
"price_per_proxy_cents": 6500,
"active_proxies": 12,
"max_active_proxies": null,
"billing_mode": "wallet"
}- ◆All prices everywhere in this API are US cents — 6500 means $65.00.
- ◆Watch balance_cents and top up with us before it runs low; purchases fail cleanly with 402 when it can't cover them.
- ◆billing_mode is either "wallet" (the default, prepaid balance above) or "card" (pay-per-order — see the Purchase endpoint's card billing note). Card accounts always report balance_cents: null here and add a card block: { "last4": "4113", "brand": "VISA" }.