API Reference
DBot OfficialDBot DashboardPricing

Pool / Pair Stat Info

This API is used to get the price change / buy and sell transaction amount / buy and sell times / buy and sell account count information

FreePlusProEnterpriseCredit Usage
10

Response data

{
  "err": false, // Error or not
  "res": {
    "id": "6fsbYzB8WVmb4ws7qpTc6womMWRSfsS3EBsZWJ3p8R5J", // Pair address
    "mint": "CvTHgfqRZb8DMxv8N5XNfwhAkzU3hXLSaKR47hCdaos", // Token address
    "priceChange1m": 0, // Price change in the last 1 minute (0.1 = 10%)
    "priceChange5m": 0, // Price change in the last 5 minutes (0.1 = 10%)
    "priceChange1h": -0.999705, // Price change in the last 1 hour (0.1 = 10%)
    "priceChange6h": -0.999705, // Price change in the last 6 hours (0.1 = 10%)
    "priceChange24h": -0.999705, // Price change in the last 24 hours (0.1 = 10%)
    "buyAccountCount1m": 0, // Number of buy accounts in the last 1 minute
    "buyAccountCount5m": 0, // Number of buy accounts in the last 5 minutes
    "buyAccountCount1h": 49, // Number of buy accounts in the last 1 hour
    "sellAccountCount1m": 0, // Number of sell accounts in the last 1 minute
    "sellAccountCount5m": 0, // Number of sell accounts in the last 5 minutes
    "sellAccountCount1h": 68, // Number of sell accounts in the last 1 hour
    "buyAndSellAccountCount1m": 0, // Number of accounts that bought or sold in the last 1 minute
    "buyAndSellAccountCount5m": 0, // Number of accounts that bought or sold in the last 5 minutes
    "buyAndSellAccountCount1h": 83, // Number of accounts that bought or sold in the last 1 hour
    "buyTimes1m": 0, // Number of buy transactions in the last 1 minute
    "buyTimes5m": 0, // Number of buy transactions in the last 5 minutes
    "buyTimes1h": 50, // Number of buy transactions in the last 1 hour
    "buyTimes6h": 50, // Number of buy transactions in the last 6 hours
    "buyTimes24h": 50, // Number of buy transactions in the last 24 hours
    "sellTimes1m": 0, // Number of sell transactions in the last 1 minute
    "sellTimes5m": 0, // Number of sell transactions in the last 5 minutes
    "sellTimes1h": 73, // Number of sell transactions in the last 1 hour
    "sellTimes6h": 73, // Number of sell transactions in the last 6 hours
    "sellTimes24h": 73, // Number of sell transactions in the last 24 hours
    "buyAndSellTimes1m": 0, // Number of buy and sell transactions in the last 1 minute
    "buyAndSellTimes5m": 0, // Number of buy and sell transactions in the last 5 minutes
    "buyAndSellTimes1h": 123, // Number of buy and sell transactions in the last 1 hour
    "buyAndSellTimes6h": 123, // Number of buy and sell transactions in the last 6 hours
    "buyAndSellTimes24h": 123, // Number of buy and sell transactions in the last 24 hours
    "buyVolume1m": 0, // Buy volume in the last 1 minute
    "buyVolume5m": 0, // Buy volume in the last 5 minutes
    "buyVolume1h": 1552.85, // Buy volume in the last 1 hour
    "buyVolume6h": 1552.85, // Buy volume in the last 6 hours
    "buyVolume24h": 1552.85, // Buy volume in the last 24 hours
    "sellVolume1m": 0, // Sell volume in the last 1 minute
    "sellVolume5m": 0, // Sell volume in the last 5 minutes
    "sellVolume1h": 575.24, // Sell volume in the last 1 hour
    "sellVolume6h": 575.24, // Sell volume in the last 6 hours
    "sellVolume24h": 575.24, // Sell volume in the last 24 hours
    "buyAndSellVolume1m": 0, // Buy & sell volume in the last 1 minute
    "buyAndSellVolume5m": 0, // Buy & sell volume in the last 5 minutes
    "buyAndSellVolume1h": 2128.08, // Buy & sell volume in the last 1 hour
    "buyAndSellVolume6h": 2128.08, // Buy & sell volume in the last 6 hours
    "buyAndSellVolume24h": 2128.08, // Buy & sell volume in the last 24 hours
    "token": "CvTHgfqRZb8DMxv8N5XNfwhAkzU3hXLSaKR47hCdaos", // Token address
    "_id": "6fsbYzB8WVmb4ws7qpTc6womMWRSfsS3EBsZWJ3p8R5J"
  }
}
Language