get
https://api-data-v1.dbotx.com/kline/pair_info
This API is used to get the number of token holders / amount of tokens in the pool / creation time of the pool / pair
| Free | Plus | Pro | Enterprise | Credit Usage |
|---|---|---|---|---|
| ✅ | ✅ | ✅ | ✅ | 10 |
Response data
{
"err": false, // Error or not
"res": {
"id": "6fsbYzB8WVmb4ws7qpTc6womMWRSfsS3EBsZWJ3p8R5J", // Pair address
"mint": "CvTHgfqRZb8DMxv8N5XNfwhAkzU3hXLSaKR47hCdaos",
"symbol": "Hen Bae", // Token symbol
"description": "$HenBae. The most down bad chicken in existence.\n", // Token description
"image": "https://cdn.dbotx.com/icon/642175ac21951adf26bccbf472343013d1a17ef0", // Token image URL
"supply": 1000000000, // Token supply
"similarImg": true,
"prePool": "DkmjzHbYqvH2P37RR2hkg4AeY1RXckNQEq5dsBhvVvD9",
"totalFee": 0.0067,
"tokenPrice": 1.6652435942426929e-10, // Token price, based on “baseMint”, denominated in SOL/WBNB/USDC/USD1
"tokenPriceUsd": 3.6407220700927996e-8,
"marketCap": 36.4072, // Token market cap
"tokenReserve": 89108197.885655, // Token reserve in the liquidity pool
"currencyReserve": 0.015487887, // Base currency reserve in the pool, based on “baseMint”, denominated in SOL/WBNB/USDC/USD1
"solReserve": 0.015487887, // SOL reserve in the pool
"baseMint": "So11111111111111111111111111111111111111112", // Contract address of the base currency in the pool
"baseSymbol": "SOL", // Symbol of the base token in the current liquidity pool
"quoteIsStable": true,
"devAccount": "E28Yq9dPuGKcSfNFCE6f1AmVqjJ5L25u38YgA3jQyTLD", // Developer wallet address of the current token
"holders": 185, // Number of token holders
"migrateCount": 5,
"launchCount": 11,
"poolType": "meteora_dyn2", // Pool type, e.g. raydium_amm, raydium_clmm, pump, pancake_v2, pancake_v3, etc.
"preDex": "meteora_bc",
"links": [ // Related links for the pair
{
"label": "twitter",
"name": "Aria_Protocol", // Twitter name
"sameCount": 78, // The number of Same Twitter Tokens
"url": "https://x.com/uqxfq88881845"
}
],
"isLaunchMigration": true, // “true” means the pool was created by a launchpad platform
"devHoldPercent": 0.1837,
"createdAt": 1757482819577, // Pair creation time
"migrateAt": 1757482819577,
"tokenCreatedAt": 1757482812000, // Token creation time
"pairPriceCreatedAt": 1757482823054, // Pair price initialization time
"pairPriceUpdatedAt": 1757483042603, // Pair price last updated time
"token": "CvTHgfqRZb8DMxv8N5XNfwhAkzU3hXLSaKR47hCdaos", // Token address
"_id": "6fsbYzB8WVmb4ws7qpTc6womMWRSfsS3EBsZWJ3p8R5J",
"taxes": 0.0025 // The taxes data for the current trading pair
}
}Response data visualization reference
