Skip to main content
Retrieve a granular list of every order a trader placed within a single market. Each record includes execution timing, outcome, side, price, size, and maker/taker status, giving you deep insight into their trading strategy for that market.
string
required
Your PolyEdge API key.

Parameters

string
required
The EVM wallet address of the trader.
integer
required
The unique numeric ID of the market (int64).

Response

object[]
Array of individual order executions for the trader in this market, ordered by time.

Example