Skip to main content
GET
List orders

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

platform
enum<string>
required

The platform to query orders from.

Available options:
kalshi,
polymarket,
limitless
credential_id
integer

Credential ID to use. Defaults to your stored credential for the platform.

market_id
string

Filter by market ID.

status
string

Filter by order status.

limit
integer
default:50

Max results to return (default 50, max 200).

Required range: x <= 200
cursor
string

Pagination cursor from a previous response.

Response

List of orders.

orders
object[]
pagination
object
meta
object