@gala-chain/launchpad-sdk 5.0.4-beta.1 → 5.0.4-beta.3
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/README.md +5 -0
- package/dist/ai-docs.json +680 -329
- package/dist/index.cjs.js +1 -1
- package/dist/index.d.ts +5 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.js +1 -1
- package/dist/src/LaunchpadSDK.d.ts +134 -53
- package/dist/src/LaunchpadSDK.d.ts.map +1 -1
- package/dist/src/api/LaunchpadAPI.d.ts +10 -9
- package/dist/src/api/LaunchpadAPI.d.ts.map +1 -1
- package/dist/src/api/dto/BurnTokensDto.d.ts +2 -2
- package/dist/src/api/dto/BurnTokensDto.d.ts.map +1 -1
- package/dist/src/api/dto/LockTokenDto.d.ts +2 -2
- package/dist/src/api/dto/LockTokenDto.d.ts.map +1 -1
- package/dist/src/api/dto/TransferTokenDto.d.ts +2 -2
- package/dist/src/api/dto/TransferTokenDto.d.ts.map +1 -1
- package/dist/src/api/dto/UnlockTokenDto.d.ts +2 -2
- package/dist/src/api/dto/UnlockTokenDto.d.ts.map +1 -1
- package/dist/src/auth/SessionAuthService.d.ts +3 -3
- package/dist/src/auth/SessionAuthService.d.ts.map +1 -1
- package/dist/src/auth/SignatureAuth.d.ts +2 -2
- package/dist/src/auth/SignatureAuth.d.ts.map +1 -1
- package/dist/src/auth/types.d.ts +1 -1
- package/dist/src/auth/types.d.ts.map +1 -1
- package/dist/src/bridge/BridgeService.d.ts +1 -1
- package/dist/src/bridge/BridgeService.d.ts.map +1 -1
- package/dist/src/bridge/strategies/EthereumBridgeStrategy.d.ts +1 -1
- package/dist/src/bridge/strategies/EthereumBridgeStrategy.d.ts.map +1 -1
- package/dist/src/bridge/strategies/SolanaBridgeStrategy.d.ts +1 -1
- package/dist/src/bridge/strategies/SolanaBridgeStrategy.d.ts.map +1 -1
- package/dist/src/bridge/types/bridgeable-token.dto.d.ts +1 -1
- package/dist/src/bridge/types/bridgeable-token.dto.d.ts.map +1 -1
- package/dist/src/constants/nft-fees.d.ts +30 -0
- package/dist/src/constants/nft-fees.d.ts.map +1 -0
- package/dist/src/constants/pagination.d.ts +4 -4
- package/dist/src/constants/pagination.d.ts.map +1 -1
- package/dist/src/constants/version.generated.d.ts +1 -1
- package/dist/src/helpers/sdk.d.ts +3 -2
- package/dist/src/helpers/sdk.d.ts.map +1 -1
- package/dist/src/helpers/wallet.d.ts +1 -1
- package/dist/src/helpers/wallet.d.ts.map +1 -1
- package/dist/src/index.d.ts +5 -1
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/schemas/files.d.ts +22 -22
- package/dist/src/schemas/files.d.ts.map +1 -1
- package/dist/src/schemas/launchpad.d.ts +45 -170
- package/dist/src/schemas/launchpad.d.ts.map +1 -1
- package/dist/src/schemas/pagination.d.ts +21 -103
- package/dist/src/schemas/pagination.d.ts.map +1 -1
- package/dist/src/schemas/primitives.d.ts +13 -6
- package/dist/src/schemas/primitives.d.ts.map +1 -1
- package/dist/src/schemas/trade.d.ts +53 -105
- package/dist/src/schemas/trade.d.ts.map +1 -1
- package/dist/src/schemas/user.d.ts +26 -170
- package/dist/src/schemas/user.d.ts.map +1 -1
- package/dist/src/schemas/validators.d.ts +21 -21
- package/dist/src/services/AbstractTokenFetchService.d.ts +1 -1
- package/dist/src/services/AbstractTokenFetchService.d.ts.map +1 -1
- package/dist/src/services/ApiKeyService.d.ts +7 -6
- package/dist/src/services/ApiKeyService.d.ts.map +1 -1
- package/dist/src/services/BanService.d.ts +8 -7
- package/dist/src/services/BanService.d.ts.map +1 -1
- package/dist/src/services/BaseService.d.ts +1 -1
- package/dist/src/services/BaseService.d.ts.map +1 -1
- package/dist/src/services/BatchedCacheService.d.ts +2 -1
- package/dist/src/services/BatchedCacheService.d.ts.map +1 -1
- package/dist/src/services/BundleService.d.ts +4 -4
- package/dist/src/services/BundleService.d.ts.map +1 -1
- package/dist/src/services/ChatMessagesService.d.ts +2 -2
- package/dist/src/services/ChatMessagesService.d.ts.map +1 -1
- package/dist/src/services/CommentService.d.ts +2 -2
- package/dist/src/services/CommentService.d.ts.map +1 -1
- package/dist/src/services/CommentsService.d.ts +2 -2
- package/dist/src/services/CommentsService.d.ts.map +1 -1
- package/dist/src/services/ContentFlagService.d.ts +2 -2
- package/dist/src/services/ContentFlagService.d.ts.map +1 -1
- package/dist/src/services/ContentReactionService.d.ts +2 -2
- package/dist/src/services/ContentReactionService.d.ts.map +1 -1
- package/dist/src/services/DexBackendClient.d.ts +2 -2
- package/dist/src/services/DexBackendClient.d.ts.map +1 -1
- package/dist/src/services/DexPoolService.d.ts +7 -5
- package/dist/src/services/DexPoolService.d.ts.map +1 -1
- package/dist/src/services/DexQuoteService.d.ts.map +1 -1
- package/dist/src/services/DexService.d.ts +6 -6
- package/dist/src/services/DexService.d.ts.map +1 -1
- package/dist/src/services/GSwapAssetService.d.ts.map +1 -1
- package/dist/src/services/GSwapLiquidityMutationService.d.ts +4 -4
- package/dist/src/services/GSwapLiquidityMutationService.d.ts.map +1 -1
- package/dist/src/services/GSwapLiquidityQueryService.d.ts +2 -2
- package/dist/src/services/GSwapLiquidityQueryService.d.ts.map +1 -1
- package/dist/src/services/GSwapPoolCalculationService.d.ts +1 -1
- package/dist/src/services/GSwapPoolCalculationService.d.ts.map +1 -1
- package/dist/src/services/GSwapPoolQueryService.d.ts +2 -2
- package/dist/src/services/GSwapPoolQueryService.d.ts.map +1 -1
- package/dist/src/services/GSwapService.d.ts +2 -2
- package/dist/src/services/GSwapService.d.ts.map +1 -1
- package/dist/src/services/GSwapSwapService.d.ts +2 -2
- package/dist/src/services/GSwapSwapService.d.ts.map +1 -1
- package/dist/src/services/GalaChainBalanceService.d.ts +2 -2
- package/dist/src/services/GalaChainBalanceService.d.ts.map +1 -1
- package/dist/src/services/GalaChainGatewayClient.d.ts +1 -1
- package/dist/src/services/GalaChainGatewayClient.d.ts.map +1 -1
- package/dist/src/services/GalaChainLockService.d.ts +4 -4
- package/dist/src/services/GalaChainLockService.d.ts.map +1 -1
- package/dist/src/services/GalaChainService.d.ts +11 -11
- package/dist/src/services/GalaChainService.d.ts.map +1 -1
- package/dist/src/services/GalaChainTokenService.d.ts +3 -3
- package/dist/src/services/GalaChainTokenService.d.ts.map +1 -1
- package/dist/src/services/GalaChainTransferService.d.ts +6 -6
- package/dist/src/services/GalaChainTransferService.d.ts.map +1 -1
- package/dist/src/services/ImageService.d.ts +3 -3
- package/dist/src/services/ImageService.d.ts.map +1 -1
- package/dist/src/services/LaunchpadService.d.ts +7 -7
- package/dist/src/services/LaunchpadService.d.ts.map +1 -1
- package/dist/src/services/ModeratorService.d.ts +20 -14
- package/dist/src/services/ModeratorService.d.ts.map +1 -1
- package/dist/src/services/MultiPoolStateManager.d.ts +1 -1
- package/dist/src/services/MultiPoolStateManager.d.ts.map +1 -1
- package/dist/src/services/NftCollectionService.d.ts +123 -0
- package/dist/src/services/NftCollectionService.d.ts.map +1 -0
- package/dist/src/services/OverseerService.d.ts +27 -20
- package/dist/src/services/OverseerService.d.ts.map +1 -1
- package/dist/src/services/PoolCacheManager.d.ts +2 -2
- package/dist/src/services/PoolCacheManager.d.ts.map +1 -1
- package/dist/src/services/PoolService.d.ts +10 -9
- package/dist/src/services/PoolService.d.ts.map +1 -1
- package/dist/src/services/PoolStateManager.d.ts +3 -3
- package/dist/src/services/PoolStateManager.d.ts.map +1 -1
- package/dist/src/services/PriceHistoryService.d.ts +11 -9
- package/dist/src/services/PriceHistoryService.d.ts.map +1 -1
- package/dist/src/services/StreamChatService.d.ts +2 -2
- package/dist/src/services/StreamChatService.d.ts.map +1 -1
- package/dist/src/services/StreamTokenServiceBase.d.ts +2 -2
- package/dist/src/services/StreamTokenServiceBase.d.ts.map +1 -1
- package/dist/src/services/StreamWebSocketService.d.ts +3 -3
- package/dist/src/services/StreamWebSocketService.d.ts.map +1 -1
- package/dist/src/services/StreamingEventService.d.ts +2 -2
- package/dist/src/services/StreamingEventService.d.ts.map +1 -1
- package/dist/src/services/StreamingService.d.ts +2 -2
- package/dist/src/services/StreamingService.d.ts.map +1 -1
- package/dist/src/services/SwapEventQueue.d.ts +2 -2
- package/dist/src/services/SwapEventQueue.d.ts.map +1 -1
- package/dist/src/services/TokenBanService.d.ts +11 -10
- package/dist/src/services/TokenBanService.d.ts.map +1 -1
- package/dist/src/services/TokenMetadataService.d.ts.map +1 -1
- package/dist/src/services/TokenResolverService.d.ts +1 -1
- package/dist/src/services/TokenResolverService.d.ts.map +1 -1
- package/dist/src/services/TradeService.d.ts +9 -7
- package/dist/src/services/TradeService.d.ts.map +1 -1
- package/dist/src/services/UserService.d.ts +14 -10
- package/dist/src/services/UserService.d.ts.map +1 -1
- package/dist/src/services/WebSocketService.d.ts +1 -1
- package/dist/src/services/WebSocketService.d.ts.map +1 -1
- package/dist/src/services/WrapService.d.ts +1 -1
- package/dist/src/services/WrapService.d.ts.map +1 -1
- package/dist/src/services/shared/pagination-helpers.d.ts +16 -6
- package/dist/src/services/shared/pagination-helpers.d.ts.map +1 -1
- package/dist/src/types/api-key.dto.d.ts +4 -4
- package/dist/src/types/api-key.dto.d.ts.map +1 -1
- package/dist/src/types/backend-responses.d.ts +7 -7
- package/dist/src/types/backend-responses.d.ts.map +1 -1
- package/dist/src/types/ban.dto.d.ts +1 -1
- package/dist/src/types/ban.dto.d.ts.map +1 -1
- package/dist/src/types/chat-messages.dto.d.ts +4 -4
- package/dist/src/types/chat-messages.dto.d.ts.map +1 -1
- package/dist/src/types/comment.dto.d.ts +2 -2
- package/dist/src/types/comment.dto.d.ts.map +1 -1
- package/dist/src/types/comments.dto.d.ts +3 -3
- package/dist/src/types/comments.dto.d.ts.map +1 -1
- package/dist/src/types/common.d.ts +13 -13
- package/dist/src/types/common.d.ts.map +1 -1
- package/dist/src/types/constraints.d.ts +10 -10
- package/dist/src/types/constraints.d.ts.map +1 -1
- package/dist/src/types/content-flag.dto.d.ts +1 -1
- package/dist/src/types/content-flag.dto.d.ts.map +1 -1
- package/dist/src/types/content-reactions.dto.d.ts +1 -1
- package/dist/src/types/content-reactions.dto.d.ts.map +1 -1
- package/dist/src/types/dex-pool.dto.d.ts +1 -1
- package/dist/src/types/dex-pool.dto.d.ts.map +1 -1
- package/dist/src/types/dto.d.ts +1 -1
- package/dist/src/types/dto.d.ts.map +1 -1
- package/dist/src/types/galachain-api.types.d.ts +1 -1
- package/dist/src/types/galachain-api.types.d.ts.map +1 -1
- package/dist/src/types/gswap-responses.types.d.ts.map +1 -1
- package/dist/src/types/gswap.dto.d.ts +4 -5
- package/dist/src/types/gswap.dto.d.ts.map +1 -1
- package/dist/src/types/launchpad.dto.d.ts +3 -3
- package/dist/src/types/launchpad.dto.d.ts.map +1 -1
- package/dist/src/types/moderator.dto.d.ts +1 -1
- package/dist/src/types/moderator.dto.d.ts.map +1 -1
- package/dist/src/types/nft.dto.d.ts +155 -0
- package/dist/src/types/nft.dto.d.ts.map +1 -0
- package/dist/src/types/options.dto.d.ts +2 -2
- package/dist/src/types/options.dto.d.ts.map +1 -1
- package/dist/src/types/overseer.dto.d.ts +1 -1
- package/dist/src/types/overseer.dto.d.ts.map +1 -1
- package/dist/src/types/priceHistory.dto.d.ts +4 -3
- package/dist/src/types/priceHistory.dto.d.ts.map +1 -1
- package/dist/src/types/result.types.d.ts +1 -1
- package/dist/src/types/result.types.d.ts.map +1 -1
- package/dist/src/types/session-auth.dto.d.ts +1 -1
- package/dist/src/types/session-auth.dto.d.ts.map +1 -1
- package/dist/src/types/stream-chat.dto.d.ts +3 -3
- package/dist/src/types/stream-chat.dto.d.ts.map +1 -1
- package/dist/src/types/streaming-events.dto.d.ts +1 -1
- package/dist/src/types/streaming-events.dto.d.ts.map +1 -1
- package/dist/src/types/streaming.dto.d.ts +1 -1
- package/dist/src/types/streaming.dto.d.ts.map +1 -1
- package/dist/src/types/token-ban.dto.d.ts +1 -1
- package/dist/src/types/token-ban.dto.d.ts.map +1 -1
- package/dist/src/types/trade.dto.d.ts +3 -11
- package/dist/src/types/trade.dto.d.ts.map +1 -1
- package/dist/src/types/trades-query.dto.d.ts +1 -1
- package/dist/src/types/trades-query.dto.d.ts.map +1 -1
- package/dist/src/types/transfer.dto.d.ts +2 -1
- package/dist/src/types/transfer.dto.d.ts.map +1 -1
- package/dist/src/types/user.dto.d.ts +6 -6
- package/dist/src/types/user.dto.d.ts.map +1 -1
- package/dist/src/utils/SignatureHelper.d.ts +1 -1
- package/dist/src/utils/SignatureHelper.d.ts.map +1 -1
- package/dist/src/utils/adapters.d.ts +1 -1
- package/dist/src/utils/adapters.d.ts.map +1 -1
- package/dist/src/utils/address-formatter.d.ts +1 -1
- package/dist/src/utils/address-formatter.d.ts.map +1 -1
- package/dist/src/utils/agent-config.d.ts +3 -2
- package/dist/src/utils/agent-config.d.ts.map +1 -1
- package/dist/src/utils/amount-validator.d.ts +1 -1
- package/dist/src/utils/amount-validator.d.ts.map +1 -1
- package/dist/src/utils/api-patterns.d.ts +1 -1
- package/dist/src/utils/api-patterns.d.ts.map +1 -1
- package/dist/src/utils/async-patterns.d.ts.map +1 -1
- package/dist/src/utils/auto-pagination.d.ts +1 -1
- package/dist/src/utils/auto-pagination.d.ts.map +1 -1
- package/dist/src/utils/bondingCurveCalculations.d.ts +1 -1
- package/dist/src/utils/bondingCurveCalculations.d.ts.map +1 -1
- package/dist/src/utils/composite-pool-converter.d.ts.map +1 -1
- package/dist/src/utils/error-factories.d.ts.map +1 -1
- package/dist/src/utils/http-factory.d.ts +1 -1
- package/dist/src/utils/http-factory.d.ts.map +1 -1
- package/dist/src/utils/http.d.ts +3 -3
- package/dist/src/utils/http.d.ts.map +1 -1
- package/dist/src/utils/multipart.d.ts +1 -1
- package/dist/src/utils/multipart.d.ts.map +1 -1
- package/dist/src/utils/nft-helpers.d.ts +62 -0
- package/dist/src/utils/nft-helpers.d.ts.map +1 -0
- package/dist/src/utils/numeric-wrappers.d.ts +1 -1
- package/dist/src/utils/numeric-wrappers.d.ts.map +1 -1
- package/dist/src/utils/pagination-helpers.d.ts +17 -86
- package/dist/src/utils/pagination-helpers.d.ts.map +1 -1
- package/dist/src/utils/pool-state-validator.d.ts +2 -2
- package/dist/src/utils/pool-state-validator.d.ts.map +1 -1
- package/dist/src/utils/query-params.d.ts +12 -4
- package/dist/src/utils/query-params.d.ts.map +1 -1
- package/dist/src/utils/response-handlers.d.ts.map +1 -1
- package/dist/src/utils/response-normalizers.d.ts +2 -2
- package/dist/src/utils/response-normalizers.d.ts.map +1 -1
- package/dist/src/utils/swap-delta-calculator.d.ts +3 -3
- package/dist/src/utils/swap-delta-calculator.d.ts.map +1 -1
- package/dist/src/utils/tick-crossing-handler.d.ts +1 -1
- package/dist/src/utils/tick-crossing-handler.d.ts.map +1 -1
- package/dist/src/utils/token-format-converter.d.ts.map +1 -1
- package/dist/src/utils/token-parser.d.ts.map +1 -1
- package/dist/src/utils/tokenNormalizer.d.ts +1 -1
- package/dist/src/utils/tokenNormalizer.d.ts.map +1 -1
- package/dist/src/utils/trade-transformers.d.ts +2 -2
- package/dist/src/utils/trade-transformers.d.ts.map +1 -1
- package/dist/src/utils/validation-helpers.d.ts +18 -18
- package/dist/src/utils/validation-helpers.d.ts.map +1 -1
- package/dist/src/utils/validation-patterns.d.ts +23 -0
- package/dist/src/utils/validation-patterns.d.ts.map +1 -1
- package/dist/src/utils/validation.d.ts +2 -2
- package/dist/src/utils/validation.d.ts.map +1 -1
- package/dist/src/utils/websocket-validators.d.ts +1 -1
- package/dist/src/utils/websocket-validators.d.ts.map +1 -1
- package/package.json +12 -8
package/dist/ai-docs.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"meta": {
|
|
3
|
-
"version": "5.0.4-beta.
|
|
4
|
-
"generatedAt": "2026-01-
|
|
5
|
-
"toolCount":
|
|
6
|
-
"categoryCount":
|
|
3
|
+
"version": "5.0.4-beta.3",
|
|
4
|
+
"generatedAt": "2026-01-14T17:16:51.374Z",
|
|
5
|
+
"toolCount": 241,
|
|
6
|
+
"categoryCount": 29
|
|
7
7
|
},
|
|
8
8
|
"categories": {
|
|
9
9
|
"pools": {
|
|
@@ -69,6 +69,13 @@
|
|
|
69
69
|
"icon": "🪙",
|
|
70
70
|
"count": 4
|
|
71
71
|
},
|
|
72
|
+
"nft": {
|
|
73
|
+
"key": "nft",
|
|
74
|
+
"label": "NFTs",
|
|
75
|
+
"description": "NFT collection management and operations",
|
|
76
|
+
"icon": "🖼️",
|
|
77
|
+
"count": 11
|
|
78
|
+
},
|
|
72
79
|
"transfers": {
|
|
73
80
|
"key": "transfers",
|
|
74
81
|
"label": "Transfers",
|
|
@@ -169,9 +176,9 @@
|
|
|
169
176
|
},
|
|
170
177
|
"token-ban": {
|
|
171
178
|
"key": "token-ban",
|
|
172
|
-
"label": "Token
|
|
173
|
-
"description": "
|
|
174
|
-
"icon": "
|
|
179
|
+
"label": "Token Ban",
|
|
180
|
+
"description": "Platform-wide token bans",
|
|
181
|
+
"icon": "⛔",
|
|
175
182
|
"count": 5
|
|
176
183
|
},
|
|
177
184
|
"comments": {
|
|
@@ -190,29 +197,31 @@
|
|
|
190
197
|
},
|
|
191
198
|
"trades": {
|
|
192
199
|
"key": "trades",
|
|
193
|
-
"label": "
|
|
194
|
-
"description": "
|
|
195
|
-
"icon": "
|
|
200
|
+
"label": "Trade History",
|
|
201
|
+
"description": "View and analyze trading history",
|
|
202
|
+
"icon": "📋",
|
|
196
203
|
"count": 1
|
|
197
204
|
},
|
|
198
205
|
"chat-messages": {
|
|
199
206
|
"key": "chat-messages",
|
|
200
|
-
"label": "Chat
|
|
201
|
-
"description": "
|
|
202
|
-
"icon": "
|
|
207
|
+
"label": "Chat Messages",
|
|
208
|
+
"description": "Stream chat message operations",
|
|
209
|
+
"icon": "💬",
|
|
203
210
|
"count": 4
|
|
204
211
|
}
|
|
205
212
|
},
|
|
206
213
|
"categoryGroups": [
|
|
207
214
|
{
|
|
208
215
|
"key": "core",
|
|
209
|
-
"label": "Core",
|
|
216
|
+
"label": "Core Trading",
|
|
210
217
|
"categories": [
|
|
218
|
+
"nft",
|
|
211
219
|
"pools",
|
|
212
220
|
"trading",
|
|
221
|
+
"trades",
|
|
213
222
|
"balance",
|
|
214
|
-
"
|
|
215
|
-
"
|
|
223
|
+
"creation",
|
|
224
|
+
"referrals"
|
|
216
225
|
]
|
|
217
226
|
},
|
|
218
227
|
{
|
|
@@ -236,11 +245,12 @@
|
|
|
236
245
|
]
|
|
237
246
|
},
|
|
238
247
|
{
|
|
239
|
-
"key": "
|
|
240
|
-
"label": "
|
|
248
|
+
"key": "community",
|
|
249
|
+
"label": "Community",
|
|
241
250
|
"categories": [
|
|
242
251
|
"streaming",
|
|
243
252
|
"chat",
|
|
253
|
+
"chat-messages",
|
|
244
254
|
"comments",
|
|
245
255
|
"content-reactions"
|
|
246
256
|
]
|
|
@@ -251,6 +261,7 @@
|
|
|
251
261
|
"categories": [
|
|
252
262
|
"auth",
|
|
253
263
|
"ban",
|
|
264
|
+
"token-ban",
|
|
254
265
|
"api-keys",
|
|
255
266
|
"moderators",
|
|
256
267
|
"content-flags",
|
|
@@ -289,7 +300,7 @@
|
|
|
289
300
|
},
|
|
290
301
|
{
|
|
291
302
|
"name": "creatorAddress",
|
|
292
|
-
"type": "
|
|
303
|
+
"type": "any",
|
|
293
304
|
"required": false,
|
|
294
305
|
"description": "Filter by creator address (optional)"
|
|
295
306
|
},
|
|
@@ -329,14 +340,14 @@
|
|
|
329
340
|
]
|
|
330
341
|
},
|
|
331
342
|
{
|
|
332
|
-
"name": "
|
|
333
|
-
"type": "
|
|
343
|
+
"name": "offset",
|
|
344
|
+
"type": "number",
|
|
334
345
|
"required": false,
|
|
335
|
-
"description": "
|
|
346
|
+
"description": "Offset for pagination (default: 0)"
|
|
336
347
|
},
|
|
337
348
|
{
|
|
338
349
|
"name": "limit",
|
|
339
|
-
"type": "
|
|
350
|
+
"type": "any",
|
|
340
351
|
"required": false,
|
|
341
352
|
"description": "Results per page (default: 20, maximum: 100)"
|
|
342
353
|
}
|
|
@@ -353,7 +364,7 @@
|
|
|
353
364
|
"parameters": [
|
|
354
365
|
{
|
|
355
366
|
"name": "tokenName",
|
|
356
|
-
"type": "
|
|
367
|
+
"type": "any",
|
|
357
368
|
"required": false,
|
|
358
369
|
"description": "Optional token name (exact match filter)"
|
|
359
370
|
},
|
|
@@ -417,7 +428,7 @@
|
|
|
417
428
|
"parameters": [
|
|
418
429
|
{
|
|
419
430
|
"name": "tokenName",
|
|
420
|
-
"type": "
|
|
431
|
+
"type": "any",
|
|
421
432
|
"required": true,
|
|
422
433
|
"description": "Token name"
|
|
423
434
|
}
|
|
@@ -434,7 +445,7 @@
|
|
|
434
445
|
"parameters": [
|
|
435
446
|
{
|
|
436
447
|
"name": "tokenName",
|
|
437
|
-
"type": "
|
|
448
|
+
"type": "any",
|
|
438
449
|
"required": true,
|
|
439
450
|
"description": "Token name"
|
|
440
451
|
}
|
|
@@ -468,7 +479,7 @@
|
|
|
468
479
|
"parameters": [
|
|
469
480
|
{
|
|
470
481
|
"name": "tokenName",
|
|
471
|
-
"type": "
|
|
482
|
+
"type": "any",
|
|
472
483
|
"required": true,
|
|
473
484
|
"description": "Token name"
|
|
474
485
|
}
|
|
@@ -485,13 +496,13 @@
|
|
|
485
496
|
"parameters": [
|
|
486
497
|
{
|
|
487
498
|
"name": "tokenName",
|
|
488
|
-
"type": "
|
|
499
|
+
"type": "any",
|
|
489
500
|
"required": true,
|
|
490
501
|
"description": "Token name"
|
|
491
502
|
},
|
|
492
503
|
{
|
|
493
504
|
"name": "userAddress",
|
|
494
|
-
"type": "
|
|
505
|
+
"type": "any",
|
|
495
506
|
"required": true,
|
|
496
507
|
"description": "User wallet address to lookup holder context for"
|
|
497
508
|
}
|
|
@@ -508,7 +519,7 @@
|
|
|
508
519
|
"parameters": [
|
|
509
520
|
{
|
|
510
521
|
"name": "tokenName",
|
|
511
|
-
"type": "
|
|
522
|
+
"type": "any",
|
|
512
523
|
"required": true,
|
|
513
524
|
"description": "Token name"
|
|
514
525
|
}
|
|
@@ -525,7 +536,7 @@
|
|
|
525
536
|
"parameters": [
|
|
526
537
|
{
|
|
527
538
|
"name": "tokenName",
|
|
528
|
-
"type": "
|
|
539
|
+
"type": "any",
|
|
529
540
|
"required": true,
|
|
530
541
|
"description": "Token name"
|
|
531
542
|
},
|
|
@@ -568,7 +579,7 @@
|
|
|
568
579
|
"parameters": [
|
|
569
580
|
{
|
|
570
581
|
"name": "tokenName",
|
|
571
|
-
"type": "
|
|
582
|
+
"type": "any",
|
|
572
583
|
"required": false,
|
|
573
584
|
"description": "Launchpad token name (e.g., \"galadog\", \"anime\") - auto-detects graduation status"
|
|
574
585
|
},
|
|
@@ -580,7 +591,7 @@
|
|
|
580
591
|
},
|
|
581
592
|
{
|
|
582
593
|
"name": "currentSupply",
|
|
583
|
-
"type": "
|
|
594
|
+
"type": "any",
|
|
584
595
|
"required": false,
|
|
585
596
|
"description": "Current token supply (optional - only used for local mode, auto-fetched if missing)"
|
|
586
597
|
},
|
|
@@ -615,7 +626,7 @@
|
|
|
615
626
|
"parameters": [
|
|
616
627
|
{
|
|
617
628
|
"name": "tokenName",
|
|
618
|
-
"type": "
|
|
629
|
+
"type": "any",
|
|
619
630
|
"required": true,
|
|
620
631
|
"description": "Token name (e.g., \"dragnrkti\", \"rocketri\", \"unicornri\")"
|
|
621
632
|
},
|
|
@@ -631,7 +642,7 @@
|
|
|
631
642
|
},
|
|
632
643
|
{
|
|
633
644
|
"name": "currentSupply",
|
|
634
|
-
"type": "
|
|
645
|
+
"type": "any",
|
|
635
646
|
"required": false,
|
|
636
647
|
"description": "Current token supply (optional - only used for local mode, auto-fetched if missing)"
|
|
637
648
|
}
|
|
@@ -647,7 +658,7 @@
|
|
|
647
658
|
"parameters": [
|
|
648
659
|
{
|
|
649
660
|
"name": "tokenName",
|
|
650
|
-
"type": "
|
|
661
|
+
"type": "any",
|
|
651
662
|
"required": false,
|
|
652
663
|
"description": "Simple token name for convenience (e.g., \"demonkpop\", \"shoewars\") - automatically resolves to full token ID. Use this OR tokenId, not both."
|
|
653
664
|
},
|
|
@@ -680,14 +691,14 @@
|
|
|
680
691
|
]
|
|
681
692
|
},
|
|
682
693
|
{
|
|
683
|
-
"name": "
|
|
684
|
-
"type": "
|
|
694
|
+
"name": "offset",
|
|
695
|
+
"type": "number",
|
|
685
696
|
"required": false,
|
|
686
|
-
"description": "
|
|
697
|
+
"description": "Offset for pagination (default: 0)"
|
|
687
698
|
},
|
|
688
699
|
{
|
|
689
700
|
"name": "limit",
|
|
690
|
-
"type": "
|
|
701
|
+
"type": "any",
|
|
691
702
|
"required": false,
|
|
692
703
|
"description": "Results per page (default: 10, maximum: 50)"
|
|
693
704
|
}
|
|
@@ -704,7 +715,7 @@
|
|
|
704
715
|
"parameters": [
|
|
705
716
|
{
|
|
706
717
|
"name": "tokenName",
|
|
707
|
-
"type": "
|
|
718
|
+
"type": "any",
|
|
708
719
|
"required": false,
|
|
709
720
|
"description": "Simple token name for convenience (e.g., \"demonkpop\", \"shoewars\") - automatically resolves to full token ID. Use this OR tokenId, not both."
|
|
710
721
|
},
|
|
@@ -749,7 +760,7 @@
|
|
|
749
760
|
"parameters": [
|
|
750
761
|
{
|
|
751
762
|
"name": "tokenName",
|
|
752
|
-
"type": "
|
|
763
|
+
"type": "any",
|
|
753
764
|
"required": true,
|
|
754
765
|
"description": "Token name"
|
|
755
766
|
}
|
|
@@ -765,7 +776,7 @@
|
|
|
765
776
|
"parameters": [
|
|
766
777
|
{
|
|
767
778
|
"name": "symbol",
|
|
768
|
-
"type": "
|
|
779
|
+
"type": "any",
|
|
769
780
|
"required": true,
|
|
770
781
|
"description": "Token symbol"
|
|
771
782
|
}
|
|
@@ -781,7 +792,7 @@
|
|
|
781
792
|
"parameters": [
|
|
782
793
|
{
|
|
783
794
|
"name": "tokenName",
|
|
784
|
-
"type": "
|
|
795
|
+
"type": "any",
|
|
785
796
|
"required": true,
|
|
786
797
|
"description": "Token name"
|
|
787
798
|
}
|
|
@@ -798,7 +809,7 @@
|
|
|
798
809
|
"parameters": [
|
|
799
810
|
{
|
|
800
811
|
"name": "tokenName",
|
|
801
|
-
"type": "
|
|
812
|
+
"type": "any",
|
|
802
813
|
"required": true,
|
|
803
814
|
"description": "Token name"
|
|
804
815
|
}
|
|
@@ -896,7 +907,7 @@
|
|
|
896
907
|
"parameters": [
|
|
897
908
|
{
|
|
898
909
|
"name": "tokenName",
|
|
899
|
-
"type": "
|
|
910
|
+
"type": "any",
|
|
900
911
|
"required": true,
|
|
901
912
|
"description": "Token name"
|
|
902
913
|
},
|
|
@@ -954,13 +965,13 @@
|
|
|
954
965
|
"parameters": [
|
|
955
966
|
{
|
|
956
967
|
"name": "tokenName",
|
|
957
|
-
"type": "
|
|
968
|
+
"type": "any",
|
|
958
969
|
"required": false,
|
|
959
970
|
"description": "Token name to check (e.g., \"anime\", \"galadog\")"
|
|
960
971
|
},
|
|
961
972
|
{
|
|
962
973
|
"name": "symbol",
|
|
963
|
-
"type": "
|
|
974
|
+
"type": "any",
|
|
964
975
|
"required": false,
|
|
965
976
|
"description": "Token symbol to check (e.g., \"MT\", \"LG\")"
|
|
966
977
|
}
|
|
@@ -976,13 +987,13 @@
|
|
|
976
987
|
"parameters": [
|
|
977
988
|
{
|
|
978
989
|
"name": "tokenName",
|
|
979
|
-
"type": "
|
|
990
|
+
"type": "any",
|
|
980
991
|
"required": true,
|
|
981
992
|
"description": "Token name"
|
|
982
993
|
},
|
|
983
994
|
{
|
|
984
995
|
"name": "amount",
|
|
985
|
-
"type": "
|
|
996
|
+
"type": "any",
|
|
986
997
|
"required": true,
|
|
987
998
|
"description": "Amount in standard decimal format (e.g., \"1\" for 1 GALA)"
|
|
988
999
|
},
|
|
@@ -1009,13 +1020,13 @@
|
|
|
1009
1020
|
"parameters": [
|
|
1010
1021
|
{
|
|
1011
1022
|
"name": "tokenName",
|
|
1012
|
-
"type": "
|
|
1023
|
+
"type": "any",
|
|
1013
1024
|
"required": true,
|
|
1014
1025
|
"description": "Token name"
|
|
1015
1026
|
},
|
|
1016
1027
|
{
|
|
1017
1028
|
"name": "amount",
|
|
1018
|
-
"type": "
|
|
1029
|
+
"type": "any",
|
|
1019
1030
|
"required": true,
|
|
1020
1031
|
"description": "Amount in standard decimal format (e.g., \"1\" for 1 GALA)"
|
|
1021
1032
|
},
|
|
@@ -1042,13 +1053,13 @@
|
|
|
1042
1053
|
"parameters": [
|
|
1043
1054
|
{
|
|
1044
1055
|
"name": "tokenName",
|
|
1045
|
-
"type": "
|
|
1056
|
+
"type": "any",
|
|
1046
1057
|
"required": true,
|
|
1047
1058
|
"description": "Token name"
|
|
1048
1059
|
},
|
|
1049
1060
|
{
|
|
1050
1061
|
"name": "amount",
|
|
1051
|
-
"type": "
|
|
1062
|
+
"type": "any",
|
|
1052
1063
|
"required": true,
|
|
1053
1064
|
"description": "Amount to spend/buy"
|
|
1054
1065
|
},
|
|
@@ -1064,13 +1075,13 @@
|
|
|
1064
1075
|
},
|
|
1065
1076
|
{
|
|
1066
1077
|
"name": "expectedAmount",
|
|
1067
|
-
"type": "
|
|
1078
|
+
"type": "any",
|
|
1068
1079
|
"required": true,
|
|
1069
1080
|
"description": "Expected token output amount from calculateBuyAmount (REQUIRED).\n\nCRITICAL: This is the 'amount' field from calculateBuyAmount result, NOT your input amount.\n\nWORKFLOW:\n1. Call calculateBuyAmount({ tokenName, amount, type })\n2. Extract result.amount from the response\n3. Use result.amount as this expectedAmount parameter\n\nEXAMPLE:\nconst calc = await calculateBuyAmount({ tokenName: 'woohoo', amount: '10', type: 'native' });\n// calc.amount = \"16843.7579794843252\"\nawait buy({ tokenName: 'woohoo', amount: '10', type: 'native', expectedAmount: calc.amount, ... });\n// Use calc.amount (\"16843.7579794843252\"), NOT the input '10'"
|
|
1070
1081
|
},
|
|
1071
1082
|
{
|
|
1072
1083
|
"name": "maxAcceptableReverseBondingCurveFee",
|
|
1073
|
-
"type": "
|
|
1084
|
+
"type": "any",
|
|
1074
1085
|
"required": false,
|
|
1075
1086
|
"description": "RECOMMENDED: Base reverse bonding curve fee from calculateBuyAmount (GALA). Use result.reverseBondingCurveFee. Omitting this may cause transaction failures. Works with maxAcceptableReverseBondingCurveFeeSlippageFactor for automatic slippage adjustment."
|
|
1076
1087
|
},
|
|
@@ -1088,7 +1099,7 @@
|
|
|
1088
1099
|
},
|
|
1089
1100
|
{
|
|
1090
1101
|
"name": "privateKey",
|
|
1091
|
-
"type": "
|
|
1102
|
+
"type": "any",
|
|
1092
1103
|
"required": false,
|
|
1093
1104
|
"description": "Optional private key override for this operation (format: \"0x\" + 64 hex characters). If provided, uses this wallet instead of the default MCP server wallet."
|
|
1094
1105
|
}
|
|
@@ -1105,13 +1116,13 @@
|
|
|
1105
1116
|
"parameters": [
|
|
1106
1117
|
{
|
|
1107
1118
|
"name": "tokenName",
|
|
1108
|
-
"type": "
|
|
1119
|
+
"type": "any",
|
|
1109
1120
|
"required": true,
|
|
1110
1121
|
"description": "Token name"
|
|
1111
1122
|
},
|
|
1112
1123
|
{
|
|
1113
1124
|
"name": "amount",
|
|
1114
|
-
"type": "
|
|
1125
|
+
"type": "any",
|
|
1115
1126
|
"required": true,
|
|
1116
1127
|
"description": "Amount to sell/receive"
|
|
1117
1128
|
},
|
|
@@ -1127,13 +1138,13 @@
|
|
|
1127
1138
|
},
|
|
1128
1139
|
{
|
|
1129
1140
|
"name": "expectedAmount",
|
|
1130
|
-
"type": "
|
|
1141
|
+
"type": "any",
|
|
1131
1142
|
"required": true,
|
|
1132
1143
|
"description": "Expected GALA output amount from calculateSellAmount (REQUIRED).\n\nCRITICAL: This is the 'amount' field from calculateSellAmount result, NOT your input amount.\n\nWORKFLOW:\n1. Call calculateSellAmount({ tokenName, amount, type })\n2. Extract result.amount from the response\n3. Use result.amount as this expectedAmount parameter\n\nEXAMPLE:\nconst calc = await calculateSellAmount({ tokenName: 'woohoo', amount: '10', type: 'native' });\n// calc.amount = \"16843.7579794843252\"\nawait sell({ tokenName: 'woohoo', amount: '10', type: 'native', expectedAmount: calc.amount, ... });\n// Use calc.amount (\"16843.7579794843252\"), NOT the input '10'"
|
|
1133
1144
|
},
|
|
1134
1145
|
{
|
|
1135
1146
|
"name": "maxAcceptableReverseBondingCurveFee",
|
|
1136
|
-
"type": "
|
|
1147
|
+
"type": "any",
|
|
1137
1148
|
"required": false,
|
|
1138
1149
|
"description": "RECOMMENDED: Base reverse bonding curve fee from calculateSellAmount (GALA). Use result.reverseBondingCurveFee. Omitting this may cause transaction failures. Works with maxAcceptableReverseBondingCurveFeeSlippageFactor for automatic slippage adjustment."
|
|
1139
1150
|
},
|
|
@@ -1151,7 +1162,7 @@
|
|
|
1151
1162
|
},
|
|
1152
1163
|
{
|
|
1153
1164
|
"name": "privateKey",
|
|
1154
|
-
"type": "
|
|
1165
|
+
"type": "any",
|
|
1155
1166
|
"required": false,
|
|
1156
1167
|
"description": "Optional private key override for this operation (format: \"0x\" + 64 hex characters). If provided, uses this wallet instead of the default MCP server wallet."
|
|
1157
1168
|
}
|
|
@@ -1168,7 +1179,7 @@
|
|
|
1168
1179
|
"parameters": [
|
|
1169
1180
|
{
|
|
1170
1181
|
"name": "tokenName",
|
|
1171
|
-
"type": "
|
|
1182
|
+
"type": "any",
|
|
1172
1183
|
"required": false,
|
|
1173
1184
|
"description": "Token name"
|
|
1174
1185
|
},
|
|
@@ -1184,31 +1195,31 @@
|
|
|
1184
1195
|
},
|
|
1185
1196
|
{
|
|
1186
1197
|
"name": "userAddress",
|
|
1187
|
-
"type": "
|
|
1198
|
+
"type": "any",
|
|
1188
1199
|
"required": false,
|
|
1189
1200
|
"description": "Filter by user address"
|
|
1190
1201
|
},
|
|
1191
1202
|
{
|
|
1192
|
-
"name": "
|
|
1193
|
-
"type": "
|
|
1203
|
+
"name": "offset",
|
|
1204
|
+
"type": "number",
|
|
1194
1205
|
"required": false,
|
|
1195
|
-
"description": "
|
|
1206
|
+
"description": "Offset for pagination (default: 0)"
|
|
1196
1207
|
},
|
|
1197
1208
|
{
|
|
1198
1209
|
"name": "limit",
|
|
1199
|
-
"type": "
|
|
1210
|
+
"type": "any",
|
|
1200
1211
|
"required": false,
|
|
1201
1212
|
"description": "Results per page (default: 20, maximum: 20)"
|
|
1202
1213
|
},
|
|
1203
1214
|
{
|
|
1204
1215
|
"name": "startDate",
|
|
1205
|
-
"type": "
|
|
1216
|
+
"type": "any",
|
|
1206
1217
|
"required": false,
|
|
1207
1218
|
"description": "Filter by start date"
|
|
1208
1219
|
},
|
|
1209
1220
|
{
|
|
1210
1221
|
"name": "endDate",
|
|
1211
|
-
"type": "
|
|
1222
|
+
"type": "any",
|
|
1212
1223
|
"required": false,
|
|
1213
1224
|
"description": "Filter by end date"
|
|
1214
1225
|
},
|
|
@@ -1235,7 +1246,7 @@
|
|
|
1235
1246
|
"parameters": [
|
|
1236
1247
|
{
|
|
1237
1248
|
"name": "amount",
|
|
1238
|
-
"type": "
|
|
1249
|
+
"type": "any",
|
|
1239
1250
|
"required": true,
|
|
1240
1251
|
"description": "GALA amount to spend for initial buy (standard decimal format, e.g., \"100\" for 100 GALA)"
|
|
1241
1252
|
}
|
|
@@ -1251,7 +1262,7 @@
|
|
|
1251
1262
|
"parameters": [
|
|
1252
1263
|
{
|
|
1253
1264
|
"name": "transactionId",
|
|
1254
|
-
"type": "
|
|
1265
|
+
"type": "any",
|
|
1255
1266
|
"required": true,
|
|
1256
1267
|
"description": "Transaction ID (UUID format) from buy(), sell(), or launchToken()"
|
|
1257
1268
|
}
|
|
@@ -1268,7 +1279,7 @@
|
|
|
1268
1279
|
"parameters": [
|
|
1269
1280
|
{
|
|
1270
1281
|
"name": "tokenName",
|
|
1271
|
-
"type": "
|
|
1282
|
+
"type": "any",
|
|
1272
1283
|
"required": true,
|
|
1273
1284
|
"description": "Token name"
|
|
1274
1285
|
},
|
|
@@ -1284,7 +1295,7 @@
|
|
|
1284
1295
|
},
|
|
1285
1296
|
{
|
|
1286
1297
|
"name": "currentSupply",
|
|
1287
|
-
"type": "
|
|
1298
|
+
"type": "any",
|
|
1288
1299
|
"required": false,
|
|
1289
1300
|
"description": "Current token supply (optional - only used for local mode, auto-fetched if missing)"
|
|
1290
1301
|
}
|
|
@@ -1301,7 +1312,7 @@
|
|
|
1301
1312
|
"parameters": [
|
|
1302
1313
|
{
|
|
1303
1314
|
"name": "tokenName",
|
|
1304
|
-
"type": "
|
|
1315
|
+
"type": "any",
|
|
1305
1316
|
"required": true,
|
|
1306
1317
|
"description": "Token name"
|
|
1307
1318
|
},
|
|
@@ -1319,7 +1330,7 @@
|
|
|
1319
1330
|
},
|
|
1320
1331
|
{
|
|
1321
1332
|
"name": "privateKey",
|
|
1322
|
-
"type": "
|
|
1333
|
+
"type": "any",
|
|
1323
1334
|
"required": false,
|
|
1324
1335
|
"description": "Optional private key override for this operation (format: \"0x\" + 64 hex characters). If provided, uses this wallet instead of the default MCP server wallet."
|
|
1325
1336
|
},
|
|
@@ -1335,7 +1346,7 @@
|
|
|
1335
1346
|
},
|
|
1336
1347
|
{
|
|
1337
1348
|
"name": "currentSupply",
|
|
1338
|
-
"type": "
|
|
1349
|
+
"type": "any",
|
|
1339
1350
|
"required": false,
|
|
1340
1351
|
"description": "Current token supply (optional - only used for local mode, auto-fetched if missing)"
|
|
1341
1352
|
}
|
|
@@ -1352,13 +1363,13 @@
|
|
|
1352
1363
|
"parameters": [
|
|
1353
1364
|
{
|
|
1354
1365
|
"name": "tokenName",
|
|
1355
|
-
"type": "
|
|
1366
|
+
"type": "any",
|
|
1356
1367
|
"required": true,
|
|
1357
1368
|
"description": "Token name"
|
|
1358
1369
|
},
|
|
1359
1370
|
{
|
|
1360
1371
|
"name": "amount",
|
|
1361
|
-
"type": "
|
|
1372
|
+
"type": "any",
|
|
1362
1373
|
"required": true,
|
|
1363
1374
|
"description": "Amount in standard decimal format (e.g., \"1\" for 1 GALA)"
|
|
1364
1375
|
},
|
|
@@ -1385,13 +1396,13 @@
|
|
|
1385
1396
|
"parameters": [
|
|
1386
1397
|
{
|
|
1387
1398
|
"name": "tokenName",
|
|
1388
|
-
"type": "
|
|
1399
|
+
"type": "any",
|
|
1389
1400
|
"required": true,
|
|
1390
1401
|
"description": "Token name"
|
|
1391
1402
|
},
|
|
1392
1403
|
{
|
|
1393
1404
|
"name": "amount",
|
|
1394
|
-
"type": "
|
|
1405
|
+
"type": "any",
|
|
1395
1406
|
"required": true,
|
|
1396
1407
|
"description": "Amount in standard decimal format (e.g., \"1\" for 1 GALA)"
|
|
1397
1408
|
},
|
|
@@ -1418,13 +1429,13 @@
|
|
|
1418
1429
|
"parameters": [
|
|
1419
1430
|
{
|
|
1420
1431
|
"name": "tokenName",
|
|
1421
|
-
"type": "
|
|
1432
|
+
"type": "any",
|
|
1422
1433
|
"required": true,
|
|
1423
1434
|
"description": "Token name"
|
|
1424
1435
|
},
|
|
1425
1436
|
{
|
|
1426
1437
|
"name": "amount",
|
|
1427
|
-
"type": "
|
|
1438
|
+
"type": "any",
|
|
1428
1439
|
"required": true,
|
|
1429
1440
|
"description": "Amount to sell/receive"
|
|
1430
1441
|
},
|
|
@@ -1440,7 +1451,7 @@
|
|
|
1440
1451
|
},
|
|
1441
1452
|
{
|
|
1442
1453
|
"name": "maxSupply",
|
|
1443
|
-
"type": "
|
|
1454
|
+
"type": "any",
|
|
1444
1455
|
"required": true,
|
|
1445
1456
|
"description": "Token maximum supply (get from fetchPoolDetails)"
|
|
1446
1457
|
},
|
|
@@ -1469,13 +1480,13 @@
|
|
|
1469
1480
|
"parameters": [
|
|
1470
1481
|
{
|
|
1471
1482
|
"name": "tokenName",
|
|
1472
|
-
"type": "
|
|
1483
|
+
"type": "any",
|
|
1473
1484
|
"required": true,
|
|
1474
1485
|
"description": "Token name"
|
|
1475
1486
|
},
|
|
1476
1487
|
{
|
|
1477
1488
|
"name": "amount",
|
|
1478
|
-
"type": "
|
|
1489
|
+
"type": "any",
|
|
1479
1490
|
"required": true,
|
|
1480
1491
|
"description": "Amount to sell/receive"
|
|
1481
1492
|
},
|
|
@@ -1514,7 +1525,7 @@
|
|
|
1514
1525
|
},
|
|
1515
1526
|
{
|
|
1516
1527
|
"name": "amount",
|
|
1517
|
-
"type": "
|
|
1528
|
+
"type": "any",
|
|
1518
1529
|
"required": true,
|
|
1519
1530
|
"description": "Amount of source token to spend"
|
|
1520
1531
|
}
|
|
@@ -1543,7 +1554,7 @@
|
|
|
1543
1554
|
},
|
|
1544
1555
|
{
|
|
1545
1556
|
"name": "amount",
|
|
1546
|
-
"type": "
|
|
1557
|
+
"type": "any",
|
|
1547
1558
|
"required": true,
|
|
1548
1559
|
"description": "Desired amount of destination token to receive"
|
|
1549
1560
|
}
|
|
@@ -1595,7 +1606,7 @@
|
|
|
1595
1606
|
},
|
|
1596
1607
|
{
|
|
1597
1608
|
"name": "amount",
|
|
1598
|
-
"type": "
|
|
1609
|
+
"type": "any",
|
|
1599
1610
|
"required": true,
|
|
1600
1611
|
"description": "Amount of fromToken to swap"
|
|
1601
1612
|
},
|
|
@@ -1652,7 +1663,7 @@
|
|
|
1652
1663
|
},
|
|
1653
1664
|
{
|
|
1654
1665
|
"name": "amount",
|
|
1655
|
-
"type": "
|
|
1666
|
+
"type": "any",
|
|
1656
1667
|
"required": true,
|
|
1657
1668
|
"description": "Amount of fromToken to swap"
|
|
1658
1669
|
}
|
|
@@ -1680,13 +1691,13 @@
|
|
|
1680
1691
|
},
|
|
1681
1692
|
{
|
|
1682
1693
|
"name": "inputAmount",
|
|
1683
|
-
"type": "
|
|
1694
|
+
"type": "any",
|
|
1684
1695
|
"required": true,
|
|
1685
1696
|
"description": "Amount of source token to spend"
|
|
1686
1697
|
},
|
|
1687
1698
|
{
|
|
1688
1699
|
"name": "estimatedOutput",
|
|
1689
|
-
"type": "
|
|
1700
|
+
"type": "any",
|
|
1690
1701
|
"required": true,
|
|
1691
1702
|
"description": "Expected output amount from quote (for slippage calculation)"
|
|
1692
1703
|
},
|
|
@@ -1720,7 +1731,7 @@
|
|
|
1720
1731
|
"parameters": [
|
|
1721
1732
|
{
|
|
1722
1733
|
"name": "walletAddress",
|
|
1723
|
-
"type": "
|
|
1734
|
+
"type": "any",
|
|
1724
1735
|
"required": true,
|
|
1725
1736
|
"description": "Wallet address to query (e.g., \"0x1234...\" or \"eth|1234...\")"
|
|
1726
1737
|
}
|
|
@@ -1737,7 +1748,7 @@
|
|
|
1737
1748
|
"parameters": [
|
|
1738
1749
|
{
|
|
1739
1750
|
"name": "walletAddress",
|
|
1740
|
-
"type": "
|
|
1751
|
+
"type": "any",
|
|
1741
1752
|
"required": true,
|
|
1742
1753
|
"description": "Wallet address to query (e.g., \"0x1234...\" or \"eth|1234...\")"
|
|
1743
1754
|
}
|
|
@@ -1780,14 +1791,14 @@
|
|
|
1780
1791
|
]
|
|
1781
1792
|
},
|
|
1782
1793
|
{
|
|
1783
|
-
"name": "
|
|
1784
|
-
"type": "
|
|
1794
|
+
"name": "offset",
|
|
1795
|
+
"type": "number",
|
|
1785
1796
|
"required": false,
|
|
1786
|
-
"description": "
|
|
1797
|
+
"description": "Offset for pagination (default: 0)"
|
|
1787
1798
|
},
|
|
1788
1799
|
{
|
|
1789
1800
|
"name": "limit",
|
|
1790
|
-
"type": "
|
|
1801
|
+
"type": "any",
|
|
1791
1802
|
"required": false,
|
|
1792
1803
|
"description": "Results per page (default: 10, maximum: 100)"
|
|
1793
1804
|
}
|
|
@@ -1939,21 +1950,21 @@
|
|
|
1939
1950
|
"parameters": [
|
|
1940
1951
|
{
|
|
1941
1952
|
"name": "search",
|
|
1942
|
-
"type": "
|
|
1953
|
+
"type": "any",
|
|
1943
1954
|
"required": false,
|
|
1944
1955
|
"description": "Optional search query (fuzzy match filter)"
|
|
1945
1956
|
},
|
|
1946
1957
|
{
|
|
1947
1958
|
"name": "limit",
|
|
1948
|
-
"type": "
|
|
1959
|
+
"type": "any",
|
|
1949
1960
|
"required": false,
|
|
1950
1961
|
"description": "Results per page (default: 20, maximum: 100)"
|
|
1951
1962
|
},
|
|
1952
1963
|
{
|
|
1953
|
-
"name": "
|
|
1954
|
-
"type": "
|
|
1964
|
+
"name": "offset",
|
|
1965
|
+
"type": "number",
|
|
1955
1966
|
"required": false,
|
|
1956
|
-
"description": "
|
|
1967
|
+
"description": "Offset for pagination (default: 0)"
|
|
1957
1968
|
}
|
|
1958
1969
|
],
|
|
1959
1970
|
"topic": "dex-token-discovery"
|
|
@@ -1968,7 +1979,7 @@
|
|
|
1968
1979
|
"parameters": [
|
|
1969
1980
|
{
|
|
1970
1981
|
"name": "search",
|
|
1971
|
-
"type": "
|
|
1982
|
+
"type": "any",
|
|
1972
1983
|
"required": false,
|
|
1973
1984
|
"description": "Optional search query (fuzzy match filter)"
|
|
1974
1985
|
}
|
|
@@ -1985,7 +1996,7 @@
|
|
|
1985
1996
|
"parameters": [
|
|
1986
1997
|
{
|
|
1987
1998
|
"name": "ownerAddress",
|
|
1988
|
-
"type": "
|
|
1999
|
+
"type": "any",
|
|
1989
2000
|
"required": true,
|
|
1990
2001
|
"description": "Wallet address that owns the position"
|
|
1991
2002
|
},
|
|
@@ -2019,7 +2030,7 @@
|
|
|
2019
2030
|
"parameters": [
|
|
2020
2031
|
{
|
|
2021
2032
|
"name": "ownerAddress",
|
|
2022
|
-
"type": "
|
|
2033
|
+
"type": "any",
|
|
2023
2034
|
"required": true,
|
|
2024
2035
|
"description": "Wallet address that owns the position"
|
|
2025
2036
|
},
|
|
@@ -2041,7 +2052,7 @@
|
|
|
2041
2052
|
"parameters": [
|
|
2042
2053
|
{
|
|
2043
2054
|
"name": "ownerAddress",
|
|
2044
|
-
"type": "
|
|
2055
|
+
"type": "any",
|
|
2045
2056
|
"required": true,
|
|
2046
2057
|
"description": "Wallet address that owns the position"
|
|
2047
2058
|
},
|
|
@@ -2063,7 +2074,7 @@
|
|
|
2063
2074
|
"parameters": [
|
|
2064
2075
|
{
|
|
2065
2076
|
"name": "ownerAddress",
|
|
2066
|
-
"type": "
|
|
2077
|
+
"type": "any",
|
|
2067
2078
|
"required": true,
|
|
2068
2079
|
"description": "Wallet address that owns the position"
|
|
2069
2080
|
},
|
|
@@ -2149,13 +2160,13 @@
|
|
|
2149
2160
|
},
|
|
2150
2161
|
{
|
|
2151
2162
|
"name": "liquidity",
|
|
2152
|
-
"type": "
|
|
2163
|
+
"type": "any",
|
|
2153
2164
|
"required": true,
|
|
2154
2165
|
"description": "Liquidity amount to estimate removal for"
|
|
2155
2166
|
},
|
|
2156
2167
|
{
|
|
2157
2168
|
"name": "ownerAddress",
|
|
2158
|
-
"type": "
|
|
2169
|
+
"type": "any",
|
|
2159
2170
|
"required": true,
|
|
2160
2171
|
"description": "Wallet address that owns the position"
|
|
2161
2172
|
}
|
|
@@ -2206,25 +2217,25 @@
|
|
|
2206
2217
|
},
|
|
2207
2218
|
{
|
|
2208
2219
|
"name": "amount0Desired",
|
|
2209
|
-
"type": "
|
|
2220
|
+
"type": "any",
|
|
2210
2221
|
"required": true,
|
|
2211
2222
|
"description": "Desired amount of token0 to provide"
|
|
2212
2223
|
},
|
|
2213
2224
|
{
|
|
2214
2225
|
"name": "amount1Desired",
|
|
2215
|
-
"type": "
|
|
2226
|
+
"type": "any",
|
|
2216
2227
|
"required": true,
|
|
2217
2228
|
"description": "Desired amount of token1 to provide"
|
|
2218
2229
|
},
|
|
2219
2230
|
{
|
|
2220
2231
|
"name": "amount0Min",
|
|
2221
|
-
"type": "
|
|
2232
|
+
"type": "any",
|
|
2222
2233
|
"required": false,
|
|
2223
2234
|
"description": "Minimum acceptable amount0 (optional, defaults to 0)"
|
|
2224
2235
|
},
|
|
2225
2236
|
{
|
|
2226
2237
|
"name": "amount1Min",
|
|
2227
|
-
"type": "
|
|
2238
|
+
"type": "any",
|
|
2228
2239
|
"required": false,
|
|
2229
2240
|
"description": "Minimum acceptable amount1 (optional, defaults to 0)"
|
|
2230
2241
|
}
|
|
@@ -2275,25 +2286,25 @@
|
|
|
2275
2286
|
},
|
|
2276
2287
|
{
|
|
2277
2288
|
"name": "amount0Desired",
|
|
2278
|
-
"type": "
|
|
2289
|
+
"type": "any",
|
|
2279
2290
|
"required": true,
|
|
2280
2291
|
"description": "Desired amount of token0 to provide"
|
|
2281
2292
|
},
|
|
2282
2293
|
{
|
|
2283
2294
|
"name": "amount1Desired",
|
|
2284
|
-
"type": "
|
|
2295
|
+
"type": "any",
|
|
2285
2296
|
"required": true,
|
|
2286
2297
|
"description": "Desired amount of token1 to provide"
|
|
2287
2298
|
},
|
|
2288
2299
|
{
|
|
2289
2300
|
"name": "amount0Min",
|
|
2290
|
-
"type": "
|
|
2301
|
+
"type": "any",
|
|
2291
2302
|
"required": false,
|
|
2292
2303
|
"description": "Minimum acceptable amount0 (optional, defaults to 0)"
|
|
2293
2304
|
},
|
|
2294
2305
|
{
|
|
2295
2306
|
"name": "amount1Min",
|
|
2296
|
-
"type": "
|
|
2307
|
+
"type": "any",
|
|
2297
2308
|
"required": false,
|
|
2298
2309
|
"description": "Minimum acceptable amount1 (optional, defaults to 0)"
|
|
2299
2310
|
}
|
|
@@ -2309,7 +2320,7 @@
|
|
|
2309
2320
|
"parameters": [
|
|
2310
2321
|
{
|
|
2311
2322
|
"name": "ownerAddress",
|
|
2312
|
-
"type": "
|
|
2323
|
+
"type": "any",
|
|
2313
2324
|
"required": true,
|
|
2314
2325
|
"description": "Wallet address that owns the position"
|
|
2315
2326
|
},
|
|
@@ -2321,19 +2332,19 @@
|
|
|
2321
2332
|
},
|
|
2322
2333
|
{
|
|
2323
2334
|
"name": "liquidity",
|
|
2324
|
-
"type": "
|
|
2335
|
+
"type": "any",
|
|
2325
2336
|
"required": true,
|
|
2326
2337
|
"description": "Amount of liquidity to remove (full liquidity to close position)"
|
|
2327
2338
|
},
|
|
2328
2339
|
{
|
|
2329
2340
|
"name": "amount0Min",
|
|
2330
|
-
"type": "
|
|
2341
|
+
"type": "any",
|
|
2331
2342
|
"required": true,
|
|
2332
2343
|
"description": "Minimum acceptable amount of token0 to receive"
|
|
2333
2344
|
},
|
|
2334
2345
|
{
|
|
2335
2346
|
"name": "amount1Min",
|
|
2336
|
-
"type": "
|
|
2347
|
+
"type": "any",
|
|
2337
2348
|
"required": true,
|
|
2338
2349
|
"description": "Minimum acceptable amount of token1 to receive"
|
|
2339
2350
|
},
|
|
@@ -2390,7 +2401,7 @@
|
|
|
2390
2401
|
},
|
|
2391
2402
|
{
|
|
2392
2403
|
"name": "ownerAddress",
|
|
2393
|
-
"type": "
|
|
2404
|
+
"type": "any",
|
|
2394
2405
|
"required": true,
|
|
2395
2406
|
"description": "Wallet address that owns the position"
|
|
2396
2407
|
}
|
|
@@ -2407,7 +2418,7 @@
|
|
|
2407
2418
|
"parameters": [
|
|
2408
2419
|
{
|
|
2409
2420
|
"name": "ownerAddress",
|
|
2410
|
-
"type": "
|
|
2421
|
+
"type": "any",
|
|
2411
2422
|
"required": true,
|
|
2412
2423
|
"description": "Wallet address that owns the position"
|
|
2413
2424
|
},
|
|
@@ -2419,13 +2430,13 @@
|
|
|
2419
2430
|
},
|
|
2420
2431
|
{
|
|
2421
2432
|
"name": "amount0Max",
|
|
2422
|
-
"type": "
|
|
2433
|
+
"type": "any",
|
|
2423
2434
|
"required": false,
|
|
2424
2435
|
"description": "Maximum amount of token0 fees to collect (optional)"
|
|
2425
2436
|
},
|
|
2426
2437
|
{
|
|
2427
2438
|
"name": "amount1Max",
|
|
2428
|
-
"type": "
|
|
2439
|
+
"type": "any",
|
|
2429
2440
|
"required": false,
|
|
2430
2441
|
"description": "Maximum amount of token1 fees to collect (optional)"
|
|
2431
2442
|
}
|
|
@@ -2498,7 +2509,7 @@
|
|
|
2498
2509
|
"parameters": [
|
|
2499
2510
|
{
|
|
2500
2511
|
"name": "address",
|
|
2501
|
-
"type": "
|
|
2512
|
+
"type": "any",
|
|
2502
2513
|
"required": false,
|
|
2503
2514
|
"description": "Wallet address (optional, defaults to SDK wallet)"
|
|
2504
2515
|
}
|
|
@@ -2515,13 +2526,13 @@
|
|
|
2515
2526
|
"parameters": [
|
|
2516
2527
|
{
|
|
2517
2528
|
"name": "tokenName",
|
|
2518
|
-
"type": "
|
|
2529
|
+
"type": "any",
|
|
2519
2530
|
"required": true,
|
|
2520
2531
|
"description": "Token name"
|
|
2521
2532
|
},
|
|
2522
2533
|
{
|
|
2523
2534
|
"name": "address",
|
|
2524
|
-
"type": "
|
|
2535
|
+
"type": "any",
|
|
2525
2536
|
"required": true,
|
|
2526
2537
|
"description": "Wallet address"
|
|
2527
2538
|
}
|
|
@@ -2538,13 +2549,13 @@
|
|
|
2538
2549
|
"parameters": [
|
|
2539
2550
|
{
|
|
2540
2551
|
"name": "tokenName",
|
|
2541
|
-
"type": "
|
|
2552
|
+
"type": "any",
|
|
2542
2553
|
"required": true,
|
|
2543
2554
|
"description": "Token name"
|
|
2544
2555
|
},
|
|
2545
2556
|
{
|
|
2546
2557
|
"name": "address",
|
|
2547
|
-
"type": "
|
|
2558
|
+
"type": "any",
|
|
2548
2559
|
"required": true,
|
|
2549
2560
|
"description": "Wallet address"
|
|
2550
2561
|
},
|
|
@@ -2566,31 +2577,31 @@
|
|
|
2566
2577
|
"parameters": [
|
|
2567
2578
|
{
|
|
2568
2579
|
"name": "address",
|
|
2569
|
-
"type": "
|
|
2580
|
+
"type": "any",
|
|
2570
2581
|
"required": true,
|
|
2571
2582
|
"description": "Wallet address"
|
|
2572
2583
|
},
|
|
2573
2584
|
{
|
|
2574
|
-
"name": "
|
|
2575
|
-
"type": "
|
|
2585
|
+
"name": "offset",
|
|
2586
|
+
"type": "number",
|
|
2576
2587
|
"required": false,
|
|
2577
|
-
"description": "
|
|
2588
|
+
"description": "Offset for pagination (default: 0)"
|
|
2578
2589
|
},
|
|
2579
2590
|
{
|
|
2580
2591
|
"name": "limit",
|
|
2581
|
-
"type": "
|
|
2592
|
+
"type": "any",
|
|
2582
2593
|
"required": false,
|
|
2583
2594
|
"description": "Results per page (default: 20, maximum: 20)"
|
|
2584
2595
|
},
|
|
2585
2596
|
{
|
|
2586
2597
|
"name": "tokenName",
|
|
2587
|
-
"type": "
|
|
2598
|
+
"type": "any",
|
|
2588
2599
|
"required": false,
|
|
2589
2600
|
"description": "Optional token name (exact match filter)"
|
|
2590
2601
|
},
|
|
2591
2602
|
{
|
|
2592
2603
|
"name": "search",
|
|
2593
|
-
"type": "
|
|
2604
|
+
"type": "any",
|
|
2594
2605
|
"required": false,
|
|
2595
2606
|
"description": "Optional search query (fuzzy match filter)"
|
|
2596
2607
|
}
|
|
@@ -2607,31 +2618,31 @@
|
|
|
2607
2618
|
"parameters": [
|
|
2608
2619
|
{
|
|
2609
2620
|
"name": "address",
|
|
2610
|
-
"type": "
|
|
2621
|
+
"type": "any",
|
|
2611
2622
|
"required": true,
|
|
2612
2623
|
"description": "Wallet address"
|
|
2613
2624
|
},
|
|
2614
2625
|
{
|
|
2615
|
-
"name": "
|
|
2616
|
-
"type": "
|
|
2626
|
+
"name": "offset",
|
|
2627
|
+
"type": "number",
|
|
2617
2628
|
"required": false,
|
|
2618
|
-
"description": "
|
|
2629
|
+
"description": "Offset for pagination (default: 0)"
|
|
2619
2630
|
},
|
|
2620
2631
|
{
|
|
2621
2632
|
"name": "limit",
|
|
2622
|
-
"type": "
|
|
2633
|
+
"type": "any",
|
|
2623
2634
|
"required": false,
|
|
2624
2635
|
"description": "Results per page (default: 20, maximum: 20)"
|
|
2625
2636
|
},
|
|
2626
2637
|
{
|
|
2627
2638
|
"name": "tokenName",
|
|
2628
|
-
"type": "
|
|
2639
|
+
"type": "any",
|
|
2629
2640
|
"required": false,
|
|
2630
2641
|
"description": "Optional token name (exact match filter)"
|
|
2631
2642
|
},
|
|
2632
2643
|
{
|
|
2633
2644
|
"name": "search",
|
|
2634
|
-
"type": "
|
|
2645
|
+
"type": "any",
|
|
2635
2646
|
"required": false,
|
|
2636
2647
|
"description": "Optional search query (fuzzy match filter)"
|
|
2637
2648
|
}
|
|
@@ -2648,7 +2659,7 @@
|
|
|
2648
2659
|
"parameters": [
|
|
2649
2660
|
{
|
|
2650
2661
|
"name": "address",
|
|
2651
|
-
"type": "
|
|
2662
|
+
"type": "any",
|
|
2652
2663
|
"required": false,
|
|
2653
2664
|
"description": "Wallet address (optional, defaults to SDK wallet)"
|
|
2654
2665
|
}
|
|
@@ -2665,7 +2676,7 @@
|
|
|
2665
2676
|
"parameters": [
|
|
2666
2677
|
{
|
|
2667
2678
|
"name": "fullName",
|
|
2668
|
-
"type": "
|
|
2679
|
+
"type": "any",
|
|
2669
2680
|
"required": true,
|
|
2670
2681
|
"description": "Full name"
|
|
2671
2682
|
},
|
|
@@ -2677,13 +2688,13 @@
|
|
|
2677
2688
|
},
|
|
2678
2689
|
{
|
|
2679
2690
|
"name": "address",
|
|
2680
|
-
"type": "
|
|
2691
|
+
"type": "any",
|
|
2681
2692
|
"required": true,
|
|
2682
2693
|
"description": "Wallet address"
|
|
2683
2694
|
},
|
|
2684
2695
|
{
|
|
2685
2696
|
"name": "privateKey",
|
|
2686
|
-
"type": "
|
|
2697
|
+
"type": "any",
|
|
2687
2698
|
"required": false,
|
|
2688
2699
|
"description": "Optional private key override for this operation (format: \"0x\" + 64 hex characters). If provided, uses this wallet instead of the default MCP server wallet."
|
|
2689
2700
|
}
|
|
@@ -2700,7 +2711,7 @@
|
|
|
2700
2711
|
"parameters": [
|
|
2701
2712
|
{
|
|
2702
2713
|
"name": "address",
|
|
2703
|
-
"type": "
|
|
2714
|
+
"type": "any",
|
|
2704
2715
|
"required": false,
|
|
2705
2716
|
"description": "Wallet address to register (defaults to SDK wallet). Supports eth|..., 0x..., or client|... formats."
|
|
2706
2717
|
}
|
|
@@ -2717,13 +2728,13 @@
|
|
|
2717
2728
|
"parameters": [
|
|
2718
2729
|
{
|
|
2719
2730
|
"name": "tokenName",
|
|
2720
|
-
"type": "
|
|
2731
|
+
"type": "any",
|
|
2721
2732
|
"required": true,
|
|
2722
2733
|
"description": "Token name"
|
|
2723
2734
|
},
|
|
2724
2735
|
{
|
|
2725
2736
|
"name": "address",
|
|
2726
|
-
"type": "
|
|
2737
|
+
"type": "any",
|
|
2727
2738
|
"required": true,
|
|
2728
2739
|
"description": "Wallet address"
|
|
2729
2740
|
}
|
|
@@ -2739,14 +2750,14 @@
|
|
|
2739
2750
|
"authRequired": true,
|
|
2740
2751
|
"parameters": [
|
|
2741
2752
|
{
|
|
2742
|
-
"name": "
|
|
2743
|
-
"type": "
|
|
2753
|
+
"name": "offset",
|
|
2754
|
+
"type": "number",
|
|
2744
2755
|
"required": false,
|
|
2745
|
-
"description": "
|
|
2756
|
+
"description": "Offset for pagination (default: 0)"
|
|
2746
2757
|
},
|
|
2747
2758
|
{
|
|
2748
2759
|
"name": "limit",
|
|
2749
|
-
"type": "
|
|
2760
|
+
"type": "any",
|
|
2750
2761
|
"required": false,
|
|
2751
2762
|
"description": "Results per page (default: 20, maximum: 20)"
|
|
2752
2763
|
}
|
|
@@ -2773,19 +2784,19 @@
|
|
|
2773
2784
|
"parameters": [
|
|
2774
2785
|
{
|
|
2775
2786
|
"name": "address",
|
|
2776
|
-
"type": "
|
|
2787
|
+
"type": "any",
|
|
2777
2788
|
"required": false,
|
|
2778
2789
|
"description": "Wallet address to fetch referrals for (defaults to SDK wallet). Supports eth|..., 0x..., or client|... formats."
|
|
2779
2790
|
},
|
|
2780
2791
|
{
|
|
2781
|
-
"name": "
|
|
2782
|
-
"type": "
|
|
2792
|
+
"name": "offset",
|
|
2793
|
+
"type": "number",
|
|
2783
2794
|
"required": false,
|
|
2784
|
-
"description": "
|
|
2795
|
+
"description": "Offset for pagination (default: 0)"
|
|
2785
2796
|
},
|
|
2786
2797
|
{
|
|
2787
2798
|
"name": "limit",
|
|
2788
|
-
"type": "
|
|
2799
|
+
"type": "any",
|
|
2789
2800
|
"required": false,
|
|
2790
2801
|
"description": "Results per page (default: 100, maximum: 20)"
|
|
2791
2802
|
},
|
|
@@ -2821,7 +2832,7 @@
|
|
|
2821
2832
|
"parameters": [
|
|
2822
2833
|
{
|
|
2823
2834
|
"name": "address",
|
|
2824
|
-
"type": "
|
|
2835
|
+
"type": "any",
|
|
2825
2836
|
"required": false,
|
|
2826
2837
|
"description": "Wallet address to fetch referrals for (defaults to SDK wallet). Supports eth|..., 0x..., or client|... formats."
|
|
2827
2838
|
},
|
|
@@ -2857,7 +2868,7 @@
|
|
|
2857
2868
|
"parameters": [
|
|
2858
2869
|
{
|
|
2859
2870
|
"name": "address",
|
|
2860
|
-
"type": "
|
|
2871
|
+
"type": "any",
|
|
2861
2872
|
"required": false,
|
|
2862
2873
|
"description": "Wallet address to fetch summary for (defaults to SDK wallet). Supports eth|..., 0x..., or client|... formats."
|
|
2863
2874
|
}
|
|
@@ -2874,49 +2885,49 @@
|
|
|
2874
2885
|
"parameters": [
|
|
2875
2886
|
{
|
|
2876
2887
|
"name": "tokenName",
|
|
2877
|
-
"type": "
|
|
2888
|
+
"type": "any",
|
|
2878
2889
|
"required": true,
|
|
2879
2890
|
"description": "Token name"
|
|
2880
2891
|
},
|
|
2881
2892
|
{
|
|
2882
2893
|
"name": "tokenSymbol",
|
|
2883
|
-
"type": "
|
|
2894
|
+
"type": "any",
|
|
2884
2895
|
"required": true,
|
|
2885
2896
|
"description": "Token symbol"
|
|
2886
2897
|
},
|
|
2887
2898
|
{
|
|
2888
2899
|
"name": "tokenDescription",
|
|
2889
|
-
"type": "
|
|
2900
|
+
"type": "any",
|
|
2890
2901
|
"required": true,
|
|
2891
2902
|
"description": "Token description"
|
|
2892
2903
|
},
|
|
2893
2904
|
{
|
|
2894
2905
|
"name": "tokenImage",
|
|
2895
|
-
"type": "
|
|
2906
|
+
"type": "any",
|
|
2896
2907
|
"required": true,
|
|
2897
2908
|
"description": "Token image URL"
|
|
2898
2909
|
},
|
|
2899
2910
|
{
|
|
2900
2911
|
"name": "preBuyQuantity",
|
|
2901
|
-
"type": "
|
|
2912
|
+
"type": "any",
|
|
2902
2913
|
"required": false,
|
|
2903
2914
|
"description": "Pre-buy quantity as decimal string (defaults to \"0\")"
|
|
2904
2915
|
},
|
|
2905
2916
|
{
|
|
2906
2917
|
"name": "websiteUrl",
|
|
2907
|
-
"type": "
|
|
2918
|
+
"type": "any",
|
|
2908
2919
|
"required": false,
|
|
2909
2920
|
"description": "Website URL (optional)"
|
|
2910
2921
|
},
|
|
2911
2922
|
{
|
|
2912
2923
|
"name": "telegramUrl",
|
|
2913
|
-
"type": "
|
|
2924
|
+
"type": "any",
|
|
2914
2925
|
"required": false,
|
|
2915
2926
|
"description": "Telegram channel URL (optional)"
|
|
2916
2927
|
},
|
|
2917
2928
|
{
|
|
2918
2929
|
"name": "twitterUrl",
|
|
2919
|
-
"type": "
|
|
2930
|
+
"type": "any",
|
|
2920
2931
|
"required": false,
|
|
2921
2932
|
"description": "Twitter profile URL (optional)"
|
|
2922
2933
|
},
|
|
@@ -2940,7 +2951,7 @@
|
|
|
2940
2951
|
},
|
|
2941
2952
|
{
|
|
2942
2953
|
"name": "privateKey",
|
|
2943
|
-
"type": "
|
|
2954
|
+
"type": "any",
|
|
2944
2955
|
"required": false,
|
|
2945
2956
|
"description": "Optional private key override for this operation (format: \"0x\" + 64 hex characters). If provided, uses this wallet instead of the default MCP server wallet."
|
|
2946
2957
|
}
|
|
@@ -2957,7 +2968,7 @@
|
|
|
2957
2968
|
"parameters": [
|
|
2958
2969
|
{
|
|
2959
2970
|
"name": "tokenName",
|
|
2960
|
-
"type": "
|
|
2971
|
+
"type": "any",
|
|
2961
2972
|
"required": true,
|
|
2962
2973
|
"description": "Token name (2-20 lowercase alphanumeric)"
|
|
2963
2974
|
},
|
|
@@ -2969,7 +2980,7 @@
|
|
|
2969
2980
|
},
|
|
2970
2981
|
{
|
|
2971
2982
|
"name": "privateKey",
|
|
2972
|
-
"type": "
|
|
2983
|
+
"type": "any",
|
|
2973
2984
|
"required": false,
|
|
2974
2985
|
"description": "Optional private key override for this operation (format: \"0x\" + 64 hex characters). If provided, uses this wallet instead of the default MCP server wallet."
|
|
2975
2986
|
}
|
|
@@ -2992,13 +3003,13 @@
|
|
|
2992
3003
|
},
|
|
2993
3004
|
{
|
|
2994
3005
|
"name": "address",
|
|
2995
|
-
"type": "
|
|
3006
|
+
"type": "any",
|
|
2996
3007
|
"required": false,
|
|
2997
3008
|
"description": "Optional wallet address (defaults to authenticated user)"
|
|
2998
3009
|
},
|
|
2999
3010
|
{
|
|
3000
3011
|
"name": "privateKey",
|
|
3001
|
-
"type": "
|
|
3012
|
+
"type": "any",
|
|
3002
3013
|
"required": false,
|
|
3003
3014
|
"description": "Optional private key override for this operation (format: \"0x\" + 64 hex characters). If provided, uses this wallet instead of the default MCP server wallet."
|
|
3004
3015
|
}
|
|
@@ -3015,6 +3026,316 @@
|
|
|
3015
3026
|
"parameters": [],
|
|
3016
3027
|
"topic": "token-creation"
|
|
3017
3028
|
},
|
|
3029
|
+
"getNftCollectionClaimFee": {
|
|
3030
|
+
"name": "getNftCollectionClaimFee",
|
|
3031
|
+
"mcpTool": "gala_launchpad_get_nft_collection_claim_fee",
|
|
3032
|
+
"category": "nft",
|
|
3033
|
+
"description": "Get the fee required to claim an NFT collection name. Returns \"10000\" GALA.",
|
|
3034
|
+
"operationType": "read",
|
|
3035
|
+
"authRequired": false,
|
|
3036
|
+
"parameters": [],
|
|
3037
|
+
"topic": "nft-collection-management"
|
|
3038
|
+
},
|
|
3039
|
+
"getNftTokenClassCreateFee": {
|
|
3040
|
+
"name": "getNftTokenClassCreateFee",
|
|
3041
|
+
"mcpTool": "gala_launchpad_get_nft_token_class_create_fee",
|
|
3042
|
+
"category": "nft",
|
|
3043
|
+
"description": "Get the fee required to create a token class. Returns \"1000\" GALA.",
|
|
3044
|
+
"operationType": "read",
|
|
3045
|
+
"authRequired": false,
|
|
3046
|
+
"parameters": [],
|
|
3047
|
+
"topic": "nft-collection-management"
|
|
3048
|
+
},
|
|
3049
|
+
"estimateNftMintFee": {
|
|
3050
|
+
"name": "estimateNftMintFee",
|
|
3051
|
+
"mcpTool": "gala_launchpad_estimate_nft_mint_fee",
|
|
3052
|
+
"category": "nft",
|
|
3053
|
+
"description": "Estimate the dynamic fee to mint NFTs via DryRun. Fee varies based on quantity and network conditions.",
|
|
3054
|
+
"operationType": "read",
|
|
3055
|
+
"authRequired": true,
|
|
3056
|
+
"parameters": [
|
|
3057
|
+
{
|
|
3058
|
+
"name": "collection",
|
|
3059
|
+
"type": "string",
|
|
3060
|
+
"required": true,
|
|
3061
|
+
"description": "NFT collection name"
|
|
3062
|
+
},
|
|
3063
|
+
{
|
|
3064
|
+
"name": "type",
|
|
3065
|
+
"type": "string",
|
|
3066
|
+
"required": true,
|
|
3067
|
+
"description": "Token type (e.g., \"NFT\", \"CARD\")"
|
|
3068
|
+
},
|
|
3069
|
+
{
|
|
3070
|
+
"name": "category",
|
|
3071
|
+
"type": "string",
|
|
3072
|
+
"required": true,
|
|
3073
|
+
"description": "Token category (e.g., \"Unit\")"
|
|
3074
|
+
},
|
|
3075
|
+
{
|
|
3076
|
+
"name": "quantity",
|
|
3077
|
+
"type": "string",
|
|
3078
|
+
"required": true,
|
|
3079
|
+
"description": "Number of NFTs to mint"
|
|
3080
|
+
},
|
|
3081
|
+
{
|
|
3082
|
+
"name": "ownerAddress",
|
|
3083
|
+
"type": "any",
|
|
3084
|
+
"required": true,
|
|
3085
|
+
"description": "Owner wallet address"
|
|
3086
|
+
}
|
|
3087
|
+
],
|
|
3088
|
+
"topic": "nft-collection-management"
|
|
3089
|
+
},
|
|
3090
|
+
"estimateNftOperationFees": {
|
|
3091
|
+
"name": "estimateNftOperationFees",
|
|
3092
|
+
"mcpTool": "gala_launchpad_estimate_nft_operation_fees",
|
|
3093
|
+
"category": "nft",
|
|
3094
|
+
"description": "Calculate total fees for multiple NFT operations. Returns breakdown with total.",
|
|
3095
|
+
"operationType": "read",
|
|
3096
|
+
"authRequired": true,
|
|
3097
|
+
"parameters": [
|
|
3098
|
+
{
|
|
3099
|
+
"name": "claimCollection",
|
|
3100
|
+
"type": "boolean",
|
|
3101
|
+
"required": false,
|
|
3102
|
+
"description": "Include collection claim fee (10,000 GALA)"
|
|
3103
|
+
},
|
|
3104
|
+
{
|
|
3105
|
+
"name": "createTokenClasses",
|
|
3106
|
+
"type": "number",
|
|
3107
|
+
"required": false,
|
|
3108
|
+
"description": "Number of token classes to create (1,000 GALA each)"
|
|
3109
|
+
}
|
|
3110
|
+
],
|
|
3111
|
+
"topic": "nft-collection-management"
|
|
3112
|
+
},
|
|
3113
|
+
"checkNftCollectionAvailable": {
|
|
3114
|
+
"name": "checkNftCollectionAvailable",
|
|
3115
|
+
"mcpTool": "gala_launchpad_check_nft_collection_available",
|
|
3116
|
+
"category": "nft",
|
|
3117
|
+
"description": "Check if an NFT collection name is available for claiming.",
|
|
3118
|
+
"operationType": "read",
|
|
3119
|
+
"authRequired": false,
|
|
3120
|
+
"parameters": [
|
|
3121
|
+
{
|
|
3122
|
+
"name": "collectionName",
|
|
3123
|
+
"type": "string",
|
|
3124
|
+
"required": true,
|
|
3125
|
+
"description": "NFT collection name (alphanumeric, 3-50 characters)"
|
|
3126
|
+
}
|
|
3127
|
+
]
|
|
3128
|
+
},
|
|
3129
|
+
"claimNftCollection": {
|
|
3130
|
+
"name": "claimNftCollection",
|
|
3131
|
+
"mcpTool": "gala_launchpad_claim_nft_collection",
|
|
3132
|
+
"category": "nft",
|
|
3133
|
+
"description": "Claim an NFT collection name. Costs 10,000 GALA.",
|
|
3134
|
+
"operationType": "write",
|
|
3135
|
+
"authRequired": true,
|
|
3136
|
+
"parameters": [
|
|
3137
|
+
{
|
|
3138
|
+
"name": "collectionName",
|
|
3139
|
+
"type": "string",
|
|
3140
|
+
"required": true,
|
|
3141
|
+
"description": "NFT collection name (alphanumeric, 3-50 characters)"
|
|
3142
|
+
}
|
|
3143
|
+
],
|
|
3144
|
+
"topic": "nft-collection-management"
|
|
3145
|
+
},
|
|
3146
|
+
"fetchNftCollections": {
|
|
3147
|
+
"name": "fetchNftCollections",
|
|
3148
|
+
"mcpTool": "gala_launchpad_fetch_nft_collections",
|
|
3149
|
+
"category": "nft",
|
|
3150
|
+
"description": "Fetch all NFT collections authorized to a wallet address.",
|
|
3151
|
+
"operationType": "read",
|
|
3152
|
+
"authRequired": false,
|
|
3153
|
+
"parameters": [
|
|
3154
|
+
{
|
|
3155
|
+
"name": "walletAddress",
|
|
3156
|
+
"type": "any",
|
|
3157
|
+
"required": true,
|
|
3158
|
+
"description": "Wallet address"
|
|
3159
|
+
}
|
|
3160
|
+
],
|
|
3161
|
+
"topic": "nft-collection-management"
|
|
3162
|
+
},
|
|
3163
|
+
"createNftTokenClass": {
|
|
3164
|
+
"name": "createNftTokenClass",
|
|
3165
|
+
"mcpTool": "gala_launchpad_create_nft_token_class",
|
|
3166
|
+
"category": "nft",
|
|
3167
|
+
"description": "Create a token class within an NFT collection. Costs 1,000 GALA.",
|
|
3168
|
+
"operationType": "write",
|
|
3169
|
+
"authRequired": true,
|
|
3170
|
+
"parameters": [
|
|
3171
|
+
{
|
|
3172
|
+
"name": "collection",
|
|
3173
|
+
"type": "string",
|
|
3174
|
+
"required": true,
|
|
3175
|
+
"description": "NFT collection name (alphanumeric, 3-50 characters)"
|
|
3176
|
+
},
|
|
3177
|
+
{
|
|
3178
|
+
"name": "type",
|
|
3179
|
+
"type": "string",
|
|
3180
|
+
"required": true,
|
|
3181
|
+
"description": "Token type (e.g., \"Rare\", \"Epic\")"
|
|
3182
|
+
},
|
|
3183
|
+
{
|
|
3184
|
+
"name": "category",
|
|
3185
|
+
"type": "string",
|
|
3186
|
+
"required": true,
|
|
3187
|
+
"description": "Token category (e.g., \"Unit\")"
|
|
3188
|
+
},
|
|
3189
|
+
{
|
|
3190
|
+
"name": "name",
|
|
3191
|
+
"type": "string",
|
|
3192
|
+
"required": false,
|
|
3193
|
+
"description": "Token class name (optional)"
|
|
3194
|
+
},
|
|
3195
|
+
{
|
|
3196
|
+
"name": "description",
|
|
3197
|
+
"type": "string",
|
|
3198
|
+
"required": false,
|
|
3199
|
+
"description": "Token class description (optional)"
|
|
3200
|
+
},
|
|
3201
|
+
{
|
|
3202
|
+
"name": "image",
|
|
3203
|
+
"type": "string",
|
|
3204
|
+
"required": false,
|
|
3205
|
+
"description": "Token class image URL (optional)"
|
|
3206
|
+
},
|
|
3207
|
+
{
|
|
3208
|
+
"name": "symbol",
|
|
3209
|
+
"type": "string",
|
|
3210
|
+
"required": false,
|
|
3211
|
+
"description": "Token symbol (optional, letters only)"
|
|
3212
|
+
},
|
|
3213
|
+
{
|
|
3214
|
+
"name": "rarity",
|
|
3215
|
+
"type": "string",
|
|
3216
|
+
"required": false,
|
|
3217
|
+
"description": "Rarity tier (letters only)"
|
|
3218
|
+
},
|
|
3219
|
+
{
|
|
3220
|
+
"name": "maxSupply",
|
|
3221
|
+
"type": "string",
|
|
3222
|
+
"required": false,
|
|
3223
|
+
"description": "Maximum supply (whole number)"
|
|
3224
|
+
},
|
|
3225
|
+
{
|
|
3226
|
+
"name": "maxCapacity",
|
|
3227
|
+
"type": "string",
|
|
3228
|
+
"required": false,
|
|
3229
|
+
"description": "Maximum capacity (optional)"
|
|
3230
|
+
},
|
|
3231
|
+
{
|
|
3232
|
+
"name": "additionalKey",
|
|
3233
|
+
"type": "string",
|
|
3234
|
+
"required": false,
|
|
3235
|
+
"description": "Additional key for network identification (optional)"
|
|
3236
|
+
}
|
|
3237
|
+
],
|
|
3238
|
+
"topic": "nft-collection-management"
|
|
3239
|
+
},
|
|
3240
|
+
"fetchNftTokenClasses": {
|
|
3241
|
+
"name": "fetchNftTokenClasses",
|
|
3242
|
+
"mcpTool": "gala_launchpad_fetch_nft_token_classes",
|
|
3243
|
+
"category": "nft",
|
|
3244
|
+
"description": "Fetch token classes for a collection with supply information.",
|
|
3245
|
+
"operationType": "read",
|
|
3246
|
+
"authRequired": false,
|
|
3247
|
+
"parameters": [
|
|
3248
|
+
{
|
|
3249
|
+
"name": "collection",
|
|
3250
|
+
"type": "string",
|
|
3251
|
+
"required": true,
|
|
3252
|
+
"description": "NFT collection name (alphanumeric, 3-50 characters)"
|
|
3253
|
+
},
|
|
3254
|
+
{
|
|
3255
|
+
"name": "type",
|
|
3256
|
+
"type": "string",
|
|
3257
|
+
"required": false,
|
|
3258
|
+
"description": "Token type to filter by (optional)"
|
|
3259
|
+
},
|
|
3260
|
+
{
|
|
3261
|
+
"name": "category",
|
|
3262
|
+
"type": "string",
|
|
3263
|
+
"required": false,
|
|
3264
|
+
"description": "Token category to filter by (optional)"
|
|
3265
|
+
}
|
|
3266
|
+
],
|
|
3267
|
+
"topic": "nft-collection-management"
|
|
3268
|
+
},
|
|
3269
|
+
"mintNft": {
|
|
3270
|
+
"name": "mintNft",
|
|
3271
|
+
"mcpTool": "gala_launchpad_mint_nft",
|
|
3272
|
+
"category": "nft",
|
|
3273
|
+
"description": "Mint NFTs from a token class. Costs dynamic fee based on quantity.",
|
|
3274
|
+
"operationType": "read",
|
|
3275
|
+
"authRequired": true,
|
|
3276
|
+
"parameters": [
|
|
3277
|
+
{
|
|
3278
|
+
"name": "collection",
|
|
3279
|
+
"type": "string",
|
|
3280
|
+
"required": true,
|
|
3281
|
+
"description": "NFT collection name (alphanumeric, 3-50 characters)"
|
|
3282
|
+
},
|
|
3283
|
+
{
|
|
3284
|
+
"name": "type",
|
|
3285
|
+
"type": "string",
|
|
3286
|
+
"required": true,
|
|
3287
|
+
"description": "Token type"
|
|
3288
|
+
},
|
|
3289
|
+
{
|
|
3290
|
+
"name": "category",
|
|
3291
|
+
"type": "string",
|
|
3292
|
+
"required": true,
|
|
3293
|
+
"description": "Token category"
|
|
3294
|
+
},
|
|
3295
|
+
{
|
|
3296
|
+
"name": "quantity",
|
|
3297
|
+
"type": "string",
|
|
3298
|
+
"required": true,
|
|
3299
|
+
"description": "Number of NFTs (positive integer)"
|
|
3300
|
+
},
|
|
3301
|
+
{
|
|
3302
|
+
"name": "ownerAddress",
|
|
3303
|
+
"type": "any",
|
|
3304
|
+
"required": true,
|
|
3305
|
+
"description": "Wallet address"
|
|
3306
|
+
},
|
|
3307
|
+
{
|
|
3308
|
+
"name": "additionalKey",
|
|
3309
|
+
"type": "string",
|
|
3310
|
+
"required": false,
|
|
3311
|
+
"description": "Additional key (optional)"
|
|
3312
|
+
}
|
|
3313
|
+
],
|
|
3314
|
+
"topic": "nft-collection-management"
|
|
3315
|
+
},
|
|
3316
|
+
"fetchNftBalances": {
|
|
3317
|
+
"name": "fetchNftBalances",
|
|
3318
|
+
"mcpTool": "gala_launchpad_fetch_nft_balances",
|
|
3319
|
+
"category": "nft",
|
|
3320
|
+
"description": "Fetch NFT balances for an owner, optionally filtered by collection.",
|
|
3321
|
+
"operationType": "read",
|
|
3322
|
+
"authRequired": false,
|
|
3323
|
+
"parameters": [
|
|
3324
|
+
{
|
|
3325
|
+
"name": "ownerAddress",
|
|
3326
|
+
"type": "any",
|
|
3327
|
+
"required": true,
|
|
3328
|
+
"description": "Wallet address"
|
|
3329
|
+
},
|
|
3330
|
+
{
|
|
3331
|
+
"name": "collectionFilter",
|
|
3332
|
+
"type": "string",
|
|
3333
|
+
"required": false,
|
|
3334
|
+
"description": "Collection name to filter by (optional)"
|
|
3335
|
+
}
|
|
3336
|
+
],
|
|
3337
|
+
"topic": "nft-collection-management"
|
|
3338
|
+
},
|
|
3018
3339
|
"transferGala": {
|
|
3019
3340
|
"name": "transferGala",
|
|
3020
3341
|
"mcpTool": "gala_launchpad_transfer_gala",
|
|
@@ -3025,25 +3346,25 @@
|
|
|
3025
3346
|
"parameters": [
|
|
3026
3347
|
{
|
|
3027
3348
|
"name": "recipientAddress",
|
|
3028
|
-
"type": "
|
|
3349
|
+
"type": "any",
|
|
3029
3350
|
"required": true,
|
|
3030
3351
|
"description": "Recipient wallet address"
|
|
3031
3352
|
},
|
|
3032
3353
|
{
|
|
3033
3354
|
"name": "amount",
|
|
3034
|
-
"type": "
|
|
3355
|
+
"type": "any",
|
|
3035
3356
|
"required": true,
|
|
3036
3357
|
"description": "Amount in standard decimal format (e.g., \"1\" for 1 GALA)"
|
|
3037
3358
|
},
|
|
3038
3359
|
{
|
|
3039
3360
|
"name": "uniqueKey",
|
|
3040
|
-
"type": "
|
|
3361
|
+
"type": "any",
|
|
3041
3362
|
"required": false,
|
|
3042
3363
|
"description": "Optional idempotency key"
|
|
3043
3364
|
},
|
|
3044
3365
|
{
|
|
3045
3366
|
"name": "privateKey",
|
|
3046
|
-
"type": "
|
|
3367
|
+
"type": "any",
|
|
3047
3368
|
"required": false,
|
|
3048
3369
|
"description": "Optional private key override for this operation (format: \"0x\" + 64 hex characters). If provided, uses this wallet instead of the default MCP server wallet."
|
|
3049
3370
|
}
|
|
@@ -3060,13 +3381,13 @@
|
|
|
3060
3381
|
"parameters": [
|
|
3061
3382
|
{
|
|
3062
3383
|
"name": "to",
|
|
3063
|
-
"type": "
|
|
3384
|
+
"type": "any",
|
|
3064
3385
|
"required": true,
|
|
3065
3386
|
"description": "Recipient wallet address"
|
|
3066
3387
|
},
|
|
3067
3388
|
{
|
|
3068
3389
|
"name": "tokenName",
|
|
3069
|
-
"type": "
|
|
3390
|
+
"type": "any",
|
|
3070
3391
|
"required": true,
|
|
3071
3392
|
"description": "Token name"
|
|
3072
3393
|
},
|
|
@@ -3078,13 +3399,13 @@
|
|
|
3078
3399
|
},
|
|
3079
3400
|
{
|
|
3080
3401
|
"name": "uniqueKey",
|
|
3081
|
-
"type": "
|
|
3402
|
+
"type": "any",
|
|
3082
3403
|
"required": false,
|
|
3083
3404
|
"description": "Optional idempotency key"
|
|
3084
3405
|
},
|
|
3085
3406
|
{
|
|
3086
3407
|
"name": "privateKey",
|
|
3087
|
-
"type": "
|
|
3408
|
+
"type": "any",
|
|
3088
3409
|
"required": false,
|
|
3089
3410
|
"description": "Optional private key override for this operation (format: \"0x\" + 64 hex characters). If provided, uses this wallet instead of the default MCP server wallet."
|
|
3090
3411
|
}
|
|
@@ -3107,13 +3428,13 @@
|
|
|
3107
3428
|
},
|
|
3108
3429
|
{
|
|
3109
3430
|
"name": "uniqueKey",
|
|
3110
|
-
"type": "
|
|
3431
|
+
"type": "any",
|
|
3111
3432
|
"required": false,
|
|
3112
3433
|
"description": "Optional idempotency key"
|
|
3113
3434
|
},
|
|
3114
3435
|
{
|
|
3115
3436
|
"name": "privateKey",
|
|
3116
|
-
"type": "
|
|
3437
|
+
"type": "any",
|
|
3117
3438
|
"required": false,
|
|
3118
3439
|
"description": "Optional private key override for this operation (format: \"0x\" + 64 hex characters). If provided, uses this wallet instead of the default MCP server wallet."
|
|
3119
3440
|
}
|
|
@@ -3136,13 +3457,13 @@
|
|
|
3136
3457
|
},
|
|
3137
3458
|
{
|
|
3138
3459
|
"name": "uniqueKey",
|
|
3139
|
-
"type": "
|
|
3460
|
+
"type": "any",
|
|
3140
3461
|
"required": false,
|
|
3141
3462
|
"description": "Optional idempotency key"
|
|
3142
3463
|
},
|
|
3143
3464
|
{
|
|
3144
3465
|
"name": "privateKey",
|
|
3145
|
-
"type": "
|
|
3466
|
+
"type": "any",
|
|
3146
3467
|
"required": false,
|
|
3147
3468
|
"description": "Optional private key override for this operation (format: \"0x\" + 64 hex characters). If provided, uses this wallet instead of the default MCP server wallet."
|
|
3148
3469
|
}
|
|
@@ -3165,13 +3486,13 @@
|
|
|
3165
3486
|
},
|
|
3166
3487
|
{
|
|
3167
3488
|
"name": "uniqueKey",
|
|
3168
|
-
"type": "
|
|
3489
|
+
"type": "any",
|
|
3169
3490
|
"required": false,
|
|
3170
3491
|
"description": "Optional idempotency key"
|
|
3171
3492
|
},
|
|
3172
3493
|
{
|
|
3173
3494
|
"name": "privateKey",
|
|
3174
|
-
"type": "
|
|
3495
|
+
"type": "any",
|
|
3175
3496
|
"required": false,
|
|
3176
3497
|
"description": "Optional private key override for this operation (format: \"0x\" + 64 hex characters). If provided, uses this wallet instead of the default MCP server wallet."
|
|
3177
3498
|
}
|
|
@@ -3185,8 +3506,7 @@
|
|
|
3185
3506
|
"description": "Create a new wallet with a random private key. Returns wallet address and private key.",
|
|
3186
3507
|
"operationType": "write",
|
|
3187
3508
|
"authRequired": true,
|
|
3188
|
-
"parameters": []
|
|
3189
|
-
"topic": "utilities-system"
|
|
3509
|
+
"parameters": []
|
|
3190
3510
|
},
|
|
3191
3511
|
"createSolanaWallet": {
|
|
3192
3512
|
"name": "createSolanaWallet",
|
|
@@ -3269,7 +3589,7 @@
|
|
|
3269
3589
|
"parameters": [
|
|
3270
3590
|
{
|
|
3271
3591
|
"name": "tokenName",
|
|
3272
|
-
"type": "
|
|
3592
|
+
"type": "any",
|
|
3273
3593
|
"required": true,
|
|
3274
3594
|
"description": "Token name"
|
|
3275
3595
|
}
|
|
@@ -3280,7 +3600,7 @@
|
|
|
3280
3600
|
"name": "explainSdkUsage",
|
|
3281
3601
|
"mcpTool": "gala_launchpad_explain_sdk_usage",
|
|
3282
3602
|
"category": "utils",
|
|
3283
|
-
"description": "Get detailed SDK code examples for all 224 MCP tools (mapping to ~208 SDK methods) organized into
|
|
3603
|
+
"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",
|
|
3284
3604
|
"operationType": "read",
|
|
3285
3605
|
"authRequired": false,
|
|
3286
3606
|
"parameters": [
|
|
@@ -3337,7 +3657,8 @@
|
|
|
3337
3657
|
"content-flag-management",
|
|
3338
3658
|
"content-reactions",
|
|
3339
3659
|
"trade-history",
|
|
3340
|
-
"token-ban-management"
|
|
3660
|
+
"token-ban-management",
|
|
3661
|
+
"nft-collection-management"
|
|
3341
3662
|
]
|
|
3342
3663
|
}
|
|
3343
3664
|
]
|
|
@@ -3352,7 +3673,7 @@
|
|
|
3352
3673
|
"parameters": [
|
|
3353
3674
|
{
|
|
3354
3675
|
"name": "tokenName",
|
|
3355
|
-
"type": "
|
|
3676
|
+
"type": "any",
|
|
3356
3677
|
"required": true,
|
|
3357
3678
|
"description": "Token name"
|
|
3358
3679
|
}
|
|
@@ -3379,7 +3700,7 @@
|
|
|
3379
3700
|
"parameters": [
|
|
3380
3701
|
{
|
|
3381
3702
|
"name": "tokenName",
|
|
3382
|
-
"type": "
|
|
3703
|
+
"type": "any",
|
|
3383
3704
|
"required": false,
|
|
3384
3705
|
"description": "Optional launchpad token name to clear (clears ALL caches including bridgeable tokens if not provided)"
|
|
3385
3706
|
}
|
|
@@ -3499,7 +3820,7 @@
|
|
|
3499
3820
|
},
|
|
3500
3821
|
{
|
|
3501
3822
|
"name": "amount",
|
|
3502
|
-
"type": "
|
|
3823
|
+
"type": "any",
|
|
3503
3824
|
"required": false,
|
|
3504
3825
|
"description": "Amount to bridge (optional, for more accurate fee estimation)"
|
|
3505
3826
|
}
|
|
@@ -3522,7 +3843,7 @@
|
|
|
3522
3843
|
},
|
|
3523
3844
|
{
|
|
3524
3845
|
"name": "amount",
|
|
3525
|
-
"type": "
|
|
3846
|
+
"type": "any",
|
|
3526
3847
|
"required": true,
|
|
3527
3848
|
"description": "Amount to bridge"
|
|
3528
3849
|
},
|
|
@@ -3538,7 +3859,7 @@
|
|
|
3538
3859
|
},
|
|
3539
3860
|
{
|
|
3540
3861
|
"name": "recipientAddress",
|
|
3541
|
-
"type": "
|
|
3862
|
+
"type": "any",
|
|
3542
3863
|
"required": true,
|
|
3543
3864
|
"description": "Recipient address on the destination chain (Ethereum: 0x... format, Solana: base58 format)"
|
|
3544
3865
|
}
|
|
@@ -3561,7 +3882,7 @@
|
|
|
3561
3882
|
},
|
|
3562
3883
|
{
|
|
3563
3884
|
"name": "amount",
|
|
3564
|
-
"type": "
|
|
3885
|
+
"type": "any",
|
|
3565
3886
|
"required": true,
|
|
3566
3887
|
"description": "Amount to bridge"
|
|
3567
3888
|
},
|
|
@@ -3636,13 +3957,13 @@
|
|
|
3636
3957
|
"parameters": [
|
|
3637
3958
|
{
|
|
3638
3959
|
"name": "symbol",
|
|
3639
|
-
"type": "
|
|
3960
|
+
"type": "any",
|
|
3640
3961
|
"required": true,
|
|
3641
3962
|
"description": "Token symbol (GALA, GWETH, GUSDC, GUSDT, GWTRX, GWBTC)"
|
|
3642
3963
|
},
|
|
3643
3964
|
{
|
|
3644
3965
|
"name": "address",
|
|
3645
|
-
"type": "
|
|
3966
|
+
"type": "any",
|
|
3646
3967
|
"required": false,
|
|
3647
3968
|
"description": "Ethereum address (0x format). Defaults to configured wallet address."
|
|
3648
3969
|
}
|
|
@@ -3659,7 +3980,7 @@
|
|
|
3659
3980
|
"parameters": [
|
|
3660
3981
|
{
|
|
3661
3982
|
"name": "address",
|
|
3662
|
-
"type": "
|
|
3983
|
+
"type": "any",
|
|
3663
3984
|
"required": false,
|
|
3664
3985
|
"description": "Ethereum address (0x format). Defaults to configured wallet address."
|
|
3665
3986
|
}
|
|
@@ -3676,7 +3997,7 @@
|
|
|
3676
3997
|
"parameters": [
|
|
3677
3998
|
{
|
|
3678
3999
|
"name": "address",
|
|
3679
|
-
"type": "
|
|
4000
|
+
"type": "any",
|
|
3680
4001
|
"required": false,
|
|
3681
4002
|
"description": "Ethereum address (0x format). Defaults to configured wallet address."
|
|
3682
4003
|
}
|
|
@@ -3693,13 +4014,13 @@
|
|
|
3693
4014
|
"parameters": [
|
|
3694
4015
|
{
|
|
3695
4016
|
"name": "symbol",
|
|
3696
|
-
"type": "
|
|
4017
|
+
"type": "any",
|
|
3697
4018
|
"required": true,
|
|
3698
4019
|
"description": "Token symbol (GALA, GSOL)"
|
|
3699
4020
|
},
|
|
3700
4021
|
{
|
|
3701
4022
|
"name": "address",
|
|
3702
|
-
"type": "
|
|
4023
|
+
"type": "any",
|
|
3703
4024
|
"required": false,
|
|
3704
4025
|
"description": "Solana address (base58 format). Defaults to configured wallet address."
|
|
3705
4026
|
}
|
|
@@ -3716,7 +4037,7 @@
|
|
|
3716
4037
|
"parameters": [
|
|
3717
4038
|
{
|
|
3718
4039
|
"name": "address",
|
|
3719
|
-
"type": "
|
|
4040
|
+
"type": "any",
|
|
3720
4041
|
"required": false,
|
|
3721
4042
|
"description": "Solana address (base58 format). Defaults to configured wallet address."
|
|
3722
4043
|
}
|
|
@@ -3733,7 +4054,7 @@
|
|
|
3733
4054
|
"parameters": [
|
|
3734
4055
|
{
|
|
3735
4056
|
"name": "address",
|
|
3736
|
-
"type": "
|
|
4057
|
+
"type": "any",
|
|
3737
4058
|
"required": false,
|
|
3738
4059
|
"description": "Solana address (base58 format). Defaults to configured wallet address."
|
|
3739
4060
|
}
|
|
@@ -4032,13 +4353,13 @@
|
|
|
4032
4353
|
},
|
|
4033
4354
|
{
|
|
4034
4355
|
"name": "amount",
|
|
4035
|
-
"type": "
|
|
4356
|
+
"type": "any",
|
|
4036
4357
|
"required": true,
|
|
4037
4358
|
"description": "Amount to wrap/unwrap (decimal string, e.g., \"100.5\")"
|
|
4038
4359
|
},
|
|
4039
4360
|
{
|
|
4040
4361
|
"name": "recipient",
|
|
4041
|
-
"type": "
|
|
4362
|
+
"type": "any",
|
|
4042
4363
|
"required": false,
|
|
4043
4364
|
"description": "Optional recipient address (defaults to sender)"
|
|
4044
4365
|
},
|
|
@@ -4067,13 +4388,13 @@
|
|
|
4067
4388
|
},
|
|
4068
4389
|
{
|
|
4069
4390
|
"name": "amount",
|
|
4070
|
-
"type": "
|
|
4391
|
+
"type": "any",
|
|
4071
4392
|
"required": true,
|
|
4072
4393
|
"description": "Amount to wrap/unwrap (decimal string, e.g., \"100.5\")"
|
|
4073
4394
|
},
|
|
4074
4395
|
{
|
|
4075
4396
|
"name": "recipient",
|
|
4076
|
-
"type": "
|
|
4397
|
+
"type": "any",
|
|
4077
4398
|
"required": false,
|
|
4078
4399
|
"description": "Optional recipient address (defaults to sender)"
|
|
4079
4400
|
},
|
|
@@ -4102,7 +4423,7 @@
|
|
|
4102
4423
|
},
|
|
4103
4424
|
{
|
|
4104
4425
|
"name": "amount",
|
|
4105
|
-
"type": "
|
|
4426
|
+
"type": "any",
|
|
4106
4427
|
"required": true,
|
|
4107
4428
|
"description": "Amount to wrap for fee estimation"
|
|
4108
4429
|
}
|
|
@@ -4125,7 +4446,7 @@
|
|
|
4125
4446
|
},
|
|
4126
4447
|
{
|
|
4127
4448
|
"name": "amount",
|
|
4128
|
-
"type": "
|
|
4449
|
+
"type": "any",
|
|
4129
4450
|
"required": true,
|
|
4130
4451
|
"description": "Amount to unwrap for fee estimation"
|
|
4131
4452
|
}
|
|
@@ -4159,7 +4480,7 @@
|
|
|
4159
4480
|
"parameters": [
|
|
4160
4481
|
{
|
|
4161
4482
|
"name": "tokenName",
|
|
4162
|
-
"type": "
|
|
4483
|
+
"type": "any",
|
|
4163
4484
|
"required": true,
|
|
4164
4485
|
"description": "Token name"
|
|
4165
4486
|
}
|
|
@@ -4176,7 +4497,7 @@
|
|
|
4176
4497
|
"parameters": [
|
|
4177
4498
|
{
|
|
4178
4499
|
"name": "tokenName",
|
|
4179
|
-
"type": "
|
|
4500
|
+
"type": "any",
|
|
4180
4501
|
"required": true,
|
|
4181
4502
|
"description": "Token name"
|
|
4182
4503
|
}
|
|
@@ -4193,7 +4514,7 @@
|
|
|
4193
4514
|
"parameters": [
|
|
4194
4515
|
{
|
|
4195
4516
|
"name": "tokenName",
|
|
4196
|
-
"type": "
|
|
4517
|
+
"type": "any",
|
|
4197
4518
|
"required": true,
|
|
4198
4519
|
"description": "Token name"
|
|
4199
4520
|
}
|
|
@@ -4210,7 +4531,7 @@
|
|
|
4210
4531
|
"parameters": [
|
|
4211
4532
|
{
|
|
4212
4533
|
"name": "tokenName",
|
|
4213
|
-
"type": "
|
|
4534
|
+
"type": "any",
|
|
4214
4535
|
"required": true,
|
|
4215
4536
|
"description": "Token name"
|
|
4216
4537
|
},
|
|
@@ -4232,7 +4553,7 @@
|
|
|
4232
4553
|
"parameters": [
|
|
4233
4554
|
{
|
|
4234
4555
|
"name": "tokenName",
|
|
4235
|
-
"type": "
|
|
4556
|
+
"type": "any",
|
|
4236
4557
|
"required": true,
|
|
4237
4558
|
"description": "Token name"
|
|
4238
4559
|
}
|
|
@@ -4249,7 +4570,7 @@
|
|
|
4249
4570
|
"parameters": [
|
|
4250
4571
|
{
|
|
4251
4572
|
"name": "tokenName",
|
|
4252
|
-
"type": "
|
|
4573
|
+
"type": "any",
|
|
4253
4574
|
"required": true,
|
|
4254
4575
|
"description": "Token name"
|
|
4255
4576
|
},
|
|
@@ -4271,19 +4592,19 @@
|
|
|
4271
4592
|
"parameters": [
|
|
4272
4593
|
{
|
|
4273
4594
|
"name": "tokenName",
|
|
4274
|
-
"type": "
|
|
4595
|
+
"type": "any",
|
|
4275
4596
|
"required": true,
|
|
4276
4597
|
"description": "Token name"
|
|
4277
4598
|
},
|
|
4278
4599
|
{
|
|
4279
4600
|
"name": "page",
|
|
4280
|
-
"type": "
|
|
4601
|
+
"type": "number",
|
|
4281
4602
|
"required": false,
|
|
4282
|
-
"description": "
|
|
4603
|
+
"description": "Offset for pagination (default: 0)"
|
|
4283
4604
|
},
|
|
4284
4605
|
{
|
|
4285
4606
|
"name": "limit",
|
|
4286
|
-
"type": "
|
|
4607
|
+
"type": "any",
|
|
4287
4608
|
"required": false,
|
|
4288
4609
|
"description": "Results per page (default: 20, maximum: 100)"
|
|
4289
4610
|
}
|
|
@@ -4300,7 +4621,7 @@
|
|
|
4300
4621
|
"parameters": [
|
|
4301
4622
|
{
|
|
4302
4623
|
"name": "tokenName",
|
|
4303
|
-
"type": "
|
|
4624
|
+
"type": "any",
|
|
4304
4625
|
"required": true,
|
|
4305
4626
|
"description": "Token name"
|
|
4306
4627
|
},
|
|
@@ -4323,7 +4644,7 @@
|
|
|
4323
4644
|
"parameters": [
|
|
4324
4645
|
{
|
|
4325
4646
|
"name": "tokenName",
|
|
4326
|
-
"type": "
|
|
4647
|
+
"type": "any",
|
|
4327
4648
|
"required": true,
|
|
4328
4649
|
"description": "Token name"
|
|
4329
4650
|
},
|
|
@@ -4346,7 +4667,7 @@
|
|
|
4346
4667
|
"parameters": [
|
|
4347
4668
|
{
|
|
4348
4669
|
"name": "tokenName",
|
|
4349
|
-
"type": "
|
|
4670
|
+
"type": "any",
|
|
4350
4671
|
"required": true,
|
|
4351
4672
|
"description": "Token name"
|
|
4352
4673
|
}
|
|
@@ -4363,7 +4684,7 @@
|
|
|
4363
4684
|
"parameters": [
|
|
4364
4685
|
{
|
|
4365
4686
|
"name": "tokenName",
|
|
4366
|
-
"type": "
|
|
4687
|
+
"type": "any",
|
|
4367
4688
|
"required": true,
|
|
4368
4689
|
"description": "Token name"
|
|
4369
4690
|
},
|
|
@@ -4410,7 +4731,7 @@
|
|
|
4410
4731
|
"parameters": [
|
|
4411
4732
|
{
|
|
4412
4733
|
"name": "tokenName",
|
|
4413
|
-
"type": "
|
|
4734
|
+
"type": "any",
|
|
4414
4735
|
"required": true,
|
|
4415
4736
|
"description": "Token name"
|
|
4416
4737
|
},
|
|
@@ -4460,7 +4781,7 @@
|
|
|
4460
4781
|
"parameters": [
|
|
4461
4782
|
{
|
|
4462
4783
|
"name": "tokenName",
|
|
4463
|
-
"type": "
|
|
4784
|
+
"type": "any",
|
|
4464
4785
|
"required": true,
|
|
4465
4786
|
"description": "Token name"
|
|
4466
4787
|
}
|
|
@@ -4487,7 +4808,7 @@
|
|
|
4487
4808
|
"parameters": [
|
|
4488
4809
|
{
|
|
4489
4810
|
"name": "tokenName",
|
|
4490
|
-
"type": "
|
|
4811
|
+
"type": "any",
|
|
4491
4812
|
"required": true,
|
|
4492
4813
|
"description": "Token name"
|
|
4493
4814
|
}
|
|
@@ -4504,7 +4825,7 @@
|
|
|
4504
4825
|
"parameters": [
|
|
4505
4826
|
{
|
|
4506
4827
|
"name": "tokenName",
|
|
4507
|
-
"type": "
|
|
4828
|
+
"type": "any",
|
|
4508
4829
|
"required": true,
|
|
4509
4830
|
"description": "Token name"
|
|
4510
4831
|
}
|
|
@@ -4521,7 +4842,7 @@
|
|
|
4521
4842
|
"parameters": [
|
|
4522
4843
|
{
|
|
4523
4844
|
"name": "tokenName",
|
|
4524
|
-
"type": "
|
|
4845
|
+
"type": "any",
|
|
4525
4846
|
"required": true,
|
|
4526
4847
|
"description": "Token name"
|
|
4527
4848
|
},
|
|
@@ -4570,7 +4891,7 @@
|
|
|
4570
4891
|
"parameters": [
|
|
4571
4892
|
{
|
|
4572
4893
|
"name": "tokenName",
|
|
4573
|
-
"type": "
|
|
4894
|
+
"type": "any",
|
|
4574
4895
|
"required": true,
|
|
4575
4896
|
"description": "Token name"
|
|
4576
4897
|
}
|
|
@@ -4587,7 +4908,7 @@
|
|
|
4587
4908
|
"parameters": [
|
|
4588
4909
|
{
|
|
4589
4910
|
"name": "tokenName",
|
|
4590
|
-
"type": "
|
|
4911
|
+
"type": "any",
|
|
4591
4912
|
"required": true,
|
|
4592
4913
|
"description": "Token name"
|
|
4593
4914
|
}
|
|
@@ -4603,7 +4924,7 @@
|
|
|
4603
4924
|
"parameters": [
|
|
4604
4925
|
{
|
|
4605
4926
|
"name": "tokenName",
|
|
4606
|
-
"type": "
|
|
4927
|
+
"type": "any",
|
|
4607
4928
|
"required": true,
|
|
4608
4929
|
"description": "Token name"
|
|
4609
4930
|
},
|
|
@@ -4625,7 +4946,7 @@
|
|
|
4625
4946
|
"parameters": [
|
|
4626
4947
|
{
|
|
4627
4948
|
"name": "tokenName",
|
|
4628
|
-
"type": "
|
|
4949
|
+
"type": "any",
|
|
4629
4950
|
"required": true,
|
|
4630
4951
|
"description": "Token name"
|
|
4631
4952
|
}
|
|
@@ -4650,7 +4971,7 @@
|
|
|
4650
4971
|
"parameters": [
|
|
4651
4972
|
{
|
|
4652
4973
|
"name": "tokenName",
|
|
4653
|
-
"type": "
|
|
4974
|
+
"type": "any",
|
|
4654
4975
|
"required": true,
|
|
4655
4976
|
"description": "Token name"
|
|
4656
4977
|
}
|
|
@@ -4667,7 +4988,7 @@
|
|
|
4667
4988
|
"parameters": [
|
|
4668
4989
|
{
|
|
4669
4990
|
"name": "tokenName",
|
|
4670
|
-
"type": "
|
|
4991
|
+
"type": "any",
|
|
4671
4992
|
"required": true,
|
|
4672
4993
|
"description": "Token name"
|
|
4673
4994
|
},
|
|
@@ -4690,7 +5011,7 @@
|
|
|
4690
5011
|
"parameters": [
|
|
4691
5012
|
{
|
|
4692
5013
|
"name": "tokenName",
|
|
4693
|
-
"type": "
|
|
5014
|
+
"type": "any",
|
|
4694
5015
|
"required": true,
|
|
4695
5016
|
"description": "Token name"
|
|
4696
5017
|
},
|
|
@@ -4719,7 +5040,7 @@
|
|
|
4719
5040
|
"parameters": [
|
|
4720
5041
|
{
|
|
4721
5042
|
"name": "tokenName",
|
|
4722
|
-
"type": "
|
|
5043
|
+
"type": "any",
|
|
4723
5044
|
"required": true,
|
|
4724
5045
|
"description": "Token name"
|
|
4725
5046
|
},
|
|
@@ -4835,13 +5156,13 @@
|
|
|
4835
5156
|
"parameters": [
|
|
4836
5157
|
{
|
|
4837
5158
|
"name": "tokenName",
|
|
4838
|
-
"type": "
|
|
5159
|
+
"type": "any",
|
|
4839
5160
|
"required": true,
|
|
4840
5161
|
"description": "Token name"
|
|
4841
5162
|
},
|
|
4842
5163
|
{
|
|
4843
5164
|
"name": "userAddress",
|
|
4844
|
-
"type": "
|
|
5165
|
+
"type": "any",
|
|
4845
5166
|
"required": true,
|
|
4846
5167
|
"description": "Wallet address of user to ban"
|
|
4847
5168
|
},
|
|
@@ -4870,13 +5191,13 @@
|
|
|
4870
5191
|
"parameters": [
|
|
4871
5192
|
{
|
|
4872
5193
|
"name": "tokenName",
|
|
4873
|
-
"type": "
|
|
5194
|
+
"type": "any",
|
|
4874
5195
|
"required": true,
|
|
4875
5196
|
"description": "Token name"
|
|
4876
5197
|
},
|
|
4877
5198
|
{
|
|
4878
5199
|
"name": "userAddress",
|
|
4879
|
-
"type": "
|
|
5200
|
+
"type": "any",
|
|
4880
5201
|
"required": true,
|
|
4881
5202
|
"description": "Wallet address of user to unban"
|
|
4882
5203
|
}
|
|
@@ -4893,25 +5214,25 @@
|
|
|
4893
5214
|
"parameters": [
|
|
4894
5215
|
{
|
|
4895
5216
|
"name": "tokenName",
|
|
4896
|
-
"type": "
|
|
5217
|
+
"type": "any",
|
|
4897
5218
|
"required": true,
|
|
4898
5219
|
"description": "Token name"
|
|
4899
5220
|
},
|
|
4900
5221
|
{
|
|
4901
5222
|
"name": "page",
|
|
4902
|
-
"type": "
|
|
5223
|
+
"type": "number",
|
|
4903
5224
|
"required": false,
|
|
4904
|
-
"description": "
|
|
5225
|
+
"description": "Offset for pagination (default: 0)"
|
|
4905
5226
|
},
|
|
4906
5227
|
{
|
|
4907
5228
|
"name": "limit",
|
|
4908
|
-
"type": "
|
|
5229
|
+
"type": "any",
|
|
4909
5230
|
"required": false,
|
|
4910
5231
|
"description": "Results per page (default: 20, maximum: 100)"
|
|
4911
5232
|
},
|
|
4912
5233
|
{
|
|
4913
5234
|
"name": "search",
|
|
4914
|
-
"type": "
|
|
5235
|
+
"type": "any",
|
|
4915
5236
|
"required": false,
|
|
4916
5237
|
"description": "Optional search query (fuzzy match filter)"
|
|
4917
5238
|
},
|
|
@@ -4940,13 +5261,13 @@
|
|
|
4940
5261
|
"parameters": [
|
|
4941
5262
|
{
|
|
4942
5263
|
"name": "tokenName",
|
|
4943
|
-
"type": "
|
|
5264
|
+
"type": "any",
|
|
4944
5265
|
"required": true,
|
|
4945
5266
|
"description": "Token name"
|
|
4946
5267
|
},
|
|
4947
5268
|
{
|
|
4948
5269
|
"name": "userAddress",
|
|
4949
|
-
"type": "
|
|
5270
|
+
"type": "any",
|
|
4950
5271
|
"required": true,
|
|
4951
5272
|
"description": "Wallet address of user to check"
|
|
4952
5273
|
}
|
|
@@ -4963,7 +5284,7 @@
|
|
|
4963
5284
|
"parameters": [
|
|
4964
5285
|
{
|
|
4965
5286
|
"name": "tokenName",
|
|
4966
|
-
"type": "
|
|
5287
|
+
"type": "any",
|
|
4967
5288
|
"required": true,
|
|
4968
5289
|
"description": "Token name"
|
|
4969
5290
|
},
|
|
@@ -4979,7 +5300,7 @@
|
|
|
4979
5300
|
},
|
|
4980
5301
|
{
|
|
4981
5302
|
"name": "search",
|
|
4982
|
-
"type": "
|
|
5303
|
+
"type": "any",
|
|
4983
5304
|
"required": false,
|
|
4984
5305
|
"description": "Optional search query (fuzzy match filter)"
|
|
4985
5306
|
},
|
|
@@ -5049,19 +5370,19 @@
|
|
|
5049
5370
|
"name": "listApiKeys",
|
|
5050
5371
|
"mcpTool": "gala_launchpad_list_api_keys",
|
|
5051
5372
|
"category": "api-keys",
|
|
5052
|
-
"description": "List all API keys for the authenticated user.\n\nReturns a paginated list of API keys. Raw keys are never included -\nthey are only shown once at creation time.\n\nRETURNS: { apiKeys: [...], meta: {
|
|
5373
|
+
"description": "List all API keys for the authenticated user.\n\nReturns a paginated list of API keys. Raw keys are never included -\nthey are only shown once at creation time.\n\nRETURNS: { apiKeys: [...], meta: { offset, limit, total, totalPages } }\n\nAuthentication: Requires JWT auth (call sdk.login() first)",
|
|
5053
5374
|
"operationType": "read",
|
|
5054
5375
|
"authRequired": true,
|
|
5055
5376
|
"parameters": [
|
|
5056
5377
|
{
|
|
5057
|
-
"name": "
|
|
5058
|
-
"type": "
|
|
5378
|
+
"name": "offset",
|
|
5379
|
+
"type": "number",
|
|
5059
5380
|
"required": false,
|
|
5060
|
-
"description": "
|
|
5381
|
+
"description": "Offset for pagination (default: 0)"
|
|
5061
5382
|
},
|
|
5062
5383
|
{
|
|
5063
5384
|
"name": "limit",
|
|
5064
|
-
"type": "
|
|
5385
|
+
"type": "any",
|
|
5065
5386
|
"required": false,
|
|
5066
5387
|
"description": "Results per page (default: 20, maximum: 20)"
|
|
5067
5388
|
}
|
|
@@ -5185,7 +5506,7 @@
|
|
|
5185
5506
|
},
|
|
5186
5507
|
{
|
|
5187
5508
|
"name": "tokenName",
|
|
5188
|
-
"type": "
|
|
5509
|
+
"type": "any",
|
|
5189
5510
|
"required": false,
|
|
5190
5511
|
"description": "Token name (required for TOKEN scope, omit for ALL_OWNER_TOKENS)"
|
|
5191
5512
|
},
|
|
@@ -5242,9 +5563,9 @@
|
|
|
5242
5563
|
"parameters": [
|
|
5243
5564
|
{
|
|
5244
5565
|
"name": "page",
|
|
5245
|
-
"type": "
|
|
5566
|
+
"type": "number",
|
|
5246
5567
|
"required": false,
|
|
5247
|
-
"description": "
|
|
5568
|
+
"description": "Offset for pagination (default: 0)"
|
|
5248
5569
|
},
|
|
5249
5570
|
{
|
|
5250
5571
|
"name": "limit",
|
|
@@ -5265,7 +5586,7 @@
|
|
|
5265
5586
|
"parameters": [
|
|
5266
5587
|
{
|
|
5267
5588
|
"name": "tokenName",
|
|
5268
|
-
"type": "
|
|
5589
|
+
"type": "any",
|
|
5269
5590
|
"required": false,
|
|
5270
5591
|
"description": "Token name to filter by (optional - omit to list ALL invites across all tokens)"
|
|
5271
5592
|
},
|
|
@@ -5283,9 +5604,9 @@
|
|
|
5283
5604
|
},
|
|
5284
5605
|
{
|
|
5285
5606
|
"name": "page",
|
|
5286
|
-
"type": "
|
|
5607
|
+
"type": "number",
|
|
5287
5608
|
"required": false,
|
|
5288
|
-
"description": "
|
|
5609
|
+
"description": "Offset for pagination (default: 0)"
|
|
5289
5610
|
},
|
|
5290
5611
|
{
|
|
5291
5612
|
"name": "limit",
|
|
@@ -5367,7 +5688,7 @@
|
|
|
5367
5688
|
"parameters": [
|
|
5368
5689
|
{
|
|
5369
5690
|
"name": "tokenName",
|
|
5370
|
-
"type": "
|
|
5691
|
+
"type": "any",
|
|
5371
5692
|
"required": true,
|
|
5372
5693
|
"description": "Token name"
|
|
5373
5694
|
},
|
|
@@ -5390,7 +5711,7 @@
|
|
|
5390
5711
|
},
|
|
5391
5712
|
{
|
|
5392
5713
|
"name": "reportedUserAddress",
|
|
5393
|
-
"type": "
|
|
5714
|
+
"type": "any",
|
|
5394
5715
|
"required": true,
|
|
5395
5716
|
"description": "Wallet address of the user who created the flagged content"
|
|
5396
5717
|
},
|
|
@@ -5426,7 +5747,7 @@
|
|
|
5426
5747
|
"parameters": [
|
|
5427
5748
|
{
|
|
5428
5749
|
"name": "tokenName",
|
|
5429
|
-
"type": "
|
|
5750
|
+
"type": "any",
|
|
5430
5751
|
"required": true,
|
|
5431
5752
|
"description": "Token name"
|
|
5432
5753
|
},
|
|
@@ -5467,25 +5788,25 @@
|
|
|
5467
5788
|
},
|
|
5468
5789
|
{
|
|
5469
5790
|
"name": "reporterAddress",
|
|
5470
|
-
"type": "
|
|
5791
|
+
"type": "any",
|
|
5471
5792
|
"required": false,
|
|
5472
5793
|
"description": "Filter by reporter address (optional)"
|
|
5473
5794
|
},
|
|
5474
5795
|
{
|
|
5475
5796
|
"name": "reportedUserAddress",
|
|
5476
|
-
"type": "
|
|
5797
|
+
"type": "any",
|
|
5477
5798
|
"required": false,
|
|
5478
5799
|
"description": "Filter by reported user address (optional)"
|
|
5479
5800
|
},
|
|
5480
5801
|
{
|
|
5481
|
-
"name": "
|
|
5482
|
-
"type": "
|
|
5802
|
+
"name": "offset",
|
|
5803
|
+
"type": "number",
|
|
5483
5804
|
"required": false,
|
|
5484
|
-
"description": "
|
|
5805
|
+
"description": "Offset for pagination (default: 0)"
|
|
5485
5806
|
},
|
|
5486
5807
|
{
|
|
5487
5808
|
"name": "limit",
|
|
5488
|
-
"type": "
|
|
5809
|
+
"type": "any",
|
|
5489
5810
|
"required": false,
|
|
5490
5811
|
"description": "Results per page (default: 20, maximum: 100)"
|
|
5491
5812
|
}
|
|
@@ -5502,7 +5823,7 @@
|
|
|
5502
5823
|
"parameters": [
|
|
5503
5824
|
{
|
|
5504
5825
|
"name": "tokenName",
|
|
5505
|
-
"type": "
|
|
5826
|
+
"type": "any",
|
|
5506
5827
|
"required": false,
|
|
5507
5828
|
"description": "Filter by token name (optional - omit to show all tokens)"
|
|
5508
5829
|
},
|
|
@@ -5543,25 +5864,25 @@
|
|
|
5543
5864
|
},
|
|
5544
5865
|
{
|
|
5545
5866
|
"name": "reporterAddress",
|
|
5546
|
-
"type": "
|
|
5867
|
+
"type": "any",
|
|
5547
5868
|
"required": false,
|
|
5548
5869
|
"description": "Filter by reporter address (optional)"
|
|
5549
5870
|
},
|
|
5550
5871
|
{
|
|
5551
5872
|
"name": "reportedUserAddress",
|
|
5552
|
-
"type": "
|
|
5873
|
+
"type": "any",
|
|
5553
5874
|
"required": false,
|
|
5554
5875
|
"description": "Filter by reported user address (optional)"
|
|
5555
5876
|
},
|
|
5556
5877
|
{
|
|
5557
|
-
"name": "
|
|
5558
|
-
"type": "
|
|
5878
|
+
"name": "offset",
|
|
5879
|
+
"type": "number",
|
|
5559
5880
|
"required": false,
|
|
5560
|
-
"description": "
|
|
5881
|
+
"description": "Offset for pagination (default: 0)"
|
|
5561
5882
|
},
|
|
5562
5883
|
{
|
|
5563
5884
|
"name": "limit",
|
|
5564
|
-
"type": "
|
|
5885
|
+
"type": "any",
|
|
5565
5886
|
"required": false,
|
|
5566
5887
|
"description": "Results per page (default: 20, maximum: 100)"
|
|
5567
5888
|
}
|
|
@@ -5658,9 +5979,9 @@
|
|
|
5658
5979
|
},
|
|
5659
5980
|
{
|
|
5660
5981
|
"name": "page",
|
|
5661
|
-
"type": "
|
|
5982
|
+
"type": "number",
|
|
5662
5983
|
"required": false,
|
|
5663
|
-
"description": "
|
|
5984
|
+
"description": "Offset for pagination (default: 0)"
|
|
5664
5985
|
},
|
|
5665
5986
|
{
|
|
5666
5987
|
"name": "limit",
|
|
@@ -5741,9 +6062,9 @@
|
|
|
5741
6062
|
},
|
|
5742
6063
|
{
|
|
5743
6064
|
"name": "page",
|
|
5744
|
-
"type": "
|
|
6065
|
+
"type": "number",
|
|
5745
6066
|
"required": false,
|
|
5746
|
-
"description": "
|
|
6067
|
+
"description": "Offset for pagination (default: 0)"
|
|
5747
6068
|
},
|
|
5748
6069
|
{
|
|
5749
6070
|
"name": "limit",
|
|
@@ -5764,7 +6085,7 @@
|
|
|
5764
6085
|
"parameters": [
|
|
5765
6086
|
{
|
|
5766
6087
|
"name": "address",
|
|
5767
|
-
"type": "
|
|
6088
|
+
"type": "any",
|
|
5768
6089
|
"required": true,
|
|
5769
6090
|
"description": "Wallet address of the overseer to revoke (eth|... or 0x... format)"
|
|
5770
6091
|
}
|
|
@@ -5801,7 +6122,7 @@
|
|
|
5801
6122
|
"parameters": [
|
|
5802
6123
|
{
|
|
5803
6124
|
"name": "search",
|
|
5804
|
-
"type": "
|
|
6125
|
+
"type": "any",
|
|
5805
6126
|
"required": false,
|
|
5806
6127
|
"description": "Search by user address or name"
|
|
5807
6128
|
},
|
|
@@ -5851,7 +6172,7 @@
|
|
|
5851
6172
|
"parameters": [
|
|
5852
6173
|
{
|
|
5853
6174
|
"name": "userAddress",
|
|
5854
|
-
"type": "
|
|
6175
|
+
"type": "any",
|
|
5855
6176
|
"required": true,
|
|
5856
6177
|
"description": "User wallet address to get summary for"
|
|
5857
6178
|
}
|
|
@@ -5867,7 +6188,7 @@
|
|
|
5867
6188
|
"parameters": [
|
|
5868
6189
|
{
|
|
5869
6190
|
"name": "tokenName",
|
|
5870
|
-
"type": "
|
|
6191
|
+
"type": "any",
|
|
5871
6192
|
"required": true,
|
|
5872
6193
|
"description": "Token name"
|
|
5873
6194
|
},
|
|
@@ -5890,7 +6211,7 @@
|
|
|
5890
6211
|
"parameters": [
|
|
5891
6212
|
{
|
|
5892
6213
|
"name": "tokenName",
|
|
5893
|
-
"type": "
|
|
6214
|
+
"type": "any",
|
|
5894
6215
|
"required": true,
|
|
5895
6216
|
"description": "Token name"
|
|
5896
6217
|
}
|
|
@@ -5901,25 +6222,25 @@
|
|
|
5901
6222
|
"name": "listTokenBans",
|
|
5902
6223
|
"mcpTool": "gala_launchpad_list_token_bans",
|
|
5903
6224
|
"category": "token-ban",
|
|
5904
|
-
"description": "List all banned tokens (overseer only).\n\nReturns a paginated list of all banned tokens with their ban details.\nSupports searching by token name (partial match).\n\nRETURNS: { items: [{ id, tokenName, reason, bannedBy, createdAt, updatedAt }...], meta: { total,
|
|
6225
|
+
"description": "List all banned tokens (overseer only).\n\nReturns a paginated list of all banned tokens with their ban details.\nSupports searching by token name (partial match).\n\nRETURNS: { items: [{ id, tokenName, reason, bannedBy, createdAt, updatedAt }...], meta: { total, offset, limit, totalPages } }\n\nAuthentication: Requires streamAdminApiKey (admin) OR JWT auth with overseer status",
|
|
5905
6226
|
"operationType": "read",
|
|
5906
6227
|
"authRequired": false,
|
|
5907
6228
|
"parameters": [
|
|
5908
6229
|
{
|
|
5909
|
-
"name": "
|
|
5910
|
-
"type": "
|
|
6230
|
+
"name": "offset",
|
|
6231
|
+
"type": "number",
|
|
5911
6232
|
"required": false,
|
|
5912
|
-
"description": "
|
|
6233
|
+
"description": "Offset for pagination (default: 0)"
|
|
5913
6234
|
},
|
|
5914
6235
|
{
|
|
5915
6236
|
"name": "limit",
|
|
5916
|
-
"type": "
|
|
6237
|
+
"type": "any",
|
|
5917
6238
|
"required": false,
|
|
5918
6239
|
"description": "Results per page (default: 20, maximum: 100)"
|
|
5919
6240
|
},
|
|
5920
6241
|
{
|
|
5921
6242
|
"name": "search",
|
|
5922
|
-
"type": "
|
|
6243
|
+
"type": "any",
|
|
5923
6244
|
"required": false,
|
|
5924
6245
|
"description": "Search by token name (partial match, case-insensitive)"
|
|
5925
6246
|
}
|
|
@@ -5936,7 +6257,7 @@
|
|
|
5936
6257
|
"parameters": [
|
|
5937
6258
|
{
|
|
5938
6259
|
"name": "tokenName",
|
|
5939
|
-
"type": "
|
|
6260
|
+
"type": "any",
|
|
5940
6261
|
"required": true,
|
|
5941
6262
|
"description": "Token name"
|
|
5942
6263
|
}
|
|
@@ -5953,7 +6274,7 @@
|
|
|
5953
6274
|
"parameters": [
|
|
5954
6275
|
{
|
|
5955
6276
|
"name": "tokenName",
|
|
5956
|
-
"type": "
|
|
6277
|
+
"type": "any",
|
|
5957
6278
|
"required": true,
|
|
5958
6279
|
"description": "Token name"
|
|
5959
6280
|
}
|
|
@@ -5970,25 +6291,25 @@
|
|
|
5970
6291
|
"parameters": [
|
|
5971
6292
|
{
|
|
5972
6293
|
"name": "tokenName",
|
|
5973
|
-
"type": "
|
|
6294
|
+
"type": "any",
|
|
5974
6295
|
"required": false,
|
|
5975
6296
|
"description": "Filter by token name (e.g., \"anime\")"
|
|
5976
6297
|
},
|
|
5977
6298
|
{
|
|
5978
6299
|
"name": "userAddress",
|
|
5979
|
-
"type": "
|
|
6300
|
+
"type": "any",
|
|
5980
6301
|
"required": false,
|
|
5981
6302
|
"description": "Filter by user wallet address (eth|... or 0x... format)"
|
|
5982
6303
|
},
|
|
5983
6304
|
{
|
|
5984
|
-
"name": "
|
|
5985
|
-
"type": "
|
|
6305
|
+
"name": "offset",
|
|
6306
|
+
"type": "number",
|
|
5986
6307
|
"required": false,
|
|
5987
|
-
"description": "
|
|
6308
|
+
"description": "Offset for pagination (default: 0)"
|
|
5988
6309
|
},
|
|
5989
6310
|
{
|
|
5990
6311
|
"name": "limit",
|
|
5991
|
-
"type": "
|
|
6312
|
+
"type": "any",
|
|
5992
6313
|
"required": false,
|
|
5993
6314
|
"description": "Results per page (default: 20, maximum: 100)"
|
|
5994
6315
|
}
|
|
@@ -6005,7 +6326,7 @@
|
|
|
6005
6326
|
"parameters": [
|
|
6006
6327
|
{
|
|
6007
6328
|
"name": "tokenName",
|
|
6008
|
-
"type": "
|
|
6329
|
+
"type": "any",
|
|
6009
6330
|
"required": true,
|
|
6010
6331
|
"description": "Token name"
|
|
6011
6332
|
},
|
|
@@ -6068,7 +6389,7 @@
|
|
|
6068
6389
|
"parameters": [
|
|
6069
6390
|
{
|
|
6070
6391
|
"name": "tokenName",
|
|
6071
|
-
"type": "
|
|
6392
|
+
"type": "any",
|
|
6072
6393
|
"required": true,
|
|
6073
6394
|
"description": "Token name"
|
|
6074
6395
|
},
|
|
@@ -6104,7 +6425,7 @@
|
|
|
6104
6425
|
"parameters": [
|
|
6105
6426
|
{
|
|
6106
6427
|
"name": "tokenName",
|
|
6107
|
-
"type": "
|
|
6428
|
+
"type": "any",
|
|
6108
6429
|
"required": true,
|
|
6109
6430
|
"description": "Token name"
|
|
6110
6431
|
},
|
|
@@ -6140,7 +6461,7 @@
|
|
|
6140
6461
|
"parameters": [
|
|
6141
6462
|
{
|
|
6142
6463
|
"name": "tokenName",
|
|
6143
|
-
"type": "
|
|
6464
|
+
"type": "any",
|
|
6144
6465
|
"required": true,
|
|
6145
6466
|
"description": "Token name"
|
|
6146
6467
|
},
|
|
@@ -6176,7 +6497,7 @@
|
|
|
6176
6497
|
"parameters": [
|
|
6177
6498
|
{
|
|
6178
6499
|
"name": "tokenName",
|
|
6179
|
-
"type": "
|
|
6500
|
+
"type": "any",
|
|
6180
6501
|
"required": true,
|
|
6181
6502
|
"description": "Token name"
|
|
6182
6503
|
},
|
|
@@ -6212,7 +6533,7 @@
|
|
|
6212
6533
|
"parameters": [
|
|
6213
6534
|
{
|
|
6214
6535
|
"name": "tokenName",
|
|
6215
|
-
"type": "
|
|
6536
|
+
"type": "any",
|
|
6216
6537
|
"required": true,
|
|
6217
6538
|
"description": "Token name"
|
|
6218
6539
|
},
|
|
@@ -6248,7 +6569,7 @@
|
|
|
6248
6569
|
"parameters": [
|
|
6249
6570
|
{
|
|
6250
6571
|
"name": "tokenName",
|
|
6251
|
-
"type": "
|
|
6572
|
+
"type": "any",
|
|
6252
6573
|
"required": true,
|
|
6253
6574
|
"description": "Token name"
|
|
6254
6575
|
},
|
|
@@ -6284,25 +6605,25 @@
|
|
|
6284
6605
|
"parameters": [
|
|
6285
6606
|
{
|
|
6286
6607
|
"name": "tokenName",
|
|
6287
|
-
"type": "
|
|
6608
|
+
"type": "any",
|
|
6288
6609
|
"required": false,
|
|
6289
6610
|
"description": "Token name to filter by (optional if userAddress provided)"
|
|
6290
6611
|
},
|
|
6291
6612
|
{
|
|
6292
6613
|
"name": "userAddress",
|
|
6293
|
-
"type": "
|
|
6614
|
+
"type": "any",
|
|
6294
6615
|
"required": false,
|
|
6295
6616
|
"description": "User address to filter by (optional if tokenName provided)"
|
|
6296
6617
|
},
|
|
6297
6618
|
{
|
|
6298
|
-
"name": "
|
|
6299
|
-
"type": "
|
|
6619
|
+
"name": "offset",
|
|
6620
|
+
"type": "number",
|
|
6300
6621
|
"required": false,
|
|
6301
|
-
"description": "
|
|
6622
|
+
"description": "Offset for pagination (default: 0)"
|
|
6302
6623
|
},
|
|
6303
6624
|
{
|
|
6304
6625
|
"name": "limit",
|
|
6305
|
-
"type": "
|
|
6626
|
+
"type": "any",
|
|
6306
6627
|
"required": false,
|
|
6307
6628
|
"description": "Results per page (default: 20, maximum: 20)"
|
|
6308
6629
|
},
|
|
@@ -6318,13 +6639,13 @@
|
|
|
6318
6639
|
},
|
|
6319
6640
|
{
|
|
6320
6641
|
"name": "startDate",
|
|
6321
|
-
"type": "
|
|
6642
|
+
"type": "any",
|
|
6322
6643
|
"required": false,
|
|
6323
6644
|
"description": "Filter by date range start (ISO 8601 format, e.g., \"2024-01-01\")"
|
|
6324
6645
|
},
|
|
6325
6646
|
{
|
|
6326
6647
|
"name": "endDate",
|
|
6327
|
-
"type": "
|
|
6648
|
+
"type": "any",
|
|
6328
6649
|
"required": false,
|
|
6329
6650
|
"description": "Filter by date range end (ISO 8601 format, e.g., \"2024-12-31\")"
|
|
6330
6651
|
},
|
|
@@ -6353,25 +6674,25 @@
|
|
|
6353
6674
|
"parameters": [
|
|
6354
6675
|
{
|
|
6355
6676
|
"name": "tokenName",
|
|
6356
|
-
"type": "
|
|
6677
|
+
"type": "any",
|
|
6357
6678
|
"required": false,
|
|
6358
6679
|
"description": "Token name to filter by (e.g., \"anime\")"
|
|
6359
6680
|
},
|
|
6360
6681
|
{
|
|
6361
6682
|
"name": "userAddress",
|
|
6362
|
-
"type": "
|
|
6683
|
+
"type": "any",
|
|
6363
6684
|
"required": false,
|
|
6364
6685
|
"description": "User address to filter by (eth|... or 0x... format)"
|
|
6365
6686
|
},
|
|
6366
6687
|
{
|
|
6367
6688
|
"name": "page",
|
|
6368
|
-
"type": "
|
|
6689
|
+
"type": "number",
|
|
6369
6690
|
"required": false,
|
|
6370
|
-
"description": "
|
|
6691
|
+
"description": "Offset for pagination (default: 0)"
|
|
6371
6692
|
},
|
|
6372
6693
|
{
|
|
6373
6694
|
"name": "limit",
|
|
6374
|
-
"type": "
|
|
6695
|
+
"type": "any",
|
|
6375
6696
|
"required": false,
|
|
6376
6697
|
"description": "Results per page (default: 50, maximum: 100)"
|
|
6377
6698
|
}
|
|
@@ -6388,7 +6709,7 @@
|
|
|
6388
6709
|
"parameters": [
|
|
6389
6710
|
{
|
|
6390
6711
|
"name": "tokenName",
|
|
6391
|
-
"type": "
|
|
6712
|
+
"type": "any",
|
|
6392
6713
|
"required": true,
|
|
6393
6714
|
"description": "Token name to post the message to (e.g., \"anime\")"
|
|
6394
6715
|
},
|
|
@@ -6698,7 +7019,6 @@
|
|
|
6698
7019
|
"getWallet",
|
|
6699
7020
|
"hasWallet",
|
|
6700
7021
|
"setWallet",
|
|
6701
|
-
"createWallet",
|
|
6702
7022
|
"connectWebSocket",
|
|
6703
7023
|
"disconnectWebSocket",
|
|
6704
7024
|
"isWebSocketConnected"
|
|
@@ -7057,6 +7377,25 @@
|
|
|
7057
7377
|
"isTokenBanned"
|
|
7058
7378
|
],
|
|
7059
7379
|
"category": "token-ban"
|
|
7380
|
+
},
|
|
7381
|
+
"nft-collection-management": {
|
|
7382
|
+
"key": "nft-collection-management",
|
|
7383
|
+
"label": "Nft collection management",
|
|
7384
|
+
"description": "Nft collection management operations",
|
|
7385
|
+
"methods": [
|
|
7386
|
+
"getNftCollectionClaimFee",
|
|
7387
|
+
"getNftTokenClassCreateFee",
|
|
7388
|
+
"estimateNftMintFee",
|
|
7389
|
+
"estimateNftOperationFees",
|
|
7390
|
+
"isNftCollectionAvailable",
|
|
7391
|
+
"claimNftCollection",
|
|
7392
|
+
"fetchNftCollections",
|
|
7393
|
+
"createNftTokenClass",
|
|
7394
|
+
"fetchNftTokenClasses",
|
|
7395
|
+
"mintNft",
|
|
7396
|
+
"fetchNftBalances"
|
|
7397
|
+
],
|
|
7398
|
+
"category": "nft"
|
|
7060
7399
|
}
|
|
7061
7400
|
},
|
|
7062
7401
|
"authMatrix": {
|
|
@@ -7071,6 +7410,7 @@
|
|
|
7071
7410
|
"calculateSellAmount",
|
|
7072
7411
|
"calculateSellAmountExternal",
|
|
7073
7412
|
"calculateSellAmountLocal",
|
|
7413
|
+
"checkNftCollectionAvailable",
|
|
7074
7414
|
"checkPoolExists",
|
|
7075
7415
|
"checkTokenName",
|
|
7076
7416
|
"checkTokenSymbol",
|
|
@@ -7102,6 +7442,9 @@
|
|
|
7102
7442
|
"fetchLaunchTokenFee",
|
|
7103
7443
|
"fetchLaunchpadTokenSpotPrice",
|
|
7104
7444
|
"fetchLockedTokens",
|
|
7445
|
+
"fetchNftBalances",
|
|
7446
|
+
"fetchNftCollections",
|
|
7447
|
+
"fetchNftTokenClasses",
|
|
7105
7448
|
"fetchPoolDetails",
|
|
7106
7449
|
"fetchPoolDetailsForCalculation",
|
|
7107
7450
|
"fetchPools",
|
|
@@ -7146,6 +7489,8 @@
|
|
|
7146
7489
|
"getGlobalStreamingStatus",
|
|
7147
7490
|
"getLiquidityPosition",
|
|
7148
7491
|
"getLiquidityPositionById",
|
|
7492
|
+
"getNftCollectionClaimFee",
|
|
7493
|
+
"getNftTokenClassCreateFee",
|
|
7149
7494
|
"getPinnedChatMessage",
|
|
7150
7495
|
"getRecordingDownload",
|
|
7151
7496
|
"getSimulcastTargets",
|
|
@@ -7195,6 +7540,7 @@
|
|
|
7195
7540
|
"burnTokens",
|
|
7196
7541
|
"buy",
|
|
7197
7542
|
"claimModeratorInvite",
|
|
7543
|
+
"claimNftCollection",
|
|
7198
7544
|
"claimOverseerInvite",
|
|
7199
7545
|
"cleanup",
|
|
7200
7546
|
"clearCache",
|
|
@@ -7205,6 +7551,7 @@
|
|
|
7205
7551
|
"createComment",
|
|
7206
7552
|
"createFlag",
|
|
7207
7553
|
"createModeratorInvite",
|
|
7554
|
+
"createNftTokenClass",
|
|
7208
7555
|
"createOverseerInvite",
|
|
7209
7556
|
"createSolanaWallet",
|
|
7210
7557
|
"createWallet",
|
|
@@ -7214,6 +7561,8 @@
|
|
|
7214
7561
|
"dismissFlag",
|
|
7215
7562
|
"ensureValidToken",
|
|
7216
7563
|
"estimateBridgeFee",
|
|
7564
|
+
"estimateNftMintFee",
|
|
7565
|
+
"estimateNftOperationFees",
|
|
7217
7566
|
"estimateRemoveLiquidity",
|
|
7218
7567
|
"estimateUnwrapFee",
|
|
7219
7568
|
"estimateWrapFee",
|
|
@@ -7245,6 +7594,7 @@
|
|
|
7245
7594
|
"lockTokens",
|
|
7246
7595
|
"login",
|
|
7247
7596
|
"logout",
|
|
7597
|
+
"mintNft",
|
|
7248
7598
|
"onDexPoolCreation",
|
|
7249
7599
|
"onLaunchpadTokenCreation",
|
|
7250
7600
|
"pinChatMessage",
|
|
@@ -7328,6 +7678,7 @@
|
|
|
7328
7678
|
"mcp-to-sdk-mapping",
|
|
7329
7679
|
"moderator-invites",
|
|
7330
7680
|
"multi-wallet",
|
|
7681
|
+
"nft-collection-management",
|
|
7331
7682
|
"overseer-invites",
|
|
7332
7683
|
"pool-graduation",
|
|
7333
7684
|
"price-history",
|
|
@@ -7350,8 +7701,8 @@
|
|
|
7350
7701
|
"utilities-system",
|
|
7351
7702
|
"wrap-unwrap-operations"
|
|
7352
7703
|
],
|
|
7353
|
-
"topicCount":
|
|
7354
|
-
"methodCount":
|
|
7704
|
+
"topicCount": 49,
|
|
7705
|
+
"methodCount": 241,
|
|
7355
7706
|
"exampleUsage": "gala_launchpad_explain_sdk_usage({ topic: \"buy-tokens\" })"
|
|
7356
7707
|
}
|
|
7357
7708
|
}
|