cURL
curl --request GET \ --url https://api.example.com/stats/api/v1/positions
{ "value": [ { "trader": "<string>", "symbol": "<string>", "strategyIdHash": "<string>", "side": 123, "balance": "<string>", "avgEntryPrice": "<string>", "lastModifiedInEpoch": 123 } ], "success": true, "timestamp": 123 }
Get current positions for a strategy
The trader address.
The strategy ID.
The number of rows to return
The offset of returned rows
The symbol
Positions data
Successful response for positions API
The value of the response
Show child attributes
Whether the request was successful
The timestamp of the response
1673031089