List available channels
This is the list of channels available on Traitsniper. It will help you make your app like real-time applications on listen event, change action...
Out WebSocket server based on Centrifuge library, you can check out list their client's library, it will help you develop your WebSocket faster: https://github.com/centrifugal/centrifuge#readme
Now, we support three markets: Opensea, Lookrate and X2Y2.
Channel | Description |
---|---|
project_{contract_address} | All events on specific collections like bought, listing, sale... |
firehose-stream | All events on trending, hot, high volume collections... |
zmok_mempool_trxs_{contract_address} | All mempool transactions interact with Seaport 1.1, X2Y2 exchange, Looksrare exchange and GemSwap contract. |
Example response:
contract_address: 0x31a7d612788277457c03e34ecd4efe4d6e6a8e39
{
"event_name": "opensea_event",
"event_type": "created",
"token_id": "1615",
"searchable_token": "1615",
"token_rarity_rank": 1637,
"image_url": "https://lh3.googleusercontent.com/p9iw3ERON8171PGT9BwRAxN6-t33lOYJRrk1Aj9ges4sHkvXZqr2bsp_-vibKoGyoZkfDM4LIDvhY2ihOH1heL0IUth9MRxjMi5U5Q=s250",
"starting_price": 0.0055,
"total_price": 0.0055,
"payment_token": "ETH",
"price_in_payment_token": 0.0055,
"seller_address": "0x1796391ed1b00fc76d856c98ec7f79e33424a48e",
"created_date": "2022-09-05T04:18:27.445085Z",
"transaction_hash": "https://etherscan.io/tx/",
"normalization_on_count_off_rank": 1637,
"normalization_on_count_on_rank": 1637,
"marketplace": "opensea"
}
{
"opensea_id": "1662349852",
"contract_address": "0x31a7d612788277457c03e34ecd4efe4d6e6a8e39",
"token_id": "6272",
"searchable_token": "6272",
"event_type": "item_listed",
"event_sent_at": "2022-09-05T03:50:52.909102Z",
"event_timestamp": "2022-09-05T03:50:52.838663Z",
"listing_type": "",
"listing_date": "2022-09-05T03:48:16Z",
"closing_date": "2022-09-05T05:48:16Z",
"maker": "0xfb16c73cb2c2c7578236c23ecd86408db06c66fd",
"maker_username": "",
"payment_token": "ETH",
"price": 0.02,
"price_in_eth": 0.02,
"taker": "",
"taker_username": "",
"tx": "",
"tx_timestamp": "0001-01-01T00:00:00Z",
"item_name": "Project Kaito #6272",
"item_image_url": "https://lh3.googleusercontent.com/UaUaWrlQEo7gzTol1B-J7pi2qFJzozdRd-ARiQ8SFl1iEyzmHq-nAdmnHNH4VN6XEqu4SYPPomXIr0HefhYzSulzigws8Vppabfw8g=s250",
"opensea_url": "https://opensea.io/assets/ethereum/0x31a7d612788277457c03e34ecd4efe4d6e6a8e39/6272",
"from": "",
"to": "",
"marketplace": "opensea",
"normalization_on_count_on_rank": 2003,
"normalization_on_count_off_rank": 2140,
"last_sale_price": 0.015,
"opensea_last_listing_price": 0,
"opensea_highest_offer_price": 0
}
{
"result": {
"channel": "zmok_mempool_trxs_0x1254f3c0968ef1ada5d2ee32f1a047f2d51f1e4a",
"data": {
"data": [
{
"contract_address": "0x1254f3c0968ef1ada5d2ee32f1a047f2d51f1e4a",
"max_fee": 38.1784,
"max_priority_fee": 20,
"value": 0.05749,
"marketplace": "opensea",
"explorer_link": "https://etherscan.io/tx/0x676d1a2935dc3f2f05a1293a8d9f7e454624534a39148e65183c2bb39b95776d",
"from": "0xa567e497a1f13ca67b45dcfbbeb9d25078e1ba3f",
"is_ts_holder": false,
"image": "",
"name": "",
"normalization_on_count_on_rank": 0,
"normalization_on_count_off_rank": 0,
"token_id": "118"
}
]
}
}
}