AsterAster REST API

Futures Account Balance V3

Get current account balance

GET
/v1/aster/fapi/v3/balance

Authorization

Web3Auth
Authorization<token>

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

In: header

Query Parameters

recvWindow?integer
timestamp*integerrequired
nonce*stringrequired

Microsecond timestamp

user*stringrequired

Ethereum address

signer*stringrequired

Signer Ethereum address

signature*stringrequired

Ethereum signature

Response Body

application/json

curl -X GET "https://api.hypereth.io/v1/aster/fapi/v3/balance?timestamp=0&nonce=string&user=string&signer=string&signature=string"
[
  {
    "accountAlias": "string",
    "asset": "string",
    "balance": "string",
    "crossWalletBalance": "string",
    "crossUnPnl": "string",
    "availableBalance": "string",
    "maxWithdrawAmount": "string",
    "marginAvailable": true,
    "updateTime": 0
  }
]