📖 Documentation Menu

Integrations

DexScreener Integration

DRIP uses DexScreener as a primary data source for live token market data — price, volume, liquidity, and chart data across Solana DEXes.

Available Data

When you query the /market endpoint, DRIP pulls the following from DexScreener:

  • Price — current USD price with timestamp
  • Volume — 24-hour trading volume in USD
  • Liquidity — total available liquidity in active pools
  • Price changes — 1h, 6h, 24h, and 7d percentage movements
  • Pair info — trading pair address, DEX name, base/quote tokens
  • Chart link — direct URL to the DexScreener chart

How the /market API Uses DexScreener

When a market data request comes in:

  1. DRIP resolves the token ticker or mint address to a DexScreener pair.
  2. It fetches the latest data from DexScreener's API.
  3. Data is normalized into DRIP's standard response format.
  4. The response includes a dexUrl field linking to the live chart.

The link format for viewing any token on DexScreener:

URL format
https://dexscreener.com/solana/<pair-address>

For $DRIP specifically:

$DRIP on DexScreener
https://dexscreener.com/solana/Coming soon — relaunching on PumpFun
💡DexScreener data updates in near real-time. DRIP caches results for a few seconds to reduce upstream load, so prices may lag by up to 30 seconds during high-activity periods.