Orders
Manage marketplace orders
Retrieves marketplace orders (listings) for NFTs and items. Orders represent sell listings created by item owners.
Filter options:
Contract address, token ID, and item ID
Order status (open, sold, cancelled)
Owner (seller) or buyer addresses
Marketplace address
NFT name search
Network (Ethereum, Polygon)
Sorting options:
recently_listed, recently_updated, cheapest
issued_id_asc, issued_id_desc, oldest
Pagination: Uses first and skip parameters (NOT limit/offset).
Use this endpoint to find available items for purchase and their pricing.
Maximum number of orders to return (default: 100)
100Example: 10Number of orders to skip for pagination (default: 0)
0Example: 0Sort results by specified criteria
recently_listedPossible values: Filter by marketplace contract address
Filter by owner (seller) wallet address
0x1234567890abcdef1234567890abcdef12345678Filter by buyer wallet address
Filter by NFT contract address
0x1234567890abcdef1234567890abcdef12345678Filter by specific token ID
Filter by order status
openPossible values: Filter by blockchain network
MATICPossible values: Filter by item ID
Filter by NFT name
List of orders with total count
Bad request - invalid parameters
Last updated