Skip to main content
GET
Get user positions

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 (username or address).

limit
string

Maximum number of positions to return.

cursor
string

Pagination cursor from a previous response.

Response

A paginated list of user positions.

user
string

User identifier.

positions
object[]

List of active positions.

pagination
object