API Reference
DBot OfficialDBot DashboardPricing

Dex Paid Tokens

This API is used to retrieve the list of Dex paid tokens

FreePlusProEnterpriseCredit Usage
10

Response data

{
  "err": false, // Error or not
  "res": [
    {
      "_id": "BQd1ZZahCNkjS71zgaaTuxAxqr9gdiKEvHJu3E2fWEWQ", // Trading pair address
      "mint": "Guo2AZPNQZ8z9juiJmzGUZwELncFCJLifgPdEUuypump", // Token contract address
      "tokenCreatedAt": 1763706126000, // Token creation timestamp (ms)
      "name": "Bitcoin pls go to moon", // Token name
      "supply": 1000000000, // Total token supply
      "symbol": "BTC Bottom", // Token symbol
      "prePool": "9X9AtbkdmPNvQxrta5SUxakmLk7J2MiTE722FtC7u8R7", // Pre-pool ID (pump pre-launch pool)
      "buyAndSellTimes1h": 31562, // Total buy/sell count in last 1 hour
      "buyAndSellVolume1h": 516701.01775698294, // Total trading volume in last 1 hour
      "buyTimes1h": 17899, // Buy count in last 1 hour
      "buyVolume1h": 262916.6048244803, // Buy volume in last 1 hour
      "priceChange1h": 0.43906716303110477, // Price change in 1 hour (%)
      "priceChange1m": 0.05439462591014636, // Price change in 1 minute (%)
      "priceChange24h": 4.455457323473839, // Price change in 24 hours (%)
      "priceChange5m": 0.09175361202530175, // Price change in 5 minutes (%)
      "priceChange6h": 4.455457323473839, // Price change in 6 hours (%)
      "sellTimes1h": 13663, // Sell count in last 1 hour
      "sellVolume1h": 253784.4129325026, // Sell volume in last 1 hour
      "image": "https://cdn.dbotx.com/icon/9dd6e552cc0d88b928777bbda207ef56f422aede", // Token image URL
      "totalFee": 1.6708, // Total fee (%) including buy/sell tax
      "rate": 126.41, // Growth multiplier since launch
      "tokenPrice": 0.000003779357616191425, // Token price (in SOL)
      "tokenPriceUsd": 0.00047854226136215825, // Token price (in USD)
      "marketCap": 478542.2613621582, // Current market cap
      "marketCapChange5m": 40249.610785769255, // Market cap change in last 5 minutes
      "marketCapChangeRate5m": 0.09175361202530175, // Market cap change rate (5 min)
      "tokenReserve": 69942569.489463, // Token amount in the current liquidity pool
      "currencyReserve": 264.337982696, // Base currency amount in the pool, determined based on "baseMint", value in SOL / WBNB / USDC / USD1
      "solReserve": 264.337982696, // Current SOL amount 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": "5kw5kseWRZbV6mBShXSHxjzwyPuYqXWjQBQR2abihMbc", // Developer wallet address of the current token
      "migrateCount": 0, // The number of tokens migrated by Dev
      "launchCount": 1, // Launch count (pump launch count)
      "holders": 1507, // Number of holders of the current token
      "avgHolderAmount": 293.557, // Average holding amount
      "poolType": "pump_swap", // Liquidity pool type
      "preDex": "pump", // Initial DEX/platform
      "links": [
        {
          "label": "website", // Website link
          "url": "https://btctothemoon.xyz/"
        },
        {
          "label": "twitter", // Twitter link
          "url": "https://x.com/BTC_bottom",
          "name": "BTC_bottom" // Twitter username
        }
      ],
      "isLaunchMigration": true, // "true" indicates the current liquidity pool was officially created by platforms like Pump
      "holderHasTags": true, // Whether holders include tagged wallets
      "snipersCount": 15, // Number of sniper wallets of the current pair
      "safetyInfo": {
        "canFrozen": false, // Whether tokens can be frozen
        "freezeAuthority": true, // Freeze authority exists (even if disabled)
        "canMint": false, // Whether minting is possible
        "mintAuthority": true, // Mint authority exists (but usually revoked)
        "top10HolderRate": 0.045005114227044, // Top 10 holders percentage
        "devPosition": "cleared" // Developer position status (cleared = no hold)
      },
      "createdAt": 1763706210388, // Record creation time (ms)
      "migrateAt": 1763706210388, // Pool migration timestamp
      "pairPriceCreatedAt": 1763706215250, // Pair price creation time
      "pairPriceUpdatedAt": 1763710794448, // Last pair price update time
      "devHoldPercent": 0, // Developer holding percentage
      "pumpLive": true, // Whether still active on pump.live
      "pair": "BQd1ZZahCNkjS71zgaaTuxAxqr9gdiKEvHJu3E2fWEWQ", // Pair address (duplicate)
      "similarImg": true, // Whether token image is similar to other tokens
      "paidInfo": {
        "boost": {
          "time": 1763710108241, // Boost purchase time
          "count": 500, // Boost level/count
          "amount": 3999 // Boost payment amount
        },
        "profile": {
          "time": 1763710031864, // Profile customization purchase time
          "amount": 499 // Payment for profile perk
        },
        "ad": {
          "time": 1763710022798, // Ad purchase time
          "amount": 299 // Payment for advertisement
        }
      },
      "signalDetail": {
        "marketCap_start": 434961.1563167491, // Market cap when signal triggered
        "marketCap_max": 484076.9522235941, // Highest market cap during signal
        "time": 1763710108241, // Signal timestamp
        "signalType": "boost", // Type of signal (boost)
        "amount": 3999, // Payment amount for signal
        "marketCap_now_rate": 0.10019539541060148, // Market cap increase rate now
        "marketCap_max_rate": 0.11291995892864906 // Market cap peak increase rate
      }
    }
  ]
}

Response data visualization reference


Language