Skip to main content
GET
Get user trades

Authorizations

X-API-Key
string
header
required

API key for authentication. Generate one via the dashboard or the /v1/api/auth/api-keys endpoint.

Query Parameters

provider
enum<string>
required

The prediction market platform.

Available options:
kalshi,
polymarket
user
string
required

The user identifier on the platform.

limit
string

Maximum number of trades to return.

cursor
string

Pagination cursor.

Response

A paginated list of user trades.

trades
object[]
pagination
object
meta
object