Skip to main content
GET
/
v4
/
account
/
orders
/
balance
Read wallet balance (headless)
curl --request GET \
  --url https://api.proxyscrape.com/v4/account/orders/balance \
  --header 'api-token: <api-key>'
{
  "success": true,
  "data": {
    "balance": 42.5,
    "currency": "USD"
  }
}

Authorizations

api-token
string
header
required

API key. Create and manage keys at /v4/account/api-keys or in the dashboard.

Response

Wallet balance.

success
boolean
Example:

true

data
object