cURL
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 } ] } }
Returns current exchange positions.
Documentation IndexFetch the complete documentation index at: https://docs.nexfi.robert.dpdns.org/llms.txtUse this file to discover all available pages before exploring further.
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.
Positions response
Standard response envelope.
Business status code.
0
Human-readable response message.
"ok"
Show child attributes