Skip to main content
GET
Get user trades from DATABASE (our matching engine history)

Path Parameters

address
string
required

User wallet address

Response

200 - application/json

User trades

Get user's trades - GET /data/trades Matches Polymarket py-clob-client format (uses 'data' not 'trades')

data
object[]
required

Array of trades (Polymarket uses 'data' not 'trades')

next_cursor
string
required

Pagination cursor for next page (Polymarket compatibility)