Orders
Get Orders for Entity
Get a list of all Orders under the Entity.<br>Optionally Orders can be transaction hash or fulfillment transaction hash.
get/api/v2/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.
order_fulfillment_transaction_hashstring nullable
Fulfillment transaction hash of the Order.
order_request_idstring uuid nullable
Order Request ID for the Order
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