AsterAster REST API
Position Information V3
Get current position information
Authorization
Web3Auth Authorization<token>
Web3 authentication using user, signer, nonce, and signature parameters
In: header
Query Parameters
symbol?string
recvWindow?integer
timestamp*integerrequired
nonce*integerrequired
user*stringrequired
signer*stringrequired
signature*stringrequired
Response Body
application/json
curl -X GET "https://api.hypereth.io/v1/aster/fapi/v3/positionRisk?timestamp=0&nonce=0&user=string&signer=string&signature=string"[
{
"symbol": "string",
"positionAmt": "string",
"entryPrice": "string",
"markPrice": "string",
"unRealizedProfit": "string",
"liquidationPrice": "string",
"leverage": "string",
"maxNotionalValue": "string",
"marginType": "string",
"isolatedMargin": "string",
"isAutoAddMargin": "string",
"positionSide": "string",
"notional": "string",
"isolatedWallet": "string",
"updateTime": 0
}
]