API Reference
DBot OfficialDBot DashboardPricing

Same Twitter Tokens

This API is used to get same Twitter token data

FreePlusProEnterpriseCredit Usage
10

Response data

{
  "err": false, // Error or not
  "res": [
    {
      "_id": "2DAhtdLv7dLzk3PDJss8iPBuPKj5PL9XmTX4r1qSN595", // Pair address
      "chain": "solana", // Chain type: Solana
      "mint": "4376batSubv1Baw1TGJctyDzbUE6gHsC5mCn6ASaJqqw", // Token contract address
      "baseMint": "So11111111111111111111111111111111111111112", // Base currency contract address in the liquidity pool
      "baseSymbol": "SOL", // Symbol of the base currency
      "tokenPrice": 0.0000028382314408543097, // Token price, unit depends on “baseMint” (SOL/WBNB/USDC/USD1)
      "rate": 157.57, // Current SOL or BNB price
      "tokenCreatedAt": 1762489666000, // Token creation timestamp
      "description": null, // Token description
      "name": "Aria Protocol", // Same Twitter name
      "supply": 1000000000, // Token supply
      "symbol": "ARIAIP", // Token symbol
      "updatedAt": 1762489689165, // Data update timestamp
      "preDex": "meteora_bc", // Previous DEX source (pre-migration pool)
      "prePool": "ELyFd9RZLjxPSvFKNdkn4HA2QBxihdBCvaQTx7geaYu9", // Previous pool address
      "similarImg": true, // Whether a similar image token was detected (true means yes)
      "image": "https://cdn.dbotx.com/icon/c8c3220f06e019d576f02f209fece95e2ba77dba", // Token image URL
      "buyAndSellVolume1h": 1517.2711385999996, // Buy/sell volume in the past 1 hour
      "buyAndSellVolume24h": 1517.2711385999996, // Buy/sell volume in the past 24 hours
      "priceChange1h": 0.24079510190388312, // Price change (1 hour)
      "priceChange24h": 0.24079510190388312, // Price change (24 hours)
      "tokenReserve": 3807.822322, // Token amount in the liquidity pool
      "solReserve": 0.00001129, // SOL reserve in the liquidity pool
      "currencyReserve": 0.00001129, // Base currency reserve in the pool (unit: SOL/WBNB/USDC/USD1 based on “baseMint”)
      "currencyReserveUSD": 0.0017789653, // Reserve value in USD
      "dex": "meteora_dyn2", // DEX pool type, e.g., raydium_amm, raydium_clmm, pump, pancake_v2, pancake_v3
      "poolType": "meteora_dyn2", // Liquidity pool type (same as above)
      "isLaunchMigration": true, // “true” means the pool was created by an internal platform
      "createdAt": 1762489669841, // Pair creation timestamp
      "lastTradeTime": 1762489964689, // Last trade timestamp
      "marketCap": 447220.1281354135 // Current market capitalization
    },
    {
      "_id": "2d5csojcqwYCUTLXZRoBPRPBNDgs8MUnrDJ83zavUAEk", // Pair address
      "chain": "solana", // Blockchain type (here: Solana)
      "mint": "6agbCwMdcx2P63ry2Sd9J5gz7Yzg4SwuKVepo5Nsp2s7", // Token contract address
      "baseMint": "So11111111111111111111111111111111111111112", // Base currency contract address in the liquidity pool
      "baseSymbol": "SOL", // Symbol of the base currency
      "tokenPrice": 0.00015261670899429072, // Token price, unit depends on “baseMint” (SOL/WBNB/USDC/USD1)
      "rate": 157.57, // Current SOL or BNB price
      "tokenCreatedAt": 1762478398000, // Token creation timestamp
      "description": "", // Token description
      "name": "Aria.up", // Same Twitter name
      "supply": 1000000000, // Token supply
      "symbol": "Aria", // Token symbol
      "updatedAt": 1762478412354, // Data update timestamp
      "image": "https://cdn.dbotx.com/icon/6c18453b2fa5bf57257a3d8a7893cd907dbeea2b", // Token image URL
      "buyAndSellVolume1h": 88827.81440532005, // Buy/sell volume in the past 1 hour
      "buyAndSellVolume24h": 137068.76558722003, // Buy/sell volume in the past 24 hours
      "priceChange1h": 12.624245186282328, // Price change (1 hour)
      "priceChange24h": 22.669833729216148, // Price change (24 hours)
      "tokenReserve": 5055779.132022, // Token amount in the liquidity pool
      "solReserve": 768.617513818, // SOL reserve in the liquidity pool
      "currencyReserve": 768.617513818, // Base currency reserve in the pool (unit: SOL/WBNB/USDC/USD1 based on “baseMint”)
      "currencyReserveUSD": 121111.06165230226, // Reserve value converted to USD
      "dex": "meteora_dyn2", // DEX pool type, e.g., raydium_amm, raydium_clmm, pump, pancake_v2, pancake_v3
      "poolType": "meteora_dyn2", // Liquidity pool type (same as above)
      "isLaunchMigration": false, // “true” means the pool was created by an internal platform
      "createdAt": 1762478401096, // Pair creation timestamp
      "lastTradeTime": 1762482777148, // Last trade timestamp
      "marketCap": 24047814.83623039 // Current market capitalization
    }
  ]
}

Response data visualization reference


Language