Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

Bearer token from Geomi. See Authentication for setup instructions.

Query Parameters

market
string
required

Concrete market address. Spot and perp markets with the same base asset have different addresses.

account
string
required

Account address

order_id
string

Order ID (provide either this or client_order_id)

client_order_id
string

Client order ID (provide either this or order_id). Spot orders do not support client_order_id — this lookup is perp-only.

asset_type
enum<string>

Optional asset_type filter. Omit (default) to look up the order in both perp and spot tables — the first non-empty hit wins. Pass "perp" or "spot" to scope to one product. Discriminator carried on DTOs that can mix perp and spot rows (markets, orders, trades, bulk orders, bulk order fills, and WebSocket payloads). Also accepted as a query parameter on REST endpoints that can filter to one product.

Wire format is lowercase ("perp" / "spot") and accepted case-insensitively on the request side via [impl_case_insensitive_deserialize].

Available options:
perp,
spot

Response

200 - application/json

Order details retrieved successfully

details
string
required
order
object
required
status
string
required