API Reference
DBot OfficialDBot DashboardPricing

Pool / Pair Info

This API is used to get basic information / trading statistics / security check data of a specific trading pair

FreePlusProEnterpriseCredit Usage
10

Response data

{
  "err": false, // Error or not
  "res": [
    {
      "id": "EXePzaGxFUdWnaPJjRFYo7ki11NgsuZBKntSL2uT6VTX",  // Trading pair address
      "token": "7ik9WBeLnNMFrt5a4N48BBLKkLAc7daHszFuGGdwPump",  // Token address
      "description": "token description",  // Token description
      "image": "image url",  // Token image URL
      "name": "UNSTEADY",  // Token name
      "supply": 1000000000,  // Token supply
      "symbol": "USDAC",  // Token symbol
      "buyAccountCount1h": 155,  // Number of buy accounts for the current pair in 1 hour
      "buyAccountCount1m": 0,  // Number of buy accounts for the current pair in 1 minute
      "buyAccountCount5m": 0,  // Number of buy accounts for the current pair in 5 minutes
      "buyAndSellAccountCount1h": 160,  // Number of buy and sell accounts for the current pair in 1 hour
      "buyAndSellAccountCount1m": 0,  // Number of buy and sell accounts for the current pair in 1 minute
      "buyAndSellAccountCount5m": 0,  // Number of buy and sell accounts for the current pair in 5 minutes
      "buyAndSellTimes1h": 34597,  // Buy and sell times of the current pair in 1 hour
      "buyAndSellTimes1m": 0,  // Buy and sell times of the current pair in 1 minute
      "buyAndSellTimes24h": 34597,  // Buy and sell times of the current pair in 24 hours
      "buyAndSellTimes5m": 0,  // Buy and sell times of the current pair in 5 minutes
      "buyAndSellTimes6h": 34597,  // Buy and sell times of the current pair in 6 hours
      "buyAndSellVolume1h": 21852886.547384463,  // Buy and sell volume of the current pair in 1 hour
      "buyAndSellVolume1m": 0,  // Buy and sell volume of the current pair in 1 minute
      "buyAndSellVolume24h": 21852886.547384463,  // Buy and sell volume of the current pair in 24 hours
      "buyAndSellVolume5m": 0,  // Buy and sell volume of the current pair in 5 minutes
      "buyAndSellVolume6h": 21852886.547384463,  // Buy and sell volume of the current pair in 6 hours
      "buyTimes1h": 17157,  // Buy times of the current pair in 1 hour
      "buyTimes1m": 0,  // Buy times of the current pair in 1 minute
      "buyTimes24h": 17157,  // Buy times of the current pair in 24 hours
      "buyTimes5m": 0,  // Buy times of the current pair in 5 minutes
      "buyTimes6h": 17157,  // Buy times of the current pair in 6 hours
      "buyVolume1h": 10938206.454425372,  // Buy volume of the current pair in 1 hour
      "buyVolume1m": 0,  // Buy volume of the current pair in 1 minute
      "buyVolume24h": 10938206.454425372,  // Buy volume of the current pair in 24 hours
      "buyVolume5m": 0,  // Buy volume of the current pair in 5 minutes
      "buyVolume6h": 10938206.454425372,  // Buy volume of the current pair in 6 hours
      "priceChange1h": 0.3966144629179148,  // Price change of the current pair in 1 hour (e.g., 0.1 means 10%)
      "priceChange1m": 0,  // Price change of the current pair in 1 minute (e.g., 0.1 means 10%)
      "priceChange24h": 1.2813372303044235,  // Price change of the current pair in 24 hours (e.g., 0.1 means 10%)
      "priceChange5m": 0,  // Price change of the current pair in 5 minutes (e.g., 0.1 means 10%)
      "priceChange6h": 1.2813372303044235,  // Price change of the current pair in 6 hours (e.g., 0.1 means 10%)
      "sellAccountCount1h": 156,  // Number of sell accounts for the current pair in 1 hour
      "sellAccountCount1m": 0,  // Number of sell accounts for the current pair in 1 minute
      "sellAccountCount5m": 0,  // Number of sell accounts for the current pair in 5 minutes
      "sellTimes1h": 17440,  // Sell times of the current pair in 1 hour
      "sellTimes1m": 0,  // Sell times of the current pair in 1 minute
      "sellTimes24h": 17440,  // Sell times of the current pair in 24 hours
      "sellTimes5m": 0,  // Sell times of the current pair in 5 minutes
      "sellTimes6h": 17440,  // Sell times of the current pair in 6 hours
      "sellVolume1h": 10914680.09295909,  // Sell volume of the current pair in 1 hour
      "sellVolume1m": 0,  // Sell volume of the current pair in 1 minute
      "sellVolume24h": 10914680.09295909,  // Sell volume of the current pair in 24 hours
      "sellVolume5m": 0,  // Sell volume of the current pair in 5 minutes
      "sellVolume6h": 10914680.09295909,  // Sell volume of the current pair in 6 hours
      "rate": 147.25,  // Current SOL or BNB price
      "tokenPrice": 4.731114966093676e-7,  // Token price, determined based on "baseMint", with unit in SOL / WBNB / USDC / USD1
      "marketCap": 69665.66787572938,  // Market cap of the current token
      "marketCapChange5m": 0,  // 5-minute change in market cap of the current token
      "marketCapChangeRate5m": 0,  // 5-minute percentage change in market cap of the current token
      "tokenReserve": 0.006341,  // Token amount in the current liquidity pool
      "currencyReserve": 3e-9,  // Base currency amount in the pool, determined based on "baseMint", value in SOL / WBNB / USDC / USD1
      "solReserve": 3e-9,  // Current SOL reserve in the liquidity pool
      "baseMint": "So11111111111111111111111111111111111111112",  // Contract address of the base token in the current liquidity pool
      "baseSymbol": "SOL",  // Symbol of the base token in the current liquidity pool
      "devAccount": "75VAeG9xMvf9EkydUcMwcHx6vEporEVWSSoJM5sFT2gU",  // Developer wallet address of the current token
      "holders": 34,  // Number of holders of the current token
      "poolType": "pump_swap",  // Type of the current liquidity pool, including: raydium_amm, raydium_clmm, pump, pancake_v2, pancake_v3, etc.
      "paidInfo": {
       "ad": { // Regular Dex advertisement
         "time": 1754626785606, // Payment time
         "amount": 1000000000 // Payment amount (USD)
       },
       "boost": { // Dex boosted advertisement
         "time": 1755585608360, // Payment time
         "count": 500, // Number of boosted ads
         "amount": 3999 // Payment amount (USD)
       },
       "profile": { // Social media profile update
         "time": 1755571158683, // Payment time
         "amount": 499 // Payment amount (USD)
       }
    },
      "links": [
        {
          "label": "website",
          "url": "https://unsteadycoin.xyz/"
        },
        {
          "label": "twitter",
          "url": "https://x.com/unsteadycoin"
        },
        {
          "label": "telegram",
          "url": "https://t.me/unsteadycoin"
        }
      ],  // Trading pair related links
      "isLaunchMigration": false,  // "true" indicates the current liquidity pool was officially created by platforms like Pump
      "snipersCount": 8,  // Number of sniper wallets of the current pair
      "snipersAddresses": [
        "GkzGrwvB6xHq7wqz9ibtwnbdzfYZeJyW3LsRwrk3neVG",
        "CEQiZHXw6in5VLRb1vW1qqZhQYAoo5yEqLeJNLQ1HgdB",
        "H9PZdK4fUGdFpfKmCSEiFtuSWKSDzvJzQH3uw4xDUThB",
        "FLMusxh9if28hiUonuGSr1JyuGj4ZBoABxUyXjdnehjQ",
        "BvKD6EtG43A4zsyNxouZ2aZEkHfZptyDRZChjEaa8g2h",
        "kiwiC4pg5mC4N5AhpXc4Av3V6oV7Sn2p3CqB7NeHbJJ",
        "Bo5zd1Ns6q3dhqher9rtSBVcDTKpSagdxBvy1ApRSBkb",
        "CVnEDsndeFfNLooWVpwmnpVRRSFHidhKUU2mnQrRXX1t"
      ],  // List of sniper wallet addresses for the current pair
      "safetyInfo": {
        "canFrozen": false,  // "true" means the token is freezeable
        "freezeAuthority": true,  // Freeze authority
        "canMint": false,  // "true" means the token is mintable
        "mintAuthority": true,  // Mint authority
        "top10HolderRate": 0.999999483259349,  // Top 10 holding ratio
        "burnedOrLockedLpPercent": null  // Pool burnt ratio
      },
      "createdAt": 1750237415292,  // Trading pair creation time
      "tokenCreatedAt": 1750237418804,  // Token creation time
      "pairPriceCreatedAt": 1750237418804,  // Trading pair price creation time
      "pairPriceUpdatedAt": 1750241049130,  // Trading pair price update time
      "initSOLQuantity": 205,  // Initial SOL quantity
      "initTokenQuantity": 1000000000,  // Initial token quantity
      "isCollect": false  // Whether the current pair is favorited
  }
}
Language