cURL
curl --request GET \ --url https://api.example.com/stats/api/v1/trader
{ "value": { "trader": "<string>", "availDdx": "<string>", "lockedDdx": "<string>", "payFeesInDdx": true }, "success": true, "timestamp": 123 }
Get current trader DDX balance and profile
The trader address.
Trader data
Successful response for the Trader API
The value of the response.
Show child attributes
Whether the request was successful
The timestamp of the response
1673031089