AsterAster REST API

Get Current Position Mode

Get user's position mode

GET
/v1/aster/fapi/v1/positionSide/dual

Authorization

HmacSha256
AuthorizationBearer <token>

HMAC SHA256 signature authentication for v1 endpoints

In: header

Query Parameters

recvWindow?integer
timestamp*integerrequired

Response Body

application/json

curl -X GET "https://api.hypereth.io/v1/aster/fapi/v1/positionSide/dual?timestamp=0"
{
  "dualSidePosition": true
}