Asks can update with the following state changes:
status
active
= Fillableinactive
= Temporarily unfillable, due to balance / approvalexpired
= Permanently unfillable, due to expirycancelled
= Permanently unfillable, due to cancellation (by user or protocol)filled
= Permanently unfillable, because it's been completely filled
quantityRemaining
- When multi-quantity orders (e.g. 1155 or collection offers) are partially filled, the quantityRemaining will reduce, while the status remains active
price
- Dutch auctions and erc20 orders are periodically updated to reflect their relevant price in the chains native currency
{
"event": "ask.updated",
"tags": {
"contract": "0x06f841244907a2c886f1e292ca19bd0c3e20fe4c"
},
"data": {
"id": "0x15d05973ed598fe7cf4dbb87a7b66c50716ca39f94782cd57cbdf56b151686b7",
"kind": "seaport-v1.4",
"side": "sell",
"status": "filled",
"tokenSetId": "token:0x06f841244907a2c886f1e292ca19bd0c3e20fe4c:5865",
"tokenSetSchemaHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"contract": "0x06f841244907a2c886f1e292ca19bd0c3e20fe4c",
"maker": "0x4b670f500546cabef38c2b2e8827ebb8f683d93d",
"taker": "0x0000000000000000000000000000000000000000",
"price": {
"currency": {
"contract": "0x0000000000000000000000000000000000000000",
"name": "Ether",
"symbol": "ETH",
"decimals": 18
},
"amount": {
"raw": "5823000000000000",
"decimal": 0.00582,
"usd": 11.12124,
"native": 0.00582
},
"netAmount": {
"raw": "5275638000000000",
"decimal": 0.00528,
"usd": 10.07585,
"native": 0.00528
}
},
"validFrom": 1681176519,
"validUntil": 1694136519,
"quantityFilled": 1,
"quantityRemaining": 0,
"criteria": {
"kind": "token",
"data": {
"token": {
"tokenId": "5865"
}
}
},
"source": {
"id": "0x5b3256965e7c3cf26e11fcaf296dfc8807c01073",
"domain": "opensea.io",
"name": "OpenSea",
"icon": "https://raw.githubusercontent.com/reservoirprotocol/indexer/v5/src/models/sources/opensea-logo.svg",
"url": "https://opensea.io/assets/0x06f841244907a2c886f1e292ca19bd0c3e20fe4c/5865"
},
"feeBps": 940,
"feeBreakdown": [{
"bps": 250,
"kind": "marketplace",
"recipient": "0x0000a26b00c1f0df003000390027140000faa719"
}, {
"bps": 690,
"kind": "royalty",
"recipient": "0x3f05af2b888593f984b04181a90d0782066f9fe4"
}],
"expiration": 1681176671,
"isReservoir": null,
"isDynamic": false,
"createdAt": "2023-04-11T01:28:42.483Z"
},
"type": "event",
"status": "success"
}