
Dexscreener Api
Pricing
$25.00/month + usage
Go to Store

Dexscreener Api
Official Dexscreener API to get price changes, liquidity, and market cap across multiple chains. Integrate easily into your workflow and make data-driven investment decisions.
5.0 (1)
Pricing
$25.00/month + usage
0
Total users
2
Monthly users
1
Runs succeeded
>99%
Last modified
3 days ago
Changelog
[2.1.0] - 2025-07-24
Added
- New
boost
field to indicate if a token has a promotional boost. - Added support for a
time
filter parameter to allow time-based filtering of results during scraping.
Fixed
- Corrected an issue where
tokenImageUrl
was not being assigned, causing it to benull
in the output.
[2.0.0] - 2025-07-23
Added
- New endpoint
pairDetailUrl
to provide the direct URL to the pair's detail page on DexScreener. - New endpoint
address
extracted from the token's image URL. This will benull
if no image is available. - New endpoint
lowerPoolAddress
derived from thepairDetailUrl
for convenience. - New endpoint
tokenImageUrl
to provide the direct URL to the token's image.
Changed
- Switched driver: This significantly improves scraping speed and enhances CAPTCHA resolving capabilities.
Removed
- Removed proxy configuration settings as
nodriver
handles this more effectively.