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:

payload string
Human-readable representation, e.g. Olive (OLE) has been listed on Crypto.com
payload_text string
Same as payload
sensor string
Always coin_listings
coin_listing.symbol string
Listed coin, e.g. OLE
coin_listing.name string
Name of listed coin, e.g. Olive
coin_listing.exchange string
Exchange where coin got listed, e.g. Crypto.com
coin_listing.created_at date
Date when this coin was listed. Note, there can be a time delay.
coin_listing.type string
listing or announcement
coin_listing.market_url string
Direct URL that points to the market of the exchange.

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"
  }
}
Last updated on Sep 27, 2022

Newsletter

Subscribe to our newsletter to stay updated and to get notified once the platform officially launches:

By subscribing, you agree with Foretale’s Privacy Policy

© foretale - 2022