Function /buyer/auction/maximum
Function invocation
https://json.aftermarket.pl/buyer/auction/maximum
Function description
Returns the maximum user bid in a given auction.
Input parameters
This function takes the following input parameters:
Parameter | Type | Required | Default value | Description |
---|---|---|---|---|
auctionId | integer | YES | Auction identifier |
Return value
Maximum user bid in a given auction (structure with the following fields):
Field name | Type | Description |
---|---|---|
auctionId | integer | Auction identifier |
bidderId | string | Bidder identifier |
bidderRating | integer | Bidder's rating |
currency | string | Bid currency |
price | float | Bid amount |
time | integer | Bid time as a Unix timestamp |