Fetch My Trades
List the wallet’s historical fills on Polymarket and Opinion. Each trade carries the executed price (net of venue fees), size, and on-chain settlement tx hash.
Closed orders are modelled as trades in hosted mode — use this endpoint instead of fetchClosedOrders / fetchAllOrders (which raise NotSupported).
NotSupported in hosted mode — for those, run a local PMXT service.Authorizations
Required when calling the hosted API directly (curl, requests, fetch). SDK users pass credentials via constructor params instead.
Path Parameters
EVM wallet address.
Response
Trade history.
Venue-issued trade id. null when the venue does not expose a stable id for this fill.
Direction of the fill from the wallet's perspective.
buy, sell Shares filled by this trade (fill.shares from the operator's fill record).
Net average fill price, in probability units [0, 1] -- already includes per-fill venue fees (fill.avg_price_net).
Sum of all fee components on the fill (venue + PMXT), in USDC dollars. null when the operator did not record fee components.
ISO-8601 timestamp of the trade as recorded by the operator.
Polygon settlement transaction hash. Prefers the settlement-tx hash when present; falls back to the first underlying fill transaction.
Chain the fill settled on (typically polygon).
Source venue that produced the fill.
polymarket, opinion 
