Skip to main content
GET
/
stats
/
api
/
v1
/
trader
Get Trader
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
}

Query Parameters

trader
string
required

The trader address.

Response

Trader data

Successful response for the Trader API

value
object
required

The value of the response.

success
boolean
required

Whether the request was successful

timestamp
number
required

The timestamp of the response

Example:

1673031089

Last modified on April 27, 2026