v1

latestOpenAPI 3.0.02026-08-04134348905.1 KB
Trading

List outstanding trading positions

Permissions required: Execute trades or Read trade activity

Get the list of outstanding trading positions.

get/trading/positions

Response

Successfully returned the list of outstanding trading positions

Example response

{
  "data": [
    {
      "positionAmount": {
        "quantity": "10.45234733",
        "assetType": "BTC",
        "currentPrice": "9751.01",
        "currentUSDValue": "101920.94"
      }
    }
  ]
}