Skip to main content
GET
Get orders

Authorizations

x-api-key
string
header
required

API key for authentication. Contact contact@55-tech.com to obtain a key.

Query Parameters

orderIds
string | null

Comma-separated order IDs (e.g., '123,456,789')

requestUuids
string | null

Comma-separated request UUIDs

userRef
string | null

User reference to filter by

afterOrderId
integer | null

Cursor for pagination: fetch orders with orderId less than this value

limit
integer
default:50

Maximum number of orders to return per page

Required range: 1 <= x <= 1000

Response

Successfully retrieved matching orders with enriched metadata

orders
object[]

List of enriched orders with bets and metadata

count
integer

Number of orders in this response

hasMore
boolean

Whether more orders are available

nextCursor
integer | null

Pass as afterOrderId to fetch the next page