Meme(completing)

TThis API is used to get data of Meme tokens that the bonding curve is about to complete

Query Params
string
Defaults to solana

Blockchain (solana)

string
Defaults to buyAndSellTimes

"buyAndSellTimes"means sorting by trade times,"buyAndSellVolume"means sorting by trade volume

number
Defaults to -1

-1 means descending order,1 means ascending order

string
Defaults to 1h

1m / 5m / 1h / 6h / 24h

string
required
Defaults to finishing

"finishing" means about to be completed

filter
object

Condition filtering, supports filtering progress/time/market cap/holders/snipers count/volume/trades/buy times/sell times/Dev hold percentage/top 10 holder rate/total priority fee + bribe fee/dexs, Example: { "launchProgress": [ 0.01, 1 ], "createdAt": [ 1754362054188, 1754362054188 ], "marketCap": [ "1000", "20000" ], "holders": [ "0", "100" ], "snipersCount": [ "30", "null" ], "buyAndSellVolume": [ "1000", "10000" ], "buyAndSellTimes": [ "10", "100" ], "buyTimes": [ "100", "1000" ], "sellTimes": [ "100", "1000" ], "devHoldPercent": [ 0.1, 1 ], "top10HolderRate": [ 0.11, 1 ], "totalFee": [ "1", "10" ], "dexs": [ "pump", "bonk", "boop", "raydium_launchpad" ]}

Response

Language
Request
Response
Choose an example:
application/json