UNPKG

dexscreener-sdk

Version:

A TypeScript wrapper for the DEX Screener API, providing easy access to token profiles, boosts, orders, pairs, and more.

5 lines (4 loc) 105 B
/** * Base URL for the DEX Screener API. */ export const BASE_URL = 'https://api.dexscreener.com';