get
https://api-data-v1.dbotx.com/kline/tokens
This API is used to get same name token data
| Free | Plus | Pro | Enterprise | Credit Usage |
|---|---|---|---|---|
| ✅ | ✅ | ✅ | ✅ | 10 |
Response data
{
"err": false, // Error or not
"res": [
{
"_id": "0xa7C285A62a9D546a6385DA8A82425aA9264Ce12A", // Pair address
"chain": "bsc", // Chain type: BSC
"mint": "0xCAaB91Afdb7bEb573954C12840aDd4eD9525a2F0", // Token contract address
"baseMint": "0xbb4CdB9CBd36B01bD1cBaEBF2De08d9173bc095c", // Base currency contract address of the liquidity pool
"baseSymbol": "WBNB", // Symbol of the base currency in the liquidity pool
"tokenPrice": 7.338063108055384e-9, // Token price (unit depends on baseMint: SOL/WBNB/USDC/USD)
"rate": 968.4, // Current SOL or BNB price
"decimals": 9, // Token decimals
"name": "Aria Protocol", // Token name
"symbol": "ARIAIP", // Token symbol
"totalSupply": "1000000000000000000000", // Total token supply
"buyAndSellVolume1h": 246484.74263800005, // Buy/sell volume in the past 1 hour
"buyAndSellVolume24h": 13261393.486136828, // Buy/sell volume in the past 24 hours
"priceChange1h": 0.2020042281890367, // 1-hour price change ratio
"priceChange24h": 338.9303267112325, // 24-hour price change ratio
"supply": 1000000000000, // Token supply
"tokenReserve": 66207960038.5591, // Amount of token in the liquidity pool
"currencyReserve": 485.8381890185556, // Amount of base currency in the liquidity pool
"dex": "pancake_v2", // Type of DEX liquidity pool (e.g., raydium_amm, raydium_clmm, pump, pancake_v2, pancake_v3)
"poolType": "pancake_v2", // Type of DEX liquidity pool (same as above)
"isLaunchMigration": false, // “true” means the pool was created by an internal platform
"currencyReserveUSD": 470485.70224556926, // USD value of the base currency reserve
"createdAt": 1762424300265, // Pair creation timestamp
"tokenCreatedAt": 1762424423185, // Token creation timestamp
"lastTradeTime": 1762503905502, // Last trade timestamp
"marketCap": 7106180.313840833, // Current market capitalization
"image": "https://dd.dexscreener.com/ds-data/tokens/bsc/0xCAaB91Afdb7bEb573954C12840aDd4eD9525a2F0.png", // Token/pair image URL
"dataType": "pair" // Data type; “pair” means this record represents a trading pair
},
{
"_id": "5kN2Dbbw8RvzQBSvQh6hSDnLNkZB6AKtNm4jaY9oVCMF", // Pair address
"chain": "solana", // Chain type: Solana
"mint": "9UQHLA59GqStvJwFvp5th7xLzZk5BtDNK6jF9a1dDh5A", // Token contract address
"baseMint": "So11111111111111111111111111111111111111112", // Base currency contract address of the liquidity pool
"baseSymbol": "SOL", // Symbol of the base currency in the liquidity pool
"tokenPrice": 0.000001949644804994579, // Token price (unit depends on baseMint: SOL/WBNB/USDC/USD)
"rate": 157.66, // Current SOL or BNB price
"tokenCreatedAt": 1762499970000, // Token creation timestamp
"description": "", // Token description
"name": "$Aria PROTOCOL", // Token name
"supply": 1000000001, // Token supply
"symbol": "ARIAIP", // Token symbol
"updatedAt": 1762500039483, // Last data update timestamp
"similarImg": true, // Whether there is a similar image token (true means yes)
"image": "https://cdn.dbotx.com/icon/e62b79dd16c1afadb9b28e862edf0dbfbdfb0930", // Token/pair image URL
"buyAndSellVolume1h": 14616862.069094617, // Buy/sell volume in the past 1 hour
"buyAndSellVolume24h": 14616862.069094617, // Buy/sell volume in the past 24 hours
"priceChange1h": 0.674963476002381, // 1-hour price change ratio
"priceChange24h": 0.9554643082754265, // 24-hour price change ratio
"tokenReserve": 788230384.540364, // Amount of token in the liquidity pool
"solReserve": 1536.769274358, // SOL reserve amount
"currencyReserve": 1536.769274358, // Amount of base currency in the liquidity pool
"currencyReserveUSD": 242287.04379528228, // USD value of the base currency reserve
"dex": "pump_swap", // Type of DEX liquidity pool (e.g., raydium_amm, raydium_clmm, pump, pancake_v2, pancake_v3)
"poolType": "pump_swap", // Type of DEX liquidity pool (same as above)
"isLaunchMigration": false, // “true” means the pool was created by an internal platform
"createdAt": 1762500022757, // Pair creation timestamp
"lastTradeTime": 1762503945902, // Last trade timestamp
"marketCap": 307381.0002628263, // Current market capitalization
"dataType": "pair" // Data type; “pair” means this record represents a trading pair
}
]
}
Response data visualization reference
