Skip to main content
GET
/
traded
Count traded markets
curl --request GET \
  --url https://data-api.forka.st/traded
{
  "user": "0x2b1f7A50E7a493366F9765F006087Ec6524f4a6A",
  "traded": "47"
}
Use https://data-api.forka.st/traded when you only need a scalar representing how many distinct markets a wallet has touched. The response echoes the user plus a traded integer. Because the endpoint is cheap, it works well for profile badges (“traded in N markets”) or gating features such as leaderboards.

Query Parameters

user
string
required

Wallet address to inspect.

Example:

"0x56687bf447db6ffa42ffe2204a05edaa20f55839"

Response

Counter returned.

user
string

0x-prefixed EVM address (40 hex chars).

Example:

"0x56687bf447db6ffa42ffe2204a05edaa20f55839"

traded
integer