/v1/latest
Most recently boosted tokens
Try it live
10 free calls per day — no sign-up, no API key. Goes through the oanor gateway.
It works. Grab an API key and use it in your project.
Get an API keyCode snippets
curl "https://api.oanor.com/dexscreener-api/v1/latest" \ -H "x-oanor-key: oanor_test_..."
await fetch("https://api.oanor.com/dexscreener-api/v1/latest", {
headers: { "x-oanor-key": "oanor_test_..." }
});
$ch = curl_init("https://api.oanor.com/dexscreener-api/v1/latest");
curl_setopt($ch, CURLOPT_HTTPHEADER, ["x-oanor-key: oanor_test_..."]);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
$out = curl_exec($ch);
import requests
requests.get(
"https://api.oanor.com/dexscreener-api/v1/latest",
headers={"x-oanor-key": "oanor_test_..."}
)
Example response
A real response from this endpoint, captured by the latest health check.
{
"data": {
"note": "Most recently boosted (newly promoted) tokens.",
"count": 29,
"source": "DexScreener",
"tokens": [
{
"icon": "L-wx9-b_ljOWohW3",
"chain": "solana",
"links": [
{
"url": "https://x.com/search?q=ireland&src=recent_search_click",
"type": "website"
},
{
"url": "https://x.com/i/communities/2031772012989845535",
"type": "twitter"
}
],
"description": null,
"total_boost": 10,
"boost_amount": 10,
"token_address": "D6RcGUfNTkWdnNheCNqdQ6JWo8dX138tr1QB2AVbpump",
"dexscreener_url": "https://dexscreener.com/solana/d6rcgufntkwdnnhecnqdq6jwo8dx138tr1qb2avbpump"
},
{
"icon": "PKelh4eAvwh6l4L-",
"chain": "solana",
"links": [
{
"url": "https://x.com/i/communities/1999478587750019423",
"type": "twitter"
},
{
"url": "https://t.me/spacexiposol",
"type": "telegram"
}
],
"description": "SpaceX IPO CTO to millions before the $IPO",
"total_boost": 10,
"boost_amount": 10,
"token_address": "Fuu6SApor3k4JQQHMEUW33wsar7hdTh3gYLh75Cipump",
"dexscreener_url": "https://dexscreener.com/solana/fuu6sapor3k4jqqhmeuw33wsar7hdth3gylh75cipump"
},
{
"icon": "G7m9-h_fPVKLxtck",
"chain": "solana",
"links": [
{
"url": "https://www.screwworm.gov",
"type": "website"
},
{
"url": "https://x.com/NWScrewworm",
"type": "twitter"
}
],
"description": "Cochliomyia hominivorax, the New World screwworm fly, New World screwworm or simply screwworm or screw-worm, is a species of parasitic blowfly whose larvae feed on living tissue of warm-blooded animals.",
"total_boost": 20,
"boost_amount": 10,
"token_address": "APuHvJfKUckaxZug1QGE4mPELEMV5s8JyCMcBT2fpump",
"dexscreener_url": "https://dexscreener.com/solana/apuhvjfkuckaxzug1qge4mpelemv5s8jycmcbt2fpump"
},
{
"icon": null,
"chain": "solana",
"links": [],
"description": null,
"total_boost": 10,
"boost_amount": 10,
"token_address": "H9K58eDMMsH41YZzyy5J1XbFvmLN8FV52
…