GET
/
api
/
positions
Get positions
curl --request GET \
  --url http://localhost:14400/api/positions \
  --header 'Authorization: Bearer <token>'
[
  {
    "symbol": "<string>",
    "side": "long",
    "size": 123,
    "entryPrice": 123,
    "markPrice": 123,
    "pnl": 123,
    "pnlPercent": 123
  }
]

Authorizations

Authorization
string
header
required

Dynamic authentication JWT token

Response

200 - application/json

List of positions

The response is of type object[].