Skip to main content
GET
/
strategy
/
balances
Get Strategy Balances
curl --request GET \
  --url https://api.hypereth.io/v2/hyperliquid/strategy/balances \
  --header 'X-API-KEY: <api-key>'
{
  "symbol": "MON/AUSD",
  "accounts": [
    {
      "exchange": "kuru",
      "accountId": "acc_A",
      "account": "0x1234567890abcdef1234567890abcdef12345678",
      "baseAvailable": "10000.5",
      "quoteAvailable": "5000.0"
    },
    {
      "exchange": "kuru",
      "accountId": "acc_B",
      "account": "0xabcdef1234567890abcdef1234567890abcdef12",
      "baseAvailable": "8000.0",
      "quoteAvailable": "12000.0"
    }
  ],
  "timestamp": 1710000000000,
  "requestId": "req_123456789"
}

Authorizations

X-API-KEY
string
header
required

Query Parameters

symbol
string
required

Trading pair symbol (e.g., "MON/AUSD")

accounts
string
required

Comma-separated list of "exchange:account_id" pairs

Response

Balances retrieved successfully

symbol
string

Trading pair symbol

Example:

"MON/AUSD"

accounts
object[]

Balance information for each account

timestamp
integer<int64>

Response timestamp (milliseconds)

requestId
string

Request correlation ID