Get Marketplace Item Detail
This service returns marketplace item detail for the specified id parameter.
Get Marketplace Item Detail
GET
{{server-url}}/marketplace-items/:id
It returns the marketplace item object.
Query Parameters
Name | Type | Description |
---|---|---|
id* | Number | Represents marketplace item's identifier |
Headers
Name | Type | Description |
---|---|---|
Authorization* | String | UUID formatted access token |
Content-Type* | String | application/json |
PROJECT-ID* | String | UUID formatted projectId information |
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