Skip to main content
GET
/
api
/
users
/
{userId}
/
orders
/
{orderId}
curl -H "x-api-key: YOUR_API_KEY" \
  "https://trade.predexon.com/api/users/550e8400-e29b-41d4-a716-446655440000/orders/0xe69245af3a00e487..."
{
  "orderId": "0xe69245af3a00e487...",
  "venue": "polymarket",
  "tokenId": "19142327053998389...",
  "side": "buy",
  "outcome": "Spurs",
  "size": "4.234",
  "price": "0.47",
  "status": "filled",
  "createdAt": "2026-02-23T06:03:43.000Z",
  "sizeMatched": "4.234041",
  "originalSize": "4.234"
}
curl -H "x-api-key: YOUR_API_KEY" \
  "https://trade.predexon.com/api/users/550e8400-e29b-41d4-a716-446655440000/orders/0xe69245af3a00e487..."
{
  "orderId": "0xe69245af3a00e487...",
  "venue": "polymarket",
  "tokenId": "19142327053998389...",
  "side": "buy",
  "outcome": "Spurs",
  "size": "4.234",
  "price": "0.47",
  "status": "filled",
  "createdAt": "2026-02-23T06:03:43.000Z",
  "sizeMatched": "4.234041",
  "originalSize": "4.234"
}
Fee information is only included in the response at placement time. Use Place Order to see fee details.

Authorizations

x-api-key
string
header
required

Path Parameters

userId
string
required

Unique identifier for the user

orderId
string
required

The order ID to retrieve

Response

200 - application/json

Order details

orderId
string

Unique order identifier

venue
string

Always 'polymarket'

tokenId
string

Polymarket token ID

side
string

Order side: buy or sell

outcome
string

The outcome being traded (e.g., Yes, No)

size
string

Number of shares (when size was provided in request)

price
string | null

Execution or limit price

status
string

Order status: pending, filled, or canceled

createdAt
string

ISO 8601 timestamp

sizeMatched
string

Shares matched by CLOB (filled market orders)

originalSize
string

Original order size in shares

fee
object

Fee metadata (when fees are active)