Pipeline connecting catfee.io to TRON networkPipeline connecting catfee.io to TRON network

CatFee Blockchain Monitoring Service

🔍 CatFee Blockchain Monitoring Service 📊

CatFee Blockchain Monitoring Service helps users track real-time blockchain data changes, such as transactions, balances, and blocks.

🔗 This service, based on the CatFee blockchain network, provides various interfaces and tools for users to query and analyze blockchain data.

🎁 As a special benefit to our users, we now offer this professional-grade monitoring service free of charge to all CatFee users, making your blockchain asset management more convenient and efficient.

🔍 CatFee Blockchain Monitoring Service 📊

URL Callback and Telegram Bot Notifications Available

You can receive CatFee blockchain monitoring service notifications through the following methods:

1. You can send us your callback URL, and we will notify you when blockchain data changes.

2. You can bind your Telegram bot with our service, and we will send you notifications when blockchain data changes.

CatFee Blockchain Monitoring Service
URL NotificationWhen blockchain transactions (such as USDT, ETH, etc.) amount changes are detected, we will push notification information to you through your provided callback URL.The notification includes important information such as: transaction hash, block number, monitored address, payment address, contract address, receiving address, transaction amount, currency, and blockchain.We use a reliable resend mechanism to ensure notification delivery:
  • If the first notification fails, it will be resent at specific intervals
  • 🔔Notification Rules

    After successfully receiving the callback request, please return 'success' to notify the server

    🛑

    Notifications will stop immediately after the server receives 'success'

    ⏱️

    If 'success' is not received, notifications will be sent 10 times at the following frequency:

    0s → 15s → 30s → 3min → 10min → 20min → 30min → 60min → 3h → 6h

  • Resending stops immediately upon receiving a success response
The receiver only needs to return the string 'success' to confirm receipt of the notification. It is recommended to process business logic asynchronously and use chain+txn_hash as the primary key to prevent duplicates.

API Usage Example

Request Method

POST {Your Callback URL}

Request Parameters (JSON)

Response Example

"success"

Node.js Reception Example

Telegram Bot NotificationWhen blockchain transactions (such as USDT, ETH, etc.) are detected, we will send you notification messages through your Telegram bot.
catfee 区块链-监控服务

Usage Steps

  1. 1

    Apply for Bot

    • Open Telegram, search and add【@BotFather】
    • Enter command /newbot to start creating a new bot
    • Follow the prompts to set the bot's name and username
    • Record the generated bot token, which is crucial for subsequent binding
  2. 2

    Bind Bot to Catfee

    • Login to Catfee.io personal center, select
      Bot Settings
      page to input the bot token
    • Click "Bind" button to complete bot binding
    • After binding, energy selling bot is activated for free!
  3. 3

    Configure Bot Notifications

    • Add the bot to the chat where you want to receive wallet monitoring change messages
    • In Catfee.io personal center, select "Add Monitor Wallet"
    • Enter the chat ID to ensure the bot can receive notifications correctly
  4. 4

    Set Monitoring Parameters

    • On the monitor wallet page, select the blockchain type to listen to
    • Enter the wallet address to monitor
    • Select [Telegram bot] type, set the blockchain type to monitor (BTC | ETH | TRON)
    • Set chat ID, can choose channel, group or personal chat

What is telegram chat ID?

Chat ID is a unique numerical identifier for Telegram users, groups, or channels. Personal user chat IDs are positive integers (e.g., 8090000000), while group chat IDs are negative integers (e.g., -4980000000).

How to get chat ID:

  1. Visit Telegram bot:@CatFeeProBot
  2. Send the command "/tools" to the bot
  3. Select the chat ID query tool from the popup tool list
  4. The bot will return the current chat ID, for example:

    • User ID format:userID:8090000000 (where 8090000000 is the user chat ID)
    • Group ID format:groupID:-4980000000 (where -4980000000 is the group chat ID)

Through these steps, you can easily implement real-time blockchain wallet monitoring, ensuring you don't miss any important balance changes.