Get apiv1orders
Get single order details
Retrieve details of a specific order by order_id (perp + spot) or
client_order_id (perp only). The market parameter is one concrete market
address; spot and perp markets with the same base asset have different
addresses and are not combined. The response is the perp OrderUpdate shape;
for spot, the inner order DTO carries asset_type: "spot" and the spot
time_in_force field is populated.
Authorizations
Bearer token from Geomi. See Authentication for setup instructions.
Query Parameters
Concrete market address. Spot and perp markets with the same base asset have different addresses.
Account address
Order ID (provide either this or client_order_id)
Client order ID (provide either this or order_id). Spot orders do not support client_order_id — this lookup is perp-only.
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].
perp, spot 
