Chain
Returns the marketplace direct listings
GET
Headers
Query Parameters
Response
200 - application/json
Marketplace listings
Example:
[
{
"assetContractAddress": "0x21c404005cEd824608561b362C61036903fEA7d7",
"currencyContractAddress": "0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE",
"pricePerToken": "1000000000000000000",
"currencyValuePerToken": {
"name": "Sepolia Ether",
"symbol": "ETH",
"decimals": 18,
"value": {
"type": "BigNumber",
"hex": "0x0de0b6b3a7640000"
},
"displayValue": "1.0"
},
"id": "0",
"tokenId": "1",
"quantity": "1",
"startTimeInSeconds": 1711034988,
"asset": {
"name": "star",
"description": "",
"image": "https://21461335b8ce987737640624f6dc79a3.ipfscdn.io/ipfs/bafybeif2mihijkppb55plfk5emap4wwayrr2c3u2fjqn6uipmlhx35eohm/ak47-star.png",
"animation_url": "",
"external_url": "",
"background_color": "",
"attributes": [{ "trait_type": "damage", "value": "12" }],
"id": "1",
"uri": "ipfs://Qmed9Ywm6Kf1QpPVmweuQ2YSHvem1UggrEuePK8fZvRGmY/0",
"supply": 0,
"customImage": "",
"customAnimationUrl": ""
},
"endTimeInSeconds": 4102444836,
"creatorAddress": "0xE2dc27f386E713cd0F277151250811b401f30CB2",
"isReservedListing": false,
"status": 4
}
]