cURL
curl --request GET \ --url https://api.example.com/stats/api/v1/strategy
{ "value": { "trader": "<string>", "strategyIdHash": "<string>", "strategyId": "<string>", "maxLeverage": 123, "availCollateral": "<string>", "lockedCollateral": "<string>", "frozen": true }, "success": true, "timestamp": 123 }
Get current state of trader’s strategy
The trader address.
The strategy ID.
Strategy data
Successful response for the Strategy API
The value of the response.
Show child attributes
Whether the request was successful
The timestamp of the response
1673031089