Function /seller/sold/list
Function invocation
https://json.aftermarket.pl/seller/sold/list
Function description
It retrieves the list of domains sold by the user.
Input parameters
This function takes the following input parameters:
| Parameter | Type | Required | Default value | Description |
|---|---|---|---|---|
| size | integer | 5000 | Page size | |
| start | integer | 0 | List start (for paging) |
Return value
The list of domains sold by the user (list of structures with the following fields):
| Field name | Type | Description |
|---|---|---|
| amount | float | Income from selling |
| amountNet | float | Income from selling (net amount) |
| currency | string | Income currency |
| finished | boolean | Operation is accounted |
| name | string | Domain name |
| nameIDN | string | Domain name (internationalized) |
| operationId | integer | Financial operation identifier |
| sellingPrice | float | Price of selling |
| sellingCurrency | string | Currency of selling |
| time | integer | Selling time as Unix timestamp |
| type | string | Operation type (one of auction, escrow, hire, rental) |
| string | Domain name in unicode (deprecated, this value is given in 'nameIDN' field) |