GET
/
api
/
auction_bids

Authorizations

X-API-KEY
string
headerrequired

Query Parameters

id
string

The bid ID

userId
string

ID of the user who made the bid

walletAddress
string

Wallet address of the bidder

startingAfter
string

Pagination cursor to start after a specific bid ID

limit
integer | null

Maximum number of bids to return

organizationId
string

ID of the organization

websiteId
string

ID of the website

auctionId
string

ID of the auction

status
enum<string>

Status of the bid

Available options:
submitted,
accepted,
rejected,
fulfilled