Skip to main content
GET
Get public trades
GET /trades-v3/public is the public tape: bets other people placed, stripped of identity.

Query Parameters

marketHash
string

Market ID to filter by.

eventId
string

Event ID to filter by (prefixed form, e.g. L12003787). Not mutually exclusive with marketHash: when both are sent, marketHash wins and this parameter is never evaluated.

Required string length: 2 - 64
perPage
integer
default:50

Rows per page.

Required range: 1 <= x <= 100
nextKey
string

Cursor from the previous response to continue pagination.

Response

status
string

success or failure if the request succeeded or not

data
object
Last modified on August 11, 2026