Querying Orders
Get a Single Order
List Orders for a Collection
Pagination
Order Status
For complete order status definitions and lifecycle, see Order Lifecycle.Fill Status
For fill status details and tracking partial fills, see Fill Orders: Fill Status.Cancelling Orders
For detailed cancellation methods, race conditions, and best practices, see Cancel Orders.Webhooks
Get real-time notifications for order events. Configure webhooks in Hub. For implementation details, see the webhook documentation.| Event | Trigger |
|---|---|
imtbl_order_updated | Order status changed |
imtbl_activity_sale | Trade completed |
type field (and related discriminator fields your integration already uses) to branch—for example, handle TRAIT_BID when you need to read trait_criteria / traitCriteria for display or analytics, or handle METADATA_BID when you need to read metadata_id / metadataId (for id-mode bids) or metadata_criteria / metadataCriteria (for criteria-mode bids). Exactly one of those two fields is populated per metadata bid.
Webhook Payload Example
sell / buy / status fields and add trait criteria
sell / buy / status fields and add exactly one of metadata_id or metadata_criteria, depending on how the bid was created.
Next Steps
Create Listings
Learn how to create NFT listings
Fill Orders
Buy NFTs by filling orders
Cancel Orders
Cancel listings with soft or hard cancels
Fees
Understand fee structure and calculations
Trait bids
Create and query metadata-filtered collection bids
Metadata bids
Create and query metadata-id or field-criteria metadata bids