After subscribing to a specified pair’s updates, you will receive alerts when its price / volume, or other data change
Free | Plus | Pro | Enterprise | Credit Usage |
---|---|---|---|---|
✅ | ✅ | ✅ | ✅ | 1 |
Notes
DBot has deployed WS CDN acceleration networks in multiple countries and regions worldwide. However, developers still need to monitor the WebSocket connection status, implement their own reconnection logic, and ensure that a heartbeat subscription is sent at least once every minute (recommended every 30–55 seconds). Otherwise, the DBot message subscription system will automatically disconnect the connection due to timeout in order to free up WS resources.
Response Data
{
"type": "pairInfo", // Subscription type: "tx" for real-time transactions, "pairsInfo" for multi-pair data updates, "newPairInfo" for newly created pools / pairs, "pairInfo" for single pair data update
"result": {
"im": "https://cdn.dbotx.com/icon/8fa0518e8776697748590e24e229afcfe2498e2b",
"si": true,
"ba1m": 1, // Buy addresses in the last 1 minute
"ba5m": 6, // Buy addresses in the last 5 minutes
"ba1h": 193, // Buy addresses in the last 1 hour
"sa1m": 0, // Sell addresses in the last 1 minute
"sa5m": 6, // Sell addresses in the last 5 minutes
"sa1h": 193, // Sell addresses in the last 1 hour
"bt1m": 1, // Number of buy trades in the last 1 minute
"bt5m": 6, // Number of buy trades in the last 5 minutes
"bt1h": 378, // Number of buy trades in the last 1 hour
"bt6h": 2489, // Number of buy trades in the last 6 hours
"bt24h": 2489, // Number of buy trades in the last 24 hours
"bv1m": 1.96, // Buy volume in the last 1 minute
"bv5m": 1205.15, // Buy volume in the last 5 minutes
"bv1h": 9693.79, // Buy volume in the last 1 hour
"bv6h": 152163.64, // Buy volume in the last 6 hours
"bv24h": 152163.64, // Buy volume in the last 24 hours
"pc1m": 0, // Price change in the last 1 minute (0.1 = 10%)
"pc5m": -0.045057, // Price change in the last 5 minutes (0.1 = 10%)
"pc1h": -0.020421, // Price change in the last 1 hour (0.1 = 10%)
"pc6h": 5.558346, // Price change in the last 6 hours (0.1 = 10%)
"pc24h": 5.558346, // Price change in the last 24 hours (0.1 = 10%)
"st1m": 0, // Number of sell trades in the last 1 minute
"st5m": 6, // Number of sell trades in the last 5 minutes
"st1h": 204, // Number of sell trades in the last 1 hour
"st6h": 1543, // Number of sell trades in the last 6 hours
"st24h": 1543, // Number of sell trades in the last 24 hours
"sv1m": 0, // Sell volume in the last 1 minute
"sv5m": 1664.86, // Sell volume in the last 5 minutes
"sv1h": 9842.21, // Sell volume in the last 1 hour
"sv6h": 141941.19, // Sell volume in the last 6 hours
"sv24h": 141941.19, // Sell volume in the last 24 hours
"tp": 1.8679076047759246e-7, // Token price, based on "baseMint" (unit: SOL/WBNB/USDC/USD1)
"tpu": 0.00003972105521556004, // Token price (in USD)
"mp": 39721.0552, // Market cap
"tr": 135228735.301134, // Token reserve in the pool
"sr": 47.542212163, // SOL reserve in the pool
"cr": 47.542212163, // Base currency reserve in the pool (SOL/WBNB/USDC/USD1 depending on "baseMint")
"pp": 0.8305,
"lp": 0.8305, // Liquidity pool progress
"t10": 0.250387095753718, // Top 10 holders ratio
"fa": true, // Token freeze enabled
"ma": true, // Token mint enabled
"dhp": 0.005, // Dev holding percentage
"tf": 4.3903, // Total priority fee + bribe fee
"bh": 34, // Number of bot traders
"h": 243
}
}