@0xobedient/dexscreener-sdk
Version:
**@0xobedient-DexScreener-SDK**
15 lines • 662 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.API_ROUTER = exports.BASE_ENDPOINT = void 0;
exports.BASE_ENDPOINT = "https://api.dexscreener.com";
exports.API_ROUTER = {
GET_LATEST_TOKEN_PROFILES: "/token-profiles/latest/v1",
GET_LATEST_BOOSTED_TOKENS: "/token-boosts/latest/v1",
GET_MOST_BOOSTED_TOKENS: "/token-boosts/top/v1",
GET_TOKEN_PAID_ORDERS: "/orders/v1",
GET_PAIRS_BY_CHAIN_AND_ADDRESS: "/latest/dex/pairs",
SEARCH_PAIRS_BY_QUERY: "/latest/dex/search",
GET_POOLS_BY_TOKEN_ADDRESS: "/token-pairs/v1",
GET_PAIRS_BY_TOKEN_ADDRESS: "/tokens/v1",
};
//# sourceMappingURL=endpoint.js.map