Get auction bids
Returns a list of auction bids with optional filtering and pagination.
Returns a list of auction bids with optional filtering and pagination.
Authorizations
API key passed in the header.
Query Parameters
The bid ID(s) - accepts a single ID or an array of IDs
ID of the user who made the bid
Wallet address of the bidder
Pagination cursor to start after a specific bid ID
Maximum number of bids to return
x >= 1, x <= 1000ID of the organization
ID of the website
ID of the auction
Status of the bid
"submitted" | "accepted" | "rejected" | "fulfilled"Order bids by amount (ascending or descending). Defaults to desc.
"asc" | "desc"Number of bids to skip (for offset-based pagination)
x >= 0Include total count of matching bids in response
Filter by multiple bid statuses (OR condition)
Response
200
dataarray<object>requireddata.idstring<uuid>requireddata.amountanydata.status"submitted" | "accepted" | "rejected" | "fulfilled"required"submitted" | "accepted" | "rejected" | "fulfilled"data.auctionIdstring<uuid>requireddata.auctionItemIdstring<uuid>requireddata.currencyAddressstringrequireddata.currencyDecimalsnumberrequireddata.updatedAtstring<date-time>requireddata.auctionItemobjectrequireddata.userobjectrequireddata.loyaltyCurrencyobjectrequireddata.auctionobjectrequiredhasNextPagebooleanrequiredIndicates if there is a next page of results
countnumberTotal count of matching bids (only present when includeCount=true)