list Orders
Get a list of orders Get a list of orders
Return
ListOrdersResponse
Parameters
Page size of the result (optional)
Cursor (optional)
Property to sort by (optional)
Direction to sort (asc/desc) (optional)
Ethereum address of the user who submitted this order (optional)
Status of this order (optional)
Minimum created at timestamp for this order, in ISO 8601 UTC format. Example: '2022-05-27T00:10:22Z' (optional)
Maximum created at timestamp for this order, in ISO 8601 UTC format. Example: '2022-05-27T00:10:22Z' (optional)
Minimum updated at timestamp for this order, in ISO 8601 UTC format. Example: '2022-05-27T00:10:22Z' (optional)
Maximum updated at timestamp for this order, in ISO 8601 UTC format. Example: '2022-05-27T00:10:22Z' (optional)
Token type of the asset this order buys (optional)
ERC721 Token ID of the asset this order buys (optional)
Internal IMX ID of the asset this order buys (optional)
Comma separated string of token addresses of the asset this order buys (optional)
Token name of the asset this order buys (optional)
Min quantity for the asset this order buys (optional)
Max quantity for the asset this order buys (optional)
JSON-encoded metadata filters for the asset this order buys (optional)
Token type of the asset this order sells (optional)
ERC721 Token ID of the asset this order sells (optional)
Internal IMX ID of the asset this order sells (optional)
Comma separated string of token addresses of the asset this order sells (optional)
Token name of the asset this order sells (optional)
Min quantity for the asset this order sells (optional)
Max quantity for the asset this order sells (optional)
JSON-encoded metadata filters for the asset this order sells (optional)
Comma separated string of fee percentages that are to be paired with auxiliary_fee_recipients (optional)
Comma separated string of fee recipients that are to be paired with auxiliary_fee_percentages (optional)
Set flag to true to include fee object for orders (optional)
Throws
If the API returns an informational or redirection response
If the API returns a client error response
If the API returns a server error response