Axes Docs

Get Total Markets A User Has Traded

Returns how many distinct markets a wallet has traded in

GET
/traded

Query Parameters

user*string

Wallet address to inspect.

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://data-api.axes.co/traded?user=0x56687bf447db6ffa42ffe2204a05edaa20f55839"
{
  "user": "0x2b1f7A50E7a493366F9765F006087Ec6524f4a6A",
  "traded": "47"
}
{
  "error": "missing_field: user"
}
{
  "error": "unauthorized: ip_not_allowlisted"
}
{
  "error": "internal_error: unexpected database failure"
}