Whale Watcher Sensor Node
The whale watcher node monitors large movements of cryptocurrencies. This node can be configured to filter for specific movements of specific coins from and to different location types; namely coins flowing from exchange accounts to private wallets etc.
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.
Configuration
Input
n.a.
Output
The message will be enriched by the whale_watcher
property:
Example message:
{
"payload": "1461.4 BTC (28182192 USD) transferred from unknown wallet to unknown wallet",
"payload_text": "1461.4 BTC (28182192 USD) transferred from unknown wallet to unknown wallet",
"sensor": "whale_watcher",
"whale_watcher": {
"ts": "2022-09-26 09:08:06",
"symbol": "BTC",
"amount": 3389.5,
"amount_usd": 65034348,
"transaction_type": "transfer",
"from_owner": "",
"from_owner_type": "unknown",
"to_owner": "",
"to_owner_type": "unknown"
}
}
Last updated on
Sep 26, 2022