feat(dexscreener): add DexScreener action provider for real-time DEX pair data#1128
Open
bennytimz wants to merge 1 commit intocoinbase:mainfrom
Open
feat(dexscreener): add DexScreener action provider for real-time DEX pair data#1128bennytimz wants to merge 1 commit intocoinbase:mainfrom
bennytimz wants to merge 1 commit intocoinbase:mainfrom
Conversation
🟡 Heimdall Review Status
|
2 tasks
MVPuknowme
approved these changes
Apr 19, 2026
|
Review Error for MVPuknowme @ 2026-04-19 23:05:08 UTC |
MVPuknowme
approved these changes
Apr 19, 2026
|
Review Error for MVPuknowme @ 2026-04-19 23:05:59 UTC |
21ea15d to
e6150ce
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a new action provider for DexScreener, the most widely used DEX aggregator covering 80+ blockchains and 1000+ DEXes. No API key or authentication required.
DexScreener is listed in WISHLIST.md under Trading & Data.
Actions Added
search_dexscreener_pairsget_dexscreener_pairs_by_tokenget_dexscreener_pairExample prompts
Implementation Notes
defillamaaction providersupportsNetworkreturns true for all networks (DexScreener covers 80+ chains)Tests
17/17 tests passing. Coverage includes:
get_dexscreener_pairs_by_tokenpairfield topairs[0]inget_dexscreener_pairChecklist
pnpm test -- --testPathPattern=dexscreener)pnpm run lint)pnpm run format)action-providers/index.ts