Auction
Get auction bids
Returns a list of auction bids with optional filtering and pagination.
GET
Authorizations
Query Parameters
The bid ID
Example:
"123e4567-e89b-12d3-a456-426614174010"
ID of the user who made the bid
Example:
"123e4567-e89b-12d3-a456-426614174001"
Wallet address of the bidder
Example:
"0x1234567890abcdef1234567890abcdef12345678"
Pagination cursor to start after a specific bid ID
Example:
"123e4567-e89b-12d3-a456-426614174020"
Maximum number of bids to return
Required range:
1 <= x <= 1000
Example:
50
ID of the organization
Example:
"123e4567-e89b-12d3-a456-426614174002"
ID of the website
Example:
"123e4567-e89b-12d3-a456-426614174003"
ID of the auction
Example:
"123e4567-e89b-12d3-a456-426614174004"
Status of the bid
Available options:
submitted
, accepted
, rejected
, fulfilled
Example:
"PENDING"
Response
200
_mintlify/placeholder
200
Was this page helpful?