Function /market/last/auction/list
Function invocation
https://json.aftermarket.pl/market/last/auction/list
Function description
Returns the list of max 100 recently ended auctions. The marketplace is searched according to specified criteria. All criteria are optional and can be omitted.
Input parameters
This function takes the following input parameters:
Parameter | Type | Required | Default value | Description |
---|---|---|---|---|
size | integer | 100 | Page size |
Return value
The list of recently ended auctions. (list of structures with the following fields):
Field name | Type | Description |
---|---|---|
id | string | Unique ID |
type | string | Type of sale (one of catch, user) |
name | string | Domain name |
nameIDN | string | Domain name (internationalized) |
offers | integer | Offers |
price | float | Auction price |
currency | string | Auction currency |
time | integer | Ending time as an Unix timestamp |