@gala-chain/launchpad-mcp-server 5.0.5-beta.0 → 5.0.5-beta.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/generated/version.d.ts +1 -1
- package/dist/generated/version.js +1 -1
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/prompts/advanced-pools.d.ts +1 -7
- package/dist/prompts/advanced-pools.d.ts.map +1 -1
- package/dist/prompts/advanced-pools.js +4 -79
- package/dist/prompts/advanced-pools.js.map +1 -1
- package/dist/prompts/analysis.d.ts +0 -4
- package/dist/prompts/analysis.d.ts.map +1 -1
- package/dist/prompts/analysis.js +2 -67
- package/dist/prompts/analysis.js.map +1 -1
- package/dist/prompts/balances.js.map +1 -1
- package/dist/prompts/bridge.d.ts +0 -8
- package/dist/prompts/bridge.d.ts.map +1 -1
- package/dist/prompts/bridge.js +3 -54
- package/dist/prompts/bridge.js.map +1 -1
- package/dist/prompts/comments.js.map +1 -1
- package/dist/prompts/factories/filtered-list-prompt-factory.js.map +1 -1
- package/dist/prompts/factories/invite-management-factory.js +2 -2
- package/dist/prompts/factories/invite-management-factory.js.map +1 -1
- package/dist/prompts/liquidity-positions.d.ts +0 -12
- package/dist/prompts/liquidity-positions.d.ts.map +1 -1
- package/dist/prompts/liquidity-positions.js +2 -98
- package/dist/prompts/liquidity-positions.js.map +1 -1
- package/dist/prompts/manifest.d.ts +33 -0
- package/dist/prompts/manifest.d.ts.map +1 -0
- package/dist/prompts/manifest.js +2062 -0
- package/dist/prompts/manifest.js.map +1 -0
- package/dist/prompts/overseers.d.ts.map +1 -1
- package/dist/prompts/overseers.js +17 -2
- package/dist/prompts/overseers.js.map +1 -1
- package/dist/prompts/pools.d.ts +0 -20
- package/dist/prompts/pools.d.ts.map +1 -1
- package/dist/prompts/pools.js +4 -162
- package/dist/prompts/pools.js.map +1 -1
- package/dist/prompts/referrals.js.map +1 -1
- package/dist/prompts/trading.d.ts +0 -8
- package/dist/prompts/trading.d.ts.map +1 -1
- package/dist/prompts/trading.js +3 -51
- package/dist/prompts/trading.js.map +1 -1
- package/dist/prompts/utility-tools.js.map +1 -1
- package/dist/prompts/utils/pagination-helpers.d.ts +10 -24
- package/dist/prompts/utils/pagination-helpers.d.ts.map +1 -1
- package/dist/prompts/utils/pagination-helpers.js +11 -32
- package/dist/prompts/utils/pagination-helpers.js.map +1 -1
- package/dist/prompts/utils/workflowTemplates.d.ts.map +1 -1
- package/dist/prompts/utils/workflowTemplates.js +4 -2
- package/dist/prompts/utils/workflowTemplates.js.map +1 -1
- package/dist/prompts/validate-manifest.d.ts +42 -0
- package/dist/prompts/validate-manifest.d.ts.map +1 -0
- package/dist/prompts/validate-manifest.js +157 -0
- package/dist/prompts/validate-manifest.js.map +1 -0
- package/dist/schemas/common-schemas.d.ts +32 -39
- package/dist/schemas/common-schemas.d.ts.map +1 -1
- package/dist/schemas/common-schemas.js +109 -116
- package/dist/schemas/common-schemas.js.map +1 -1
- package/dist/scripts/test-all-prompts.d.ts +1 -17
- package/dist/scripts/test-all-prompts.d.ts.map +1 -1
- package/dist/scripts/test-all-prompts.js +16 -6
- package/dist/scripts/test-all-prompts.js.map +1 -1
- package/dist/server.js +1 -1
- package/dist/server.js.map +1 -1
- package/dist/setup.d.ts +7 -0
- package/dist/setup.d.ts.map +1 -0
- package/dist/setup.js +33 -0
- package/dist/setup.js.map +1 -0
- package/dist/tools/api-keys/index.js +13 -13
- package/dist/tools/api-keys/index.js.map +1 -1
- package/dist/tools/auth/index.js +4 -4
- package/dist/tools/auth/index.js.map +1 -1
- package/dist/tools/balance/helpers/format-balance.js +1 -1
- package/dist/tools/balance/helpers/format-balance.js.map +1 -1
- package/dist/tools/balance/index.js +9 -9
- package/dist/tools/balance/index.js.map +1 -1
- package/dist/tools/ban/index.d.ts.map +1 -1
- package/dist/tools/ban/index.js +23 -18
- package/dist/tools/ban/index.js.map +1 -1
- package/dist/tools/ban/onBanEnforcement.d.ts +9 -0
- package/dist/tools/ban/onBanEnforcement.d.ts.map +1 -0
- package/dist/tools/ban/onBanEnforcement.js +54 -0
- package/dist/tools/ban/onBanEnforcement.js.map +1 -0
- package/dist/tools/bridge/helpers/external-chain-balance-tools.js +4 -4
- package/dist/tools/bridge/helpers/external-chain-balance-tools.js.map +1 -1
- package/dist/tools/bridge/index.d.ts +10 -0
- package/dist/tools/bridge/index.d.ts.map +1 -1
- package/dist/tools/bridge/index.js +47 -39
- package/dist/tools/bridge/index.js.map +1 -1
- package/dist/tools/chat/index.d.ts +3 -2
- package/dist/tools/chat/index.d.ts.map +1 -1
- package/dist/tools/chat/index.js +12 -18
- package/dist/tools/chat/index.js.map +1 -1
- package/dist/tools/chat/pinChatMessage.js +2 -2
- package/dist/tools/chat/pinChatMessage.js.map +1 -1
- package/dist/tools/chat/unpinChatMessage.js +1 -1
- package/dist/tools/chat/unpinChatMessage.js.map +1 -1
- package/dist/tools/chat-messages/index.js +11 -11
- package/dist/tools/chat-messages/index.js.map +1 -1
- package/dist/tools/comments/index.d.ts +1 -1
- package/dist/tools/comments/index.d.ts.map +1 -1
- package/dist/tools/comments/index.js +13 -11
- package/dist/tools/comments/index.js.map +1 -1
- package/dist/tools/comments/onCommentCreated.d.ts +9 -0
- package/dist/tools/comments/onCommentCreated.d.ts.map +1 -0
- package/dist/tools/comments/onCommentCreated.js +50 -0
- package/dist/tools/comments/onCommentCreated.js.map +1 -0
- package/dist/tools/content-flags/index.js +14 -14
- package/dist/tools/content-flags/index.js.map +1 -1
- package/dist/tools/content-reactions/index.js +6 -6
- package/dist/tools/content-reactions/index.js.map +1 -1
- package/dist/tools/creation/index.js +14 -14
- package/dist/tools/creation/index.js.map +1 -1
- package/dist/tools/dex/helpers.d.ts +1 -1
- package/dist/tools/dex/helpers.js +1 -1
- package/dist/tools/dex/index.js +9 -9
- package/dist/tools/dex/index.js.map +1 -1
- package/dist/tools/dex-analytics/index.d.ts.map +1 -1
- package/dist/tools/dex-analytics/index.js +6 -6
- package/dist/tools/dex-analytics/index.js.map +1 -1
- package/dist/tools/dex-liquidity/index.d.ts.map +1 -1
- package/dist/tools/dex-liquidity/index.js +30 -30
- package/dist/tools/dex-liquidity/index.js.map +1 -1
- package/dist/tools/dex-pools/index.d.ts.map +1 -1
- package/dist/tools/dex-pools/index.js +17 -18
- package/dist/tools/dex-pools/index.js.map +1 -1
- package/dist/tools/handler-factories.d.ts +22 -48
- package/dist/tools/handler-factories.d.ts.map +1 -1
- package/dist/tools/handler-factories.js +15 -35
- package/dist/tools/handler-factories.js.map +1 -1
- package/dist/tools/holders/index.d.ts +55 -0
- package/dist/tools/holders/index.d.ts.map +1 -0
- package/dist/tools/holders/index.js +269 -0
- package/dist/tools/holders/index.js.map +1 -0
- package/dist/tools/index.d.ts.map +1 -1
- package/dist/tools/index.js +86 -65
- package/dist/tools/index.js.map +1 -1
- package/dist/tools/manifest.d.ts +33 -0
- package/dist/tools/manifest.d.ts.map +1 -0
- package/dist/tools/manifest.js +2945 -0
- package/dist/tools/manifest.js.map +1 -0
- package/dist/tools/messages/createMessage.d.ts +16 -0
- package/dist/tools/messages/createMessage.d.ts.map +1 -0
- package/dist/tools/messages/createMessage.js +79 -0
- package/dist/tools/messages/createMessage.js.map +1 -0
- package/dist/tools/messages/deleteMessage.d.ts +16 -0
- package/dist/tools/messages/deleteMessage.d.ts.map +1 -0
- package/dist/tools/messages/deleteMessage.js +45 -0
- package/dist/tools/messages/deleteMessage.js.map +1 -0
- package/dist/tools/messages/fetchMessages.d.ts +17 -0
- package/dist/tools/messages/fetchMessages.d.ts.map +1 -0
- package/dist/tools/messages/fetchMessages.js +82 -0
- package/dist/tools/messages/fetchMessages.js.map +1 -0
- package/dist/tools/messages/getPinnedMessage.d.ts +15 -0
- package/dist/tools/messages/getPinnedMessage.d.ts.map +1 -0
- package/dist/tools/messages/getPinnedMessage.js +42 -0
- package/dist/tools/messages/getPinnedMessage.js.map +1 -0
- package/dist/tools/messages/index.d.ts +38 -0
- package/dist/tools/messages/index.d.ts.map +1 -0
- package/dist/tools/messages/index.js +56 -0
- package/dist/tools/messages/index.js.map +1 -0
- package/dist/tools/messages/pinMessage.d.ts +15 -0
- package/dist/tools/messages/pinMessage.d.ts.map +1 -0
- package/dist/tools/messages/pinMessage.js +44 -0
- package/dist/tools/messages/pinMessage.js.map +1 -0
- package/dist/tools/messages/unpinMessage.d.ts +15 -0
- package/dist/tools/messages/unpinMessage.d.ts.map +1 -0
- package/dist/tools/messages/unpinMessage.js +43 -0
- package/dist/tools/messages/unpinMessage.js.map +1 -0
- package/dist/tools/messages/updateMessage.d.ts +16 -0
- package/dist/tools/messages/updateMessage.d.ts.map +1 -0
- package/dist/tools/messages/updateMessage.js +55 -0
- package/dist/tools/messages/updateMessage.js.map +1 -0
- package/dist/tools/moderators/getActiveModerators.d.ts +10 -0
- package/dist/tools/moderators/getActiveModerators.d.ts.map +1 -0
- package/dist/tools/moderators/getActiveModerators.js +44 -0
- package/dist/tools/moderators/getActiveModerators.js.map +1 -0
- package/dist/tools/moderators/index.d.ts.map +1 -1
- package/dist/tools/moderators/index.js +25 -17
- package/dist/tools/moderators/index.js.map +1 -1
- package/dist/tools/moderators/onModeratorChanged.d.ts +9 -0
- package/dist/tools/moderators/onModeratorChanged.d.ts.map +1 -0
- package/dist/tools/moderators/onModeratorChanged.js +49 -0
- package/dist/tools/moderators/onModeratorChanged.js.map +1 -0
- package/dist/tools/nft/index.js +21 -21
- package/dist/tools/nft/index.js.map +1 -1
- package/dist/tools/overseers/getOverseerUserSummary.js +2 -2
- package/dist/tools/overseers/getOverseerUserSummary.js.map +1 -1
- package/dist/tools/overseers/index.d.ts.map +1 -1
- package/dist/tools/overseers/index.js +26 -24
- package/dist/tools/overseers/index.js.map +1 -1
- package/dist/tools/overseers/listOverseerUsers.d.ts +1 -0
- package/dist/tools/overseers/listOverseerUsers.d.ts.map +1 -1
- package/dist/tools/overseers/listOverseerUsers.js +16 -11
- package/dist/tools/overseers/listOverseerUsers.js.map +1 -1
- package/dist/tools/pagination-handler-factory.d.ts +30 -28
- package/dist/tools/pagination-handler-factory.d.ts.map +1 -1
- package/dist/tools/pagination-handler-factory.js +42 -36
- package/dist/tools/pagination-handler-factory.js.map +1 -1
- package/dist/tools/pools/checkPoolExists.js +3 -3
- package/dist/tools/pools/checkPoolExists.js.map +1 -1
- package/dist/tools/pools/fetchAllPools.js +5 -5
- package/dist/tools/pools/fetchAllPools.js.map +1 -1
- package/dist/tools/pools/fetchAllPriceHistory.js +3 -3
- package/dist/tools/pools/fetchAllPriceHistory.js.map +1 -1
- package/dist/tools/pools/fetchPoolDetails.js +1 -1
- package/dist/tools/pools/fetchPoolDetails.js.map +1 -1
- package/dist/tools/pools/fetchPools.d.ts.map +1 -1
- package/dist/tools/pools/fetchPools.js +10 -11
- package/dist/tools/pools/fetchPools.js.map +1 -1
- package/dist/tools/pools/fetchPriceHistory.js +7 -7
- package/dist/tools/pools/fetchPriceHistory.js.map +1 -1
- package/dist/tools/pools/fetchTokenDetails.js +1 -1
- package/dist/tools/pools/fetchTokenDetails.js.map +1 -1
- package/dist/tools/pools/getPoolRealtimeState.d.ts +10 -0
- package/dist/tools/pools/getPoolRealtimeState.d.ts.map +1 -0
- package/dist/tools/pools/getPoolRealtimeState.js +45 -0
- package/dist/tools/pools/getPoolRealtimeState.js.map +1 -0
- package/dist/tools/pools/index.d.ts.map +1 -1
- package/dist/tools/pools/index.js +37 -27
- package/dist/tools/pools/index.js.map +1 -1
- package/dist/tools/pools/onDexPoolCreation.js +3 -3
- package/dist/tools/pools/onDexPoolCreation.js.map +1 -1
- package/dist/tools/pools/onHolderCountChanged.d.ts +9 -0
- package/dist/tools/pools/onHolderCountChanged.d.ts.map +1 -0
- package/dist/tools/pools/onHolderCountChanged.js +44 -0
- package/dist/tools/pools/onHolderCountChanged.js.map +1 -0
- package/dist/tools/pools/onLaunchpadTokenCreation.js +2 -2
- package/dist/tools/pools/onLaunchpadTokenCreation.js.map +1 -1
- package/dist/tools/pools/onPoolUpdated.d.ts +9 -0
- package/dist/tools/pools/onPoolUpdated.d.ts.map +1 -0
- package/dist/tools/pools/onPoolUpdated.js +44 -0
- package/dist/tools/pools/onPoolUpdated.js.map +1 -0
- package/dist/tools/pools/updateTokenConfig.d.ts +15 -0
- package/dist/tools/pools/updateTokenConfig.d.ts.map +1 -0
- package/dist/tools/pools/updateTokenConfig.js +61 -0
- package/dist/tools/pools/updateTokenConfig.js.map +1 -0
- package/dist/tools/pools/updateTokenSocials.js +9 -9
- package/dist/tools/pools/updateTokenSocials.js.map +1 -1
- package/dist/tools/pools/validateToken.d.ts +8 -0
- package/dist/tools/pools/validateToken.d.ts.map +1 -0
- package/dist/tools/pools/validateToken.js +42 -0
- package/dist/tools/pools/validateToken.js.map +1 -0
- package/dist/tools/recordings/index.d.ts +28 -0
- package/dist/tools/recordings/index.d.ts.map +1 -0
- package/dist/tools/recordings/index.js +113 -0
- package/dist/tools/recordings/index.js.map +1 -0
- package/dist/tools/referrals/index.js +9 -9
- package/dist/tools/referrals/index.js.map +1 -1
- package/dist/tools/restricted-names/getRestrictedNames.d.ts +16 -0
- package/dist/tools/restricted-names/getRestrictedNames.d.ts.map +1 -0
- package/dist/tools/restricted-names/getRestrictedNames.js +47 -0
- package/dist/tools/restricted-names/getRestrictedNames.js.map +1 -0
- package/dist/tools/restricted-names/index.d.ts +22 -0
- package/dist/tools/restricted-names/index.d.ts.map +1 -0
- package/dist/tools/restricted-names/index.js +28 -0
- package/dist/tools/restricted-names/index.js.map +1 -0
- package/dist/tools/restricted-names/updateRestrictedNames.d.ts +16 -0
- package/dist/tools/restricted-names/updateRestrictedNames.d.ts.map +1 -0
- package/dist/tools/restricted-names/updateRestrictedNames.js +56 -0
- package/dist/tools/restricted-names/updateRestrictedNames.js.map +1 -0
- package/dist/tools/simulcasts/index.d.ts +25 -0
- package/dist/tools/simulcasts/index.d.ts.map +1 -0
- package/dist/tools/simulcasts/index.js +143 -0
- package/dist/tools/simulcasts/index.js.map +1 -0
- package/dist/tools/streaming/index.d.ts +4 -37
- package/dist/tools/streaming/index.d.ts.map +1 -1
- package/dist/tools/streaming/index.js +7 -240
- package/dist/tools/streaming/index.js.map +1 -1
- package/dist/tools/streaming/setNextLiveStreamCountdown.js +2 -2
- package/dist/tools/streaming/setNextLiveStreamCountdown.js.map +1 -1
- package/dist/tools/token-ban/index.d.ts.map +1 -1
- package/dist/tools/token-ban/index.js +14 -12
- package/dist/tools/token-ban/index.js.map +1 -1
- package/dist/tools/token-ban/onTokenBanChanged.d.ts +9 -0
- package/dist/tools/token-ban/onTokenBanChanged.d.ts.map +1 -0
- package/dist/tools/token-ban/onTokenBanChanged.js +43 -0
- package/dist/tools/token-ban/onTokenBanChanged.js.map +1 -0
- package/dist/tools/tool-factory.d.ts +6 -6
- package/dist/tools/tool-factory.js +8 -8
- package/dist/tools/tool-factory.js.map +1 -1
- package/dist/tools/trades/getRecentTrades.d.ts +10 -0
- package/dist/tools/trades/getRecentTrades.d.ts.map +1 -0
- package/dist/tools/trades/getRecentTrades.js +57 -0
- package/dist/tools/trades/getRecentTrades.js.map +1 -0
- package/dist/tools/trades/index.d.ts +1 -1
- package/dist/tools/trades/index.d.ts.map +1 -1
- package/dist/tools/trades/index.js +18 -14
- package/dist/tools/trades/index.js.map +1 -1
- package/dist/tools/trades/onTradeExecuted.d.ts +9 -0
- package/dist/tools/trades/onTradeExecuted.d.ts.map +1 -0
- package/dist/tools/trades/onTradeExecuted.js +52 -0
- package/dist/tools/trades/onTradeExecuted.js.map +1 -0
- package/dist/tools/trading/helpers/arg-extractors.d.ts +5 -5
- package/dist/tools/trading/helpers/arg-extractors.d.ts.map +1 -1
- package/dist/tools/trading/helpers/arg-extractors.js +1 -1
- package/dist/tools/trading/helpers/arg-extractors.js.map +1 -1
- package/dist/tools/trading/helpers/trading-schemas.d.ts +1 -1
- package/dist/tools/trading/helpers/trading-schemas.js +13 -13
- package/dist/tools/trading/helpers/trading-schemas.js.map +1 -1
- package/dist/tools/trading/index.d.ts.map +1 -1
- package/dist/tools/trading/index.js +20 -17
- package/dist/tools/trading/index.js.map +1 -1
- package/dist/tools/transfers/index.js +2 -2
- package/dist/tools/transfers/index.js.map +1 -1
- package/dist/tools/utils/clearCache.d.ts.map +1 -1
- package/dist/tools/utils/clearCache.js +1 -1
- package/dist/tools/utils/clearCache.js.map +1 -1
- package/dist/tools/utils/explainSdkUsage.d.ts.map +1 -1
- package/dist/tools/utils/explainSdkUsage.js +171 -585
- package/dist/tools/utils/explainSdkUsage.js.map +1 -1
- package/dist/tools/utils/explainWebSocketEvents.d.ts +10 -0
- package/dist/tools/utils/explainWebSocketEvents.d.ts.map +1 -0
- package/dist/tools/utils/explainWebSocketEvents.js +97 -0
- package/dist/tools/utils/explainWebSocketEvents.js.map +1 -0
- package/dist/tools/utils/getEthereumAddressFromPrivateKey.js +1 -1
- package/dist/tools/utils/getEthereumAddressFromPrivateKey.js.map +1 -1
- package/dist/tools/utils/getEventSchema.d.ts +10 -0
- package/dist/tools/utils/getEventSchema.d.ts.map +1 -0
- package/dist/tools/utils/getEventSchema.js +168 -0
- package/dist/tools/utils/getEventSchema.js.map +1 -0
- package/dist/tools/utils/getPlatformStatus.d.ts +10 -0
- package/dist/tools/utils/getPlatformStatus.d.ts.map +1 -0
- package/dist/tools/utils/getPlatformStatus.js +35 -0
- package/dist/tools/utils/getPlatformStatus.js.map +1 -0
- package/dist/tools/utils/getPublicKeyFromPrivateKey.js +1 -1
- package/dist/tools/utils/getPublicKeyFromPrivateKey.js.map +1 -1
- package/dist/tools/utils/index.d.ts.map +1 -1
- package/dist/tools/utils/index.js +6 -0
- package/dist/tools/utils/index.js.map +1 -1
- package/dist/tools/utils/setWallet.js +1 -1
- package/dist/tools/utils/setWallet.js.map +1 -1
- package/dist/tools/utils/switchEnvironment.js +1 -1
- package/dist/tools/utils/switchEnvironment.js.map +1 -1
- package/dist/tools/validate-manifest.d.ts +35 -0
- package/dist/tools/validate-manifest.d.ts.map +1 -0
- package/dist/tools/validate-manifest.js +122 -0
- package/dist/tools/validate-manifest.js.map +1 -0
- package/dist/utils/default-values.d.ts +0 -40
- package/dist/utils/default-values.d.ts.map +1 -1
- package/dist/utils/default-values.js +2 -45
- package/dist/utils/default-values.js.map +1 -1
- package/dist/utils/handler-args.d.ts +8 -0
- package/dist/utils/handler-args.d.ts.map +1 -0
- package/dist/utils/handler-args.js +28 -0
- package/dist/utils/handler-args.js.map +1 -0
- package/package.json +10 -10
|
@@ -0,0 +1,2945 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Tools Manifest - Single Source of Truth
|
|
4
|
+
*
|
|
5
|
+
* Lightweight metadata for all MCP tools.
|
|
6
|
+
* Does NOT import SDK or heavy dependencies.
|
|
7
|
+
* Used by: tests, scour-mcp
|
|
8
|
+
*
|
|
9
|
+
* Generated: 2026-01-15T08:48:53.081Z
|
|
10
|
+
*/
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.categoriesManifest = exports.toolsManifest = exports.EXPECTED_CATEGORY_COUNT = exports.EXPECTED_TOOL_COUNT = exports.MANIFEST_VERSION = void 0;
|
|
13
|
+
exports.getToolCount = getToolCount;
|
|
14
|
+
exports.getCategoryCount = getCategoryCount;
|
|
15
|
+
exports.getToolsByCategory = getToolsByCategory;
|
|
16
|
+
exports.findTool = findTool;
|
|
17
|
+
exports.getAllToolNames = getAllToolNames;
|
|
18
|
+
exports.getAllCategories = getAllCategories;
|
|
19
|
+
exports.MANIFEST_VERSION = "1.0.0";
|
|
20
|
+
exports.EXPECTED_TOOL_COUNT = 254;
|
|
21
|
+
exports.EXPECTED_CATEGORY_COUNT = 56;
|
|
22
|
+
exports.toolsManifest = [
|
|
23
|
+
{
|
|
24
|
+
"name": "gala_launchpad_fetch_pools",
|
|
25
|
+
"category": "fetch",
|
|
26
|
+
"description": "Fetch token pools from Gala Launchpad with filtering and pagination",
|
|
27
|
+
"requiresAuth": false,
|
|
28
|
+
"parameters": [
|
|
29
|
+
"type",
|
|
30
|
+
"creatorAddress",
|
|
31
|
+
"hasUpcomingShows",
|
|
32
|
+
"language",
|
|
33
|
+
"recentlyStreamed",
|
|
34
|
+
"hasRecordings",
|
|
35
|
+
"streamStatus",
|
|
36
|
+
"offset",
|
|
37
|
+
"limit"
|
|
38
|
+
]
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"name": "gala_launchpad_fetch_all_pools",
|
|
42
|
+
"category": "fetch",
|
|
43
|
+
"description": "Fetch all available pools with automatic pagination",
|
|
44
|
+
"requiresAuth": false,
|
|
45
|
+
"parameters": [
|
|
46
|
+
"tokenName",
|
|
47
|
+
"type",
|
|
48
|
+
"hasUpcomingShows",
|
|
49
|
+
"language",
|
|
50
|
+
"recentlyStreamed",
|
|
51
|
+
"hasRecordings",
|
|
52
|
+
"streamStatus"
|
|
53
|
+
]
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"name": "gala_launchpad_fetch_pool_details",
|
|
57
|
+
"category": "fetch",
|
|
58
|
+
"description": "Get detailed pool state from GalaChain bonding curve",
|
|
59
|
+
"requiresAuth": false,
|
|
60
|
+
"parameters": [
|
|
61
|
+
"tokenName"
|
|
62
|
+
]
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
"name": "gala_launchpad_fetch_pool_details_for_calculation",
|
|
66
|
+
"category": "fetch",
|
|
67
|
+
"description": "Get optimized pool details for local bonding curve calculations",
|
|
68
|
+
"requiresAuth": false,
|
|
69
|
+
"parameters": [
|
|
70
|
+
"tokenName"
|
|
71
|
+
]
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"name": "gala_launchpad_fetch_token_details",
|
|
75
|
+
"category": "fetch",
|
|
76
|
+
"description": "Fetch comprehensive token details from DEX API platform",
|
|
77
|
+
"requiresAuth": false,
|
|
78
|
+
"parameters": [
|
|
79
|
+
"tokenId"
|
|
80
|
+
]
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"name": "gala_launchpad_fetch_token_distribution",
|
|
84
|
+
"category": "fetch",
|
|
85
|
+
"description": "Get holder distribution and supply metrics",
|
|
86
|
+
"requiresAuth": false,
|
|
87
|
+
"parameters": [
|
|
88
|
+
"tokenName"
|
|
89
|
+
]
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
"name": "gala_launchpad_fetch_user_holder_context",
|
|
93
|
+
"category": "fetch",
|
|
94
|
+
"description": "Get a user's holder context for a specific token",
|
|
95
|
+
"requiresAuth": false,
|
|
96
|
+
"parameters": [
|
|
97
|
+
"tokenName",
|
|
98
|
+
"userAddress"
|
|
99
|
+
]
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
"name": "gala_launchpad_fetch_token_badges",
|
|
103
|
+
"category": "fetch",
|
|
104
|
+
"description": "Get achievement badges for volume and engagement",
|
|
105
|
+
"requiresAuth": false,
|
|
106
|
+
"parameters": [
|
|
107
|
+
"tokenName"
|
|
108
|
+
]
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
"name": "gala_launchpad_fetch_volume_data",
|
|
112
|
+
"category": "fetch",
|
|
113
|
+
"description": "Get OHLCV (candlestick) data for charting",
|
|
114
|
+
"requiresAuth": false,
|
|
115
|
+
"parameters": [
|
|
116
|
+
"tokenName",
|
|
117
|
+
"from",
|
|
118
|
+
"to",
|
|
119
|
+
"resolution"
|
|
120
|
+
]
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
"name": "gala_launchpad_fetch_token_spot_price",
|
|
124
|
+
"category": "fetch",
|
|
125
|
+
"description": "Fetch USD spot price for ANY token with smart routing",
|
|
126
|
+
"requiresAuth": false,
|
|
127
|
+
"parameters": [
|
|
128
|
+
"tokenName",
|
|
129
|
+
"tokenId",
|
|
130
|
+
"currentSupply",
|
|
131
|
+
"calculateAmountMode"
|
|
132
|
+
]
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
"name": "gala_launchpad_fetch_gala_spot_price",
|
|
136
|
+
"category": "fetch",
|
|
137
|
+
"description": "Fetch current GALA USD spot price (convenience method)",
|
|
138
|
+
"requiresAuth": false,
|
|
139
|
+
"parameters": []
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
"name": "gala_launchpad_fetch_launchpad_token_spot_price",
|
|
143
|
+
"category": "fetch",
|
|
144
|
+
"description": "⚠️ **DEPRECATED** - Use gala_launchpad_fetch_token_spot_price with { tokenName } instead",
|
|
145
|
+
"requiresAuth": false,
|
|
146
|
+
"parameters": [
|
|
147
|
+
"tokenName",
|
|
148
|
+
"calculateAmountMode",
|
|
149
|
+
"currentSupply"
|
|
150
|
+
]
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
"name": "gala_launchpad_fetch_price_history",
|
|
154
|
+
"category": "fetch",
|
|
155
|
+
"description": "Fetch historical price snapshots for DEX tokens from the DEX Backend API",
|
|
156
|
+
"requiresAuth": false,
|
|
157
|
+
"parameters": [
|
|
158
|
+
"tokenName",
|
|
159
|
+
"tokenId",
|
|
160
|
+
"from",
|
|
161
|
+
"to",
|
|
162
|
+
"sortOrder",
|
|
163
|
+
"offset",
|
|
164
|
+
"limit"
|
|
165
|
+
]
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
"name": "gala_launchpad_fetch_all_price_history",
|
|
169
|
+
"category": "fetch",
|
|
170
|
+
"description": "Fetch all historical price snapshots for DEX tokens from the DEX Backend API with automatic pagination",
|
|
171
|
+
"requiresAuth": false,
|
|
172
|
+
"parameters": [
|
|
173
|
+
"tokenName",
|
|
174
|
+
"tokenId",
|
|
175
|
+
"from",
|
|
176
|
+
"to",
|
|
177
|
+
"sortOrder"
|
|
178
|
+
]
|
|
179
|
+
},
|
|
180
|
+
{
|
|
181
|
+
"name": "gala_launchpad_check_token_name",
|
|
182
|
+
"category": "check",
|
|
183
|
+
"description": "Check if token name is available",
|
|
184
|
+
"requiresAuth": false,
|
|
185
|
+
"parameters": [
|
|
186
|
+
"tokenName"
|
|
187
|
+
]
|
|
188
|
+
},
|
|
189
|
+
{
|
|
190
|
+
"name": "gala_launchpad_check_token_symbol",
|
|
191
|
+
"category": "check",
|
|
192
|
+
"description": "Check if token symbol is available",
|
|
193
|
+
"requiresAuth": false,
|
|
194
|
+
"parameters": [
|
|
195
|
+
"symbol"
|
|
196
|
+
]
|
|
197
|
+
},
|
|
198
|
+
{
|
|
199
|
+
"name": "gala_launchpad_resolve_vault_address",
|
|
200
|
+
"category": "resolve",
|
|
201
|
+
"description": "Get GalaChain vault address for a token (useful for debugging)",
|
|
202
|
+
"requiresAuth": false,
|
|
203
|
+
"parameters": [
|
|
204
|
+
"tokenName"
|
|
205
|
+
]
|
|
206
|
+
},
|
|
207
|
+
{
|
|
208
|
+
"name": "gala_launchpad_resolve_token_class_key",
|
|
209
|
+
"category": "resolve",
|
|
210
|
+
"description": "Get GalaChain TokenClassKey for a launchpad token (useful for direct GalaChain operations)",
|
|
211
|
+
"requiresAuth": false,
|
|
212
|
+
"parameters": [
|
|
213
|
+
"tokenName"
|
|
214
|
+
]
|
|
215
|
+
},
|
|
216
|
+
{
|
|
217
|
+
"name": "gala_launchpad_fetch_token_classes_with_supply",
|
|
218
|
+
"category": "fetch",
|
|
219
|
+
"description": "Fetch supply metrics for multiple token classes in a single batch query",
|
|
220
|
+
"requiresAuth": false,
|
|
221
|
+
"parameters": [
|
|
222
|
+
"tokenClasses"
|
|
223
|
+
]
|
|
224
|
+
},
|
|
225
|
+
{
|
|
226
|
+
"name": "gala_launchpad_on_dex_pool_creation",
|
|
227
|
+
"category": "on",
|
|
228
|
+
"description": "Watch for new DEX pool creation events in real-time",
|
|
229
|
+
"requiresAuth": false,
|
|
230
|
+
"parameters": [
|
|
231
|
+
"minTVL",
|
|
232
|
+
"tokens",
|
|
233
|
+
"intervalMs",
|
|
234
|
+
"durationSeconds"
|
|
235
|
+
]
|
|
236
|
+
},
|
|
237
|
+
{
|
|
238
|
+
"name": "gala_launchpad_on_launchpad_token_creation",
|
|
239
|
+
"category": "on",
|
|
240
|
+
"description": "Watch for new launchpad token creation events in real-time",
|
|
241
|
+
"requiresAuth": false,
|
|
242
|
+
"parameters": [
|
|
243
|
+
"creatorAddress",
|
|
244
|
+
"intervalMs",
|
|
245
|
+
"durationSeconds"
|
|
246
|
+
]
|
|
247
|
+
},
|
|
248
|
+
{
|
|
249
|
+
"name": "gala_launchpad_update_token_socials",
|
|
250
|
+
"category": "update",
|
|
251
|
+
"description": "Update social media links for a token",
|
|
252
|
+
"requiresAuth": false,
|
|
253
|
+
"parameters": [
|
|
254
|
+
"tokenName",
|
|
255
|
+
"websiteUrl",
|
|
256
|
+
"telegramUrl",
|
|
257
|
+
"twitterUrl",
|
|
258
|
+
"instagramUrl",
|
|
259
|
+
"facebookUrl",
|
|
260
|
+
"redditUrl",
|
|
261
|
+
"tiktokUrl"
|
|
262
|
+
]
|
|
263
|
+
},
|
|
264
|
+
{
|
|
265
|
+
"name": "gala_launchpad_check_pool_exists",
|
|
266
|
+
"category": "check",
|
|
267
|
+
"description": "Check if a pool exists for a token",
|
|
268
|
+
"requiresAuth": false,
|
|
269
|
+
"parameters": [
|
|
270
|
+
"tokenName",
|
|
271
|
+
"symbol"
|
|
272
|
+
]
|
|
273
|
+
},
|
|
274
|
+
{
|
|
275
|
+
"name": "gala_launchpad_on_pool_updated",
|
|
276
|
+
"category": "on",
|
|
277
|
+
"description": "Watch for pool metadata updates in real-time",
|
|
278
|
+
"requiresAuth": false,
|
|
279
|
+
"parameters": [
|
|
280
|
+
"tokenName",
|
|
281
|
+
"updateType",
|
|
282
|
+
"intervalMs",
|
|
283
|
+
"durationSeconds"
|
|
284
|
+
]
|
|
285
|
+
},
|
|
286
|
+
{
|
|
287
|
+
"name": "gala_launchpad_get_pool_realtime_state",
|
|
288
|
+
"category": "get",
|
|
289
|
+
"description": "Get combined real-time state of a pool",
|
|
290
|
+
"requiresAuth": false,
|
|
291
|
+
"parameters": [
|
|
292
|
+
"tokenName"
|
|
293
|
+
]
|
|
294
|
+
},
|
|
295
|
+
{
|
|
296
|
+
"name": "gala_launchpad_on_holder_count_changed",
|
|
297
|
+
"category": "on",
|
|
298
|
+
"description": "Watch for token holder count changes in real-time",
|
|
299
|
+
"requiresAuth": false,
|
|
300
|
+
"parameters": [
|
|
301
|
+
"tokenName",
|
|
302
|
+
"minThreshold",
|
|
303
|
+
"intervalMs",
|
|
304
|
+
"durationSeconds"
|
|
305
|
+
]
|
|
306
|
+
},
|
|
307
|
+
{
|
|
308
|
+
"name": "gala_launchpad_calculate_buy_amount",
|
|
309
|
+
"category": "calculate",
|
|
310
|
+
"description": "Calculate token amounts for buying with fee breakdown",
|
|
311
|
+
"requiresAuth": false,
|
|
312
|
+
"parameters": [
|
|
313
|
+
"tokenName",
|
|
314
|
+
"amount",
|
|
315
|
+
"type"
|
|
316
|
+
]
|
|
317
|
+
},
|
|
318
|
+
{
|
|
319
|
+
"name": "gala_launchpad_calculate_sell_amount",
|
|
320
|
+
"category": "calculate",
|
|
321
|
+
"description": "Calculate GALA amounts for selling tokens",
|
|
322
|
+
"requiresAuth": false,
|
|
323
|
+
"parameters": [
|
|
324
|
+
"tokenName",
|
|
325
|
+
"amount",
|
|
326
|
+
"type"
|
|
327
|
+
]
|
|
328
|
+
},
|
|
329
|
+
{
|
|
330
|
+
"name": "gala_launchpad_buy",
|
|
331
|
+
"category": "buy",
|
|
332
|
+
"description": "Execute token purchase with slippage protection",
|
|
333
|
+
"requiresAuth": false,
|
|
334
|
+
"parameters": [
|
|
335
|
+
"tokenName",
|
|
336
|
+
"amount",
|
|
337
|
+
"type",
|
|
338
|
+
"expectedAmount",
|
|
339
|
+
"maxAcceptableReverseBondingCurveFee",
|
|
340
|
+
"maxAcceptableReverseBondingCurveFeeSlippageFactor",
|
|
341
|
+
"slippageToleranceFactor",
|
|
342
|
+
"privateKey"
|
|
343
|
+
]
|
|
344
|
+
},
|
|
345
|
+
{
|
|
346
|
+
"name": "gala_launchpad_sell",
|
|
347
|
+
"category": "sell",
|
|
348
|
+
"description": "Execute token sale with slippage protection",
|
|
349
|
+
"requiresAuth": false,
|
|
350
|
+
"parameters": [
|
|
351
|
+
"tokenName",
|
|
352
|
+
"amount",
|
|
353
|
+
"type",
|
|
354
|
+
"expectedAmount",
|
|
355
|
+
"maxAcceptableReverseBondingCurveFee",
|
|
356
|
+
"maxAcceptableReverseBondingCurveFeeSlippageFactor",
|
|
357
|
+
"slippageToleranceFactor",
|
|
358
|
+
"privateKey"
|
|
359
|
+
]
|
|
360
|
+
},
|
|
361
|
+
{
|
|
362
|
+
"name": "gala_launchpad_fetch_trades",
|
|
363
|
+
"category": "fetch",
|
|
364
|
+
"description": "Get trade history with optional filtering and pagination",
|
|
365
|
+
"requiresAuth": false,
|
|
366
|
+
"parameters": [
|
|
367
|
+
"tokenName",
|
|
368
|
+
"tradeType",
|
|
369
|
+
"userAddress",
|
|
370
|
+
"offset",
|
|
371
|
+
"limit",
|
|
372
|
+
"startDate",
|
|
373
|
+
"endDate",
|
|
374
|
+
"sortOrder"
|
|
375
|
+
]
|
|
376
|
+
},
|
|
377
|
+
{
|
|
378
|
+
"name": "gala_launchpad_calculate_initial_buy",
|
|
379
|
+
"category": "calculate",
|
|
380
|
+
"description": "Calculate amounts for initial token purchase during creation (pre-mint phase)",
|
|
381
|
+
"requiresAuth": false,
|
|
382
|
+
"parameters": [
|
|
383
|
+
"amount"
|
|
384
|
+
]
|
|
385
|
+
},
|
|
386
|
+
{
|
|
387
|
+
"name": "gala_launchpad_get_bundler_transaction_result",
|
|
388
|
+
"category": "get",
|
|
389
|
+
"description": "Get bundle transaction result by ID via HTTP (not WebSocket)",
|
|
390
|
+
"requiresAuth": false,
|
|
391
|
+
"parameters": [
|
|
392
|
+
"transactionId"
|
|
393
|
+
]
|
|
394
|
+
},
|
|
395
|
+
{
|
|
396
|
+
"name": "gala_launchpad_calculate_buy_amount_for_graduation",
|
|
397
|
+
"category": "calculate",
|
|
398
|
+
"description": "Calculate amount needed to graduate a token pool",
|
|
399
|
+
"requiresAuth": false,
|
|
400
|
+
"parameters": [
|
|
401
|
+
"tokenName",
|
|
402
|
+
"calculateAmountMode",
|
|
403
|
+
"currentSupply"
|
|
404
|
+
]
|
|
405
|
+
},
|
|
406
|
+
{
|
|
407
|
+
"name": "gala_launchpad_graduate_token",
|
|
408
|
+
"category": "graduate",
|
|
409
|
+
"description": "Graduate a token pool by buying all remaining tokens in one transaction",
|
|
410
|
+
"requiresAuth": false,
|
|
411
|
+
"parameters": [
|
|
412
|
+
"tokenName",
|
|
413
|
+
"maxAcceptableReverseBondingCurveFeeSlippageFactor",
|
|
414
|
+
"slippageToleranceFactor",
|
|
415
|
+
"privateKey",
|
|
416
|
+
"calculateAmountMode",
|
|
417
|
+
"currentSupply"
|
|
418
|
+
]
|
|
419
|
+
},
|
|
420
|
+
{
|
|
421
|
+
"name": "gala_launchpad_calculate_buy_amount_local",
|
|
422
|
+
"category": "calculate",
|
|
423
|
+
"description": "Calculate buy amounts using LOCAL bonding curve formulas (instant, no network call)",
|
|
424
|
+
"requiresAuth": false,
|
|
425
|
+
"parameters": [
|
|
426
|
+
"tokenName",
|
|
427
|
+
"amount",
|
|
428
|
+
"type"
|
|
429
|
+
]
|
|
430
|
+
},
|
|
431
|
+
{
|
|
432
|
+
"name": "gala_launchpad_calculate_buy_amount_external",
|
|
433
|
+
"category": "calculate",
|
|
434
|
+
"description": "Calculate buy amounts using EXTERNAL GalaChain network call (real-time)",
|
|
435
|
+
"requiresAuth": false,
|
|
436
|
+
"parameters": [
|
|
437
|
+
"tokenName",
|
|
438
|
+
"amount",
|
|
439
|
+
"type"
|
|
440
|
+
]
|
|
441
|
+
},
|
|
442
|
+
{
|
|
443
|
+
"name": "gala_launchpad_calculate_sell_amount_local",
|
|
444
|
+
"category": "calculate",
|
|
445
|
+
"description": "Calculate sell amounts using LOCAL bonding curve formulas (instant, no network call)",
|
|
446
|
+
"requiresAuth": false,
|
|
447
|
+
"parameters": [
|
|
448
|
+
"tokenName",
|
|
449
|
+
"amount",
|
|
450
|
+
"type",
|
|
451
|
+
"maxSupply",
|
|
452
|
+
"reverseBondingCurveMinFeeFactor",
|
|
453
|
+
"reverseBondingCurveMaxFeeFactor"
|
|
454
|
+
]
|
|
455
|
+
},
|
|
456
|
+
{
|
|
457
|
+
"name": "gala_launchpad_calculate_sell_amount_external",
|
|
458
|
+
"category": "calculate",
|
|
459
|
+
"description": "Calculate sell amounts using EXTERNAL GalaChain network call (real-time)",
|
|
460
|
+
"requiresAuth": false,
|
|
461
|
+
"parameters": [
|
|
462
|
+
"tokenName",
|
|
463
|
+
"amount",
|
|
464
|
+
"type"
|
|
465
|
+
]
|
|
466
|
+
},
|
|
467
|
+
{
|
|
468
|
+
"name": "gala_launchpad_get_swap_quote_exact_input",
|
|
469
|
+
"category": "get",
|
|
470
|
+
"description": "Get swap quote for exact input amount - specify how much you want to spend",
|
|
471
|
+
"requiresAuth": false,
|
|
472
|
+
"parameters": [
|
|
473
|
+
"fromToken",
|
|
474
|
+
"toToken",
|
|
475
|
+
"amount"
|
|
476
|
+
]
|
|
477
|
+
},
|
|
478
|
+
{
|
|
479
|
+
"name": "gala_launchpad_get_swap_quote_exact_output",
|
|
480
|
+
"category": "get",
|
|
481
|
+
"description": "Get swap quote for exact output amount - specify how much you want to receive",
|
|
482
|
+
"requiresAuth": false,
|
|
483
|
+
"parameters": [
|
|
484
|
+
"fromToken",
|
|
485
|
+
"toToken",
|
|
486
|
+
"amount"
|
|
487
|
+
]
|
|
488
|
+
},
|
|
489
|
+
{
|
|
490
|
+
"name": "gala_launchpad_calculate_dex_pool_quote_local",
|
|
491
|
+
"category": "calculate",
|
|
492
|
+
"description": "Calculate instant DEX quote using local bonding curve math",
|
|
493
|
+
"requiresAuth": false,
|
|
494
|
+
"parameters": [
|
|
495
|
+
"token0",
|
|
496
|
+
"token1",
|
|
497
|
+
"fee",
|
|
498
|
+
"fromToken",
|
|
499
|
+
"toToken",
|
|
500
|
+
"amount",
|
|
501
|
+
"compositePoolData"
|
|
502
|
+
]
|
|
503
|
+
},
|
|
504
|
+
{
|
|
505
|
+
"name": "gala_launchpad_calculate_dex_pool_quote_external",
|
|
506
|
+
"category": "calculate",
|
|
507
|
+
"description": "Calculate real-time DEX quote from GalaChain blockchain",
|
|
508
|
+
"requiresAuth": false,
|
|
509
|
+
"parameters": [
|
|
510
|
+
"token0",
|
|
511
|
+
"token1",
|
|
512
|
+
"fee",
|
|
513
|
+
"fromToken",
|
|
514
|
+
"toToken",
|
|
515
|
+
"amount"
|
|
516
|
+
]
|
|
517
|
+
},
|
|
518
|
+
{
|
|
519
|
+
"name": "gala_launchpad_execute_swap",
|
|
520
|
+
"category": "execute",
|
|
521
|
+
"description": "Execute a token swap on GalaSwap DEX with slippage protection",
|
|
522
|
+
"requiresAuth": false,
|
|
523
|
+
"parameters": [
|
|
524
|
+
"fromToken",
|
|
525
|
+
"toToken",
|
|
526
|
+
"inputAmount",
|
|
527
|
+
"estimatedOutput",
|
|
528
|
+
"feeTier",
|
|
529
|
+
"slippageTolerance"
|
|
530
|
+
]
|
|
531
|
+
},
|
|
532
|
+
{
|
|
533
|
+
"name": "gala_launchpad_get_swap_user_assets",
|
|
534
|
+
"category": "get",
|
|
535
|
+
"description": "Get all token assets and balances for a wallet address with rich metadata (image, name, description)",
|
|
536
|
+
"requiresAuth": false,
|
|
537
|
+
"parameters": [
|
|
538
|
+
"walletAddress"
|
|
539
|
+
]
|
|
540
|
+
},
|
|
541
|
+
{
|
|
542
|
+
"name": "gala_launchpad_get_all_swap_user_assets",
|
|
543
|
+
"category": "get",
|
|
544
|
+
"description": "Get ALL token assets and balances for a wallet (auto-paginates) with rich metadata (image, name, description)",
|
|
545
|
+
"requiresAuth": false,
|
|
546
|
+
"parameters": [
|
|
547
|
+
"walletAddress"
|
|
548
|
+
]
|
|
549
|
+
},
|
|
550
|
+
{
|
|
551
|
+
"name": "gala_launchpad_fetch_dex_pools",
|
|
552
|
+
"category": "fetch",
|
|
553
|
+
"description": "Fetch DEX pools with pagination and filtering - query available liquidity pools on GalaSwap",
|
|
554
|
+
"requiresAuth": false,
|
|
555
|
+
"parameters": [
|
|
556
|
+
"search",
|
|
557
|
+
"sortBy",
|
|
558
|
+
"sortOrder",
|
|
559
|
+
"offset",
|
|
560
|
+
"limit"
|
|
561
|
+
]
|
|
562
|
+
},
|
|
563
|
+
{
|
|
564
|
+
"name": "gala_launchpad_fetch_all_dex_pools",
|
|
565
|
+
"category": "fetch",
|
|
566
|
+
"description": "Fetch all DEX pools with automatic pagination",
|
|
567
|
+
"requiresAuth": false,
|
|
568
|
+
"parameters": [
|
|
569
|
+
"search",
|
|
570
|
+
"sortBy",
|
|
571
|
+
"sortOrder",
|
|
572
|
+
"withPrices"
|
|
573
|
+
]
|
|
574
|
+
},
|
|
575
|
+
{
|
|
576
|
+
"name": "gala_launchpad_get_swap_pool_info",
|
|
577
|
+
"category": "get",
|
|
578
|
+
"description": "Get liquidity and fee tier information for a token pair on GalaSwap DEX",
|
|
579
|
+
"requiresAuth": false,
|
|
580
|
+
"parameters": [
|
|
581
|
+
"tokenA",
|
|
582
|
+
"tokenB"
|
|
583
|
+
]
|
|
584
|
+
},
|
|
585
|
+
{
|
|
586
|
+
"name": "gala_launchpad_fetch_composite_pool_data",
|
|
587
|
+
"category": "fetch",
|
|
588
|
+
"description": "Fetch complete pool state for offline DEX quote calculations",
|
|
589
|
+
"requiresAuth": false,
|
|
590
|
+
"parameters": [
|
|
591
|
+
"token0",
|
|
592
|
+
"token1",
|
|
593
|
+
"fee"
|
|
594
|
+
]
|
|
595
|
+
},
|
|
596
|
+
{
|
|
597
|
+
"name": "gala_launchpad_get_swap_pool_price",
|
|
598
|
+
"category": "get",
|
|
599
|
+
"description": "Get current price, tick, and liquidity for a DEX pool",
|
|
600
|
+
"requiresAuth": false,
|
|
601
|
+
"parameters": [
|
|
602
|
+
"token0",
|
|
603
|
+
"token1",
|
|
604
|
+
"fee"
|
|
605
|
+
]
|
|
606
|
+
},
|
|
607
|
+
{
|
|
608
|
+
"name": "gala_launchpad_fetch_available_dex_tokens",
|
|
609
|
+
"category": "fetch",
|
|
610
|
+
"description": "Discover all tokens available on the DEX (paginated)",
|
|
611
|
+
"requiresAuth": false,
|
|
612
|
+
"parameters": [
|
|
613
|
+
"search",
|
|
614
|
+
"limit",
|
|
615
|
+
"offset"
|
|
616
|
+
]
|
|
617
|
+
},
|
|
618
|
+
{
|
|
619
|
+
"name": "gala_launchpad_fetch_all_available_dex_tokens",
|
|
620
|
+
"category": "fetch",
|
|
621
|
+
"description": "Discover ALL tokens available on the DEX (auto-paginates)",
|
|
622
|
+
"requiresAuth": false,
|
|
623
|
+
"parameters": [
|
|
624
|
+
"search"
|
|
625
|
+
]
|
|
626
|
+
},
|
|
627
|
+
{
|
|
628
|
+
"name": "gala_launchpad_get_user_liquidity_positions",
|
|
629
|
+
"category": "get",
|
|
630
|
+
"description": "Get all open liquidity positions for a wallet address with optional pagination and real-time pricing",
|
|
631
|
+
"requiresAuth": false,
|
|
632
|
+
"parameters": [
|
|
633
|
+
"ownerAddress",
|
|
634
|
+
"limit",
|
|
635
|
+
"bookmark",
|
|
636
|
+
"withPrices"
|
|
637
|
+
]
|
|
638
|
+
},
|
|
639
|
+
{
|
|
640
|
+
"name": "gala_launchpad_get_all_user_liquidity_positions",
|
|
641
|
+
"category": "get",
|
|
642
|
+
"description": "Get ALL open liquidity positions for a wallet address with automatic pagination and optional real-time pricing",
|
|
643
|
+
"requiresAuth": false,
|
|
644
|
+
"parameters": [
|
|
645
|
+
"ownerAddress",
|
|
646
|
+
"withPrices"
|
|
647
|
+
]
|
|
648
|
+
},
|
|
649
|
+
{
|
|
650
|
+
"name": "gala_launchpad_get_liquidity_position_by_id",
|
|
651
|
+
"category": "get",
|
|
652
|
+
"description": "Get specific liquidity position details by position ID including tokens, tick range, and accumulated fees",
|
|
653
|
+
"requiresAuth": false,
|
|
654
|
+
"parameters": [
|
|
655
|
+
"ownerAddress",
|
|
656
|
+
"positionId"
|
|
657
|
+
]
|
|
658
|
+
},
|
|
659
|
+
{
|
|
660
|
+
"name": "gala_launchpad_get_liquidity_position",
|
|
661
|
+
"category": "get",
|
|
662
|
+
"description": "Get liquidity position for a specific token pair and price range (tick boundaries)",
|
|
663
|
+
"requiresAuth": false,
|
|
664
|
+
"parameters": [
|
|
665
|
+
"ownerAddress",
|
|
666
|
+
"token0",
|
|
667
|
+
"token1",
|
|
668
|
+
"fee",
|
|
669
|
+
"tickLower",
|
|
670
|
+
"tickUpper"
|
|
671
|
+
]
|
|
672
|
+
},
|
|
673
|
+
{
|
|
674
|
+
"name": "gala_launchpad_estimate_remove_liquidity",
|
|
675
|
+
"category": "estimate",
|
|
676
|
+
"description": "Estimate tokens received when removing liquidity at current market prices",
|
|
677
|
+
"requiresAuth": false,
|
|
678
|
+
"parameters": [
|
|
679
|
+
"token0",
|
|
680
|
+
"token1",
|
|
681
|
+
"fee",
|
|
682
|
+
"tickLower",
|
|
683
|
+
"tickUpper",
|
|
684
|
+
"liquidity",
|
|
685
|
+
"ownerAddress"
|
|
686
|
+
]
|
|
687
|
+
},
|
|
688
|
+
{
|
|
689
|
+
"name": "gala_launchpad_add_liquidity_by_price",
|
|
690
|
+
"category": "add",
|
|
691
|
+
"description": "Add liquidity to a pool by specifying min/max price boundaries (SDK calculates tick boundaries)",
|
|
692
|
+
"requiresAuth": false,
|
|
693
|
+
"parameters": [
|
|
694
|
+
"token0",
|
|
695
|
+
"token1",
|
|
696
|
+
"fee",
|
|
697
|
+
"minPrice",
|
|
698
|
+
"maxPrice",
|
|
699
|
+
"amount0Desired",
|
|
700
|
+
"amount1Desired",
|
|
701
|
+
"amount0Min",
|
|
702
|
+
"amount1Min"
|
|
703
|
+
]
|
|
704
|
+
},
|
|
705
|
+
{
|
|
706
|
+
"name": "gala_launchpad_add_liquidity_by_ticks",
|
|
707
|
+
"category": "add",
|
|
708
|
+
"description": "Add liquidity to a pool by specifying exact tick boundaries (advanced usage)",
|
|
709
|
+
"requiresAuth": false,
|
|
710
|
+
"parameters": [
|
|
711
|
+
"token0",
|
|
712
|
+
"token1",
|
|
713
|
+
"feeTier",
|
|
714
|
+
"tickLower",
|
|
715
|
+
"tickUpper",
|
|
716
|
+
"amount0Desired",
|
|
717
|
+
"amount1Desired",
|
|
718
|
+
"amount0Min",
|
|
719
|
+
"amount1Min"
|
|
720
|
+
]
|
|
721
|
+
},
|
|
722
|
+
{
|
|
723
|
+
"name": "gala_launchpad_remove_liquidity",
|
|
724
|
+
"category": "remove",
|
|
725
|
+
"description": "Remove liquidity from an open position and withdraw underlying tokens",
|
|
726
|
+
"requiresAuth": false,
|
|
727
|
+
"parameters": [
|
|
728
|
+
"ownerAddress",
|
|
729
|
+
"positionId",
|
|
730
|
+
"liquidity",
|
|
731
|
+
"amount0Min",
|
|
732
|
+
"amount1Min",
|
|
733
|
+
"deadline"
|
|
734
|
+
]
|
|
735
|
+
},
|
|
736
|
+
{
|
|
737
|
+
"name": "gala_launchpad_fetch_swap_position_direct",
|
|
738
|
+
"category": "fetch",
|
|
739
|
+
"description": "Fetch a single liquidity position using ONLY the compound key (most efficient)",
|
|
740
|
+
"requiresAuth": false,
|
|
741
|
+
"parameters": [
|
|
742
|
+
"token0",
|
|
743
|
+
"token1",
|
|
744
|
+
"fee",
|
|
745
|
+
"tickLower",
|
|
746
|
+
"tickUpper",
|
|
747
|
+
"ownerAddress"
|
|
748
|
+
]
|
|
749
|
+
},
|
|
750
|
+
{
|
|
751
|
+
"name": "gala_launchpad_collect_position_fees",
|
|
752
|
+
"category": "collect",
|
|
753
|
+
"description": "Collect accumulated trading fees from a liquidity position without modifying the position",
|
|
754
|
+
"requiresAuth": false,
|
|
755
|
+
"parameters": [
|
|
756
|
+
"ownerAddress",
|
|
757
|
+
"positionId",
|
|
758
|
+
"amount0Max",
|
|
759
|
+
"amount1Max"
|
|
760
|
+
]
|
|
761
|
+
},
|
|
762
|
+
{
|
|
763
|
+
"name": "gala_launchpad_fetch_all_dex_seasons",
|
|
764
|
+
"category": "fetch",
|
|
765
|
+
"description": "Fetch all DEX leaderboard seasons - returns complete list of seasons with dates and rules",
|
|
766
|
+
"requiresAuth": false,
|
|
767
|
+
"parameters": []
|
|
768
|
+
},
|
|
769
|
+
{
|
|
770
|
+
"name": "gala_launchpad_fetch_current_dex_season",
|
|
771
|
+
"category": "fetch",
|
|
772
|
+
"description": "Fetch current active DEX leaderboard season - returns null if no season is active",
|
|
773
|
+
"requiresAuth": false,
|
|
774
|
+
"parameters": []
|
|
775
|
+
},
|
|
776
|
+
{
|
|
777
|
+
"name": "gala_launchpad_fetch_dex_leaderboard_by_season_id",
|
|
778
|
+
"category": "fetch",
|
|
779
|
+
"description": "Fetch DEX leaderboard for a specific season - returns rankings with XP metrics and achievements",
|
|
780
|
+
"requiresAuth": false,
|
|
781
|
+
"parameters": [
|
|
782
|
+
"seasonId"
|
|
783
|
+
]
|
|
784
|
+
},
|
|
785
|
+
{
|
|
786
|
+
"name": "gala_launchpad_fetch_current_dex_leaderboard",
|
|
787
|
+
"category": "fetch",
|
|
788
|
+
"description": "Fetch current DEX leaderboard for active season - returns null if no active season",
|
|
789
|
+
"requiresAuth": false,
|
|
790
|
+
"parameters": []
|
|
791
|
+
},
|
|
792
|
+
{
|
|
793
|
+
"name": "gala_launchpad_fetch_dex_aggregated_volume_summary",
|
|
794
|
+
"category": "fetch",
|
|
795
|
+
"description": "Fetch DEX aggregated volume summary with 1d/7d/30d metrics and trend analysis",
|
|
796
|
+
"requiresAuth": false,
|
|
797
|
+
"parameters": []
|
|
798
|
+
},
|
|
799
|
+
{
|
|
800
|
+
"name": "gala_launchpad_fetch_gala_balance",
|
|
801
|
+
"category": "fetch",
|
|
802
|
+
"description": "Get GALA balance for a wallet",
|
|
803
|
+
"requiresAuth": false,
|
|
804
|
+
"parameters": [
|
|
805
|
+
"address"
|
|
806
|
+
]
|
|
807
|
+
},
|
|
808
|
+
{
|
|
809
|
+
"name": "gala_launchpad_fetch_token_balance",
|
|
810
|
+
"category": "fetch",
|
|
811
|
+
"description": "Get token balance for a specific token",
|
|
812
|
+
"requiresAuth": false,
|
|
813
|
+
"parameters": [
|
|
814
|
+
"tokenName",
|
|
815
|
+
"address"
|
|
816
|
+
]
|
|
817
|
+
},
|
|
818
|
+
{
|
|
819
|
+
"name": "gala_launchpad_fetch_locked_tokens",
|
|
820
|
+
"category": "fetch",
|
|
821
|
+
"description": "Get locked token details including all active locks, lock authorities, and expiration times",
|
|
822
|
+
"requiresAuth": false,
|
|
823
|
+
"parameters": [
|
|
824
|
+
"tokenName",
|
|
825
|
+
"address",
|
|
826
|
+
"withExpired"
|
|
827
|
+
]
|
|
828
|
+
},
|
|
829
|
+
{
|
|
830
|
+
"name": "gala_launchpad_fetch_tokens_held",
|
|
831
|
+
"category": "fetch",
|
|
832
|
+
"description": "Get tokens held by a wallet with optional filtering",
|
|
833
|
+
"requiresAuth": false,
|
|
834
|
+
"parameters": [
|
|
835
|
+
"address",
|
|
836
|
+
"offset",
|
|
837
|
+
"limit",
|
|
838
|
+
"tokenName",
|
|
839
|
+
"search"
|
|
840
|
+
]
|
|
841
|
+
},
|
|
842
|
+
{
|
|
843
|
+
"name": "gala_launchpad_fetch_tokens_created",
|
|
844
|
+
"category": "fetch",
|
|
845
|
+
"description": "Get tokens created by a wallet with optional filtering",
|
|
846
|
+
"requiresAuth": false,
|
|
847
|
+
"parameters": [
|
|
848
|
+
"address",
|
|
849
|
+
"offset",
|
|
850
|
+
"limit",
|
|
851
|
+
"tokenName",
|
|
852
|
+
"search"
|
|
853
|
+
]
|
|
854
|
+
},
|
|
855
|
+
{
|
|
856
|
+
"name": "gala_launchpad_fetch_profile",
|
|
857
|
+
"category": "fetch",
|
|
858
|
+
"description": "Get user profile data including full name, profile image, wallet address, and join date",
|
|
859
|
+
"requiresAuth": false,
|
|
860
|
+
"parameters": [
|
|
861
|
+
"address"
|
|
862
|
+
]
|
|
863
|
+
},
|
|
864
|
+
{
|
|
865
|
+
"name": "gala_launchpad_update_profile",
|
|
866
|
+
"category": "update",
|
|
867
|
+
"description": "Update user profile (fullName and profileImage)",
|
|
868
|
+
"requiresAuth": false,
|
|
869
|
+
"parameters": [
|
|
870
|
+
"fullName",
|
|
871
|
+
"profileImage",
|
|
872
|
+
"address",
|
|
873
|
+
"privateKey"
|
|
874
|
+
]
|
|
875
|
+
},
|
|
876
|
+
{
|
|
877
|
+
"name": "gala_launchpad_register_account",
|
|
878
|
+
"category": "register",
|
|
879
|
+
"description": "Register an account for trading on Gala",
|
|
880
|
+
"requiresAuth": false,
|
|
881
|
+
"parameters": [
|
|
882
|
+
"address"
|
|
883
|
+
]
|
|
884
|
+
},
|
|
885
|
+
{
|
|
886
|
+
"name": "gala_launchpad_fetch_available_balance",
|
|
887
|
+
"category": "fetch",
|
|
888
|
+
"description": "Get available (unlocked) token balance for a wallet",
|
|
889
|
+
"requiresAuth": false,
|
|
890
|
+
"parameters": [
|
|
891
|
+
"tokenName",
|
|
892
|
+
"address"
|
|
893
|
+
]
|
|
894
|
+
},
|
|
895
|
+
{
|
|
896
|
+
"name": "gala_launchpad_get_managed_tokens",
|
|
897
|
+
"category": "get",
|
|
898
|
+
"description": "Fetch all tokens the authenticated user can manage (owned tokens + moderated tokens + overseer status)",
|
|
899
|
+
"requiresAuth": false,
|
|
900
|
+
"parameters": [
|
|
901
|
+
"offset",
|
|
902
|
+
"limit"
|
|
903
|
+
]
|
|
904
|
+
},
|
|
905
|
+
{
|
|
906
|
+
"name": "gala_launchpad_fetch_referral_url",
|
|
907
|
+
"category": "fetch",
|
|
908
|
+
"description": "Fetch the authenticated user's unique referral URL for sharing",
|
|
909
|
+
"requiresAuth": false,
|
|
910
|
+
"parameters": []
|
|
911
|
+
},
|
|
912
|
+
{
|
|
913
|
+
"name": "gala_launchpad_fetch_referrals",
|
|
914
|
+
"category": "fetch",
|
|
915
|
+
"description": "Fetch paginated list of users who signed up using this wallet's referral link",
|
|
916
|
+
"requiresAuth": false,
|
|
917
|
+
"parameters": [
|
|
918
|
+
"address",
|
|
919
|
+
"offset",
|
|
920
|
+
"limit",
|
|
921
|
+
"sortBy",
|
|
922
|
+
"sortDir"
|
|
923
|
+
]
|
|
924
|
+
},
|
|
925
|
+
{
|
|
926
|
+
"name": "gala_launchpad_fetch_all_referrals",
|
|
927
|
+
"category": "fetch",
|
|
928
|
+
"description": "Fetch all referrals for a wallet address with automatic pagination",
|
|
929
|
+
"requiresAuth": false,
|
|
930
|
+
"parameters": [
|
|
931
|
+
"address",
|
|
932
|
+
"sortBy",
|
|
933
|
+
"sortDir"
|
|
934
|
+
]
|
|
935
|
+
},
|
|
936
|
+
{
|
|
937
|
+
"name": "gala_launchpad_fetch_referrals_summary",
|
|
938
|
+
"category": "fetch",
|
|
939
|
+
"description": "Fetch referral program summary statistics including total referral count and reward totals (past day, past month, all-time)",
|
|
940
|
+
"requiresAuth": false,
|
|
941
|
+
"parameters": [
|
|
942
|
+
"address"
|
|
943
|
+
]
|
|
944
|
+
},
|
|
945
|
+
{
|
|
946
|
+
"name": "gala_launchpad_launch_token",
|
|
947
|
+
"category": "launch",
|
|
948
|
+
"description": "Create a new token on the launchpad",
|
|
949
|
+
"requiresAuth": false,
|
|
950
|
+
"parameters": [
|
|
951
|
+
"tokenName",
|
|
952
|
+
"tokenSymbol",
|
|
953
|
+
"tokenDescription",
|
|
954
|
+
"tokenImage",
|
|
955
|
+
"preBuyQuantity",
|
|
956
|
+
"websiteUrl",
|
|
957
|
+
"telegramUrl",
|
|
958
|
+
"twitterUrl",
|
|
959
|
+
"tokenCategory",
|
|
960
|
+
"tokenCollection",
|
|
961
|
+
"reverseBondingCurveConfiguration",
|
|
962
|
+
"privateKey"
|
|
963
|
+
]
|
|
964
|
+
},
|
|
965
|
+
{
|
|
966
|
+
"name": "gala_launchpad_upload_token_image",
|
|
967
|
+
"category": "upload",
|
|
968
|
+
"description": "Upload token image from filesystem (Node",
|
|
969
|
+
"requiresAuth": false,
|
|
970
|
+
"parameters": [
|
|
971
|
+
"tokenName",
|
|
972
|
+
"imagePath",
|
|
973
|
+
"privateKey"
|
|
974
|
+
]
|
|
975
|
+
},
|
|
976
|
+
{
|
|
977
|
+
"name": "gala_launchpad_upload_profile_image",
|
|
978
|
+
"category": "upload",
|
|
979
|
+
"description": "Upload profile image from filesystem (Node",
|
|
980
|
+
"requiresAuth": false,
|
|
981
|
+
"parameters": [
|
|
982
|
+
"imagePath",
|
|
983
|
+
"address",
|
|
984
|
+
"privateKey"
|
|
985
|
+
]
|
|
986
|
+
},
|
|
987
|
+
{
|
|
988
|
+
"name": "gala_launchpad_fetch_launch_token_fee",
|
|
989
|
+
"category": "fetch",
|
|
990
|
+
"description": "Fetch the current GALA fee required to launch a new token on the launchpad",
|
|
991
|
+
"requiresAuth": false,
|
|
992
|
+
"parameters": []
|
|
993
|
+
},
|
|
994
|
+
{
|
|
995
|
+
"name": "gala_launchpad_get_nft_collection_claim_fee",
|
|
996
|
+
"category": "get",
|
|
997
|
+
"description": "Get the fee required to claim an NFT collection name",
|
|
998
|
+
"requiresAuth": false,
|
|
999
|
+
"parameters": []
|
|
1000
|
+
},
|
|
1001
|
+
{
|
|
1002
|
+
"name": "gala_launchpad_get_nft_token_class_create_fee",
|
|
1003
|
+
"category": "get",
|
|
1004
|
+
"description": "Get the fee required to create a token class",
|
|
1005
|
+
"requiresAuth": false,
|
|
1006
|
+
"parameters": []
|
|
1007
|
+
},
|
|
1008
|
+
{
|
|
1009
|
+
"name": "gala_launchpad_estimate_nft_mint_fee",
|
|
1010
|
+
"category": "estimate",
|
|
1011
|
+
"description": "Estimate the dynamic fee to mint NFTs via DryRun",
|
|
1012
|
+
"requiresAuth": false,
|
|
1013
|
+
"parameters": [
|
|
1014
|
+
"collection",
|
|
1015
|
+
"type",
|
|
1016
|
+
"category",
|
|
1017
|
+
"quantity",
|
|
1018
|
+
"ownerAddress"
|
|
1019
|
+
]
|
|
1020
|
+
},
|
|
1021
|
+
{
|
|
1022
|
+
"name": "gala_launchpad_estimate_nft_operation_fees",
|
|
1023
|
+
"category": "estimate",
|
|
1024
|
+
"description": "Calculate total fees for multiple NFT operations",
|
|
1025
|
+
"requiresAuth": false,
|
|
1026
|
+
"parameters": [
|
|
1027
|
+
"claimCollection",
|
|
1028
|
+
"createTokenClasses"
|
|
1029
|
+
]
|
|
1030
|
+
},
|
|
1031
|
+
{
|
|
1032
|
+
"name": "gala_launchpad_check_nft_collection_available",
|
|
1033
|
+
"category": "check",
|
|
1034
|
+
"description": "Check if an NFT collection name is available for claiming",
|
|
1035
|
+
"requiresAuth": false,
|
|
1036
|
+
"parameters": [
|
|
1037
|
+
"collectionName"
|
|
1038
|
+
]
|
|
1039
|
+
},
|
|
1040
|
+
{
|
|
1041
|
+
"name": "gala_launchpad_claim_nft_collection",
|
|
1042
|
+
"category": "claim",
|
|
1043
|
+
"description": "Claim an NFT collection name",
|
|
1044
|
+
"requiresAuth": false,
|
|
1045
|
+
"parameters": [
|
|
1046
|
+
"collectionName"
|
|
1047
|
+
]
|
|
1048
|
+
},
|
|
1049
|
+
{
|
|
1050
|
+
"name": "gala_launchpad_fetch_nft_collections",
|
|
1051
|
+
"category": "fetch",
|
|
1052
|
+
"description": "Fetch all NFT collections authorized to a wallet address",
|
|
1053
|
+
"requiresAuth": false,
|
|
1054
|
+
"parameters": [
|
|
1055
|
+
"walletAddress"
|
|
1056
|
+
]
|
|
1057
|
+
},
|
|
1058
|
+
{
|
|
1059
|
+
"name": "gala_launchpad_create_nft_token_class",
|
|
1060
|
+
"category": "create",
|
|
1061
|
+
"description": "Create a token class within an NFT collection",
|
|
1062
|
+
"requiresAuth": false,
|
|
1063
|
+
"parameters": [
|
|
1064
|
+
"collection",
|
|
1065
|
+
"type",
|
|
1066
|
+
"category",
|
|
1067
|
+
"name",
|
|
1068
|
+
"description",
|
|
1069
|
+
"image",
|
|
1070
|
+
"symbol",
|
|
1071
|
+
"rarity",
|
|
1072
|
+
"maxSupply",
|
|
1073
|
+
"maxCapacity",
|
|
1074
|
+
"additionalKey"
|
|
1075
|
+
]
|
|
1076
|
+
},
|
|
1077
|
+
{
|
|
1078
|
+
"name": "gala_launchpad_fetch_nft_token_classes",
|
|
1079
|
+
"category": "fetch",
|
|
1080
|
+
"description": "Fetch token classes for a collection with supply information",
|
|
1081
|
+
"requiresAuth": false,
|
|
1082
|
+
"parameters": [
|
|
1083
|
+
"collection",
|
|
1084
|
+
"type",
|
|
1085
|
+
"category"
|
|
1086
|
+
]
|
|
1087
|
+
},
|
|
1088
|
+
{
|
|
1089
|
+
"name": "gala_launchpad_mint_nft",
|
|
1090
|
+
"category": "mint",
|
|
1091
|
+
"description": "Mint NFTs from a token class",
|
|
1092
|
+
"requiresAuth": false,
|
|
1093
|
+
"parameters": [
|
|
1094
|
+
"collection",
|
|
1095
|
+
"type",
|
|
1096
|
+
"category",
|
|
1097
|
+
"quantity",
|
|
1098
|
+
"ownerAddress",
|
|
1099
|
+
"additionalKey"
|
|
1100
|
+
]
|
|
1101
|
+
},
|
|
1102
|
+
{
|
|
1103
|
+
"name": "gala_launchpad_fetch_nft_balances",
|
|
1104
|
+
"category": "fetch",
|
|
1105
|
+
"description": "Fetch NFT balances for an owner, optionally filtered by collection",
|
|
1106
|
+
"requiresAuth": false,
|
|
1107
|
+
"parameters": [
|
|
1108
|
+
"ownerAddress",
|
|
1109
|
+
"collectionFilter"
|
|
1110
|
+
]
|
|
1111
|
+
},
|
|
1112
|
+
{
|
|
1113
|
+
"name": "gala_launchpad_transfer_gala",
|
|
1114
|
+
"category": "transfer",
|
|
1115
|
+
"description": "Transfer GALA tokens via GalaChain",
|
|
1116
|
+
"requiresAuth": false,
|
|
1117
|
+
"parameters": [
|
|
1118
|
+
"recipientAddress",
|
|
1119
|
+
"amount",
|
|
1120
|
+
"uniqueKey",
|
|
1121
|
+
"privateKey"
|
|
1122
|
+
]
|
|
1123
|
+
},
|
|
1124
|
+
{
|
|
1125
|
+
"name": "gala_launchpad_transfer_token",
|
|
1126
|
+
"category": "transfer",
|
|
1127
|
+
"description": "Transfer launchpad tokens via GalaChain",
|
|
1128
|
+
"requiresAuth": false,
|
|
1129
|
+
"parameters": [
|
|
1130
|
+
"to",
|
|
1131
|
+
"tokenName",
|
|
1132
|
+
"amount",
|
|
1133
|
+
"uniqueKey",
|
|
1134
|
+
"privateKey"
|
|
1135
|
+
]
|
|
1136
|
+
},
|
|
1137
|
+
{
|
|
1138
|
+
"name": "gala_launchpad_lock_tokens",
|
|
1139
|
+
"category": "lock",
|
|
1140
|
+
"description": "Lock one or more token types on GalaChain in a single transaction",
|
|
1141
|
+
"requiresAuth": false,
|
|
1142
|
+
"parameters": [
|
|
1143
|
+
"tokens",
|
|
1144
|
+
"uniqueKey",
|
|
1145
|
+
"privateKey"
|
|
1146
|
+
]
|
|
1147
|
+
},
|
|
1148
|
+
{
|
|
1149
|
+
"name": "gala_launchpad_unlock_tokens",
|
|
1150
|
+
"category": "unlock",
|
|
1151
|
+
"description": "Unlock one or more previously locked token types on GalaChain in a single transaction",
|
|
1152
|
+
"requiresAuth": false,
|
|
1153
|
+
"parameters": [
|
|
1154
|
+
"tokens",
|
|
1155
|
+
"uniqueKey",
|
|
1156
|
+
"privateKey"
|
|
1157
|
+
]
|
|
1158
|
+
},
|
|
1159
|
+
{
|
|
1160
|
+
"name": "gala_launchpad_burn_tokens",
|
|
1161
|
+
"category": "burn",
|
|
1162
|
+
"description": "Permanently burn (destroy) one or more token types on GalaChain in a single transaction",
|
|
1163
|
+
"requiresAuth": false,
|
|
1164
|
+
"parameters": [
|
|
1165
|
+
"tokens",
|
|
1166
|
+
"uniqueKey",
|
|
1167
|
+
"privateKey"
|
|
1168
|
+
]
|
|
1169
|
+
},
|
|
1170
|
+
{
|
|
1171
|
+
"name": "gala_launchpad_create_wallet",
|
|
1172
|
+
"category": "create",
|
|
1173
|
+
"description": "Create a new wallet with a random private key",
|
|
1174
|
+
"requiresAuth": false,
|
|
1175
|
+
"parameters": []
|
|
1176
|
+
},
|
|
1177
|
+
{
|
|
1178
|
+
"name": "gala_launchpad_create_solana_wallet",
|
|
1179
|
+
"category": "create",
|
|
1180
|
+
"description": "Create a new Solana wallet with a random keypair",
|
|
1181
|
+
"requiresAuth": false,
|
|
1182
|
+
"parameters": []
|
|
1183
|
+
},
|
|
1184
|
+
{
|
|
1185
|
+
"name": "gala_launchpad_get_address",
|
|
1186
|
+
"category": "get",
|
|
1187
|
+
"description": "Get the GalaChain address format (eth|0x",
|
|
1188
|
+
"requiresAuth": false,
|
|
1189
|
+
"parameters": []
|
|
1190
|
+
},
|
|
1191
|
+
{
|
|
1192
|
+
"name": "gala_launchpad_get_ethereum_address",
|
|
1193
|
+
"category": "get",
|
|
1194
|
+
"description": "Get the standard Ethereum address format (0x",
|
|
1195
|
+
"requiresAuth": false,
|
|
1196
|
+
"parameters": []
|
|
1197
|
+
},
|
|
1198
|
+
{
|
|
1199
|
+
"name": "gala_launchpad_get_public_key_from_private_key",
|
|
1200
|
+
"category": "get",
|
|
1201
|
+
"description": "Derive public key from private key using secp256k1",
|
|
1202
|
+
"requiresAuth": false,
|
|
1203
|
+
"parameters": [
|
|
1204
|
+
"privateKey"
|
|
1205
|
+
]
|
|
1206
|
+
},
|
|
1207
|
+
{
|
|
1208
|
+
"name": "gala_launchpad_get_ethereum_address_from_private_key",
|
|
1209
|
+
"category": "get",
|
|
1210
|
+
"description": "Derive Ethereum address from private key",
|
|
1211
|
+
"requiresAuth": false,
|
|
1212
|
+
"parameters": [
|
|
1213
|
+
"privateKey"
|
|
1214
|
+
]
|
|
1215
|
+
},
|
|
1216
|
+
{
|
|
1217
|
+
"name": "gala_launchpad_get_config",
|
|
1218
|
+
"category": "get",
|
|
1219
|
+
"description": "Get the current SDK configuration including environment, base URLs, timeouts, feature flags, effective slippage tolerance factors, GalaChain gas fee (fixed at 1 GALA), and current MCP server environment state",
|
|
1220
|
+
"requiresAuth": false,
|
|
1221
|
+
"parameters": []
|
|
1222
|
+
},
|
|
1223
|
+
{
|
|
1224
|
+
"name": "gala_launchpad_get_url_by_token_name",
|
|
1225
|
+
"category": "get",
|
|
1226
|
+
"description": "Get the launchpad frontend URL for a specific token",
|
|
1227
|
+
"requiresAuth": false,
|
|
1228
|
+
"parameters": [
|
|
1229
|
+
"tokenName"
|
|
1230
|
+
]
|
|
1231
|
+
},
|
|
1232
|
+
{
|
|
1233
|
+
"name": "gala_launchpad_explain_sdk_usage",
|
|
1234
|
+
"category": "explain",
|
|
1235
|
+
"description": "Get detailed SDK code examples for all 224 MCP tools (mapping to ~208 SDK methods) organized into 49 composite workflow topics covering: buy-tokens, sell-tokens, pool-graduation, fetch-pools, balances, token-creation, token-status, dex-trading, liquidity-positions, advanced-dex-analysis, price-history, token-details, token-distribution, profile-management, multi-wallet, transfers, locks, trading-analytics, utilities-and-helpers, utilities-system, error-handling, installation, local-calculations, spot-prices-smart-routing, event-subscriptions, mcp-to-sdk-mapping, DEX leaderboards, bridge-operations, dex-token-discovery, wrap-unwrap-operations, referral-system, account-management, session-auth, streaming, stream-chat, ban-management, api-key-management, moderator-invites, overseer-invites, content-flag-management, content-reactions, trade-history, token-ban-management, and nft-collection-management",
|
|
1236
|
+
"requiresAuth": false,
|
|
1237
|
+
"parameters": [
|
|
1238
|
+
"topic"
|
|
1239
|
+
]
|
|
1240
|
+
},
|
|
1241
|
+
{
|
|
1242
|
+
"name": "gala_launchpad_is_token_graduated",
|
|
1243
|
+
"category": "is",
|
|
1244
|
+
"description": "Check if a token has completed the bonding curve phase and graduated to full DEX trading",
|
|
1245
|
+
"requiresAuth": false,
|
|
1246
|
+
"parameters": [
|
|
1247
|
+
"tokenName"
|
|
1248
|
+
]
|
|
1249
|
+
},
|
|
1250
|
+
{
|
|
1251
|
+
"name": "gala_launchpad_get_cache_info",
|
|
1252
|
+
"category": "get",
|
|
1253
|
+
"description": "Get unified cache statistics for all token caches: launchpad metadata (totalTokens, cacheSize, oldestEntry) and bridgeable tokens by network (ETHEREUM, SOLANA counts)",
|
|
1254
|
+
"requiresAuth": false,
|
|
1255
|
+
"parameters": []
|
|
1256
|
+
},
|
|
1257
|
+
{
|
|
1258
|
+
"name": "gala_launchpad_clear_cache",
|
|
1259
|
+
"category": "clear",
|
|
1260
|
+
"description": "Clear token caches",
|
|
1261
|
+
"requiresAuth": false,
|
|
1262
|
+
"parameters": [
|
|
1263
|
+
"tokenName"
|
|
1264
|
+
]
|
|
1265
|
+
},
|
|
1266
|
+
{
|
|
1267
|
+
"name": "gala_launchpad_get_version",
|
|
1268
|
+
"category": "get",
|
|
1269
|
+
"description": "Get SDK and MCP server version information",
|
|
1270
|
+
"requiresAuth": false,
|
|
1271
|
+
"parameters": []
|
|
1272
|
+
},
|
|
1273
|
+
{
|
|
1274
|
+
"name": "gala_launchpad_has_wallet",
|
|
1275
|
+
"category": "has",
|
|
1276
|
+
"description": "Check if wallet is configured in the SDK",
|
|
1277
|
+
"requiresAuth": false,
|
|
1278
|
+
"parameters": []
|
|
1279
|
+
},
|
|
1280
|
+
{
|
|
1281
|
+
"name": "gala_launchpad_get_wallet",
|
|
1282
|
+
"category": "get",
|
|
1283
|
+
"description": "Get the wallet instance currently configured in the SDK",
|
|
1284
|
+
"requiresAuth": false,
|
|
1285
|
+
"parameters": []
|
|
1286
|
+
},
|
|
1287
|
+
{
|
|
1288
|
+
"name": "gala_launchpad_set_wallet",
|
|
1289
|
+
"category": "set",
|
|
1290
|
+
"description": "Configure a wallet for signing operations",
|
|
1291
|
+
"requiresAuth": false,
|
|
1292
|
+
"parameters": [
|
|
1293
|
+
"privateKey"
|
|
1294
|
+
]
|
|
1295
|
+
},
|
|
1296
|
+
{
|
|
1297
|
+
"name": "gala_launchpad_get_environment",
|
|
1298
|
+
"category": "get",
|
|
1299
|
+
"description": "Get the current environment (production, development, or testing) that the MCP server is using",
|
|
1300
|
+
"requiresAuth": false,
|
|
1301
|
+
"parameters": []
|
|
1302
|
+
},
|
|
1303
|
+
{
|
|
1304
|
+
"name": "gala_launchpad_switch_environment",
|
|
1305
|
+
"category": "switch",
|
|
1306
|
+
"description": "Dynamically switch the MCP server to a different environment (production, development, or testing)",
|
|
1307
|
+
"requiresAuth": false,
|
|
1308
|
+
"parameters": [
|
|
1309
|
+
"environment"
|
|
1310
|
+
]
|
|
1311
|
+
},
|
|
1312
|
+
{
|
|
1313
|
+
"name": "gala_launchpad_cleanup",
|
|
1314
|
+
"category": "cleanup",
|
|
1315
|
+
"description": "Clean up SDK resources (HTTP interceptors, WebSocket connections)",
|
|
1316
|
+
"requiresAuth": false,
|
|
1317
|
+
"parameters": []
|
|
1318
|
+
},
|
|
1319
|
+
{
|
|
1320
|
+
"name": "gala_launchpad_get_platform_status",
|
|
1321
|
+
"category": "get",
|
|
1322
|
+
"description": "Get overall platform status and health metrics",
|
|
1323
|
+
"requiresAuth": false,
|
|
1324
|
+
"parameters": []
|
|
1325
|
+
},
|
|
1326
|
+
{
|
|
1327
|
+
"name": "gala_launchpad_explain_websocket_events",
|
|
1328
|
+
"category": "explain",
|
|
1329
|
+
"description": "Get comprehensive documentation of all WebSocket events",
|
|
1330
|
+
"requiresAuth": false,
|
|
1331
|
+
"parameters": [
|
|
1332
|
+
"category",
|
|
1333
|
+
"format"
|
|
1334
|
+
]
|
|
1335
|
+
},
|
|
1336
|
+
{
|
|
1337
|
+
"name": "gala_launchpad_get_event_schema",
|
|
1338
|
+
"category": "get",
|
|
1339
|
+
"description": "Get detailed schema/interface for a specific WebSocket event",
|
|
1340
|
+
"requiresAuth": false,
|
|
1341
|
+
"parameters": [
|
|
1342
|
+
"eventName",
|
|
1343
|
+
"format",
|
|
1344
|
+
"includeExample"
|
|
1345
|
+
]
|
|
1346
|
+
},
|
|
1347
|
+
{
|
|
1348
|
+
"name": "gala_launchpad_estimate_bridge_fee",
|
|
1349
|
+
"category": "estimate",
|
|
1350
|
+
"description": "Estimate bridge fees for transferring tokens between GalaChain and an external chain",
|
|
1351
|
+
"requiresAuth": false,
|
|
1352
|
+
"parameters": [
|
|
1353
|
+
"tokenId",
|
|
1354
|
+
"destinationChain",
|
|
1355
|
+
"amount"
|
|
1356
|
+
]
|
|
1357
|
+
},
|
|
1358
|
+
{
|
|
1359
|
+
"name": "gala_launchpad_bridge_out",
|
|
1360
|
+
"category": "bridge",
|
|
1361
|
+
"description": "Bridge tokens from GalaChain to an external chain (Ethereum or Solana)",
|
|
1362
|
+
"requiresAuth": false,
|
|
1363
|
+
"parameters": [
|
|
1364
|
+
"tokenId",
|
|
1365
|
+
"amount",
|
|
1366
|
+
"destinationChain",
|
|
1367
|
+
"recipientAddress"
|
|
1368
|
+
]
|
|
1369
|
+
},
|
|
1370
|
+
{
|
|
1371
|
+
"name": "gala_launchpad_bridge_in",
|
|
1372
|
+
"category": "bridge",
|
|
1373
|
+
"description": "Bridge tokens from an external chain (Ethereum or Solana) to GalaChain",
|
|
1374
|
+
"requiresAuth": false,
|
|
1375
|
+
"parameters": [
|
|
1376
|
+
"tokenId",
|
|
1377
|
+
"amount",
|
|
1378
|
+
"sourceChain"
|
|
1379
|
+
]
|
|
1380
|
+
},
|
|
1381
|
+
{
|
|
1382
|
+
"name": "gala_launchpad_get_bridge_status",
|
|
1383
|
+
"category": "get",
|
|
1384
|
+
"description": "Get the status of a bridge transaction by transaction hash",
|
|
1385
|
+
"requiresAuth": false,
|
|
1386
|
+
"parameters": [
|
|
1387
|
+
"transactionHash",
|
|
1388
|
+
"chainHint"
|
|
1389
|
+
]
|
|
1390
|
+
},
|
|
1391
|
+
{
|
|
1392
|
+
"name": "gala_launchpad_get_supported_bridge_tokens",
|
|
1393
|
+
"category": "get",
|
|
1394
|
+
"description": "Get list of tokens supported for bridging, optionally filtered by chain",
|
|
1395
|
+
"requiresAuth": false,
|
|
1396
|
+
"parameters": [
|
|
1397
|
+
"chain"
|
|
1398
|
+
]
|
|
1399
|
+
},
|
|
1400
|
+
{
|
|
1401
|
+
"name": "gala_launchpad_fetch_ethereum_wallet_token_balance",
|
|
1402
|
+
"category": "fetch",
|
|
1403
|
+
"description": "Get a single ERC-20 token balance on Ethereum (GALA, GWETH, GUSDC, GUSDT, GWTRX, GWBTC)",
|
|
1404
|
+
"requiresAuth": false,
|
|
1405
|
+
"parameters": [
|
|
1406
|
+
"symbol",
|
|
1407
|
+
"address"
|
|
1408
|
+
]
|
|
1409
|
+
},
|
|
1410
|
+
{
|
|
1411
|
+
"name": "gala_launchpad_fetch_ethereum_wallet_native_balance",
|
|
1412
|
+
"category": "fetch",
|
|
1413
|
+
"description": "Get native ETH balance on Ethereum",
|
|
1414
|
+
"requiresAuth": false,
|
|
1415
|
+
"parameters": [
|
|
1416
|
+
"address"
|
|
1417
|
+
]
|
|
1418
|
+
},
|
|
1419
|
+
{
|
|
1420
|
+
"name": "gala_launchpad_fetch_ethereum_wallet_all_balances",
|
|
1421
|
+
"category": "fetch",
|
|
1422
|
+
"description": "Get ALL supported token balances on Ethereum for a wallet (ETH, GALA, GWETH, GUSDC, GUSDT, GWTRX, GWBTC)",
|
|
1423
|
+
"requiresAuth": false,
|
|
1424
|
+
"parameters": [
|
|
1425
|
+
"address"
|
|
1426
|
+
]
|
|
1427
|
+
},
|
|
1428
|
+
{
|
|
1429
|
+
"name": "gala_launchpad_fetch_solana_wallet_token_balance",
|
|
1430
|
+
"category": "fetch",
|
|
1431
|
+
"description": "Get a single SPL token balance on Solana (GALA, GSOL)",
|
|
1432
|
+
"requiresAuth": false,
|
|
1433
|
+
"parameters": [
|
|
1434
|
+
"symbol",
|
|
1435
|
+
"address"
|
|
1436
|
+
]
|
|
1437
|
+
},
|
|
1438
|
+
{
|
|
1439
|
+
"name": "gala_launchpad_fetch_solana_wallet_native_balance",
|
|
1440
|
+
"category": "fetch",
|
|
1441
|
+
"description": "Get native SOL balance on Solana",
|
|
1442
|
+
"requiresAuth": false,
|
|
1443
|
+
"parameters": [
|
|
1444
|
+
"address"
|
|
1445
|
+
]
|
|
1446
|
+
},
|
|
1447
|
+
{
|
|
1448
|
+
"name": "gala_launchpad_fetch_solana_wallet_all_balances",
|
|
1449
|
+
"category": "fetch",
|
|
1450
|
+
"description": "Get ALL supported token balances on Solana for a wallet (SOL, GALA, GSOL)",
|
|
1451
|
+
"requiresAuth": false,
|
|
1452
|
+
"parameters": [
|
|
1453
|
+
"address"
|
|
1454
|
+
]
|
|
1455
|
+
},
|
|
1456
|
+
{
|
|
1457
|
+
"name": "gala_launchpad_fetch_bridgeable_tokens_by_network",
|
|
1458
|
+
"category": "fetch",
|
|
1459
|
+
"description": "Fetch bridgeable tokens for a specific network with pagination",
|
|
1460
|
+
"requiresAuth": false,
|
|
1461
|
+
"parameters": [
|
|
1462
|
+
"network",
|
|
1463
|
+
"offset",
|
|
1464
|
+
"limit"
|
|
1465
|
+
]
|
|
1466
|
+
},
|
|
1467
|
+
{
|
|
1468
|
+
"name": "gala_launchpad_fetch_all_bridgeable_tokens_by_network",
|
|
1469
|
+
"category": "fetch",
|
|
1470
|
+
"description": "Fetch ALL bridgeable tokens for a network with auto-pagination",
|
|
1471
|
+
"requiresAuth": false,
|
|
1472
|
+
"parameters": [
|
|
1473
|
+
"network"
|
|
1474
|
+
]
|
|
1475
|
+
},
|
|
1476
|
+
{
|
|
1477
|
+
"name": "gala_launchpad_fetch_all_tokens_bridgeable_to_ethereum",
|
|
1478
|
+
"category": "fetch",
|
|
1479
|
+
"description": "Fetch all tokens that can be bridged to Ethereum",
|
|
1480
|
+
"requiresAuth": false,
|
|
1481
|
+
"parameters": []
|
|
1482
|
+
},
|
|
1483
|
+
{
|
|
1484
|
+
"name": "gala_launchpad_fetch_all_tokens_bridgeable_to_solana",
|
|
1485
|
+
"category": "fetch",
|
|
1486
|
+
"description": "Fetch all tokens that can be bridged to Solana",
|
|
1487
|
+
"requiresAuth": false,
|
|
1488
|
+
"parameters": []
|
|
1489
|
+
},
|
|
1490
|
+
{
|
|
1491
|
+
"name": "gala_launchpad_is_token_bridgeable_to_network",
|
|
1492
|
+
"category": "is",
|
|
1493
|
+
"description": "Check if a token is bridgeable to a specific network",
|
|
1494
|
+
"requiresAuth": false,
|
|
1495
|
+
"parameters": [
|
|
1496
|
+
"tokenId",
|
|
1497
|
+
"network"
|
|
1498
|
+
]
|
|
1499
|
+
},
|
|
1500
|
+
{
|
|
1501
|
+
"name": "gala_launchpad_is_token_bridgeable_to_ethereum",
|
|
1502
|
+
"category": "is",
|
|
1503
|
+
"description": "Check if a token is bridgeable to Ethereum",
|
|
1504
|
+
"requiresAuth": false,
|
|
1505
|
+
"parameters": [
|
|
1506
|
+
"tokenId"
|
|
1507
|
+
]
|
|
1508
|
+
},
|
|
1509
|
+
{
|
|
1510
|
+
"name": "gala_launchpad_is_token_bridgeable_to_solana",
|
|
1511
|
+
"category": "is",
|
|
1512
|
+
"description": "Check if a token is bridgeable to Solana",
|
|
1513
|
+
"requiresAuth": false,
|
|
1514
|
+
"parameters": [
|
|
1515
|
+
"tokenId"
|
|
1516
|
+
]
|
|
1517
|
+
},
|
|
1518
|
+
{
|
|
1519
|
+
"name": "gala_launchpad_request_solana_devnet_airdrop",
|
|
1520
|
+
"category": "request",
|
|
1521
|
+
"description": "Request SOL airdrop from Solana devnet faucet",
|
|
1522
|
+
"requiresAuth": false,
|
|
1523
|
+
"parameters": [
|
|
1524
|
+
"amount",
|
|
1525
|
+
"address"
|
|
1526
|
+
]
|
|
1527
|
+
},
|
|
1528
|
+
{
|
|
1529
|
+
"name": "gala_launchpad_get_solana_transaction_status",
|
|
1530
|
+
"category": "get",
|
|
1531
|
+
"description": "Get the status of a Solana transaction by signature",
|
|
1532
|
+
"requiresAuth": false,
|
|
1533
|
+
"parameters": [
|
|
1534
|
+
"signature"
|
|
1535
|
+
]
|
|
1536
|
+
},
|
|
1537
|
+
{
|
|
1538
|
+
"name": "gala_launchpad_get_ethereum_transaction_status",
|
|
1539
|
+
"category": "get",
|
|
1540
|
+
"description": "Get the status of an Ethereum transaction by hash",
|
|
1541
|
+
"requiresAuth": false,
|
|
1542
|
+
"parameters": [
|
|
1543
|
+
"transactionHash"
|
|
1544
|
+
]
|
|
1545
|
+
},
|
|
1546
|
+
{
|
|
1547
|
+
"name": "gala_launchpad_fetch_wrappable_tokens",
|
|
1548
|
+
"category": "fetch",
|
|
1549
|
+
"description": "Fetch wrappable tokens with pagination",
|
|
1550
|
+
"requiresAuth": false,
|
|
1551
|
+
"parameters": [
|
|
1552
|
+
"offset",
|
|
1553
|
+
"limit"
|
|
1554
|
+
]
|
|
1555
|
+
},
|
|
1556
|
+
{
|
|
1557
|
+
"name": "gala_launchpad_fetch_all_wrappable_tokens",
|
|
1558
|
+
"category": "fetch",
|
|
1559
|
+
"description": "Fetch ALL wrappable tokens with auto-pagination",
|
|
1560
|
+
"requiresAuth": false,
|
|
1561
|
+
"parameters": []
|
|
1562
|
+
},
|
|
1563
|
+
{
|
|
1564
|
+
"name": "gala_launchpad_get_wrappable_token",
|
|
1565
|
+
"category": "get",
|
|
1566
|
+
"description": "Get a wrappable token by its tokenId",
|
|
1567
|
+
"requiresAuth": false,
|
|
1568
|
+
"parameters": [
|
|
1569
|
+
"tokenId"
|
|
1570
|
+
]
|
|
1571
|
+
},
|
|
1572
|
+
{
|
|
1573
|
+
"name": "gala_launchpad_get_wrap_counterpart",
|
|
1574
|
+
"category": "get",
|
|
1575
|
+
"description": "Get the wrap counterpart for a token",
|
|
1576
|
+
"requiresAuth": false,
|
|
1577
|
+
"parameters": [
|
|
1578
|
+
"tokenId"
|
|
1579
|
+
]
|
|
1580
|
+
},
|
|
1581
|
+
{
|
|
1582
|
+
"name": "gala_launchpad_is_token_wrappable",
|
|
1583
|
+
"category": "is",
|
|
1584
|
+
"description": "Check if a token is wrappable",
|
|
1585
|
+
"requiresAuth": false,
|
|
1586
|
+
"parameters": [
|
|
1587
|
+
"tokenId"
|
|
1588
|
+
]
|
|
1589
|
+
},
|
|
1590
|
+
{
|
|
1591
|
+
"name": "gala_launchpad_wrap_token",
|
|
1592
|
+
"category": "wrap",
|
|
1593
|
+
"description": "Wrap a token to its asset-channel counterpart (e",
|
|
1594
|
+
"requiresAuth": false,
|
|
1595
|
+
"parameters": [
|
|
1596
|
+
"tokenId",
|
|
1597
|
+
"amount",
|
|
1598
|
+
"recipient",
|
|
1599
|
+
"memo"
|
|
1600
|
+
]
|
|
1601
|
+
},
|
|
1602
|
+
{
|
|
1603
|
+
"name": "gala_launchpad_unwrap_token",
|
|
1604
|
+
"category": "unwrap",
|
|
1605
|
+
"description": "Unwrap a token back to its native channel (e",
|
|
1606
|
+
"requiresAuth": false,
|
|
1607
|
+
"parameters": [
|
|
1608
|
+
"tokenId",
|
|
1609
|
+
"amount",
|
|
1610
|
+
"recipient",
|
|
1611
|
+
"memo"
|
|
1612
|
+
]
|
|
1613
|
+
},
|
|
1614
|
+
{
|
|
1615
|
+
"name": "gala_launchpad_estimate_wrap_fee",
|
|
1616
|
+
"category": "estimate",
|
|
1617
|
+
"description": "Estimate fees for wrapping a token to the asset channel",
|
|
1618
|
+
"requiresAuth": false,
|
|
1619
|
+
"parameters": [
|
|
1620
|
+
"tokenId",
|
|
1621
|
+
"amount"
|
|
1622
|
+
]
|
|
1623
|
+
},
|
|
1624
|
+
{
|
|
1625
|
+
"name": "gala_launchpad_estimate_unwrap_fee",
|
|
1626
|
+
"category": "estimate",
|
|
1627
|
+
"description": "Estimate fees for unwrapping a token back to its native channel",
|
|
1628
|
+
"requiresAuth": false,
|
|
1629
|
+
"parameters": [
|
|
1630
|
+
"tokenId",
|
|
1631
|
+
"amount"
|
|
1632
|
+
]
|
|
1633
|
+
},
|
|
1634
|
+
{
|
|
1635
|
+
"name": "gala_launchpad_get_wrap_status",
|
|
1636
|
+
"category": "get",
|
|
1637
|
+
"description": "Get the status of a wrap/unwrap transaction by transaction ID",
|
|
1638
|
+
"requiresAuth": false,
|
|
1639
|
+
"parameters": [
|
|
1640
|
+
"transactionId"
|
|
1641
|
+
]
|
|
1642
|
+
},
|
|
1643
|
+
{
|
|
1644
|
+
"name": "gala_launchpad_start_stream",
|
|
1645
|
+
"category": "start",
|
|
1646
|
+
"description": "Start a live stream for a token",
|
|
1647
|
+
"requiresAuth": false,
|
|
1648
|
+
"parameters": [
|
|
1649
|
+
"tokenName"
|
|
1650
|
+
]
|
|
1651
|
+
},
|
|
1652
|
+
{
|
|
1653
|
+
"name": "gala_launchpad_stop_stream",
|
|
1654
|
+
"category": "stop",
|
|
1655
|
+
"description": "Stop a live stream for a token",
|
|
1656
|
+
"requiresAuth": false,
|
|
1657
|
+
"parameters": [
|
|
1658
|
+
"tokenName"
|
|
1659
|
+
]
|
|
1660
|
+
},
|
|
1661
|
+
{
|
|
1662
|
+
"name": "gala_launchpad_get_stream_info",
|
|
1663
|
+
"category": "get",
|
|
1664
|
+
"description": "Get stream information for a token",
|
|
1665
|
+
"requiresAuth": false,
|
|
1666
|
+
"parameters": [
|
|
1667
|
+
"tokenName"
|
|
1668
|
+
]
|
|
1669
|
+
},
|
|
1670
|
+
{
|
|
1671
|
+
"name": "gala_launchpad_set_stream_enabled",
|
|
1672
|
+
"category": "set",
|
|
1673
|
+
"description": "Enable or disable streaming for a specific token (Admin only)",
|
|
1674
|
+
"requiresAuth": false,
|
|
1675
|
+
"parameters": [
|
|
1676
|
+
"tokenName",
|
|
1677
|
+
"enabled"
|
|
1678
|
+
]
|
|
1679
|
+
},
|
|
1680
|
+
{
|
|
1681
|
+
"name": "gala_launchpad_reset_stream_key",
|
|
1682
|
+
"category": "reset",
|
|
1683
|
+
"description": "Reset the stream key for a token",
|
|
1684
|
+
"requiresAuth": false,
|
|
1685
|
+
"parameters": [
|
|
1686
|
+
"tokenName"
|
|
1687
|
+
]
|
|
1688
|
+
},
|
|
1689
|
+
{
|
|
1690
|
+
"name": "gala_launchpad_set_next_live_stream_countdown",
|
|
1691
|
+
"category": "set",
|
|
1692
|
+
"description": "Set the next live stream countdown time for a token",
|
|
1693
|
+
"requiresAuth": false,
|
|
1694
|
+
"parameters": [
|
|
1695
|
+
"tokenName",
|
|
1696
|
+
"nextLiveStreamAt"
|
|
1697
|
+
]
|
|
1698
|
+
},
|
|
1699
|
+
{
|
|
1700
|
+
"name": "gala_launchpad_get_stream_recordings",
|
|
1701
|
+
"category": "get",
|
|
1702
|
+
"description": "Get recordings for a stream",
|
|
1703
|
+
"requiresAuth": false,
|
|
1704
|
+
"parameters": [
|
|
1705
|
+
"tokenName",
|
|
1706
|
+
"page",
|
|
1707
|
+
"limit"
|
|
1708
|
+
]
|
|
1709
|
+
},
|
|
1710
|
+
{
|
|
1711
|
+
"name": "gala_launchpad_get_recording_download",
|
|
1712
|
+
"category": "get",
|
|
1713
|
+
"description": "Get a signed download URL for a recording",
|
|
1714
|
+
"requiresAuth": false,
|
|
1715
|
+
"parameters": [
|
|
1716
|
+
"tokenName",
|
|
1717
|
+
"assetId"
|
|
1718
|
+
]
|
|
1719
|
+
},
|
|
1720
|
+
{
|
|
1721
|
+
"name": "gala_launchpad_delete_recording",
|
|
1722
|
+
"category": "delete",
|
|
1723
|
+
"description": "Delete a stream recording",
|
|
1724
|
+
"requiresAuth": false,
|
|
1725
|
+
"parameters": [
|
|
1726
|
+
"tokenName",
|
|
1727
|
+
"assetId"
|
|
1728
|
+
]
|
|
1729
|
+
},
|
|
1730
|
+
{
|
|
1731
|
+
"name": "gala_launchpad_get_simulcast_targets",
|
|
1732
|
+
"category": "get",
|
|
1733
|
+
"description": "Get simulcast targets for a stream",
|
|
1734
|
+
"requiresAuth": false,
|
|
1735
|
+
"parameters": [
|
|
1736
|
+
"tokenName"
|
|
1737
|
+
]
|
|
1738
|
+
},
|
|
1739
|
+
{
|
|
1740
|
+
"name": "gala_launchpad_add_simulcast_target",
|
|
1741
|
+
"category": "add",
|
|
1742
|
+
"description": "Add a simulcast target to a stream",
|
|
1743
|
+
"requiresAuth": false,
|
|
1744
|
+
"parameters": [
|
|
1745
|
+
"tokenName",
|
|
1746
|
+
"platform",
|
|
1747
|
+
"rtmpUrl",
|
|
1748
|
+
"streamKey",
|
|
1749
|
+
"name"
|
|
1750
|
+
]
|
|
1751
|
+
},
|
|
1752
|
+
{
|
|
1753
|
+
"name": "gala_launchpad_remove_simulcast_target",
|
|
1754
|
+
"category": "remove",
|
|
1755
|
+
"description": "Remove a simulcast target from a stream",
|
|
1756
|
+
"requiresAuth": false,
|
|
1757
|
+
"parameters": [
|
|
1758
|
+
"tokenName",
|
|
1759
|
+
"targetId"
|
|
1760
|
+
]
|
|
1761
|
+
},
|
|
1762
|
+
{
|
|
1763
|
+
"name": "gala_launchpad_get_global_streaming_status",
|
|
1764
|
+
"category": "get",
|
|
1765
|
+
"description": "Get global streaming status",
|
|
1766
|
+
"requiresAuth": false,
|
|
1767
|
+
"parameters": []
|
|
1768
|
+
},
|
|
1769
|
+
{
|
|
1770
|
+
"name": "gala_launchpad_set_global_streaming_enabled",
|
|
1771
|
+
"category": "set",
|
|
1772
|
+
"description": "Enable or disable streaming globally (Admin only)",
|
|
1773
|
+
"requiresAuth": false,
|
|
1774
|
+
"parameters": [
|
|
1775
|
+
"enabled"
|
|
1776
|
+
]
|
|
1777
|
+
},
|
|
1778
|
+
{
|
|
1779
|
+
"name": "gala_launchpad_get_stream_role",
|
|
1780
|
+
"category": "get",
|
|
1781
|
+
"description": "Get the authenticated user's role for a token's stream with associated permissions",
|
|
1782
|
+
"requiresAuth": false,
|
|
1783
|
+
"parameters": [
|
|
1784
|
+
"tokenName"
|
|
1785
|
+
]
|
|
1786
|
+
},
|
|
1787
|
+
{
|
|
1788
|
+
"name": "gala_launchpad_get_available_roles",
|
|
1789
|
+
"category": "get",
|
|
1790
|
+
"description": "Get all available roles and permissions for token delegation",
|
|
1791
|
+
"requiresAuth": false,
|
|
1792
|
+
"parameters": []
|
|
1793
|
+
},
|
|
1794
|
+
{
|
|
1795
|
+
"name": "gala_launchpad_get_token_access",
|
|
1796
|
+
"category": "get",
|
|
1797
|
+
"description": "Check if the authenticated user has Studio access for a token",
|
|
1798
|
+
"requiresAuth": false,
|
|
1799
|
+
"parameters": [
|
|
1800
|
+
"tokenName"
|
|
1801
|
+
]
|
|
1802
|
+
},
|
|
1803
|
+
{
|
|
1804
|
+
"name": "gala_launchpad_get_chat_status",
|
|
1805
|
+
"category": "get",
|
|
1806
|
+
"description": "Get chat status for a stream",
|
|
1807
|
+
"requiresAuth": false,
|
|
1808
|
+
"parameters": [
|
|
1809
|
+
"tokenName"
|
|
1810
|
+
]
|
|
1811
|
+
},
|
|
1812
|
+
{
|
|
1813
|
+
"name": "gala_launchpad_set_chat_enabled",
|
|
1814
|
+
"category": "set",
|
|
1815
|
+
"description": "Enable or disable chat for a specific token",
|
|
1816
|
+
"requiresAuth": false,
|
|
1817
|
+
"parameters": [
|
|
1818
|
+
"tokenName",
|
|
1819
|
+
"enabled"
|
|
1820
|
+
]
|
|
1821
|
+
},
|
|
1822
|
+
{
|
|
1823
|
+
"name": "gala_launchpad_get_global_chat_status",
|
|
1824
|
+
"category": "get",
|
|
1825
|
+
"description": "Get global chat status",
|
|
1826
|
+
"requiresAuth": false,
|
|
1827
|
+
"parameters": []
|
|
1828
|
+
},
|
|
1829
|
+
{
|
|
1830
|
+
"name": "gala_launchpad_set_global_chat_enabled",
|
|
1831
|
+
"category": "set",
|
|
1832
|
+
"description": "Enable or disable chat globally (Admin only)",
|
|
1833
|
+
"requiresAuth": false,
|
|
1834
|
+
"parameters": [
|
|
1835
|
+
"enabled"
|
|
1836
|
+
]
|
|
1837
|
+
},
|
|
1838
|
+
{
|
|
1839
|
+
"name": "gala_launchpad_get_engagement_stats",
|
|
1840
|
+
"category": "get",
|
|
1841
|
+
"description": "Get engagement statistics for a token",
|
|
1842
|
+
"requiresAuth": false,
|
|
1843
|
+
"parameters": [
|
|
1844
|
+
"tokenName"
|
|
1845
|
+
]
|
|
1846
|
+
},
|
|
1847
|
+
{
|
|
1848
|
+
"name": "gala_launchpad_get_pinned_chat_message",
|
|
1849
|
+
"category": "get",
|
|
1850
|
+
"description": "Get the currently pinned chat message for a token",
|
|
1851
|
+
"requiresAuth": false,
|
|
1852
|
+
"parameters": [
|
|
1853
|
+
"tokenName"
|
|
1854
|
+
]
|
|
1855
|
+
},
|
|
1856
|
+
{
|
|
1857
|
+
"name": "gala_launchpad_pin_chat_message",
|
|
1858
|
+
"category": "pin",
|
|
1859
|
+
"description": "Pin a chat message to the top of a token's chat",
|
|
1860
|
+
"requiresAuth": false,
|
|
1861
|
+
"parameters": [
|
|
1862
|
+
"tokenName",
|
|
1863
|
+
"messageId"
|
|
1864
|
+
]
|
|
1865
|
+
},
|
|
1866
|
+
{
|
|
1867
|
+
"name": "gala_launchpad_unpin_chat_message",
|
|
1868
|
+
"category": "unpin",
|
|
1869
|
+
"description": "Unpin the currently pinned chat message for a token",
|
|
1870
|
+
"requiresAuth": false,
|
|
1871
|
+
"parameters": [
|
|
1872
|
+
"tokenName"
|
|
1873
|
+
]
|
|
1874
|
+
},
|
|
1875
|
+
{
|
|
1876
|
+
"name": "gala_launchpad_connect_stream_websocket",
|
|
1877
|
+
"category": "connect",
|
|
1878
|
+
"description": "Connect to the stream WebSocket server",
|
|
1879
|
+
"requiresAuth": true,
|
|
1880
|
+
"parameters": []
|
|
1881
|
+
},
|
|
1882
|
+
{
|
|
1883
|
+
"name": "gala_launchpad_subscribe_to_stream",
|
|
1884
|
+
"category": "subscribe",
|
|
1885
|
+
"description": "Subscribe to a stream's real-time events",
|
|
1886
|
+
"requiresAuth": false,
|
|
1887
|
+
"parameters": [
|
|
1888
|
+
"tokenName"
|
|
1889
|
+
]
|
|
1890
|
+
},
|
|
1891
|
+
{
|
|
1892
|
+
"name": "gala_launchpad_send_stream_chat_via_web_socket",
|
|
1893
|
+
"category": "send",
|
|
1894
|
+
"description": "Send a chat message via WebSocket",
|
|
1895
|
+
"requiresAuth": true,
|
|
1896
|
+
"parameters": [
|
|
1897
|
+
"tokenName",
|
|
1898
|
+
"content"
|
|
1899
|
+
]
|
|
1900
|
+
},
|
|
1901
|
+
{
|
|
1902
|
+
"name": "gala_launchpad_send_stream_reaction",
|
|
1903
|
+
"category": "send",
|
|
1904
|
+
"description": "Send an ephemeral emoji reaction to a live stream",
|
|
1905
|
+
"requiresAuth": true,
|
|
1906
|
+
"parameters": [
|
|
1907
|
+
"tokenName",
|
|
1908
|
+
"emoji",
|
|
1909
|
+
"streamTime"
|
|
1910
|
+
]
|
|
1911
|
+
},
|
|
1912
|
+
{
|
|
1913
|
+
"name": "gala_launchpad_send_typing_indicator",
|
|
1914
|
+
"category": "send",
|
|
1915
|
+
"description": "Send a typing indicator to a stream chat",
|
|
1916
|
+
"requiresAuth": true,
|
|
1917
|
+
"parameters": [
|
|
1918
|
+
"tokenName",
|
|
1919
|
+
"isTyping"
|
|
1920
|
+
]
|
|
1921
|
+
},
|
|
1922
|
+
{
|
|
1923
|
+
"name": "gala_launchpad_login",
|
|
1924
|
+
"category": "login",
|
|
1925
|
+
"description": "Authenticate with wallet signature to get JWT token",
|
|
1926
|
+
"requiresAuth": false,
|
|
1927
|
+
"parameters": []
|
|
1928
|
+
},
|
|
1929
|
+
{
|
|
1930
|
+
"name": "gala_launchpad_logout",
|
|
1931
|
+
"category": "logout",
|
|
1932
|
+
"description": "Clear JWT token and end session",
|
|
1933
|
+
"requiresAuth": false,
|
|
1934
|
+
"parameters": []
|
|
1935
|
+
},
|
|
1936
|
+
{
|
|
1937
|
+
"name": "gala_launchpad_refresh_token",
|
|
1938
|
+
"category": "refresh",
|
|
1939
|
+
"description": "Refresh JWT token before it expires",
|
|
1940
|
+
"requiresAuth": false,
|
|
1941
|
+
"parameters": []
|
|
1942
|
+
},
|
|
1943
|
+
{
|
|
1944
|
+
"name": "gala_launchpad_get_session",
|
|
1945
|
+
"category": "get",
|
|
1946
|
+
"description": "Get current session information from backend",
|
|
1947
|
+
"requiresAuth": false,
|
|
1948
|
+
"parameters": []
|
|
1949
|
+
},
|
|
1950
|
+
{
|
|
1951
|
+
"name": "gala_launchpad_is_authenticated",
|
|
1952
|
+
"category": "is",
|
|
1953
|
+
"description": "Check if user is authenticated with valid (non-expired) JWT token",
|
|
1954
|
+
"requiresAuth": false,
|
|
1955
|
+
"parameters": []
|
|
1956
|
+
},
|
|
1957
|
+
{
|
|
1958
|
+
"name": "gala_launchpad_should_refresh_token",
|
|
1959
|
+
"category": "should",
|
|
1960
|
+
"description": "Check if JWT token should be refreshed (expires within threshold)",
|
|
1961
|
+
"requiresAuth": false,
|
|
1962
|
+
"parameters": [
|
|
1963
|
+
"thresholdMs"
|
|
1964
|
+
]
|
|
1965
|
+
},
|
|
1966
|
+
{
|
|
1967
|
+
"name": "gala_launchpad_get_access_token",
|
|
1968
|
+
"category": "get",
|
|
1969
|
+
"description": "Get the raw JWT access token string for custom requests",
|
|
1970
|
+
"requiresAuth": false,
|
|
1971
|
+
"parameters": []
|
|
1972
|
+
},
|
|
1973
|
+
{
|
|
1974
|
+
"name": "gala_launchpad_ensure_valid_token",
|
|
1975
|
+
"category": "ensure",
|
|
1976
|
+
"description": "Ensure valid token exists, refreshing if necessary",
|
|
1977
|
+
"requiresAuth": false,
|
|
1978
|
+
"parameters": [
|
|
1979
|
+
"thresholdMs"
|
|
1980
|
+
]
|
|
1981
|
+
},
|
|
1982
|
+
{
|
|
1983
|
+
"name": "gala_launchpad_create_ban",
|
|
1984
|
+
"category": "create",
|
|
1985
|
+
"description": "Create a ban for a user on a token",
|
|
1986
|
+
"requiresAuth": false,
|
|
1987
|
+
"parameters": [
|
|
1988
|
+
"tokenName",
|
|
1989
|
+
"userAddress",
|
|
1990
|
+
"reason",
|
|
1991
|
+
"durationSeconds"
|
|
1992
|
+
]
|
|
1993
|
+
},
|
|
1994
|
+
{
|
|
1995
|
+
"name": "gala_launchpad_remove_ban",
|
|
1996
|
+
"category": "remove",
|
|
1997
|
+
"description": "Remove a ban for a user on a token",
|
|
1998
|
+
"requiresAuth": false,
|
|
1999
|
+
"parameters": [
|
|
2000
|
+
"tokenName",
|
|
2001
|
+
"userAddress"
|
|
2002
|
+
]
|
|
2003
|
+
},
|
|
2004
|
+
{
|
|
2005
|
+
"name": "gala_launchpad_list_bans",
|
|
2006
|
+
"category": "list",
|
|
2007
|
+
"description": "List all banned users for a token",
|
|
2008
|
+
"requiresAuth": false,
|
|
2009
|
+
"parameters": [
|
|
2010
|
+
"tokenName",
|
|
2011
|
+
"page",
|
|
2012
|
+
"limit",
|
|
2013
|
+
"search",
|
|
2014
|
+
"name",
|
|
2015
|
+
"userAddress"
|
|
2016
|
+
]
|
|
2017
|
+
},
|
|
2018
|
+
{
|
|
2019
|
+
"name": "gala_launchpad_get_ban_status",
|
|
2020
|
+
"category": "get",
|
|
2021
|
+
"description": "Check if a specific user is banned on a token",
|
|
2022
|
+
"requiresAuth": false,
|
|
2023
|
+
"parameters": [
|
|
2024
|
+
"tokenName",
|
|
2025
|
+
"userAddress"
|
|
2026
|
+
]
|
|
2027
|
+
},
|
|
2028
|
+
{
|
|
2029
|
+
"name": "gala_launchpad_get_active_users",
|
|
2030
|
+
"category": "get",
|
|
2031
|
+
"description": "Get currently active users on a token's stream",
|
|
2032
|
+
"requiresAuth": false,
|
|
2033
|
+
"parameters": [
|
|
2034
|
+
"tokenName",
|
|
2035
|
+
"type",
|
|
2036
|
+
"search",
|
|
2037
|
+
"name",
|
|
2038
|
+
"userAddress"
|
|
2039
|
+
]
|
|
2040
|
+
},
|
|
2041
|
+
{
|
|
2042
|
+
"name": "gala_launchpad_on_ban_enforcement",
|
|
2043
|
+
"category": "on",
|
|
2044
|
+
"description": "Watch for user ban enforcement events in real-time",
|
|
2045
|
+
"requiresAuth": false,
|
|
2046
|
+
"parameters": [
|
|
2047
|
+
"userAddress",
|
|
2048
|
+
"actionType",
|
|
2049
|
+
"tokenName",
|
|
2050
|
+
"reason",
|
|
2051
|
+
"intervalMs",
|
|
2052
|
+
"durationSeconds"
|
|
2053
|
+
]
|
|
2054
|
+
},
|
|
2055
|
+
{
|
|
2056
|
+
"name": "gala_launchpad_create_api_key",
|
|
2057
|
+
"category": "create",
|
|
2058
|
+
"description": "Create a new API key for delegating permissions",
|
|
2059
|
+
"requiresAuth": false,
|
|
2060
|
+
"parameters": [
|
|
2061
|
+
"role",
|
|
2062
|
+
"description",
|
|
2063
|
+
"delegateAllTokens",
|
|
2064
|
+
"tokenNames",
|
|
2065
|
+
"expiresAt"
|
|
2066
|
+
]
|
|
2067
|
+
},
|
|
2068
|
+
{
|
|
2069
|
+
"name": "gala_launchpad_list_api_keys",
|
|
2070
|
+
"category": "list",
|
|
2071
|
+
"description": "List all API keys for the authenticated user",
|
|
2072
|
+
"requiresAuth": false,
|
|
2073
|
+
"parameters": [
|
|
2074
|
+
"offset",
|
|
2075
|
+
"limit"
|
|
2076
|
+
]
|
|
2077
|
+
},
|
|
2078
|
+
{
|
|
2079
|
+
"name": "gala_launchpad_get_api_key",
|
|
2080
|
+
"category": "get",
|
|
2081
|
+
"description": "Get a single API key by ID",
|
|
2082
|
+
"requiresAuth": false,
|
|
2083
|
+
"parameters": [
|
|
2084
|
+
"id"
|
|
2085
|
+
]
|
|
2086
|
+
},
|
|
2087
|
+
{
|
|
2088
|
+
"name": "gala_launchpad_update_api_key",
|
|
2089
|
+
"category": "update",
|
|
2090
|
+
"description": "Update an API key's metadata and permissions",
|
|
2091
|
+
"requiresAuth": false,
|
|
2092
|
+
"parameters": [
|
|
2093
|
+
"id",
|
|
2094
|
+
"role",
|
|
2095
|
+
"description",
|
|
2096
|
+
"delegateAllTokens",
|
|
2097
|
+
"tokenNames",
|
|
2098
|
+
"expiresAt"
|
|
2099
|
+
]
|
|
2100
|
+
},
|
|
2101
|
+
{
|
|
2102
|
+
"name": "gala_launchpad_revoke_api_key",
|
|
2103
|
+
"category": "revoke",
|
|
2104
|
+
"description": "Revoke an API key",
|
|
2105
|
+
"requiresAuth": false,
|
|
2106
|
+
"parameters": [
|
|
2107
|
+
"id"
|
|
2108
|
+
]
|
|
2109
|
+
},
|
|
2110
|
+
{
|
|
2111
|
+
"name": "gala_launchpad_get_api_key_roles",
|
|
2112
|
+
"category": "get",
|
|
2113
|
+
"description": "Get all valid API key roles",
|
|
2114
|
+
"requiresAuth": false,
|
|
2115
|
+
"parameters": []
|
|
2116
|
+
},
|
|
2117
|
+
{
|
|
2118
|
+
"name": "gala_launchpad_create_moderator_invite",
|
|
2119
|
+
"category": "create",
|
|
2120
|
+
"description": "Create a moderator invite for a token or all tokens",
|
|
2121
|
+
"requiresAuth": false,
|
|
2122
|
+
"parameters": [
|
|
2123
|
+
"inviteScope",
|
|
2124
|
+
"tokenName",
|
|
2125
|
+
"role",
|
|
2126
|
+
"description",
|
|
2127
|
+
"expiresAt"
|
|
2128
|
+
]
|
|
2129
|
+
},
|
|
2130
|
+
{
|
|
2131
|
+
"name": "gala_launchpad_claim_moderator_invite",
|
|
2132
|
+
"category": "claim",
|
|
2133
|
+
"description": "Claim a moderator invite",
|
|
2134
|
+
"requiresAuth": false,
|
|
2135
|
+
"parameters": [
|
|
2136
|
+
"inviteCode"
|
|
2137
|
+
]
|
|
2138
|
+
},
|
|
2139
|
+
{
|
|
2140
|
+
"name": "gala_launchpad_get_moderated_tokens",
|
|
2141
|
+
"category": "get",
|
|
2142
|
+
"description": "Get all tokens the current user moderates",
|
|
2143
|
+
"requiresAuth": false,
|
|
2144
|
+
"parameters": [
|
|
2145
|
+
"page",
|
|
2146
|
+
"limit"
|
|
2147
|
+
]
|
|
2148
|
+
},
|
|
2149
|
+
{
|
|
2150
|
+
"name": "gala_launchpad_list_moderator_invites",
|
|
2151
|
+
"category": "list",
|
|
2152
|
+
"description": "List moderator invites",
|
|
2153
|
+
"requiresAuth": false,
|
|
2154
|
+
"parameters": [
|
|
2155
|
+
"tokenName",
|
|
2156
|
+
"status",
|
|
2157
|
+
"page",
|
|
2158
|
+
"limit"
|
|
2159
|
+
]
|
|
2160
|
+
},
|
|
2161
|
+
{
|
|
2162
|
+
"name": "gala_launchpad_revoke_moderator_invite",
|
|
2163
|
+
"category": "revoke",
|
|
2164
|
+
"description": "Revoke a moderator invite",
|
|
2165
|
+
"requiresAuth": false,
|
|
2166
|
+
"parameters": [
|
|
2167
|
+
"inviteId"
|
|
2168
|
+
]
|
|
2169
|
+
},
|
|
2170
|
+
{
|
|
2171
|
+
"name": "gala_launchpad_update_moderator_invite_role",
|
|
2172
|
+
"category": "update",
|
|
2173
|
+
"description": "Update the role of a moderator invite",
|
|
2174
|
+
"requiresAuth": false,
|
|
2175
|
+
"parameters": [
|
|
2176
|
+
"inviteId",
|
|
2177
|
+
"role"
|
|
2178
|
+
]
|
|
2179
|
+
},
|
|
2180
|
+
{
|
|
2181
|
+
"name": "gala_launchpad_get_moderator_invite",
|
|
2182
|
+
"category": "get",
|
|
2183
|
+
"description": "Get invite details by code (public endpoint)",
|
|
2184
|
+
"requiresAuth": false,
|
|
2185
|
+
"parameters": [
|
|
2186
|
+
"inviteCode"
|
|
2187
|
+
]
|
|
2188
|
+
},
|
|
2189
|
+
{
|
|
2190
|
+
"name": "gala_launchpad_on_moderator_changed",
|
|
2191
|
+
"category": "on",
|
|
2192
|
+
"description": "Watch for moderator management events in real-time",
|
|
2193
|
+
"requiresAuth": false,
|
|
2194
|
+
"parameters": [
|
|
2195
|
+
"tokenName",
|
|
2196
|
+
"eventType",
|
|
2197
|
+
"moderatorAddress",
|
|
2198
|
+
"intervalMs",
|
|
2199
|
+
"durationSeconds"
|
|
2200
|
+
]
|
|
2201
|
+
},
|
|
2202
|
+
{
|
|
2203
|
+
"name": "gala_launchpad_get_active_moderators",
|
|
2204
|
+
"category": "get",
|
|
2205
|
+
"description": "Get list of active moderators for a specific token",
|
|
2206
|
+
"requiresAuth": false,
|
|
2207
|
+
"parameters": [
|
|
2208
|
+
"tokenName"
|
|
2209
|
+
]
|
|
2210
|
+
},
|
|
2211
|
+
{
|
|
2212
|
+
"name": "gala_launchpad_create_flag",
|
|
2213
|
+
"category": "create",
|
|
2214
|
+
"description": "Create a content flag/report",
|
|
2215
|
+
"requiresAuth": false,
|
|
2216
|
+
"parameters": [
|
|
2217
|
+
"tokenName",
|
|
2218
|
+
"contentType",
|
|
2219
|
+
"contentId",
|
|
2220
|
+
"reportedUserAddress",
|
|
2221
|
+
"reason",
|
|
2222
|
+
"details"
|
|
2223
|
+
]
|
|
2224
|
+
},
|
|
2225
|
+
{
|
|
2226
|
+
"name": "gala_launchpad_list_flags",
|
|
2227
|
+
"category": "list",
|
|
2228
|
+
"description": "List flags for a specific token with pagination and filtering",
|
|
2229
|
+
"requiresAuth": false,
|
|
2230
|
+
"parameters": [
|
|
2231
|
+
"tokenName",
|
|
2232
|
+
"contentType",
|
|
2233
|
+
"status",
|
|
2234
|
+
"reason",
|
|
2235
|
+
"reporterAddress",
|
|
2236
|
+
"reportedUserAddress",
|
|
2237
|
+
"offset",
|
|
2238
|
+
"limit"
|
|
2239
|
+
]
|
|
2240
|
+
},
|
|
2241
|
+
{
|
|
2242
|
+
"name": "gala_launchpad_list_global_flags",
|
|
2243
|
+
"category": "list",
|
|
2244
|
+
"description": "List ALL flags globally across all tokens with pagination and filtering",
|
|
2245
|
+
"requiresAuth": false,
|
|
2246
|
+
"parameters": [
|
|
2247
|
+
"tokenName",
|
|
2248
|
+
"contentType",
|
|
2249
|
+
"status",
|
|
2250
|
+
"reason",
|
|
2251
|
+
"reporterAddress",
|
|
2252
|
+
"reportedUserAddress",
|
|
2253
|
+
"offset",
|
|
2254
|
+
"limit"
|
|
2255
|
+
]
|
|
2256
|
+
},
|
|
2257
|
+
{
|
|
2258
|
+
"name": "gala_launchpad_dismiss_flag",
|
|
2259
|
+
"category": "dismiss",
|
|
2260
|
+
"description": "Dismiss a flag (no action taken)",
|
|
2261
|
+
"requiresAuth": false,
|
|
2262
|
+
"parameters": [
|
|
2263
|
+
"flagId"
|
|
2264
|
+
]
|
|
2265
|
+
},
|
|
2266
|
+
{
|
|
2267
|
+
"name": "gala_launchpad_action_flag",
|
|
2268
|
+
"category": "action",
|
|
2269
|
+
"description": "Take action on a flag",
|
|
2270
|
+
"requiresAuth": false,
|
|
2271
|
+
"parameters": [
|
|
2272
|
+
"flagId",
|
|
2273
|
+
"action"
|
|
2274
|
+
]
|
|
2275
|
+
},
|
|
2276
|
+
{
|
|
2277
|
+
"name": "gala_launchpad_create_overseer_invite",
|
|
2278
|
+
"category": "create",
|
|
2279
|
+
"description": "Create an overseer invite",
|
|
2280
|
+
"requiresAuth": false,
|
|
2281
|
+
"parameters": [
|
|
2282
|
+
"description",
|
|
2283
|
+
"expiresAt"
|
|
2284
|
+
]
|
|
2285
|
+
},
|
|
2286
|
+
{
|
|
2287
|
+
"name": "gala_launchpad_list_overseer_invites",
|
|
2288
|
+
"category": "list",
|
|
2289
|
+
"description": "List all overseer invites with pagination and filtering",
|
|
2290
|
+
"requiresAuth": false,
|
|
2291
|
+
"parameters": [
|
|
2292
|
+
"status",
|
|
2293
|
+
"page",
|
|
2294
|
+
"limit"
|
|
2295
|
+
]
|
|
2296
|
+
},
|
|
2297
|
+
{
|
|
2298
|
+
"name": "gala_launchpad_get_overseer_invite",
|
|
2299
|
+
"category": "get",
|
|
2300
|
+
"description": "Get overseer invite details by code (public endpoint)",
|
|
2301
|
+
"requiresAuth": false,
|
|
2302
|
+
"parameters": [
|
|
2303
|
+
"inviteCode"
|
|
2304
|
+
]
|
|
2305
|
+
},
|
|
2306
|
+
{
|
|
2307
|
+
"name": "gala_launchpad_claim_overseer_invite",
|
|
2308
|
+
"category": "claim",
|
|
2309
|
+
"description": "Claim an overseer invite",
|
|
2310
|
+
"requiresAuth": false,
|
|
2311
|
+
"parameters": [
|
|
2312
|
+
"inviteCode"
|
|
2313
|
+
]
|
|
2314
|
+
},
|
|
2315
|
+
{
|
|
2316
|
+
"name": "gala_launchpad_revoke_overseer_invite",
|
|
2317
|
+
"category": "revoke",
|
|
2318
|
+
"description": "Revoke an overseer invite",
|
|
2319
|
+
"requiresAuth": false,
|
|
2320
|
+
"parameters": [
|
|
2321
|
+
"inviteId"
|
|
2322
|
+
]
|
|
2323
|
+
},
|
|
2324
|
+
{
|
|
2325
|
+
"name": "gala_launchpad_list_overseers",
|
|
2326
|
+
"category": "list",
|
|
2327
|
+
"description": "List all overseers with pagination and filtering",
|
|
2328
|
+
"requiresAuth": false,
|
|
2329
|
+
"parameters": [
|
|
2330
|
+
"status",
|
|
2331
|
+
"page",
|
|
2332
|
+
"limit"
|
|
2333
|
+
]
|
|
2334
|
+
},
|
|
2335
|
+
{
|
|
2336
|
+
"name": "gala_launchpad_revoke_overseer",
|
|
2337
|
+
"category": "revoke",
|
|
2338
|
+
"description": "Revoke an overseer's access",
|
|
2339
|
+
"requiresAuth": false,
|
|
2340
|
+
"parameters": [
|
|
2341
|
+
"address"
|
|
2342
|
+
]
|
|
2343
|
+
},
|
|
2344
|
+
{
|
|
2345
|
+
"name": "gala_launchpad_get_my_overseer_status",
|
|
2346
|
+
"category": "get",
|
|
2347
|
+
"description": "Check your own overseer status",
|
|
2348
|
+
"requiresAuth": false,
|
|
2349
|
+
"parameters": []
|
|
2350
|
+
},
|
|
2351
|
+
{
|
|
2352
|
+
"name": "gala_launchpad_get_overseer_summary",
|
|
2353
|
+
"category": "get",
|
|
2354
|
+
"description": "Get platform summary for CCTV dashboard",
|
|
2355
|
+
"requiresAuth": false,
|
|
2356
|
+
"parameters": []
|
|
2357
|
+
},
|
|
2358
|
+
{
|
|
2359
|
+
"name": "gala_launchpad_list_overseer_users",
|
|
2360
|
+
"category": "list",
|
|
2361
|
+
"description": "List users with pagination and sorting (Overseer/Admin only)",
|
|
2362
|
+
"requiresAuth": false,
|
|
2363
|
+
"parameters": [
|
|
2364
|
+
"search",
|
|
2365
|
+
"sortBy",
|
|
2366
|
+
"sortOrder",
|
|
2367
|
+
"offset",
|
|
2368
|
+
"limit"
|
|
2369
|
+
]
|
|
2370
|
+
},
|
|
2371
|
+
{
|
|
2372
|
+
"name": "gala_launchpad_get_overseer_user_summary",
|
|
2373
|
+
"category": "get",
|
|
2374
|
+
"description": "Get comprehensive user summary (Admin/Overseer only)",
|
|
2375
|
+
"requiresAuth": false,
|
|
2376
|
+
"parameters": [
|
|
2377
|
+
"userAddress"
|
|
2378
|
+
]
|
|
2379
|
+
},
|
|
2380
|
+
{
|
|
2381
|
+
"name": "gala_launchpad_ban_token",
|
|
2382
|
+
"category": "ban",
|
|
2383
|
+
"description": "Ban a token from the platform (overseer only)",
|
|
2384
|
+
"requiresAuth": false,
|
|
2385
|
+
"parameters": [
|
|
2386
|
+
"tokenName",
|
|
2387
|
+
"reason"
|
|
2388
|
+
]
|
|
2389
|
+
},
|
|
2390
|
+
{
|
|
2391
|
+
"name": "gala_launchpad_unban_token",
|
|
2392
|
+
"category": "unban",
|
|
2393
|
+
"description": "Remove a ban from a token (overseer only)",
|
|
2394
|
+
"requiresAuth": false,
|
|
2395
|
+
"parameters": [
|
|
2396
|
+
"tokenName"
|
|
2397
|
+
]
|
|
2398
|
+
},
|
|
2399
|
+
{
|
|
2400
|
+
"name": "gala_launchpad_list_token_bans",
|
|
2401
|
+
"category": "list",
|
|
2402
|
+
"description": "List all banned tokens (overseer only)",
|
|
2403
|
+
"requiresAuth": false,
|
|
2404
|
+
"parameters": [
|
|
2405
|
+
"offset",
|
|
2406
|
+
"limit",
|
|
2407
|
+
"search"
|
|
2408
|
+
]
|
|
2409
|
+
},
|
|
2410
|
+
{
|
|
2411
|
+
"name": "gala_launchpad_get_token_ban",
|
|
2412
|
+
"category": "get",
|
|
2413
|
+
"description": "Get ban details for a specific token (overseer only)",
|
|
2414
|
+
"requiresAuth": false,
|
|
2415
|
+
"parameters": [
|
|
2416
|
+
"tokenName"
|
|
2417
|
+
]
|
|
2418
|
+
},
|
|
2419
|
+
{
|
|
2420
|
+
"name": "gala_launchpad_is_token_banned",
|
|
2421
|
+
"category": "is",
|
|
2422
|
+
"description": "Check if a token is banned (overseer only)",
|
|
2423
|
+
"requiresAuth": false,
|
|
2424
|
+
"parameters": [
|
|
2425
|
+
"tokenName"
|
|
2426
|
+
]
|
|
2427
|
+
},
|
|
2428
|
+
{
|
|
2429
|
+
"name": "gala_launchpad_on_token_ban_changed",
|
|
2430
|
+
"category": "on",
|
|
2431
|
+
"description": "Watch for token ban and unban events in real-time",
|
|
2432
|
+
"requiresAuth": false,
|
|
2433
|
+
"parameters": [
|
|
2434
|
+
"tokenName",
|
|
2435
|
+
"banStatus",
|
|
2436
|
+
"intervalMs",
|
|
2437
|
+
"durationSeconds"
|
|
2438
|
+
]
|
|
2439
|
+
},
|
|
2440
|
+
{
|
|
2441
|
+
"name": "gala_launchpad_get_comments",
|
|
2442
|
+
"category": "get",
|
|
2443
|
+
"description": "Query comments with tokenName/userAddress filters",
|
|
2444
|
+
"requiresAuth": true,
|
|
2445
|
+
"parameters": [
|
|
2446
|
+
"tokenName",
|
|
2447
|
+
"userAddress",
|
|
2448
|
+
"offset",
|
|
2449
|
+
"limit"
|
|
2450
|
+
]
|
|
2451
|
+
},
|
|
2452
|
+
{
|
|
2453
|
+
"name": "gala_launchpad_create_comment",
|
|
2454
|
+
"category": "create",
|
|
2455
|
+
"description": "Create a new comment on a token pool",
|
|
2456
|
+
"requiresAuth": false,
|
|
2457
|
+
"parameters": [
|
|
2458
|
+
"tokenName",
|
|
2459
|
+
"content"
|
|
2460
|
+
]
|
|
2461
|
+
},
|
|
2462
|
+
{
|
|
2463
|
+
"name": "gala_launchpad_update_comment",
|
|
2464
|
+
"category": "update",
|
|
2465
|
+
"description": "Update a comment's content",
|
|
2466
|
+
"requiresAuth": false,
|
|
2467
|
+
"parameters": [
|
|
2468
|
+
"id",
|
|
2469
|
+
"content"
|
|
2470
|
+
]
|
|
2471
|
+
},
|
|
2472
|
+
{
|
|
2473
|
+
"name": "gala_launchpad_delete_comment",
|
|
2474
|
+
"category": "delete",
|
|
2475
|
+
"description": "Delete a comment",
|
|
2476
|
+
"requiresAuth": false,
|
|
2477
|
+
"parameters": [
|
|
2478
|
+
"id"
|
|
2479
|
+
]
|
|
2480
|
+
},
|
|
2481
|
+
{
|
|
2482
|
+
"name": "gala_launchpad_on_comment_created",
|
|
2483
|
+
"category": "on",
|
|
2484
|
+
"description": "Watch for new pool comments in real-time",
|
|
2485
|
+
"requiresAuth": false,
|
|
2486
|
+
"parameters": [
|
|
2487
|
+
"tokenName",
|
|
2488
|
+
"authorAddress",
|
|
2489
|
+
"minLength",
|
|
2490
|
+
"intervalMs",
|
|
2491
|
+
"durationSeconds"
|
|
2492
|
+
]
|
|
2493
|
+
},
|
|
2494
|
+
{
|
|
2495
|
+
"name": "gala_launchpad_add_content_reaction",
|
|
2496
|
+
"category": "add",
|
|
2497
|
+
"description": "Add a reaction to a pool message (chat or comment)",
|
|
2498
|
+
"requiresAuth": true,
|
|
2499
|
+
"parameters": [
|
|
2500
|
+
"tokenName",
|
|
2501
|
+
"messageId",
|
|
2502
|
+
"reactionType"
|
|
2503
|
+
]
|
|
2504
|
+
},
|
|
2505
|
+
{
|
|
2506
|
+
"name": "gala_launchpad_remove_content_reaction",
|
|
2507
|
+
"category": "remove",
|
|
2508
|
+
"description": "Remove a reaction from a pool message",
|
|
2509
|
+
"requiresAuth": true,
|
|
2510
|
+
"parameters": [
|
|
2511
|
+
"tokenName",
|
|
2512
|
+
"messageId",
|
|
2513
|
+
"reactionType"
|
|
2514
|
+
]
|
|
2515
|
+
},
|
|
2516
|
+
{
|
|
2517
|
+
"name": "gala_launchpad_add_reaction_to_chat_message",
|
|
2518
|
+
"category": "add",
|
|
2519
|
+
"description": "Add a reaction to a chat message",
|
|
2520
|
+
"requiresAuth": false,
|
|
2521
|
+
"parameters": [
|
|
2522
|
+
"tokenName",
|
|
2523
|
+
"messageId",
|
|
2524
|
+
"reactionType"
|
|
2525
|
+
]
|
|
2526
|
+
},
|
|
2527
|
+
{
|
|
2528
|
+
"name": "gala_launchpad_remove_reaction_from_chat_message",
|
|
2529
|
+
"category": "remove",
|
|
2530
|
+
"description": "Remove a reaction from a chat message",
|
|
2531
|
+
"requiresAuth": false,
|
|
2532
|
+
"parameters": [
|
|
2533
|
+
"tokenName",
|
|
2534
|
+
"messageId",
|
|
2535
|
+
"reactionType"
|
|
2536
|
+
]
|
|
2537
|
+
},
|
|
2538
|
+
{
|
|
2539
|
+
"name": "gala_launchpad_add_reaction_to_comment",
|
|
2540
|
+
"category": "add",
|
|
2541
|
+
"description": "Add a reaction to a comment",
|
|
2542
|
+
"requiresAuth": false,
|
|
2543
|
+
"parameters": [
|
|
2544
|
+
"tokenName",
|
|
2545
|
+
"messageId",
|
|
2546
|
+
"reactionType"
|
|
2547
|
+
]
|
|
2548
|
+
},
|
|
2549
|
+
{
|
|
2550
|
+
"name": "gala_launchpad_remove_reaction_from_comment",
|
|
2551
|
+
"category": "remove",
|
|
2552
|
+
"description": "Remove a reaction from a comment",
|
|
2553
|
+
"requiresAuth": false,
|
|
2554
|
+
"parameters": [
|
|
2555
|
+
"tokenName",
|
|
2556
|
+
"messageId",
|
|
2557
|
+
"reactionType"
|
|
2558
|
+
]
|
|
2559
|
+
},
|
|
2560
|
+
{
|
|
2561
|
+
"name": "gala_launchpad_get_trades",
|
|
2562
|
+
"category": "get",
|
|
2563
|
+
"description": "Query trades with flexible filtering options",
|
|
2564
|
+
"requiresAuth": true,
|
|
2565
|
+
"parameters": [
|
|
2566
|
+
"tokenName",
|
|
2567
|
+
"userAddress",
|
|
2568
|
+
"offset",
|
|
2569
|
+
"limit",
|
|
2570
|
+
"txnType",
|
|
2571
|
+
"startDate",
|
|
2572
|
+
"endDate",
|
|
2573
|
+
"minAmount",
|
|
2574
|
+
"maxAmount"
|
|
2575
|
+
]
|
|
2576
|
+
},
|
|
2577
|
+
{
|
|
2578
|
+
"name": "gala_launchpad_on_trade_executed",
|
|
2579
|
+
"category": "on",
|
|
2580
|
+
"description": "Watch for new trade execution events in real-time",
|
|
2581
|
+
"requiresAuth": false,
|
|
2582
|
+
"parameters": [
|
|
2583
|
+
"tokenName",
|
|
2584
|
+
"tradeType",
|
|
2585
|
+
"minAmount",
|
|
2586
|
+
"userAddress",
|
|
2587
|
+
"intervalMs",
|
|
2588
|
+
"durationSeconds"
|
|
2589
|
+
]
|
|
2590
|
+
},
|
|
2591
|
+
{
|
|
2592
|
+
"name": "gala_launchpad_get_recent_trades",
|
|
2593
|
+
"category": "get",
|
|
2594
|
+
"description": "Get the most recently executed trades with optional filtering",
|
|
2595
|
+
"requiresAuth": false,
|
|
2596
|
+
"parameters": [
|
|
2597
|
+
"tokenName",
|
|
2598
|
+
"userAddress",
|
|
2599
|
+
"tradeType",
|
|
2600
|
+
"limit"
|
|
2601
|
+
]
|
|
2602
|
+
},
|
|
2603
|
+
{
|
|
2604
|
+
"name": "gala_launchpad_get_chat_messages",
|
|
2605
|
+
"category": "get",
|
|
2606
|
+
"description": "Query chat messages with tokenName/userAddress filters",
|
|
2607
|
+
"requiresAuth": true,
|
|
2608
|
+
"parameters": [
|
|
2609
|
+
"tokenName",
|
|
2610
|
+
"userAddress",
|
|
2611
|
+
"page",
|
|
2612
|
+
"limit"
|
|
2613
|
+
]
|
|
2614
|
+
},
|
|
2615
|
+
{
|
|
2616
|
+
"name": "gala_launchpad_send_chat_message",
|
|
2617
|
+
"category": "send",
|
|
2618
|
+
"description": "Send a new chat message on a token pool",
|
|
2619
|
+
"requiresAuth": false,
|
|
2620
|
+
"parameters": [
|
|
2621
|
+
"tokenName",
|
|
2622
|
+
"content"
|
|
2623
|
+
]
|
|
2624
|
+
},
|
|
2625
|
+
{
|
|
2626
|
+
"name": "gala_launchpad_update_chat_message",
|
|
2627
|
+
"category": "update",
|
|
2628
|
+
"description": "Update a chat message's content (author only)",
|
|
2629
|
+
"requiresAuth": false,
|
|
2630
|
+
"parameters": [
|
|
2631
|
+
"id",
|
|
2632
|
+
"content"
|
|
2633
|
+
]
|
|
2634
|
+
},
|
|
2635
|
+
{
|
|
2636
|
+
"name": "gala_launchpad_delete_chat_message",
|
|
2637
|
+
"category": "delete",
|
|
2638
|
+
"description": "Delete a chat message",
|
|
2639
|
+
"requiresAuth": false,
|
|
2640
|
+
"parameters": [
|
|
2641
|
+
"id"
|
|
2642
|
+
]
|
|
2643
|
+
}
|
|
2644
|
+
];
|
|
2645
|
+
exports.categoriesManifest = [
|
|
2646
|
+
{
|
|
2647
|
+
"name": "fetch",
|
|
2648
|
+
"description": "Fetch tools",
|
|
2649
|
+
"toolCount": 54
|
|
2650
|
+
},
|
|
2651
|
+
{
|
|
2652
|
+
"name": "check",
|
|
2653
|
+
"description": "Check tools",
|
|
2654
|
+
"toolCount": 4
|
|
2655
|
+
},
|
|
2656
|
+
{
|
|
2657
|
+
"name": "resolve",
|
|
2658
|
+
"description": "Resolve tools",
|
|
2659
|
+
"toolCount": 2
|
|
2660
|
+
},
|
|
2661
|
+
{
|
|
2662
|
+
"name": "on",
|
|
2663
|
+
"description": "On tools",
|
|
2664
|
+
"toolCount": 9
|
|
2665
|
+
},
|
|
2666
|
+
{
|
|
2667
|
+
"name": "update",
|
|
2668
|
+
"description": "Update tools",
|
|
2669
|
+
"toolCount": 6
|
|
2670
|
+
},
|
|
2671
|
+
{
|
|
2672
|
+
"name": "get",
|
|
2673
|
+
"description": "Get tools",
|
|
2674
|
+
"toolCount": 64
|
|
2675
|
+
},
|
|
2676
|
+
{
|
|
2677
|
+
"name": "calculate",
|
|
2678
|
+
"description": "Calculate tools",
|
|
2679
|
+
"toolCount": 10
|
|
2680
|
+
},
|
|
2681
|
+
{
|
|
2682
|
+
"name": "buy",
|
|
2683
|
+
"description": "Buy tools",
|
|
2684
|
+
"toolCount": 1
|
|
2685
|
+
},
|
|
2686
|
+
{
|
|
2687
|
+
"name": "sell",
|
|
2688
|
+
"description": "Sell tools",
|
|
2689
|
+
"toolCount": 1
|
|
2690
|
+
},
|
|
2691
|
+
{
|
|
2692
|
+
"name": "graduate",
|
|
2693
|
+
"description": "Graduate tools",
|
|
2694
|
+
"toolCount": 1
|
|
2695
|
+
},
|
|
2696
|
+
{
|
|
2697
|
+
"name": "execute",
|
|
2698
|
+
"description": "Execute tools",
|
|
2699
|
+
"toolCount": 1
|
|
2700
|
+
},
|
|
2701
|
+
{
|
|
2702
|
+
"name": "estimate",
|
|
2703
|
+
"description": "Estimate tools",
|
|
2704
|
+
"toolCount": 6
|
|
2705
|
+
},
|
|
2706
|
+
{
|
|
2707
|
+
"name": "add",
|
|
2708
|
+
"description": "Add tools",
|
|
2709
|
+
"toolCount": 6
|
|
2710
|
+
},
|
|
2711
|
+
{
|
|
2712
|
+
"name": "remove",
|
|
2713
|
+
"description": "Remove tools",
|
|
2714
|
+
"toolCount": 6
|
|
2715
|
+
},
|
|
2716
|
+
{
|
|
2717
|
+
"name": "collect",
|
|
2718
|
+
"description": "Collect tools",
|
|
2719
|
+
"toolCount": 1
|
|
2720
|
+
},
|
|
2721
|
+
{
|
|
2722
|
+
"name": "register",
|
|
2723
|
+
"description": "Register tools",
|
|
2724
|
+
"toolCount": 1
|
|
2725
|
+
},
|
|
2726
|
+
{
|
|
2727
|
+
"name": "launch",
|
|
2728
|
+
"description": "Launch tools",
|
|
2729
|
+
"toolCount": 1
|
|
2730
|
+
},
|
|
2731
|
+
{
|
|
2732
|
+
"name": "upload",
|
|
2733
|
+
"description": "Upload tools",
|
|
2734
|
+
"toolCount": 2
|
|
2735
|
+
},
|
|
2736
|
+
{
|
|
2737
|
+
"name": "claim",
|
|
2738
|
+
"description": "Claim tools",
|
|
2739
|
+
"toolCount": 3
|
|
2740
|
+
},
|
|
2741
|
+
{
|
|
2742
|
+
"name": "create",
|
|
2743
|
+
"description": "Create tools",
|
|
2744
|
+
"toolCount": 9
|
|
2745
|
+
},
|
|
2746
|
+
{
|
|
2747
|
+
"name": "mint",
|
|
2748
|
+
"description": "Mint tools",
|
|
2749
|
+
"toolCount": 1
|
|
2750
|
+
},
|
|
2751
|
+
{
|
|
2752
|
+
"name": "transfer",
|
|
2753
|
+
"description": "Transfer tools",
|
|
2754
|
+
"toolCount": 2
|
|
2755
|
+
},
|
|
2756
|
+
{
|
|
2757
|
+
"name": "lock",
|
|
2758
|
+
"description": "Lock tools",
|
|
2759
|
+
"toolCount": 1
|
|
2760
|
+
},
|
|
2761
|
+
{
|
|
2762
|
+
"name": "unlock",
|
|
2763
|
+
"description": "Unlock tools",
|
|
2764
|
+
"toolCount": 1
|
|
2765
|
+
},
|
|
2766
|
+
{
|
|
2767
|
+
"name": "burn",
|
|
2768
|
+
"description": "Burn tools",
|
|
2769
|
+
"toolCount": 1
|
|
2770
|
+
},
|
|
2771
|
+
{
|
|
2772
|
+
"name": "explain",
|
|
2773
|
+
"description": "Explain tools",
|
|
2774
|
+
"toolCount": 2
|
|
2775
|
+
},
|
|
2776
|
+
{
|
|
2777
|
+
"name": "is",
|
|
2778
|
+
"description": "Is tools",
|
|
2779
|
+
"toolCount": 7
|
|
2780
|
+
},
|
|
2781
|
+
{
|
|
2782
|
+
"name": "clear",
|
|
2783
|
+
"description": "Clear tools",
|
|
2784
|
+
"toolCount": 1
|
|
2785
|
+
},
|
|
2786
|
+
{
|
|
2787
|
+
"name": "has",
|
|
2788
|
+
"description": "Has tools",
|
|
2789
|
+
"toolCount": 1
|
|
2790
|
+
},
|
|
2791
|
+
{
|
|
2792
|
+
"name": "set",
|
|
2793
|
+
"description": "Set tools",
|
|
2794
|
+
"toolCount": 6
|
|
2795
|
+
},
|
|
2796
|
+
{
|
|
2797
|
+
"name": "switch",
|
|
2798
|
+
"description": "Switch tools",
|
|
2799
|
+
"toolCount": 1
|
|
2800
|
+
},
|
|
2801
|
+
{
|
|
2802
|
+
"name": "cleanup",
|
|
2803
|
+
"description": "Cleanup tools",
|
|
2804
|
+
"toolCount": 1
|
|
2805
|
+
},
|
|
2806
|
+
{
|
|
2807
|
+
"name": "bridge",
|
|
2808
|
+
"description": "Bridge tools",
|
|
2809
|
+
"toolCount": 2
|
|
2810
|
+
},
|
|
2811
|
+
{
|
|
2812
|
+
"name": "request",
|
|
2813
|
+
"description": "Request tools",
|
|
2814
|
+
"toolCount": 1
|
|
2815
|
+
},
|
|
2816
|
+
{
|
|
2817
|
+
"name": "wrap",
|
|
2818
|
+
"description": "Wrap tools",
|
|
2819
|
+
"toolCount": 1
|
|
2820
|
+
},
|
|
2821
|
+
{
|
|
2822
|
+
"name": "unwrap",
|
|
2823
|
+
"description": "Unwrap tools",
|
|
2824
|
+
"toolCount": 1
|
|
2825
|
+
},
|
|
2826
|
+
{
|
|
2827
|
+
"name": "start",
|
|
2828
|
+
"description": "Start tools",
|
|
2829
|
+
"toolCount": 1
|
|
2830
|
+
},
|
|
2831
|
+
{
|
|
2832
|
+
"name": "stop",
|
|
2833
|
+
"description": "Stop tools",
|
|
2834
|
+
"toolCount": 1
|
|
2835
|
+
},
|
|
2836
|
+
{
|
|
2837
|
+
"name": "reset",
|
|
2838
|
+
"description": "Reset tools",
|
|
2839
|
+
"toolCount": 1
|
|
2840
|
+
},
|
|
2841
|
+
{
|
|
2842
|
+
"name": "delete",
|
|
2843
|
+
"description": "Delete tools",
|
|
2844
|
+
"toolCount": 3
|
|
2845
|
+
},
|
|
2846
|
+
{
|
|
2847
|
+
"name": "pin",
|
|
2848
|
+
"description": "Pin tools",
|
|
2849
|
+
"toolCount": 1
|
|
2850
|
+
},
|
|
2851
|
+
{
|
|
2852
|
+
"name": "unpin",
|
|
2853
|
+
"description": "Unpin tools",
|
|
2854
|
+
"toolCount": 1
|
|
2855
|
+
},
|
|
2856
|
+
{
|
|
2857
|
+
"name": "connect",
|
|
2858
|
+
"description": "Connect tools",
|
|
2859
|
+
"toolCount": 1
|
|
2860
|
+
},
|
|
2861
|
+
{
|
|
2862
|
+
"name": "subscribe",
|
|
2863
|
+
"description": "Subscribe tools",
|
|
2864
|
+
"toolCount": 1
|
|
2865
|
+
},
|
|
2866
|
+
{
|
|
2867
|
+
"name": "send",
|
|
2868
|
+
"description": "Send tools",
|
|
2869
|
+
"toolCount": 4
|
|
2870
|
+
},
|
|
2871
|
+
{
|
|
2872
|
+
"name": "login",
|
|
2873
|
+
"description": "Login tools",
|
|
2874
|
+
"toolCount": 1
|
|
2875
|
+
},
|
|
2876
|
+
{
|
|
2877
|
+
"name": "logout",
|
|
2878
|
+
"description": "Logout tools",
|
|
2879
|
+
"toolCount": 1
|
|
2880
|
+
},
|
|
2881
|
+
{
|
|
2882
|
+
"name": "refresh",
|
|
2883
|
+
"description": "Refresh tools",
|
|
2884
|
+
"toolCount": 1
|
|
2885
|
+
},
|
|
2886
|
+
{
|
|
2887
|
+
"name": "should",
|
|
2888
|
+
"description": "Should tools",
|
|
2889
|
+
"toolCount": 1
|
|
2890
|
+
},
|
|
2891
|
+
{
|
|
2892
|
+
"name": "ensure",
|
|
2893
|
+
"description": "Ensure tools",
|
|
2894
|
+
"toolCount": 1
|
|
2895
|
+
},
|
|
2896
|
+
{
|
|
2897
|
+
"name": "list",
|
|
2898
|
+
"description": "List tools",
|
|
2899
|
+
"toolCount": 9
|
|
2900
|
+
},
|
|
2901
|
+
{
|
|
2902
|
+
"name": "revoke",
|
|
2903
|
+
"description": "Revoke tools",
|
|
2904
|
+
"toolCount": 4
|
|
2905
|
+
},
|
|
2906
|
+
{
|
|
2907
|
+
"name": "dismiss",
|
|
2908
|
+
"description": "Dismiss tools",
|
|
2909
|
+
"toolCount": 1
|
|
2910
|
+
},
|
|
2911
|
+
{
|
|
2912
|
+
"name": "action",
|
|
2913
|
+
"description": "Action tools",
|
|
2914
|
+
"toolCount": 1
|
|
2915
|
+
},
|
|
2916
|
+
{
|
|
2917
|
+
"name": "ban",
|
|
2918
|
+
"description": "Ban tools",
|
|
2919
|
+
"toolCount": 1
|
|
2920
|
+
},
|
|
2921
|
+
{
|
|
2922
|
+
"name": "unban",
|
|
2923
|
+
"description": "Unban tools",
|
|
2924
|
+
"toolCount": 1
|
|
2925
|
+
}
|
|
2926
|
+
];
|
|
2927
|
+
function getToolCount() {
|
|
2928
|
+
return exports.toolsManifest.length;
|
|
2929
|
+
}
|
|
2930
|
+
function getCategoryCount() {
|
|
2931
|
+
return exports.categoriesManifest.length;
|
|
2932
|
+
}
|
|
2933
|
+
function getToolsByCategory(category) {
|
|
2934
|
+
return exports.toolsManifest.filter(tool => tool.category === category);
|
|
2935
|
+
}
|
|
2936
|
+
function findTool(name) {
|
|
2937
|
+
return exports.toolsManifest.find(tool => tool.name === name);
|
|
2938
|
+
}
|
|
2939
|
+
function getAllToolNames() {
|
|
2940
|
+
return exports.toolsManifest.map(tool => tool.name);
|
|
2941
|
+
}
|
|
2942
|
+
function getAllCategories() {
|
|
2943
|
+
return [...new Set(exports.toolsManifest.map(tool => tool.category))];
|
|
2944
|
+
}
|
|
2945
|
+
//# sourceMappingURL=manifest.js.map
|