Coin Listings Sensor Node
This sensor node generates and sends a message whenever a new coin is listed or announced on a major exchange.
New coin listings or even announcements of future listings on major exchanges can be significant events. Certain investors may believe that the listing of a coin on a major exchange infers greater credibility, and potentially liquidity onto the newly listed coin. Monitoring new coin listings and announcements may also be useful from a macro analytical perspective.
When a new listing or announcement of a listing is made on a major exchange, this node will add specific information about that listing to the flow’s msg
.
You can send a test message by clicking the square on the left side of the node. It will replay a message that matches your configured filter. If it cannot find such a message, one will be emitted that doesn’t match the filter.
Note, this sensor may not be instantaneous and can be delayed by several minutes.
Configuration
This node cannot be configured yet.
Use switch
or change
nodes for post processing.
Input
n.a.
Output
The message will be enriched by the coin_listing
property:
Example message:
{
"payload": "Olive (OLE) has been listed on Crypto.com",
"payload_text": "Olive (OLE) has been listed on Crypto.com",
"sensor": "coin_listings",
"coin_listing": {
"symbol": "OLE",
"name": "Olive",
"exchange": "Crypto.com",
"created_at": "2022-09-13 13:54:36",
"type": "listing",
"market_url": "https://crypto.com/exchange/trade/spot/OLE_USDT"
}
}