Skip to main content
GET
/
api
/
v1
/
execution
/
positions
Get positions
curl --request GET \
  --url https://api.example.com/api/v1/execution/positions
{
  "code": 0,
  "msg": "ok",
  "data": {
    "items": [
      {
        "exchange": "binance",
        "symbol": "BTCUSDT",
        "positionSide": "long",
        "netQuantity": 0.5
      }
    ]
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.nexfi.robert.dpdns.org/llms.txt

Use this file to discover all available pages before exploring further.

Response

200 - application/json

Positions response

Standard response envelope.

code
integer
required

Business status code.

Example:

0

msg
string
required

Human-readable response message.

Example:

"ok"

data
object