Skip to content

Get traded count

GET /traded

Server: https://data.openfish.fun (port 3003)

Tags: Core

Reports how many unique markets a wallet has participated in.


NameInTypeDescription
userquerystringRequired. User wallet address

200 — A Traded object.

{
"user": "0xabc...",
"traded": 42
}

Terminal window
curl "https://data.openfish.fun/traded?user=0xabc123..."