@0xobedient/memetus-pumpfun-sdk
Version:

17 lines • 996 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.INITIALIZERS = exports.CREATORS = exports.MINTS = exports.SIGNATURE = exports.MARKET_CAP = exports.DURATION = exports.METADATA = exports.INITIALIZER_ADDRESS = exports.CREATOR_ADDRESS = exports.MINT_ADDRESS = exports.OLDESTS = exports.RECENTS = exports.BASE_ENDPOINT = void 0;
exports.BASE_ENDPOINT = "https://solana-token-trencher.memetus.asia";
exports.RECENTS = "/api/token/recent";
exports.OLDESTS = "/api/token/oldest";
exports.MINT_ADDRESS = "/api/token/mint/";
exports.CREATOR_ADDRESS = "/api/token/creator/";
exports.INITIALIZER_ADDRESS = "/api/token/first-buyer";
exports.METADATA = "/api/token/metadata";
exports.DURATION = "/api/token/duration";
exports.MARKET_CAP = "/api/token/market-cap";
exports.SIGNATURE = "/api/token/signature/";
exports.MINTS = "/api/token/mints";
exports.CREATORS = "/api/token/creators";
exports.INITIALIZERS = "/api/token/first-buyers";
//# sourceMappingURL=endpoint.js.map