Skip to main content

Get my active auctions

GET 

/company/bid-auctions/mine

Returns a paginated list of all auctions in which the authenticated user has placed bids. Includes auctions in the 'published' and 'closed' statuses.

Usage example:

GET /company/bid-auctions/mine?page=1&limit=10

Notable fields in the response:

  • my_bid: Amount of the user's bid
  • bid_current: Current best bid
  • status: Current auction status

Request

Responses

Auction list successfully retrieved. Includes pagination metadata and an array of auctions.