API Reference
DBot OfficialDBot DashboardPricing

Meme(surging)

This API is used to get data of Meme tokens that have spiked in market cap in a short period of time

FreePlusProEnterpriseCredit Usage
10

Response data

{
  "err": false, // Error or not
  "res": [
    {
      "id": "FZKWTsCiou7rLhHTzYzKU7Zkg6xkKMun2PsMweT6qNrD",  // Trading pair address
      "token": "CkmYw5h7Bx47qgzwnX7PBSaEZmzYSqMAhR7ZPW6c5NEg",  // Token address
      "name": "THIS WILL JUMP TO UR MIND",  // Token name
      "symbol": "MINDCOIN",  // Token symbol
      "image": "image url",  // Token image URL
      "supply": 1000000000,  // Token supply
      "priceChange1m": 0.5114597544338335,  // Price change of the current pair in 1 minute (e.g., 0.1 means 10%)
      "priceChange5m": 0.5114597544338335,  // Price change of the current pair in 5 minutes (e.g., 0.1 means 10%)
      "buyTimes1h": 13,  // Buy times of the current pair in 1 hour
      "sellTimes1h": 3,  // Sell times of the current pair in 1 hour
      "buyVolume1h": 1248.47814909,  // Buy volume of the current pair in 1 hour
      "sellVolume1h": 50.96161,  // Sell volume of the current pair in 1 hour
      "buyAndSellTimes1h": 16,  // Buy and sell times of the current pair in 1 hour
      "buyAndSellVolume1h": 1299.43975909,  // Buy and sell volume of the current pair in 1 hour
      "priceChange1h": 0.5114597544338335,  // Price change of the current pair in 1 hour (e.g., 0.1 means 10%)
      "priceChange6h": 0.5114597544338335,  // Price change of the current pair in 6 hours (e.g., 0.1 means 10%)
      "priceChange24h": 0.5114597544338335,  // Price change of the current pair in 24 hours (e.g., 0.1 means 10%)
      "tokenPrice": 6.84561972610271e-8,  // Token price, determined based on "baseMint", with unit in SOL / WBNB / USDC / USD1
      "marketCap": 10093.181724165835,  // Market cap of the current token
      "marketCapChange5m": 3415.41098329251,  // 5-minute change in market cap of the current token
      "marketCapChangeRate5m": 0.0892905866302864,  // 5-minute percentage change in market cap of the current token
      "tokenReserve": 405831505.3012,  // Token amount in the current liquidity pool
      "currencyReserve": 16.942571195,  // Base currency amount in the pool, determined based on "baseMint", value in SOL / WBNB / USDC / USD1
      "solReserve": 8.120789016,  // 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": "4YthhSW5989FDKo7TpRc2xzcVH4C9rzE4gVR5TWvSezW",  // Developer wallet address of the current token
      "holders": 1,  // Number of holders of the current token
      "poolType": "pump",  // Type of the current liquidity pool, including: raydium_amm, raydium_clmm, pump, pancake_v2, pancake_v3, etc.
      "links": [],  // Trading pair related links
      "launchProgress": 0.488867698595724,  // Trading pair launch progress
      "isLaunchMigration": false,  // "true" indicates the current liquidity pool was created by platforms
      "snipersCount": 0,  // Number of sniper wallets of 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": null,  // Top 10 holding ratio
        "burnedOrLockedLpPercent": 1  // Pool burnt ratio
      },
      "createdAt": 1750236563618,  // Trading pair creation time
      "tokenCreatedAt": 1750236566259,  // Token creation time
      "pairPriceCreatedAt": 1750236566259,  // Trading pair price creation time
      "pairPriceUpdatedAt": 1750236568732,  // Trading pair price update time
      "pumpProgress": 0.488867698595724,  // Pump platform progress
      "isCollect": false,  // Whether the current pair is favorited
      "similarImg": false, // Indicates whether there are similar images
      "buyAndSellTimes": 16,  // Current number of buy and sell times for the trading pair
      "botHolders": 10, // Number of users trading with the Bot
      "buyAndSellVolume": 1299.43975909  // Current total buy and sell volume for the trading pair
    }
  ]
}
Language