Get product list
Currency Marketplace
Get product list
GET
Get product list
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
API response format
Available options:
application/json Query Parameters
Number of records to skip. Default: 0
Example:
0
Maximum number of records to return. Default: 25, Max: 25
Required range:
x <= 25Example:
20
Example:
"id"
Sort direction. * Possible values: * * - asc: Ascending order (from lowest to highest) * - desc: Descending order (from highest to lowest)
Available options:
asc, desc Example:
"asc"
Filter by marketplace type. * Possible values: * * - 1: Gold marketplace * - 2: Account marketplace
Available options:
1, 2 Example:
2
Example:
true