Get traded count
Endpoint
Section titled “Endpoint”GET /traded
Server: https://data.openfish.fun (port 3003)
Tags: Core
Reports how many unique markets a wallet has participated in.
Parameters
Section titled “Parameters”| Name | In | Type | Description |
|---|---|---|---|
user | query | string | Required. User wallet address |
Response
Section titled “Response”200 — A Traded object.
{ "user": "0xabc...", "traded": 42}Example
Section titled “Example”curl "https://data.openfish.fun/traded?user=0xabc123..."