Skip to main content
Retrieve a paginated list of markets a trader has participated in, along with their per-market performance including PNL, ROI, and volume. This is useful for analyzing a trader’s focus areas and historical success rate.
string
required
Your PolyEdge API key.

Parameters

string
required
The EVM wallet address of the trader.
integer
default:"20"
Number of markets to return. Maximum: 100.
integer
default:"0"
Pagination offset.
boolean
Filter by active (unresolved) markets only. If omitted, both active and resolved markets are returned.
boolean
If true, includes the trader’s individual orders for each market. Requires individual or pro tier.

Response

object[]
Array of market performance records, ordered by most recent trade.
integer
Total number of markets for this trader. Use with limit and offset for pagination.

Example