Bids
View and manage bids on marketplace items
Retrieves a paginated list of bids placed on marketplace items. Bids represent offers made by potential buyers on NFTs and items.
Filter options:
Bidder and seller addresses
Contract address, token ID, and item ID
Bid status (open, sold, cancelled)
Network (Ethereum, Polygon)
Sorting options:
recently_offered (default)
recently_updated
most_expensive
Pagination: Uses limit and offset parameters.
Results include bid amounts, timestamps, and current status.
Maximum number of bids to return per request (default: 100, max: 100)
100Example: 10Number of bids to skip for pagination (default: 0)
0Example: 0Sort results by specified criteria
recently_offeredPossible values: Filter by bidder wallet address
0x1234567890abcdef1234567890abcdef12345678Filter by seller wallet address
Filter by NFT contract address
0x1234567890abcdef1234567890abcdef12345678Filter by specific token ID
Filter by item ID
Filter by blockchain network
MATICPossible values: Filter by bid/listing status
openPossible values: Paginated list of bids
Bad request - invalid parameters
Internal server error
Last updated