List 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.
Query parameters
Maximum number of orders to return (default: 100)
Number of orders to skip for pagination (default: 0)
Sort results by specified criteria
Filter by marketplace contract address
Filter by owner (seller) wallet address
Filter by buyer wallet address
Filter by NFT contract address
Filter by specific token ID
Filter by order status
Filter by blockchain network
Filter by item ID
Filter by NFT name
Response
List of orders with total count
Changes
No recorded changes to this endpoint across all 1 revision of this API.