Rest API
Get Account Positions
This endpoint retrieves the account positions by market.
GET
/
api
/
v1
/
positions
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
market
string
Example value: ETH-USD
. To get all supported markets, call /api/v1/markets endpoint. Omit this parameter to get results across all markets.
Response
200 - application/json
positions
object[]