Orders
Get Orders
Get a list of all Orders under the Account.<br>Optionally Orders can be filtered by chain ID, transaction hash, or client order ID.
get/api/v2/accounts/{account_id}/orders
Query parameters
chain_idstring nullable
CAIP-2 formatted chain ID of the blockchain the Order was made on.
order_transaction_hashstring nullable
Transaction hash of the Order.
client_order_idstring nullable
Customer-supplied identifier to search for Orders.
limitinteger
Number of results to return
order'asc' | 'desc'
Sort order
nextstring nullable
Cursor for next page
previousstring nullable
Cursor for previous page
Response
OK