Chain
Returns the marketplace auction listings
GET
Headers
Query Parameters
Response
200 - application/json
Marketplace listings
Example:
[
{
"id": "0",
"creatorAddress": "0xE2dc27f386E713cd0F277151250811b401f30CB2",
"assetContractAddress": "0x21c404005cEd824608561b362C61036903fEA7d7",
"tokenId": "0",
"quantity": "1",
"currencyContractAddress": "0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE",
"minimumBidAmount": "1000000000000000000",
"minimumBidCurrencyValue": {
"name": "Sepolia Ether",
"symbol": "ETH",
"decimals": 18,
"value": {
"type": "BigNumber",
"hex": "0x0de0b6b3a7640000"
},
"displayValue": "1.0"
},
"buyoutBidAmount": "2000000000000000000",
"buyoutCurrencyValue": {
"name": "Sepolia Ether",
"symbol": "ETH",
"decimals": 18,
"value": {
"type": "BigNumber",
"hex": "0x1bc16d674ec80000"
},
"displayValue": "2.0"
},
"timeBufferInSeconds": 900,
"bidBufferBps": 500,
"startTimeInSeconds": 1711035024,
"endTimeInSeconds": 1713627024,
"asset": {
"name": "gold",
"description": "",
"image": "https://21461335b8ce987737640624f6dc79a3.ipfscdn.io/ipfs/bafybeiastbflijl3myzyadk2m2tatom7ip6kf267hajxyid34mhw4flfmm/ak47-gold.png",
"animation_url": "",
"external_url": "",
"background_color": "",
"attributes": [{ "trait_type": "damage", "value": "10" }],
"id": "0",
"uri": "ipfs://QmS9Cxo5jgztosNGNqy1jhG36E1hzEtvgv1Em7rWg7Zibi/0",
"supply": 0,
"customImage": "",
"customAnimationUrl": ""
},
"status": 4
}
]