Skip to main content
GET
/
v1
/
aster
/
fapi
/
v3
/
positionRisk
Position Information V3
curl --request GET \
  --url https://api.hypereth.io/v1/aster/fapi/v3/positionRisk \
  --header 'Authorization: <api-key>'
[
  {
    "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": 123
  }
]

Authorizations

Authorization
string
header
required

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

Query Parameters

symbol
string
recvWindow
integer
timestamp
integer
required
nonce
integer
required
user
string
required
signer
string
required
signature
string
required

Response

200 - application/json

Position information

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
integer