cURL
curl --request GET \ --url https://api.hypereth.io/v1/aster/fapi/v2/positionRisk \ --header 'Authorization: <api-key>'
[ { "entryPrice": "<string>", "marginType": "<string>", "isAutoAddMargin": "<string>", "isolatedMargin": "<string>", "leverage": "<string>", "liquidationPrice": "<string>", "markPrice": "<string>", "maxNotionalValue": "<string>", "positionAmt": "<string>", "symbol": "<string>", "unRealizedProfit": "<string>", "positionSide": "<string>", "updateTime": 123 } ]
Get current position information (v2)
Web3 authentication using user, signer, nonce, and signature parameters
Microsecond timestamp
Ethereum address
Signer Ethereum address
Ethereum signature
Position information (v2)