Skip to main content
GET
/
v1
/
aster
/
fapi
/
v2
/
balance
Futures Account Balance V2
curl --request GET \
  --url https://api.hypereth.io/v1/aster/fapi/v2/balance \
  --header 'Authorization: <api-key>'
[
  {
    "accountAlias": "<string>",
    "asset": "<string>",
    "balance": "<string>",
    "crossWalletBalance": "<string>",
    "crossUnPnl": "<string>",
    "availableBalance": "<string>",
    "maxWithdrawAmount": "<string>",
    "marginAvailable": true,
    "updateTime": 123
  }
]

Authorizations

Authorization
string
header
required

Web3 authentication using user, signer, nonce, and signature parameters

Query Parameters

recvWindow
integer
timestamp
integer
required
nonce
string
required

Microsecond timestamp

user
string
required

Ethereum address

signer
string
required

Signer Ethereum address

signature
string
required

Ethereum signature

Response

200 - application/json

Account balance information (v2)

accountAlias
string

unique account code

asset
string

asset name

balance
string

wallet balance

crossWalletBalance
string

crossed wallet balance

crossUnPnl
string

unrealized profit of crossed positions

availableBalance
string

available balance

maxWithdrawAmount
string

maximum amount for transfer out

marginAvailable
boolean

whether the asset can be used as margin in Multi-Assets mode

updateTime
integer