Skip to main content
GET
/
api
/
v1
/
orders
{
  "orders": [
    {
      "order_id": "<string>",
      "exchange": "polymarket",
      "status": "<string>",
      "size_matched": "<string>",
      "price": "<string>",
      "side": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.delphimarkets.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-Key
string
header
required

Your API key (get one from the test-key endpoint above)

Query Parameters

exchange
enum<string>

Filter to a single exchange. Omit to return orders across all exchanges. Supported exchange identifier.

Available options:
polymarket,
kalshi,
opinionlabs,
gemini,
limitless,
predictfun

Response

Orders retrieved

orders
object[]
required