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) 113 B
/** * Base URL for the DEX Screener API. */ export declare const BASE_URL = "https://api.dexscreener.com";