Skip to main content
GET
/
api
/
v1
/
orders
/
{id}
{
  "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)

Path Parameters

id
string
required

Order ID returned by POST /orders.

Query Parameters

exchange
enum<string>

Supported exchange identifier.

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

Response

Order found

order_id
string
required
exchange
enum<string>
required

Supported exchange identifier.

Available options:
polymarket,
kalshi,
opinionlabs,
gemini,
limitless,
predictfun
status
string
required
size_matched
string
price
string
side
string