Get Balance
Retrieve your account balance.
Endpoint (v2)
GET /v2/users/balance/
Request
curl -X 'GET' \
'https://app.cyberyozh.com/api/v2/users/balance/' \
-H 'accept: application/json' \
-H 'X-Api-Key: your_api_key_here'
Response
{
"balance": "150.00",
"currency": "USD"
}
Response Fields
| Field | Type | Description |
|---|---|---|
balance | string | Current account balance |
currency | string | Currency code (USD) |
Endpoint (v1)
GET /v1/users/balance/
Request
curl -X 'GET' \
'https://app.cyberyozh.com/api/v1/users/balance/' \
-H 'accept: application/json' \
-H 'X-Api-Key: your_api_key_here'
Notes
- Balance is returned as a string to maintain precision
- Check your balance before ordering proxies or SMS services to ensure sufficient funds
- v2 is the recommended version