Orders
Query parameters
firstnumberOptionalDefault:
Maximum number of orders to return (default: 100)
100Example: 10skipnumberOptionalDefault:
Number of orders to skip for pagination (default: 0)
0Example: 0sortBystring · enumOptionalExample:
Sort results by specified criteria
recently_listedPossible values: marketplaceAddressstringOptional
Filter by marketplace contract address
ownerstringOptionalExample:
Filter by owner (seller) wallet address
0x1234567890abcdef1234567890abcdef12345678buyerstringOptional
Filter by buyer wallet address
contractAddressstringOptionalExample:
Filter by NFT contract address
0x1234567890abcdef1234567890abcdef12345678tokenIdstringOptional
Filter by specific token ID
statusstring · enumOptionalExample:
Filter by order status
openPossible values: networkstring · enumOptionalExample:
Filter by blockchain network
MATICPossible values: itemIdstringOptional
Filter by item ID
nftNamestringOptional
Filter by NFT name
Responses
200
List of orders with total count
application/json
totalnumberRequired
Total number of orders matching the filters
400
Bad request - invalid parameters
application/json
get
/v1/ordersLast updated