Filter Marketplace Items
This service returns marketplace items with pagination
Filter Marketplace Items
GET
{{server-url}}/marketplace-items/filter
It returns list of marketplace items with pagination
Query Parameters
Name | Type | Description |
---|---|---|
page | Number | Represents page number. Default 0 |
orderDirection | String | Represents order direction. It can be ASC or DESC. Default DESC |
size | Number | Represents content size. Default 10 |
id | String | Represents marketplace item's identifier. |
sellerAddress | String | Represents wallet address of the marketplace item's seller. |
symbol | String | Represents the currency symbol of marketplace item |
Headers
Name | Type | Description |
---|---|---|
Authorization* | String | UUID formatted access token |
PROJECT-ID* | String | UUID formatted project's identifier |
Example Response Body
Response Fields
Key | Type | Description |
---|---|---|
id | Number | Represents marketplace item's identifier |
sellerAddress | String | Represents wallet address of the marketplace item's seller. |
price | BigNumber | Represents marketplace Item's price |
amount | Number | Represents count of Nft item on the marketplace |
nftItem | Object | Represents Nft Item's metadata object. |
marketplaceToken | Object | Represents marketplace item's currency (marketplace token) informations |
status | String | Represents marketplace item's status |
Last updated