Meme (GET)
Meme Tokens: Credit Usage 10
URL
HeaderX-API-KEY
(Please do not disclose your API Key to anyone. If you are at risk of losing it, please refresh it.)
Parameters
{chain} solana Required
{sortBy} “buyAndSellTimes” means sorting by trade times, “buyAndSellVolume” means sorting by trade volume
{sort} -1 means descending order, 1 means ascending order
{interval} 1m / 5m / 1h / 6h / 24h
{status} “finishing” means about to be completed, “surging” means the surging tokens list, and “finished’ means completed Required
{filter} {“dexs”:[“pmup”,”raydium_launchpad”,”boop”]}
Notes
X-API-KEY can be obtained in your "Dashboard", go to check: Dashboard
In the paging type interface, use the next field in the return value as the query parameter for the next page (if next == null, it means that paging has ended)
Results
{
"err": false,
"res": [
{
"id": "FZKWTsCiou7rLhHTzYzKU7Zkg6xkKMun2PsMweT6qNrD",
"token": "CkmYw5h7Bx47qgzwnX7PBSaEZmzYSqMAhR7ZPW6c5NEg",
"name": "THIS WILL JUMP TO UR MIND",
"symbol": "MINDCOIN",
"image": "https://ipfs.io/ipfs/QmNhQY4CNjuDKK25xAaWAr8y2ftKRAbamA93MzDkfLRk4m",
"supply": 1000000000,
"priceChange1m": 0.5114597544338335,
"priceChange5m": 0.5114597544338335,
"buyTimes1h": 13,
"sellTimes1h": 3,
"buyVolume1h": 1248.47814909,
"sellVolume1h": 50.96161,
"buyAndSellTimes1h": 16,
"buyAndSellVolume1h": 1299.43975909,
"priceChange1h": 0.5114597544338335,
"priceChange6h": 0.5114597544338335,
"priceChange24h": 0.5114597544338335,
"tokenPrice": 6.84561972610271e-8,
"marketCap": 10093.181724165835,
"marketCapChange5m": 3415.41098329251,
"marketCapChangeRate5m": 0.0892905866302864,
"tokenReserve": 405831505.3012,
"currencyReserve": 16.942571195,
"solReserve": 8.120789016,
"devAccount": "4YthhSW5989FDKo7TpRc2xzcVH4C9rzE4gVR5TWvSezW",
"holders": 1,
"poolType": "pump",
"links": [],
"launchProgress": 0.488867698595724,
"isLaunchMigration": false,
"snipersCount": 0,
"safetyInfo": {
"canFrozen": false,
"freezeAuthority": true,
"canMint": false,
"mintAuthority": true,
"top10HolderRate": null,
"burnedOrLockedLpPercent": 1
},
"createdAt": 1750236563618,
"tokenCreatedAt": 1750236566259,
"pairPriceCreatedAt": 1750236566259,
"pairPriceUpdatedAt": 1750236568732,
"pumpProgress": 0.488867698595724,
"isCollect": false,
"buyAndSellTimes": 16,
"buyAndSellVolume": 1299.43975909
}
],
"docs": "https://dbotx.com/docs"
}
Response Parameters
Last updated