Get Marketplace Item Detail
This service returns marketplace item detail for the specified id parameter.
get
{{server-url}}
/marketplace-items/:id
Get Marketplace Item Detail
{
"data": {
"id": 1234,
"sellerAddress": "0xe3b52cE4b365cF50A4e03F04B92ce542666f5C73",
"price": 40000000000000000,
"amount": 5,
"nftItem": {
"id": 409,
"name": "r/place - 180",
"description": "Reddit r/place 2022 Edition - 180",
"url": "https://stagingnftgift.s3.eu-west-1.amazonaws.com/1649243914981",
"totalSupply": 180,
"contractType": "ERC1155",
"attributes": [],
"categories": []
},
"marketplaceToken": {
"icon": "https://ethereum.org/static/6b935ac0e6194247347855dc3d328e83/6ed5f/eth-diamond-black.webp",
"symbol": "BLW",
"name": "Blackwolf",
"address": "0xe3b52cE4b365cF50A4e03F04B92ce542666f5C73",
"artifactName": "Qaf20",
"decimal": 18,
"networkId": 4
},
"status": "LISTED"
},
"message": null,
"code": 0,
"error": false
}
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 modified 25d ago