bid.created

Bid criteria can return these kind:

  • token - token offer
  • collection - collection wide offer
  • attribute - attribute offer
  • custom - arbitrary token set
{
    "event": "bid.created",
    "tags": {
        "contract": "0xec7f8a34b97ac65caad3841659f2cd54285a3950"
    },
    "data": {
        "id": "0x8eaff743855173f58ade7e10ee2a4e3eeac46c6bfc4ad1ea744bae140bef7e60",
        "kind": "seaport-v1.4",
        "side": "buy",
        "status": "active",
        "tokenSetId": "token:0xec7f8a34b97ac65caad3841659f2cd54285a3950:467",
        "tokenSetSchemaHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
        "contract": "0xec7f8a34b97ac65caad3841659f2cd54285a3950",
        "maker": "0xdc6940a8dab03b8e913e94662a740a3ff049f573",
        "taker": "0x0000000000000000000000000000000000000000",
        "price": {
            "currency": {
                "contract": "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
                "name": "Wrapped Ether",
                "symbol": "WETH",
                "decimals": 18
            },
            "amount": {
                "raw": "125700000000000000",
                "decimal": 0.1257,
                "usd": 233.62843,
                "native": 0.1257
            },
            "netAmount": {
                "raw": "121929000000000000",
                "decimal": 0.12193,
                "usd": 226.61957,
                "native": 0.12193
            }
        },
        "validFrom": 1681176865,
        "validUntil": 1681180465,
        "quantityFilled": 0,
        "quantityRemaining": 1,
        "criteria": {
            "kind": "token",
            "data": {
                "token": {
                    "tokenId": "467"
                }
            }
        },
        "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/0xec7f8a34b97ac65caad3841659f2cd54285a3950/467"
        },
        "feeBps": 300,
        "feeBreakdown": [{
            "bps": 50,
            "kind": "royalty",
            "recipient": "0x0b989eb5271535f75e4cb967406e99a36c3c2e9b"
        }, {
            "bps": 250,
            "kind": "marketplace",
            "recipient": "0x0000a26b00c1f0df003000390027140000faa719"
        }],
        "expiration": 1681180465,
        "isReservoir": null,
        "isDynamic": false,
        "createdAt": "2023-04-11T01:34:28.378Z"
    },
    "type": "event",
    "status": "success"
}