Get bulk order status
Retrieve the status of a specific bulk order (placed or rejected). Use
?asset_type=spot to query the spot bulk-order tables; defaults to perp.
The market parameter is one concrete market address, not a base-asset group.
Authorizations
Bearer token from Geomi. See Authentication for setup instructions.
Query Parameters
User account address (user query alias is also accepted)
Concrete market address. Spot and perp markets with the same base asset have different addresses.
Sequence number of the bulk order
x >= 0Asset type discriminator. Defaults to "perp" when omitted so the
endpoint preserves prior behaviour for perp callers; pass "spot" to
query the spot tables instead. (Bulk-order status is keyed by
(account, market, sequence_number) — those keys are independent
across products, so a single call cannot meaningfully UNION both.)
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 
