API Reference
DBot OfficialDBot DashboardPricing

Meme(new creations)

This API is used to get data of newly created Meme tokens

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",
      "symbol": "MINDCOIN",
      "image": "image url",
      "supply": 1000000000,
      "priceChange1m": 0.51, // Price change of the current pair in 1 minute, 5 minutes, 1 hour, 6 hours, and 24 hours (e.g., 0.1 means 10%)
      "priceChange5m": 0.51, // Price change of the current pair in 1 minute, 5 minutes, 1 hour, 6 hours, and 24 hours (e.g., 0.1 means 10%)
      "buyTimes1h": 13, // Buy times of the current pair in 1 minute, 5 minutes, 1 hour, 6 hours, and 24 hours
      "sellTimes1h": 3, // Sell times of the current pair in 1 minute, 5 minutes, 1 hour, 6 hours, and 24 hours
      "buyVolume1h": 1248.48, // Buy volume of the current pair in 1 minute, 5 minutes, 1 hour, 6 hours, and 24 hours
      "sellVolume1h": 50.96, // Sell volume of the current pair in 1 minute, 5 minutes, 1 hour, 6 hours, and 24 hours
      "buyAndSellTimes1h": 16, // Buy and sell times of the current pair in 1 minute, 5 minutes, 1 hour, 6 hours, and 24 hours
      "buyAndSellVolume1h": 1299.44, // Buy and sell volume of the current pair in 1 minute, 5 minutes, 1 hour, 6 hours, and 24 hours
      "priceChange1h": 0.51, // Price change of the current pair in 1 minute, 5 minutes, 1 hour, 6 hours, and 24 hours (e.g., 0.1 means 10%)
      "priceChange6h": 0.51, // Price change of the current pair in 1 minute, 5 minutes, 1 hour, 6 hours, and 24 hours (e.g., 0.1 means 10%)
      "priceChange24h": 0.51, // Price change of the current pair in 1 minute, 5 minutes, 1 hour, 6 hours, and 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.18, // Market cap of the current token
      "marketCapChange5m": 3415.41, // 5-minute change in market cap of the current token
      "marketCapChangeRate5m": 0.09, // 5-minute percentage change in market cap of the current token
      "tokenReserve": 405831505.30, // Token amount in the current liquidity pool
      "currencyReserve": 16.94, // Base currency amount in the pool, determined based on "baseMint", value in SOL / WBNB / USDC / USD1
      "solReserve": 8.12, // 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": "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": [],
      "launchProgress": 0.49,
      "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,
        "canMint": false, // "true" means the token is mintable
        "mintAuthority": true,
        "top10HolderRate": null, // Top 10 holding ratio
        "burnedOrLockedLpPercent": 1 // Pool burnt ratio
      },
      "createdAt": 1750236563618,
      "tokenCreatedAt": 1750236566259,
      "pairPriceCreatedAt": 1750236566259,
      "pairPriceUpdatedAt": 1750236568732,
      "pumpProgress": 0.49,
      "isCollect": false, // Whether the current pair is favorited
      "similarImg": false, // Indicates whether there are similar images
      "buyAndSellTimes": 16, // Buy and sell times of the current pair in 1 minute, 5 minutes, 1 hour, 6 hours, and 24 hours
      "botHolders": 10, // Number of users trading with the Bot
      "buyAndSellVolume": 1299.44 // Buy and sell volume of the current pair in 1 minute, 5 minutes, 1 hour, 6 hours, and 24 hours
    }
  ]
}
Language