@gala-chain/launchpad-sdk 5.0.4-beta.1 → 5.0.4-beta.2
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 +647 -290
- package/dist/index.cjs.js +1 -1
- package/dist/index.d.ts +4 -0
- 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 +79 -0
- package/dist/src/LaunchpadSDK.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/version.generated.d.ts +1 -1
- package/dist/src/index.d.ts +4 -0
- 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/NftCollectionService.d.ts +123 -0
- package/dist/src/services/NftCollectionService.d.ts.map +1 -0
- package/dist/src/types/nft.dto.d.ts +155 -0
- package/dist/src/types/nft.dto.d.ts.map +1 -0
- package/dist/src/utils/nft-helpers.d.ts +62 -0
- package/dist/src/utils/nft-helpers.d.ts.map +1 -0
- 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.2",
|
|
4
|
+
"generatedAt": "2026-01-13T03:28:59.193Z",
|
|
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": "NFT Collections",
|
|
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,37 @@
|
|
|
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": [
|
|
214
|
+
{
|
|
215
|
+
"key": "nft",
|
|
216
|
+
"label": "⭐ NFT Collections",
|
|
217
|
+
"categories": [
|
|
218
|
+
"nft"
|
|
219
|
+
]
|
|
220
|
+
},
|
|
207
221
|
{
|
|
208
222
|
"key": "core",
|
|
209
|
-
"label": "Core",
|
|
223
|
+
"label": "Core Trading",
|
|
210
224
|
"categories": [
|
|
211
225
|
"pools",
|
|
212
226
|
"trading",
|
|
227
|
+
"trades",
|
|
213
228
|
"balance",
|
|
214
|
-
"
|
|
215
|
-
"
|
|
229
|
+
"creation",
|
|
230
|
+
"referrals"
|
|
216
231
|
]
|
|
217
232
|
},
|
|
218
233
|
{
|
|
@@ -236,11 +251,12 @@
|
|
|
236
251
|
]
|
|
237
252
|
},
|
|
238
253
|
{
|
|
239
|
-
"key": "
|
|
240
|
-
"label": "
|
|
254
|
+
"key": "community",
|
|
255
|
+
"label": "Community",
|
|
241
256
|
"categories": [
|
|
242
257
|
"streaming",
|
|
243
258
|
"chat",
|
|
259
|
+
"chat-messages",
|
|
244
260
|
"comments",
|
|
245
261
|
"content-reactions"
|
|
246
262
|
]
|
|
@@ -251,6 +267,7 @@
|
|
|
251
267
|
"categories": [
|
|
252
268
|
"auth",
|
|
253
269
|
"ban",
|
|
270
|
+
"token-ban",
|
|
254
271
|
"api-keys",
|
|
255
272
|
"moderators",
|
|
256
273
|
"content-flags",
|
|
@@ -289,7 +306,7 @@
|
|
|
289
306
|
},
|
|
290
307
|
{
|
|
291
308
|
"name": "creatorAddress",
|
|
292
|
-
"type": "
|
|
309
|
+
"type": "any",
|
|
293
310
|
"required": false,
|
|
294
311
|
"description": "Filter by creator address (optional)"
|
|
295
312
|
},
|
|
@@ -330,13 +347,13 @@
|
|
|
330
347
|
},
|
|
331
348
|
{
|
|
332
349
|
"name": "page",
|
|
333
|
-
"type": "
|
|
350
|
+
"type": "any",
|
|
334
351
|
"required": false,
|
|
335
352
|
"description": "Page number (default: 1)"
|
|
336
353
|
},
|
|
337
354
|
{
|
|
338
355
|
"name": "limit",
|
|
339
|
-
"type": "
|
|
356
|
+
"type": "any",
|
|
340
357
|
"required": false,
|
|
341
358
|
"description": "Results per page (default: 20, maximum: 100)"
|
|
342
359
|
}
|
|
@@ -353,7 +370,7 @@
|
|
|
353
370
|
"parameters": [
|
|
354
371
|
{
|
|
355
372
|
"name": "tokenName",
|
|
356
|
-
"type": "
|
|
373
|
+
"type": "any",
|
|
357
374
|
"required": false,
|
|
358
375
|
"description": "Optional token name (exact match filter)"
|
|
359
376
|
},
|
|
@@ -417,7 +434,7 @@
|
|
|
417
434
|
"parameters": [
|
|
418
435
|
{
|
|
419
436
|
"name": "tokenName",
|
|
420
|
-
"type": "
|
|
437
|
+
"type": "any",
|
|
421
438
|
"required": true,
|
|
422
439
|
"description": "Token name"
|
|
423
440
|
}
|
|
@@ -434,7 +451,7 @@
|
|
|
434
451
|
"parameters": [
|
|
435
452
|
{
|
|
436
453
|
"name": "tokenName",
|
|
437
|
-
"type": "
|
|
454
|
+
"type": "any",
|
|
438
455
|
"required": true,
|
|
439
456
|
"description": "Token name"
|
|
440
457
|
}
|
|
@@ -468,7 +485,7 @@
|
|
|
468
485
|
"parameters": [
|
|
469
486
|
{
|
|
470
487
|
"name": "tokenName",
|
|
471
|
-
"type": "
|
|
488
|
+
"type": "any",
|
|
472
489
|
"required": true,
|
|
473
490
|
"description": "Token name"
|
|
474
491
|
}
|
|
@@ -485,13 +502,13 @@
|
|
|
485
502
|
"parameters": [
|
|
486
503
|
{
|
|
487
504
|
"name": "tokenName",
|
|
488
|
-
"type": "
|
|
505
|
+
"type": "any",
|
|
489
506
|
"required": true,
|
|
490
507
|
"description": "Token name"
|
|
491
508
|
},
|
|
492
509
|
{
|
|
493
510
|
"name": "userAddress",
|
|
494
|
-
"type": "
|
|
511
|
+
"type": "any",
|
|
495
512
|
"required": true,
|
|
496
513
|
"description": "User wallet address to lookup holder context for"
|
|
497
514
|
}
|
|
@@ -508,7 +525,7 @@
|
|
|
508
525
|
"parameters": [
|
|
509
526
|
{
|
|
510
527
|
"name": "tokenName",
|
|
511
|
-
"type": "
|
|
528
|
+
"type": "any",
|
|
512
529
|
"required": true,
|
|
513
530
|
"description": "Token name"
|
|
514
531
|
}
|
|
@@ -525,7 +542,7 @@
|
|
|
525
542
|
"parameters": [
|
|
526
543
|
{
|
|
527
544
|
"name": "tokenName",
|
|
528
|
-
"type": "
|
|
545
|
+
"type": "any",
|
|
529
546
|
"required": true,
|
|
530
547
|
"description": "Token name"
|
|
531
548
|
},
|
|
@@ -568,7 +585,7 @@
|
|
|
568
585
|
"parameters": [
|
|
569
586
|
{
|
|
570
587
|
"name": "tokenName",
|
|
571
|
-
"type": "
|
|
588
|
+
"type": "any",
|
|
572
589
|
"required": false,
|
|
573
590
|
"description": "Launchpad token name (e.g., \"galadog\", \"anime\") - auto-detects graduation status"
|
|
574
591
|
},
|
|
@@ -580,7 +597,7 @@
|
|
|
580
597
|
},
|
|
581
598
|
{
|
|
582
599
|
"name": "currentSupply",
|
|
583
|
-
"type": "
|
|
600
|
+
"type": "any",
|
|
584
601
|
"required": false,
|
|
585
602
|
"description": "Current token supply (optional - only used for local mode, auto-fetched if missing)"
|
|
586
603
|
},
|
|
@@ -615,7 +632,7 @@
|
|
|
615
632
|
"parameters": [
|
|
616
633
|
{
|
|
617
634
|
"name": "tokenName",
|
|
618
|
-
"type": "
|
|
635
|
+
"type": "any",
|
|
619
636
|
"required": true,
|
|
620
637
|
"description": "Token name (e.g., \"dragnrkti\", \"rocketri\", \"unicornri\")"
|
|
621
638
|
},
|
|
@@ -631,7 +648,7 @@
|
|
|
631
648
|
},
|
|
632
649
|
{
|
|
633
650
|
"name": "currentSupply",
|
|
634
|
-
"type": "
|
|
651
|
+
"type": "any",
|
|
635
652
|
"required": false,
|
|
636
653
|
"description": "Current token supply (optional - only used for local mode, auto-fetched if missing)"
|
|
637
654
|
}
|
|
@@ -647,7 +664,7 @@
|
|
|
647
664
|
"parameters": [
|
|
648
665
|
{
|
|
649
666
|
"name": "tokenName",
|
|
650
|
-
"type": "
|
|
667
|
+
"type": "any",
|
|
651
668
|
"required": false,
|
|
652
669
|
"description": "Simple token name for convenience (e.g., \"demonkpop\", \"shoewars\") - automatically resolves to full token ID. Use this OR tokenId, not both."
|
|
653
670
|
},
|
|
@@ -681,13 +698,13 @@
|
|
|
681
698
|
},
|
|
682
699
|
{
|
|
683
700
|
"name": "page",
|
|
684
|
-
"type": "
|
|
701
|
+
"type": "any",
|
|
685
702
|
"required": false,
|
|
686
703
|
"description": "Page number (default: 1)"
|
|
687
704
|
},
|
|
688
705
|
{
|
|
689
706
|
"name": "limit",
|
|
690
|
-
"type": "
|
|
707
|
+
"type": "any",
|
|
691
708
|
"required": false,
|
|
692
709
|
"description": "Results per page (default: 10, maximum: 50)"
|
|
693
710
|
}
|
|
@@ -704,7 +721,7 @@
|
|
|
704
721
|
"parameters": [
|
|
705
722
|
{
|
|
706
723
|
"name": "tokenName",
|
|
707
|
-
"type": "
|
|
724
|
+
"type": "any",
|
|
708
725
|
"required": false,
|
|
709
726
|
"description": "Simple token name for convenience (e.g., \"demonkpop\", \"shoewars\") - automatically resolves to full token ID. Use this OR tokenId, not both."
|
|
710
727
|
},
|
|
@@ -749,7 +766,7 @@
|
|
|
749
766
|
"parameters": [
|
|
750
767
|
{
|
|
751
768
|
"name": "tokenName",
|
|
752
|
-
"type": "
|
|
769
|
+
"type": "any",
|
|
753
770
|
"required": true,
|
|
754
771
|
"description": "Token name"
|
|
755
772
|
}
|
|
@@ -765,7 +782,7 @@
|
|
|
765
782
|
"parameters": [
|
|
766
783
|
{
|
|
767
784
|
"name": "symbol",
|
|
768
|
-
"type": "
|
|
785
|
+
"type": "any",
|
|
769
786
|
"required": true,
|
|
770
787
|
"description": "Token symbol"
|
|
771
788
|
}
|
|
@@ -781,7 +798,7 @@
|
|
|
781
798
|
"parameters": [
|
|
782
799
|
{
|
|
783
800
|
"name": "tokenName",
|
|
784
|
-
"type": "
|
|
801
|
+
"type": "any",
|
|
785
802
|
"required": true,
|
|
786
803
|
"description": "Token name"
|
|
787
804
|
}
|
|
@@ -798,7 +815,7 @@
|
|
|
798
815
|
"parameters": [
|
|
799
816
|
{
|
|
800
817
|
"name": "tokenName",
|
|
801
|
-
"type": "
|
|
818
|
+
"type": "any",
|
|
802
819
|
"required": true,
|
|
803
820
|
"description": "Token name"
|
|
804
821
|
}
|
|
@@ -896,7 +913,7 @@
|
|
|
896
913
|
"parameters": [
|
|
897
914
|
{
|
|
898
915
|
"name": "tokenName",
|
|
899
|
-
"type": "
|
|
916
|
+
"type": "any",
|
|
900
917
|
"required": true,
|
|
901
918
|
"description": "Token name"
|
|
902
919
|
},
|
|
@@ -954,13 +971,13 @@
|
|
|
954
971
|
"parameters": [
|
|
955
972
|
{
|
|
956
973
|
"name": "tokenName",
|
|
957
|
-
"type": "
|
|
974
|
+
"type": "any",
|
|
958
975
|
"required": false,
|
|
959
976
|
"description": "Token name to check (e.g., \"anime\", \"galadog\")"
|
|
960
977
|
},
|
|
961
978
|
{
|
|
962
979
|
"name": "symbol",
|
|
963
|
-
"type": "
|
|
980
|
+
"type": "any",
|
|
964
981
|
"required": false,
|
|
965
982
|
"description": "Token symbol to check (e.g., \"MT\", \"LG\")"
|
|
966
983
|
}
|
|
@@ -976,13 +993,13 @@
|
|
|
976
993
|
"parameters": [
|
|
977
994
|
{
|
|
978
995
|
"name": "tokenName",
|
|
979
|
-
"type": "
|
|
996
|
+
"type": "any",
|
|
980
997
|
"required": true,
|
|
981
998
|
"description": "Token name"
|
|
982
999
|
},
|
|
983
1000
|
{
|
|
984
1001
|
"name": "amount",
|
|
985
|
-
"type": "
|
|
1002
|
+
"type": "any",
|
|
986
1003
|
"required": true,
|
|
987
1004
|
"description": "Amount in standard decimal format (e.g., \"1\" for 1 GALA)"
|
|
988
1005
|
},
|
|
@@ -1009,13 +1026,13 @@
|
|
|
1009
1026
|
"parameters": [
|
|
1010
1027
|
{
|
|
1011
1028
|
"name": "tokenName",
|
|
1012
|
-
"type": "
|
|
1029
|
+
"type": "any",
|
|
1013
1030
|
"required": true,
|
|
1014
1031
|
"description": "Token name"
|
|
1015
1032
|
},
|
|
1016
1033
|
{
|
|
1017
1034
|
"name": "amount",
|
|
1018
|
-
"type": "
|
|
1035
|
+
"type": "any",
|
|
1019
1036
|
"required": true,
|
|
1020
1037
|
"description": "Amount in standard decimal format (e.g., \"1\" for 1 GALA)"
|
|
1021
1038
|
},
|
|
@@ -1042,13 +1059,13 @@
|
|
|
1042
1059
|
"parameters": [
|
|
1043
1060
|
{
|
|
1044
1061
|
"name": "tokenName",
|
|
1045
|
-
"type": "
|
|
1062
|
+
"type": "any",
|
|
1046
1063
|
"required": true,
|
|
1047
1064
|
"description": "Token name"
|
|
1048
1065
|
},
|
|
1049
1066
|
{
|
|
1050
1067
|
"name": "amount",
|
|
1051
|
-
"type": "
|
|
1068
|
+
"type": "any",
|
|
1052
1069
|
"required": true,
|
|
1053
1070
|
"description": "Amount to spend/buy"
|
|
1054
1071
|
},
|
|
@@ -1064,13 +1081,13 @@
|
|
|
1064
1081
|
},
|
|
1065
1082
|
{
|
|
1066
1083
|
"name": "expectedAmount",
|
|
1067
|
-
"type": "
|
|
1084
|
+
"type": "any",
|
|
1068
1085
|
"required": true,
|
|
1069
1086
|
"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
1087
|
},
|
|
1071
1088
|
{
|
|
1072
1089
|
"name": "maxAcceptableReverseBondingCurveFee",
|
|
1073
|
-
"type": "
|
|
1090
|
+
"type": "any",
|
|
1074
1091
|
"required": false,
|
|
1075
1092
|
"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
1093
|
},
|
|
@@ -1088,7 +1105,7 @@
|
|
|
1088
1105
|
},
|
|
1089
1106
|
{
|
|
1090
1107
|
"name": "privateKey",
|
|
1091
|
-
"type": "
|
|
1108
|
+
"type": "any",
|
|
1092
1109
|
"required": false,
|
|
1093
1110
|
"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
1111
|
}
|
|
@@ -1105,13 +1122,13 @@
|
|
|
1105
1122
|
"parameters": [
|
|
1106
1123
|
{
|
|
1107
1124
|
"name": "tokenName",
|
|
1108
|
-
"type": "
|
|
1125
|
+
"type": "any",
|
|
1109
1126
|
"required": true,
|
|
1110
1127
|
"description": "Token name"
|
|
1111
1128
|
},
|
|
1112
1129
|
{
|
|
1113
1130
|
"name": "amount",
|
|
1114
|
-
"type": "
|
|
1131
|
+
"type": "any",
|
|
1115
1132
|
"required": true,
|
|
1116
1133
|
"description": "Amount to sell/receive"
|
|
1117
1134
|
},
|
|
@@ -1127,13 +1144,13 @@
|
|
|
1127
1144
|
},
|
|
1128
1145
|
{
|
|
1129
1146
|
"name": "expectedAmount",
|
|
1130
|
-
"type": "
|
|
1147
|
+
"type": "any",
|
|
1131
1148
|
"required": true,
|
|
1132
1149
|
"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
1150
|
},
|
|
1134
1151
|
{
|
|
1135
1152
|
"name": "maxAcceptableReverseBondingCurveFee",
|
|
1136
|
-
"type": "
|
|
1153
|
+
"type": "any",
|
|
1137
1154
|
"required": false,
|
|
1138
1155
|
"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
1156
|
},
|
|
@@ -1151,7 +1168,7 @@
|
|
|
1151
1168
|
},
|
|
1152
1169
|
{
|
|
1153
1170
|
"name": "privateKey",
|
|
1154
|
-
"type": "
|
|
1171
|
+
"type": "any",
|
|
1155
1172
|
"required": false,
|
|
1156
1173
|
"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
1174
|
}
|
|
@@ -1168,7 +1185,7 @@
|
|
|
1168
1185
|
"parameters": [
|
|
1169
1186
|
{
|
|
1170
1187
|
"name": "tokenName",
|
|
1171
|
-
"type": "
|
|
1188
|
+
"type": "any",
|
|
1172
1189
|
"required": false,
|
|
1173
1190
|
"description": "Token name"
|
|
1174
1191
|
},
|
|
@@ -1184,31 +1201,31 @@
|
|
|
1184
1201
|
},
|
|
1185
1202
|
{
|
|
1186
1203
|
"name": "userAddress",
|
|
1187
|
-
"type": "
|
|
1204
|
+
"type": "any",
|
|
1188
1205
|
"required": false,
|
|
1189
1206
|
"description": "Filter by user address"
|
|
1190
1207
|
},
|
|
1191
1208
|
{
|
|
1192
1209
|
"name": "page",
|
|
1193
|
-
"type": "
|
|
1210
|
+
"type": "any",
|
|
1194
1211
|
"required": false,
|
|
1195
1212
|
"description": "Page number (default: 1)"
|
|
1196
1213
|
},
|
|
1197
1214
|
{
|
|
1198
1215
|
"name": "limit",
|
|
1199
|
-
"type": "
|
|
1216
|
+
"type": "any",
|
|
1200
1217
|
"required": false,
|
|
1201
1218
|
"description": "Results per page (default: 20, maximum: 20)"
|
|
1202
1219
|
},
|
|
1203
1220
|
{
|
|
1204
1221
|
"name": "startDate",
|
|
1205
|
-
"type": "
|
|
1222
|
+
"type": "any",
|
|
1206
1223
|
"required": false,
|
|
1207
1224
|
"description": "Filter by start date"
|
|
1208
1225
|
},
|
|
1209
1226
|
{
|
|
1210
1227
|
"name": "endDate",
|
|
1211
|
-
"type": "
|
|
1228
|
+
"type": "any",
|
|
1212
1229
|
"required": false,
|
|
1213
1230
|
"description": "Filter by end date"
|
|
1214
1231
|
},
|
|
@@ -1235,7 +1252,7 @@
|
|
|
1235
1252
|
"parameters": [
|
|
1236
1253
|
{
|
|
1237
1254
|
"name": "amount",
|
|
1238
|
-
"type": "
|
|
1255
|
+
"type": "any",
|
|
1239
1256
|
"required": true,
|
|
1240
1257
|
"description": "GALA amount to spend for initial buy (standard decimal format, e.g., \"100\" for 100 GALA)"
|
|
1241
1258
|
}
|
|
@@ -1251,7 +1268,7 @@
|
|
|
1251
1268
|
"parameters": [
|
|
1252
1269
|
{
|
|
1253
1270
|
"name": "transactionId",
|
|
1254
|
-
"type": "
|
|
1271
|
+
"type": "any",
|
|
1255
1272
|
"required": true,
|
|
1256
1273
|
"description": "Transaction ID (UUID format) from buy(), sell(), or launchToken()"
|
|
1257
1274
|
}
|
|
@@ -1268,7 +1285,7 @@
|
|
|
1268
1285
|
"parameters": [
|
|
1269
1286
|
{
|
|
1270
1287
|
"name": "tokenName",
|
|
1271
|
-
"type": "
|
|
1288
|
+
"type": "any",
|
|
1272
1289
|
"required": true,
|
|
1273
1290
|
"description": "Token name"
|
|
1274
1291
|
},
|
|
@@ -1284,7 +1301,7 @@
|
|
|
1284
1301
|
},
|
|
1285
1302
|
{
|
|
1286
1303
|
"name": "currentSupply",
|
|
1287
|
-
"type": "
|
|
1304
|
+
"type": "any",
|
|
1288
1305
|
"required": false,
|
|
1289
1306
|
"description": "Current token supply (optional - only used for local mode, auto-fetched if missing)"
|
|
1290
1307
|
}
|
|
@@ -1301,7 +1318,7 @@
|
|
|
1301
1318
|
"parameters": [
|
|
1302
1319
|
{
|
|
1303
1320
|
"name": "tokenName",
|
|
1304
|
-
"type": "
|
|
1321
|
+
"type": "any",
|
|
1305
1322
|
"required": true,
|
|
1306
1323
|
"description": "Token name"
|
|
1307
1324
|
},
|
|
@@ -1319,7 +1336,7 @@
|
|
|
1319
1336
|
},
|
|
1320
1337
|
{
|
|
1321
1338
|
"name": "privateKey",
|
|
1322
|
-
"type": "
|
|
1339
|
+
"type": "any",
|
|
1323
1340
|
"required": false,
|
|
1324
1341
|
"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
1342
|
},
|
|
@@ -1335,7 +1352,7 @@
|
|
|
1335
1352
|
},
|
|
1336
1353
|
{
|
|
1337
1354
|
"name": "currentSupply",
|
|
1338
|
-
"type": "
|
|
1355
|
+
"type": "any",
|
|
1339
1356
|
"required": false,
|
|
1340
1357
|
"description": "Current token supply (optional - only used for local mode, auto-fetched if missing)"
|
|
1341
1358
|
}
|
|
@@ -1352,13 +1369,13 @@
|
|
|
1352
1369
|
"parameters": [
|
|
1353
1370
|
{
|
|
1354
1371
|
"name": "tokenName",
|
|
1355
|
-
"type": "
|
|
1372
|
+
"type": "any",
|
|
1356
1373
|
"required": true,
|
|
1357
1374
|
"description": "Token name"
|
|
1358
1375
|
},
|
|
1359
1376
|
{
|
|
1360
1377
|
"name": "amount",
|
|
1361
|
-
"type": "
|
|
1378
|
+
"type": "any",
|
|
1362
1379
|
"required": true,
|
|
1363
1380
|
"description": "Amount in standard decimal format (e.g., \"1\" for 1 GALA)"
|
|
1364
1381
|
},
|
|
@@ -1385,13 +1402,13 @@
|
|
|
1385
1402
|
"parameters": [
|
|
1386
1403
|
{
|
|
1387
1404
|
"name": "tokenName",
|
|
1388
|
-
"type": "
|
|
1405
|
+
"type": "any",
|
|
1389
1406
|
"required": true,
|
|
1390
1407
|
"description": "Token name"
|
|
1391
1408
|
},
|
|
1392
1409
|
{
|
|
1393
1410
|
"name": "amount",
|
|
1394
|
-
"type": "
|
|
1411
|
+
"type": "any",
|
|
1395
1412
|
"required": true,
|
|
1396
1413
|
"description": "Amount in standard decimal format (e.g., \"1\" for 1 GALA)"
|
|
1397
1414
|
},
|
|
@@ -1418,13 +1435,13 @@
|
|
|
1418
1435
|
"parameters": [
|
|
1419
1436
|
{
|
|
1420
1437
|
"name": "tokenName",
|
|
1421
|
-
"type": "
|
|
1438
|
+
"type": "any",
|
|
1422
1439
|
"required": true,
|
|
1423
1440
|
"description": "Token name"
|
|
1424
1441
|
},
|
|
1425
1442
|
{
|
|
1426
1443
|
"name": "amount",
|
|
1427
|
-
"type": "
|
|
1444
|
+
"type": "any",
|
|
1428
1445
|
"required": true,
|
|
1429
1446
|
"description": "Amount to sell/receive"
|
|
1430
1447
|
},
|
|
@@ -1440,7 +1457,7 @@
|
|
|
1440
1457
|
},
|
|
1441
1458
|
{
|
|
1442
1459
|
"name": "maxSupply",
|
|
1443
|
-
"type": "
|
|
1460
|
+
"type": "any",
|
|
1444
1461
|
"required": true,
|
|
1445
1462
|
"description": "Token maximum supply (get from fetchPoolDetails)"
|
|
1446
1463
|
},
|
|
@@ -1469,13 +1486,13 @@
|
|
|
1469
1486
|
"parameters": [
|
|
1470
1487
|
{
|
|
1471
1488
|
"name": "tokenName",
|
|
1472
|
-
"type": "
|
|
1489
|
+
"type": "any",
|
|
1473
1490
|
"required": true,
|
|
1474
1491
|
"description": "Token name"
|
|
1475
1492
|
},
|
|
1476
1493
|
{
|
|
1477
1494
|
"name": "amount",
|
|
1478
|
-
"type": "
|
|
1495
|
+
"type": "any",
|
|
1479
1496
|
"required": true,
|
|
1480
1497
|
"description": "Amount to sell/receive"
|
|
1481
1498
|
},
|
|
@@ -1514,7 +1531,7 @@
|
|
|
1514
1531
|
},
|
|
1515
1532
|
{
|
|
1516
1533
|
"name": "amount",
|
|
1517
|
-
"type": "
|
|
1534
|
+
"type": "any",
|
|
1518
1535
|
"required": true,
|
|
1519
1536
|
"description": "Amount of source token to spend"
|
|
1520
1537
|
}
|
|
@@ -1543,7 +1560,7 @@
|
|
|
1543
1560
|
},
|
|
1544
1561
|
{
|
|
1545
1562
|
"name": "amount",
|
|
1546
|
-
"type": "
|
|
1563
|
+
"type": "any",
|
|
1547
1564
|
"required": true,
|
|
1548
1565
|
"description": "Desired amount of destination token to receive"
|
|
1549
1566
|
}
|
|
@@ -1595,7 +1612,7 @@
|
|
|
1595
1612
|
},
|
|
1596
1613
|
{
|
|
1597
1614
|
"name": "amount",
|
|
1598
|
-
"type": "
|
|
1615
|
+
"type": "any",
|
|
1599
1616
|
"required": true,
|
|
1600
1617
|
"description": "Amount of fromToken to swap"
|
|
1601
1618
|
},
|
|
@@ -1652,7 +1669,7 @@
|
|
|
1652
1669
|
},
|
|
1653
1670
|
{
|
|
1654
1671
|
"name": "amount",
|
|
1655
|
-
"type": "
|
|
1672
|
+
"type": "any",
|
|
1656
1673
|
"required": true,
|
|
1657
1674
|
"description": "Amount of fromToken to swap"
|
|
1658
1675
|
}
|
|
@@ -1680,13 +1697,13 @@
|
|
|
1680
1697
|
},
|
|
1681
1698
|
{
|
|
1682
1699
|
"name": "inputAmount",
|
|
1683
|
-
"type": "
|
|
1700
|
+
"type": "any",
|
|
1684
1701
|
"required": true,
|
|
1685
1702
|
"description": "Amount of source token to spend"
|
|
1686
1703
|
},
|
|
1687
1704
|
{
|
|
1688
1705
|
"name": "estimatedOutput",
|
|
1689
|
-
"type": "
|
|
1706
|
+
"type": "any",
|
|
1690
1707
|
"required": true,
|
|
1691
1708
|
"description": "Expected output amount from quote (for slippage calculation)"
|
|
1692
1709
|
},
|
|
@@ -1720,7 +1737,7 @@
|
|
|
1720
1737
|
"parameters": [
|
|
1721
1738
|
{
|
|
1722
1739
|
"name": "walletAddress",
|
|
1723
|
-
"type": "
|
|
1740
|
+
"type": "any",
|
|
1724
1741
|
"required": true,
|
|
1725
1742
|
"description": "Wallet address to query (e.g., \"0x1234...\" or \"eth|1234...\")"
|
|
1726
1743
|
}
|
|
@@ -1737,7 +1754,7 @@
|
|
|
1737
1754
|
"parameters": [
|
|
1738
1755
|
{
|
|
1739
1756
|
"name": "walletAddress",
|
|
1740
|
-
"type": "
|
|
1757
|
+
"type": "any",
|
|
1741
1758
|
"required": true,
|
|
1742
1759
|
"description": "Wallet address to query (e.g., \"0x1234...\" or \"eth|1234...\")"
|
|
1743
1760
|
}
|
|
@@ -1781,13 +1798,13 @@
|
|
|
1781
1798
|
},
|
|
1782
1799
|
{
|
|
1783
1800
|
"name": "page",
|
|
1784
|
-
"type": "
|
|
1801
|
+
"type": "any",
|
|
1785
1802
|
"required": false,
|
|
1786
1803
|
"description": "Page number (default: 1)"
|
|
1787
1804
|
},
|
|
1788
1805
|
{
|
|
1789
1806
|
"name": "limit",
|
|
1790
|
-
"type": "
|
|
1807
|
+
"type": "any",
|
|
1791
1808
|
"required": false,
|
|
1792
1809
|
"description": "Results per page (default: 10, maximum: 100)"
|
|
1793
1810
|
}
|
|
@@ -1939,19 +1956,19 @@
|
|
|
1939
1956
|
"parameters": [
|
|
1940
1957
|
{
|
|
1941
1958
|
"name": "search",
|
|
1942
|
-
"type": "
|
|
1959
|
+
"type": "any",
|
|
1943
1960
|
"required": false,
|
|
1944
1961
|
"description": "Optional search query (fuzzy match filter)"
|
|
1945
1962
|
},
|
|
1946
1963
|
{
|
|
1947
1964
|
"name": "limit",
|
|
1948
|
-
"type": "
|
|
1965
|
+
"type": "any",
|
|
1949
1966
|
"required": false,
|
|
1950
1967
|
"description": "Results per page (default: 20, maximum: 100)"
|
|
1951
1968
|
},
|
|
1952
1969
|
{
|
|
1953
1970
|
"name": "page",
|
|
1954
|
-
"type": "
|
|
1971
|
+
"type": "any",
|
|
1955
1972
|
"required": false,
|
|
1956
1973
|
"description": "Page number (default: 1)"
|
|
1957
1974
|
}
|
|
@@ -1968,7 +1985,7 @@
|
|
|
1968
1985
|
"parameters": [
|
|
1969
1986
|
{
|
|
1970
1987
|
"name": "search",
|
|
1971
|
-
"type": "
|
|
1988
|
+
"type": "any",
|
|
1972
1989
|
"required": false,
|
|
1973
1990
|
"description": "Optional search query (fuzzy match filter)"
|
|
1974
1991
|
}
|
|
@@ -1985,7 +2002,7 @@
|
|
|
1985
2002
|
"parameters": [
|
|
1986
2003
|
{
|
|
1987
2004
|
"name": "ownerAddress",
|
|
1988
|
-
"type": "
|
|
2005
|
+
"type": "any",
|
|
1989
2006
|
"required": true,
|
|
1990
2007
|
"description": "Wallet address that owns the position"
|
|
1991
2008
|
},
|
|
@@ -2019,7 +2036,7 @@
|
|
|
2019
2036
|
"parameters": [
|
|
2020
2037
|
{
|
|
2021
2038
|
"name": "ownerAddress",
|
|
2022
|
-
"type": "
|
|
2039
|
+
"type": "any",
|
|
2023
2040
|
"required": true,
|
|
2024
2041
|
"description": "Wallet address that owns the position"
|
|
2025
2042
|
},
|
|
@@ -2041,7 +2058,7 @@
|
|
|
2041
2058
|
"parameters": [
|
|
2042
2059
|
{
|
|
2043
2060
|
"name": "ownerAddress",
|
|
2044
|
-
"type": "
|
|
2061
|
+
"type": "any",
|
|
2045
2062
|
"required": true,
|
|
2046
2063
|
"description": "Wallet address that owns the position"
|
|
2047
2064
|
},
|
|
@@ -2063,7 +2080,7 @@
|
|
|
2063
2080
|
"parameters": [
|
|
2064
2081
|
{
|
|
2065
2082
|
"name": "ownerAddress",
|
|
2066
|
-
"type": "
|
|
2083
|
+
"type": "any",
|
|
2067
2084
|
"required": true,
|
|
2068
2085
|
"description": "Wallet address that owns the position"
|
|
2069
2086
|
},
|
|
@@ -2149,13 +2166,13 @@
|
|
|
2149
2166
|
},
|
|
2150
2167
|
{
|
|
2151
2168
|
"name": "liquidity",
|
|
2152
|
-
"type": "
|
|
2169
|
+
"type": "any",
|
|
2153
2170
|
"required": true,
|
|
2154
2171
|
"description": "Liquidity amount to estimate removal for"
|
|
2155
2172
|
},
|
|
2156
2173
|
{
|
|
2157
2174
|
"name": "ownerAddress",
|
|
2158
|
-
"type": "
|
|
2175
|
+
"type": "any",
|
|
2159
2176
|
"required": true,
|
|
2160
2177
|
"description": "Wallet address that owns the position"
|
|
2161
2178
|
}
|
|
@@ -2206,25 +2223,25 @@
|
|
|
2206
2223
|
},
|
|
2207
2224
|
{
|
|
2208
2225
|
"name": "amount0Desired",
|
|
2209
|
-
"type": "
|
|
2226
|
+
"type": "any",
|
|
2210
2227
|
"required": true,
|
|
2211
2228
|
"description": "Desired amount of token0 to provide"
|
|
2212
2229
|
},
|
|
2213
2230
|
{
|
|
2214
2231
|
"name": "amount1Desired",
|
|
2215
|
-
"type": "
|
|
2232
|
+
"type": "any",
|
|
2216
2233
|
"required": true,
|
|
2217
2234
|
"description": "Desired amount of token1 to provide"
|
|
2218
2235
|
},
|
|
2219
2236
|
{
|
|
2220
2237
|
"name": "amount0Min",
|
|
2221
|
-
"type": "
|
|
2238
|
+
"type": "any",
|
|
2222
2239
|
"required": false,
|
|
2223
2240
|
"description": "Minimum acceptable amount0 (optional, defaults to 0)"
|
|
2224
2241
|
},
|
|
2225
2242
|
{
|
|
2226
2243
|
"name": "amount1Min",
|
|
2227
|
-
"type": "
|
|
2244
|
+
"type": "any",
|
|
2228
2245
|
"required": false,
|
|
2229
2246
|
"description": "Minimum acceptable amount1 (optional, defaults to 0)"
|
|
2230
2247
|
}
|
|
@@ -2275,25 +2292,25 @@
|
|
|
2275
2292
|
},
|
|
2276
2293
|
{
|
|
2277
2294
|
"name": "amount0Desired",
|
|
2278
|
-
"type": "
|
|
2295
|
+
"type": "any",
|
|
2279
2296
|
"required": true,
|
|
2280
2297
|
"description": "Desired amount of token0 to provide"
|
|
2281
2298
|
},
|
|
2282
2299
|
{
|
|
2283
2300
|
"name": "amount1Desired",
|
|
2284
|
-
"type": "
|
|
2301
|
+
"type": "any",
|
|
2285
2302
|
"required": true,
|
|
2286
2303
|
"description": "Desired amount of token1 to provide"
|
|
2287
2304
|
},
|
|
2288
2305
|
{
|
|
2289
2306
|
"name": "amount0Min",
|
|
2290
|
-
"type": "
|
|
2307
|
+
"type": "any",
|
|
2291
2308
|
"required": false,
|
|
2292
2309
|
"description": "Minimum acceptable amount0 (optional, defaults to 0)"
|
|
2293
2310
|
},
|
|
2294
2311
|
{
|
|
2295
2312
|
"name": "amount1Min",
|
|
2296
|
-
"type": "
|
|
2313
|
+
"type": "any",
|
|
2297
2314
|
"required": false,
|
|
2298
2315
|
"description": "Minimum acceptable amount1 (optional, defaults to 0)"
|
|
2299
2316
|
}
|
|
@@ -2309,7 +2326,7 @@
|
|
|
2309
2326
|
"parameters": [
|
|
2310
2327
|
{
|
|
2311
2328
|
"name": "ownerAddress",
|
|
2312
|
-
"type": "
|
|
2329
|
+
"type": "any",
|
|
2313
2330
|
"required": true,
|
|
2314
2331
|
"description": "Wallet address that owns the position"
|
|
2315
2332
|
},
|
|
@@ -2321,19 +2338,19 @@
|
|
|
2321
2338
|
},
|
|
2322
2339
|
{
|
|
2323
2340
|
"name": "liquidity",
|
|
2324
|
-
"type": "
|
|
2341
|
+
"type": "any",
|
|
2325
2342
|
"required": true,
|
|
2326
2343
|
"description": "Amount of liquidity to remove (full liquidity to close position)"
|
|
2327
2344
|
},
|
|
2328
2345
|
{
|
|
2329
2346
|
"name": "amount0Min",
|
|
2330
|
-
"type": "
|
|
2347
|
+
"type": "any",
|
|
2331
2348
|
"required": true,
|
|
2332
2349
|
"description": "Minimum acceptable amount of token0 to receive"
|
|
2333
2350
|
},
|
|
2334
2351
|
{
|
|
2335
2352
|
"name": "amount1Min",
|
|
2336
|
-
"type": "
|
|
2353
|
+
"type": "any",
|
|
2337
2354
|
"required": true,
|
|
2338
2355
|
"description": "Minimum acceptable amount of token1 to receive"
|
|
2339
2356
|
},
|
|
@@ -2390,7 +2407,7 @@
|
|
|
2390
2407
|
},
|
|
2391
2408
|
{
|
|
2392
2409
|
"name": "ownerAddress",
|
|
2393
|
-
"type": "
|
|
2410
|
+
"type": "any",
|
|
2394
2411
|
"required": true,
|
|
2395
2412
|
"description": "Wallet address that owns the position"
|
|
2396
2413
|
}
|
|
@@ -2407,7 +2424,7 @@
|
|
|
2407
2424
|
"parameters": [
|
|
2408
2425
|
{
|
|
2409
2426
|
"name": "ownerAddress",
|
|
2410
|
-
"type": "
|
|
2427
|
+
"type": "any",
|
|
2411
2428
|
"required": true,
|
|
2412
2429
|
"description": "Wallet address that owns the position"
|
|
2413
2430
|
},
|
|
@@ -2419,13 +2436,13 @@
|
|
|
2419
2436
|
},
|
|
2420
2437
|
{
|
|
2421
2438
|
"name": "amount0Max",
|
|
2422
|
-
"type": "
|
|
2439
|
+
"type": "any",
|
|
2423
2440
|
"required": false,
|
|
2424
2441
|
"description": "Maximum amount of token0 fees to collect (optional)"
|
|
2425
2442
|
},
|
|
2426
2443
|
{
|
|
2427
2444
|
"name": "amount1Max",
|
|
2428
|
-
"type": "
|
|
2445
|
+
"type": "any",
|
|
2429
2446
|
"required": false,
|
|
2430
2447
|
"description": "Maximum amount of token1 fees to collect (optional)"
|
|
2431
2448
|
}
|
|
@@ -2498,7 +2515,7 @@
|
|
|
2498
2515
|
"parameters": [
|
|
2499
2516
|
{
|
|
2500
2517
|
"name": "address",
|
|
2501
|
-
"type": "
|
|
2518
|
+
"type": "any",
|
|
2502
2519
|
"required": false,
|
|
2503
2520
|
"description": "Wallet address (optional, defaults to SDK wallet)"
|
|
2504
2521
|
}
|
|
@@ -2515,13 +2532,13 @@
|
|
|
2515
2532
|
"parameters": [
|
|
2516
2533
|
{
|
|
2517
2534
|
"name": "tokenName",
|
|
2518
|
-
"type": "
|
|
2535
|
+
"type": "any",
|
|
2519
2536
|
"required": true,
|
|
2520
2537
|
"description": "Token name"
|
|
2521
2538
|
},
|
|
2522
2539
|
{
|
|
2523
2540
|
"name": "address",
|
|
2524
|
-
"type": "
|
|
2541
|
+
"type": "any",
|
|
2525
2542
|
"required": true,
|
|
2526
2543
|
"description": "Wallet address"
|
|
2527
2544
|
}
|
|
@@ -2538,13 +2555,13 @@
|
|
|
2538
2555
|
"parameters": [
|
|
2539
2556
|
{
|
|
2540
2557
|
"name": "tokenName",
|
|
2541
|
-
"type": "
|
|
2558
|
+
"type": "any",
|
|
2542
2559
|
"required": true,
|
|
2543
2560
|
"description": "Token name"
|
|
2544
2561
|
},
|
|
2545
2562
|
{
|
|
2546
2563
|
"name": "address",
|
|
2547
|
-
"type": "
|
|
2564
|
+
"type": "any",
|
|
2548
2565
|
"required": true,
|
|
2549
2566
|
"description": "Wallet address"
|
|
2550
2567
|
},
|
|
@@ -2566,31 +2583,31 @@
|
|
|
2566
2583
|
"parameters": [
|
|
2567
2584
|
{
|
|
2568
2585
|
"name": "address",
|
|
2569
|
-
"type": "
|
|
2586
|
+
"type": "any",
|
|
2570
2587
|
"required": true,
|
|
2571
2588
|
"description": "Wallet address"
|
|
2572
2589
|
},
|
|
2573
2590
|
{
|
|
2574
2591
|
"name": "page",
|
|
2575
|
-
"type": "
|
|
2592
|
+
"type": "any",
|
|
2576
2593
|
"required": false,
|
|
2577
2594
|
"description": "Page number (default: 1)"
|
|
2578
2595
|
},
|
|
2579
2596
|
{
|
|
2580
2597
|
"name": "limit",
|
|
2581
|
-
"type": "
|
|
2598
|
+
"type": "any",
|
|
2582
2599
|
"required": false,
|
|
2583
2600
|
"description": "Results per page (default: 20, maximum: 20)"
|
|
2584
2601
|
},
|
|
2585
2602
|
{
|
|
2586
2603
|
"name": "tokenName",
|
|
2587
|
-
"type": "
|
|
2604
|
+
"type": "any",
|
|
2588
2605
|
"required": false,
|
|
2589
2606
|
"description": "Optional token name (exact match filter)"
|
|
2590
2607
|
},
|
|
2591
2608
|
{
|
|
2592
2609
|
"name": "search",
|
|
2593
|
-
"type": "
|
|
2610
|
+
"type": "any",
|
|
2594
2611
|
"required": false,
|
|
2595
2612
|
"description": "Optional search query (fuzzy match filter)"
|
|
2596
2613
|
}
|
|
@@ -2607,31 +2624,31 @@
|
|
|
2607
2624
|
"parameters": [
|
|
2608
2625
|
{
|
|
2609
2626
|
"name": "address",
|
|
2610
|
-
"type": "
|
|
2627
|
+
"type": "any",
|
|
2611
2628
|
"required": true,
|
|
2612
2629
|
"description": "Wallet address"
|
|
2613
2630
|
},
|
|
2614
2631
|
{
|
|
2615
2632
|
"name": "page",
|
|
2616
|
-
"type": "
|
|
2633
|
+
"type": "any",
|
|
2617
2634
|
"required": false,
|
|
2618
2635
|
"description": "Page number (default: 1)"
|
|
2619
2636
|
},
|
|
2620
2637
|
{
|
|
2621
2638
|
"name": "limit",
|
|
2622
|
-
"type": "
|
|
2639
|
+
"type": "any",
|
|
2623
2640
|
"required": false,
|
|
2624
2641
|
"description": "Results per page (default: 20, maximum: 20)"
|
|
2625
2642
|
},
|
|
2626
2643
|
{
|
|
2627
2644
|
"name": "tokenName",
|
|
2628
|
-
"type": "
|
|
2645
|
+
"type": "any",
|
|
2629
2646
|
"required": false,
|
|
2630
2647
|
"description": "Optional token name (exact match filter)"
|
|
2631
2648
|
},
|
|
2632
2649
|
{
|
|
2633
2650
|
"name": "search",
|
|
2634
|
-
"type": "
|
|
2651
|
+
"type": "any",
|
|
2635
2652
|
"required": false,
|
|
2636
2653
|
"description": "Optional search query (fuzzy match filter)"
|
|
2637
2654
|
}
|
|
@@ -2648,7 +2665,7 @@
|
|
|
2648
2665
|
"parameters": [
|
|
2649
2666
|
{
|
|
2650
2667
|
"name": "address",
|
|
2651
|
-
"type": "
|
|
2668
|
+
"type": "any",
|
|
2652
2669
|
"required": false,
|
|
2653
2670
|
"description": "Wallet address (optional, defaults to SDK wallet)"
|
|
2654
2671
|
}
|
|
@@ -2665,7 +2682,7 @@
|
|
|
2665
2682
|
"parameters": [
|
|
2666
2683
|
{
|
|
2667
2684
|
"name": "fullName",
|
|
2668
|
-
"type": "
|
|
2685
|
+
"type": "any",
|
|
2669
2686
|
"required": true,
|
|
2670
2687
|
"description": "Full name"
|
|
2671
2688
|
},
|
|
@@ -2677,13 +2694,13 @@
|
|
|
2677
2694
|
},
|
|
2678
2695
|
{
|
|
2679
2696
|
"name": "address",
|
|
2680
|
-
"type": "
|
|
2697
|
+
"type": "any",
|
|
2681
2698
|
"required": true,
|
|
2682
2699
|
"description": "Wallet address"
|
|
2683
2700
|
},
|
|
2684
2701
|
{
|
|
2685
2702
|
"name": "privateKey",
|
|
2686
|
-
"type": "
|
|
2703
|
+
"type": "any",
|
|
2687
2704
|
"required": false,
|
|
2688
2705
|
"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
2706
|
}
|
|
@@ -2700,7 +2717,7 @@
|
|
|
2700
2717
|
"parameters": [
|
|
2701
2718
|
{
|
|
2702
2719
|
"name": "address",
|
|
2703
|
-
"type": "
|
|
2720
|
+
"type": "any",
|
|
2704
2721
|
"required": false,
|
|
2705
2722
|
"description": "Wallet address to register (defaults to SDK wallet). Supports eth|..., 0x..., or client|... formats."
|
|
2706
2723
|
}
|
|
@@ -2717,13 +2734,13 @@
|
|
|
2717
2734
|
"parameters": [
|
|
2718
2735
|
{
|
|
2719
2736
|
"name": "tokenName",
|
|
2720
|
-
"type": "
|
|
2737
|
+
"type": "any",
|
|
2721
2738
|
"required": true,
|
|
2722
2739
|
"description": "Token name"
|
|
2723
2740
|
},
|
|
2724
2741
|
{
|
|
2725
2742
|
"name": "address",
|
|
2726
|
-
"type": "
|
|
2743
|
+
"type": "any",
|
|
2727
2744
|
"required": true,
|
|
2728
2745
|
"description": "Wallet address"
|
|
2729
2746
|
}
|
|
@@ -2740,13 +2757,13 @@
|
|
|
2740
2757
|
"parameters": [
|
|
2741
2758
|
{
|
|
2742
2759
|
"name": "page",
|
|
2743
|
-
"type": "
|
|
2760
|
+
"type": "any",
|
|
2744
2761
|
"required": false,
|
|
2745
2762
|
"description": "Page number (default: 1)"
|
|
2746
2763
|
},
|
|
2747
2764
|
{
|
|
2748
2765
|
"name": "limit",
|
|
2749
|
-
"type": "
|
|
2766
|
+
"type": "any",
|
|
2750
2767
|
"required": false,
|
|
2751
2768
|
"description": "Results per page (default: 20, maximum: 20)"
|
|
2752
2769
|
}
|
|
@@ -2773,19 +2790,19 @@
|
|
|
2773
2790
|
"parameters": [
|
|
2774
2791
|
{
|
|
2775
2792
|
"name": "address",
|
|
2776
|
-
"type": "
|
|
2793
|
+
"type": "any",
|
|
2777
2794
|
"required": false,
|
|
2778
2795
|
"description": "Wallet address to fetch referrals for (defaults to SDK wallet). Supports eth|..., 0x..., or client|... formats."
|
|
2779
2796
|
},
|
|
2780
2797
|
{
|
|
2781
2798
|
"name": "page",
|
|
2782
|
-
"type": "
|
|
2799
|
+
"type": "any",
|
|
2783
2800
|
"required": false,
|
|
2784
2801
|
"description": "Page number (default: 1)"
|
|
2785
2802
|
},
|
|
2786
2803
|
{
|
|
2787
2804
|
"name": "limit",
|
|
2788
|
-
"type": "
|
|
2805
|
+
"type": "any",
|
|
2789
2806
|
"required": false,
|
|
2790
2807
|
"description": "Results per page (default: 100, maximum: 20)"
|
|
2791
2808
|
},
|
|
@@ -2821,7 +2838,7 @@
|
|
|
2821
2838
|
"parameters": [
|
|
2822
2839
|
{
|
|
2823
2840
|
"name": "address",
|
|
2824
|
-
"type": "
|
|
2841
|
+
"type": "any",
|
|
2825
2842
|
"required": false,
|
|
2826
2843
|
"description": "Wallet address to fetch referrals for (defaults to SDK wallet). Supports eth|..., 0x..., or client|... formats."
|
|
2827
2844
|
},
|
|
@@ -2857,7 +2874,7 @@
|
|
|
2857
2874
|
"parameters": [
|
|
2858
2875
|
{
|
|
2859
2876
|
"name": "address",
|
|
2860
|
-
"type": "
|
|
2877
|
+
"type": "any",
|
|
2861
2878
|
"required": false,
|
|
2862
2879
|
"description": "Wallet address to fetch summary for (defaults to SDK wallet). Supports eth|..., 0x..., or client|... formats."
|
|
2863
2880
|
}
|
|
@@ -2874,49 +2891,49 @@
|
|
|
2874
2891
|
"parameters": [
|
|
2875
2892
|
{
|
|
2876
2893
|
"name": "tokenName",
|
|
2877
|
-
"type": "
|
|
2894
|
+
"type": "any",
|
|
2878
2895
|
"required": true,
|
|
2879
2896
|
"description": "Token name"
|
|
2880
2897
|
},
|
|
2881
2898
|
{
|
|
2882
2899
|
"name": "tokenSymbol",
|
|
2883
|
-
"type": "
|
|
2900
|
+
"type": "any",
|
|
2884
2901
|
"required": true,
|
|
2885
2902
|
"description": "Token symbol"
|
|
2886
2903
|
},
|
|
2887
2904
|
{
|
|
2888
2905
|
"name": "tokenDescription",
|
|
2889
|
-
"type": "
|
|
2906
|
+
"type": "any",
|
|
2890
2907
|
"required": true,
|
|
2891
2908
|
"description": "Token description"
|
|
2892
2909
|
},
|
|
2893
2910
|
{
|
|
2894
2911
|
"name": "tokenImage",
|
|
2895
|
-
"type": "
|
|
2912
|
+
"type": "any",
|
|
2896
2913
|
"required": true,
|
|
2897
2914
|
"description": "Token image URL"
|
|
2898
2915
|
},
|
|
2899
2916
|
{
|
|
2900
2917
|
"name": "preBuyQuantity",
|
|
2901
|
-
"type": "
|
|
2918
|
+
"type": "any",
|
|
2902
2919
|
"required": false,
|
|
2903
2920
|
"description": "Pre-buy quantity as decimal string (defaults to \"0\")"
|
|
2904
2921
|
},
|
|
2905
2922
|
{
|
|
2906
2923
|
"name": "websiteUrl",
|
|
2907
|
-
"type": "
|
|
2924
|
+
"type": "any",
|
|
2908
2925
|
"required": false,
|
|
2909
2926
|
"description": "Website URL (optional)"
|
|
2910
2927
|
},
|
|
2911
2928
|
{
|
|
2912
2929
|
"name": "telegramUrl",
|
|
2913
|
-
"type": "
|
|
2930
|
+
"type": "any",
|
|
2914
2931
|
"required": false,
|
|
2915
2932
|
"description": "Telegram channel URL (optional)"
|
|
2916
2933
|
},
|
|
2917
2934
|
{
|
|
2918
2935
|
"name": "twitterUrl",
|
|
2919
|
-
"type": "
|
|
2936
|
+
"type": "any",
|
|
2920
2937
|
"required": false,
|
|
2921
2938
|
"description": "Twitter profile URL (optional)"
|
|
2922
2939
|
},
|
|
@@ -2940,7 +2957,7 @@
|
|
|
2940
2957
|
},
|
|
2941
2958
|
{
|
|
2942
2959
|
"name": "privateKey",
|
|
2943
|
-
"type": "
|
|
2960
|
+
"type": "any",
|
|
2944
2961
|
"required": false,
|
|
2945
2962
|
"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
2963
|
}
|
|
@@ -2957,7 +2974,7 @@
|
|
|
2957
2974
|
"parameters": [
|
|
2958
2975
|
{
|
|
2959
2976
|
"name": "tokenName",
|
|
2960
|
-
"type": "
|
|
2977
|
+
"type": "any",
|
|
2961
2978
|
"required": true,
|
|
2962
2979
|
"description": "Token name (2-20 lowercase alphanumeric)"
|
|
2963
2980
|
},
|
|
@@ -2969,7 +2986,7 @@
|
|
|
2969
2986
|
},
|
|
2970
2987
|
{
|
|
2971
2988
|
"name": "privateKey",
|
|
2972
|
-
"type": "
|
|
2989
|
+
"type": "any",
|
|
2973
2990
|
"required": false,
|
|
2974
2991
|
"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
2992
|
}
|
|
@@ -2992,13 +3009,13 @@
|
|
|
2992
3009
|
},
|
|
2993
3010
|
{
|
|
2994
3011
|
"name": "address",
|
|
2995
|
-
"type": "
|
|
3012
|
+
"type": "any",
|
|
2996
3013
|
"required": false,
|
|
2997
3014
|
"description": "Optional wallet address (defaults to authenticated user)"
|
|
2998
3015
|
},
|
|
2999
3016
|
{
|
|
3000
3017
|
"name": "privateKey",
|
|
3001
|
-
"type": "
|
|
3018
|
+
"type": "any",
|
|
3002
3019
|
"required": false,
|
|
3003
3020
|
"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
3021
|
}
|
|
@@ -3015,6 +3032,316 @@
|
|
|
3015
3032
|
"parameters": [],
|
|
3016
3033
|
"topic": "token-creation"
|
|
3017
3034
|
},
|
|
3035
|
+
"getNftCollectionClaimFee": {
|
|
3036
|
+
"name": "getNftCollectionClaimFee",
|
|
3037
|
+
"mcpTool": "gala_launchpad_get_nft_collection_claim_fee",
|
|
3038
|
+
"category": "nft",
|
|
3039
|
+
"description": "Get the fee required to claim an NFT collection name. Returns \"10000\" GALA.",
|
|
3040
|
+
"operationType": "read",
|
|
3041
|
+
"authRequired": false,
|
|
3042
|
+
"parameters": [],
|
|
3043
|
+
"topic": "nft-collection-management"
|
|
3044
|
+
},
|
|
3045
|
+
"getNftTokenClassCreateFee": {
|
|
3046
|
+
"name": "getNftTokenClassCreateFee",
|
|
3047
|
+
"mcpTool": "gala_launchpad_get_nft_token_class_create_fee",
|
|
3048
|
+
"category": "nft",
|
|
3049
|
+
"description": "Get the fee required to create a token class. Returns \"1000\" GALA.",
|
|
3050
|
+
"operationType": "read",
|
|
3051
|
+
"authRequired": false,
|
|
3052
|
+
"parameters": [],
|
|
3053
|
+
"topic": "nft-collection-management"
|
|
3054
|
+
},
|
|
3055
|
+
"estimateNftMintFee": {
|
|
3056
|
+
"name": "estimateNftMintFee",
|
|
3057
|
+
"mcpTool": "gala_launchpad_estimate_nft_mint_fee",
|
|
3058
|
+
"category": "nft",
|
|
3059
|
+
"description": "Estimate the dynamic fee to mint NFTs via DryRun. Fee varies based on quantity and network conditions.",
|
|
3060
|
+
"operationType": "read",
|
|
3061
|
+
"authRequired": true,
|
|
3062
|
+
"parameters": [
|
|
3063
|
+
{
|
|
3064
|
+
"name": "collection",
|
|
3065
|
+
"type": "string",
|
|
3066
|
+
"required": true,
|
|
3067
|
+
"description": "NFT collection name"
|
|
3068
|
+
},
|
|
3069
|
+
{
|
|
3070
|
+
"name": "type",
|
|
3071
|
+
"type": "string",
|
|
3072
|
+
"required": true,
|
|
3073
|
+
"description": "Token type (e.g., \"NFT\", \"CARD\")"
|
|
3074
|
+
},
|
|
3075
|
+
{
|
|
3076
|
+
"name": "category",
|
|
3077
|
+
"type": "string",
|
|
3078
|
+
"required": true,
|
|
3079
|
+
"description": "Token category (e.g., \"Unit\")"
|
|
3080
|
+
},
|
|
3081
|
+
{
|
|
3082
|
+
"name": "quantity",
|
|
3083
|
+
"type": "string",
|
|
3084
|
+
"required": true,
|
|
3085
|
+
"description": "Number of NFTs to mint"
|
|
3086
|
+
},
|
|
3087
|
+
{
|
|
3088
|
+
"name": "ownerAddress",
|
|
3089
|
+
"type": "any",
|
|
3090
|
+
"required": true,
|
|
3091
|
+
"description": "Owner wallet address"
|
|
3092
|
+
}
|
|
3093
|
+
],
|
|
3094
|
+
"topic": "nft-collection-management"
|
|
3095
|
+
},
|
|
3096
|
+
"estimateNftOperationFees": {
|
|
3097
|
+
"name": "estimateNftOperationFees",
|
|
3098
|
+
"mcpTool": "gala_launchpad_estimate_nft_operation_fees",
|
|
3099
|
+
"category": "nft",
|
|
3100
|
+
"description": "Calculate total fees for multiple NFT operations. Returns breakdown with total.",
|
|
3101
|
+
"operationType": "read",
|
|
3102
|
+
"authRequired": true,
|
|
3103
|
+
"parameters": [
|
|
3104
|
+
{
|
|
3105
|
+
"name": "claimCollection",
|
|
3106
|
+
"type": "boolean",
|
|
3107
|
+
"required": false,
|
|
3108
|
+
"description": "Include collection claim fee (10,000 GALA)"
|
|
3109
|
+
},
|
|
3110
|
+
{
|
|
3111
|
+
"name": "createTokenClasses",
|
|
3112
|
+
"type": "number",
|
|
3113
|
+
"required": false,
|
|
3114
|
+
"description": "Number of token classes to create (1,000 GALA each)"
|
|
3115
|
+
}
|
|
3116
|
+
],
|
|
3117
|
+
"topic": "nft-collection-management"
|
|
3118
|
+
},
|
|
3119
|
+
"checkNftCollectionAvailable": {
|
|
3120
|
+
"name": "checkNftCollectionAvailable",
|
|
3121
|
+
"mcpTool": "gala_launchpad_check_nft_collection_available",
|
|
3122
|
+
"category": "nft",
|
|
3123
|
+
"description": "Check if an NFT collection name is available for claiming.",
|
|
3124
|
+
"operationType": "read",
|
|
3125
|
+
"authRequired": false,
|
|
3126
|
+
"parameters": [
|
|
3127
|
+
{
|
|
3128
|
+
"name": "collectionName",
|
|
3129
|
+
"type": "string",
|
|
3130
|
+
"required": true,
|
|
3131
|
+
"description": "NFT collection name (alphanumeric, 3-50 characters)"
|
|
3132
|
+
}
|
|
3133
|
+
]
|
|
3134
|
+
},
|
|
3135
|
+
"claimNftCollection": {
|
|
3136
|
+
"name": "claimNftCollection",
|
|
3137
|
+
"mcpTool": "gala_launchpad_claim_nft_collection",
|
|
3138
|
+
"category": "nft",
|
|
3139
|
+
"description": "Claim an NFT collection name. Costs 10,000 GALA.",
|
|
3140
|
+
"operationType": "write",
|
|
3141
|
+
"authRequired": true,
|
|
3142
|
+
"parameters": [
|
|
3143
|
+
{
|
|
3144
|
+
"name": "collectionName",
|
|
3145
|
+
"type": "string",
|
|
3146
|
+
"required": true,
|
|
3147
|
+
"description": "NFT collection name (alphanumeric, 3-50 characters)"
|
|
3148
|
+
}
|
|
3149
|
+
],
|
|
3150
|
+
"topic": "nft-collection-management"
|
|
3151
|
+
},
|
|
3152
|
+
"fetchNftCollections": {
|
|
3153
|
+
"name": "fetchNftCollections",
|
|
3154
|
+
"mcpTool": "gala_launchpad_fetch_nft_collections",
|
|
3155
|
+
"category": "nft",
|
|
3156
|
+
"description": "Fetch all NFT collections authorized to a wallet address.",
|
|
3157
|
+
"operationType": "read",
|
|
3158
|
+
"authRequired": false,
|
|
3159
|
+
"parameters": [
|
|
3160
|
+
{
|
|
3161
|
+
"name": "walletAddress",
|
|
3162
|
+
"type": "any",
|
|
3163
|
+
"required": true,
|
|
3164
|
+
"description": "Wallet address"
|
|
3165
|
+
}
|
|
3166
|
+
],
|
|
3167
|
+
"topic": "nft-collection-management"
|
|
3168
|
+
},
|
|
3169
|
+
"createNftTokenClass": {
|
|
3170
|
+
"name": "createNftTokenClass",
|
|
3171
|
+
"mcpTool": "gala_launchpad_create_nft_token_class",
|
|
3172
|
+
"category": "nft",
|
|
3173
|
+
"description": "Create a token class within an NFT collection. Costs 1,000 GALA.",
|
|
3174
|
+
"operationType": "write",
|
|
3175
|
+
"authRequired": true,
|
|
3176
|
+
"parameters": [
|
|
3177
|
+
{
|
|
3178
|
+
"name": "collection",
|
|
3179
|
+
"type": "string",
|
|
3180
|
+
"required": true,
|
|
3181
|
+
"description": "NFT collection name (alphanumeric, 3-50 characters)"
|
|
3182
|
+
},
|
|
3183
|
+
{
|
|
3184
|
+
"name": "type",
|
|
3185
|
+
"type": "string",
|
|
3186
|
+
"required": true,
|
|
3187
|
+
"description": "Token type (e.g., \"Rare\", \"Epic\")"
|
|
3188
|
+
},
|
|
3189
|
+
{
|
|
3190
|
+
"name": "category",
|
|
3191
|
+
"type": "string",
|
|
3192
|
+
"required": true,
|
|
3193
|
+
"description": "Token category (e.g., \"Unit\")"
|
|
3194
|
+
},
|
|
3195
|
+
{
|
|
3196
|
+
"name": "name",
|
|
3197
|
+
"type": "string",
|
|
3198
|
+
"required": false,
|
|
3199
|
+
"description": "Token class name (optional)"
|
|
3200
|
+
},
|
|
3201
|
+
{
|
|
3202
|
+
"name": "description",
|
|
3203
|
+
"type": "string",
|
|
3204
|
+
"required": false,
|
|
3205
|
+
"description": "Token class description (optional)"
|
|
3206
|
+
},
|
|
3207
|
+
{
|
|
3208
|
+
"name": "image",
|
|
3209
|
+
"type": "string",
|
|
3210
|
+
"required": false,
|
|
3211
|
+
"description": "Token class image URL (optional)"
|
|
3212
|
+
},
|
|
3213
|
+
{
|
|
3214
|
+
"name": "symbol",
|
|
3215
|
+
"type": "string",
|
|
3216
|
+
"required": false,
|
|
3217
|
+
"description": "Token symbol (optional, letters only)"
|
|
3218
|
+
},
|
|
3219
|
+
{
|
|
3220
|
+
"name": "rarity",
|
|
3221
|
+
"type": "string",
|
|
3222
|
+
"required": false,
|
|
3223
|
+
"description": "Rarity tier (letters only)"
|
|
3224
|
+
},
|
|
3225
|
+
{
|
|
3226
|
+
"name": "maxSupply",
|
|
3227
|
+
"type": "string",
|
|
3228
|
+
"required": false,
|
|
3229
|
+
"description": "Maximum supply (whole number)"
|
|
3230
|
+
},
|
|
3231
|
+
{
|
|
3232
|
+
"name": "maxCapacity",
|
|
3233
|
+
"type": "string",
|
|
3234
|
+
"required": false,
|
|
3235
|
+
"description": "Maximum capacity (optional)"
|
|
3236
|
+
},
|
|
3237
|
+
{
|
|
3238
|
+
"name": "additionalKey",
|
|
3239
|
+
"type": "string",
|
|
3240
|
+
"required": false,
|
|
3241
|
+
"description": "Additional key for network identification (optional)"
|
|
3242
|
+
}
|
|
3243
|
+
],
|
|
3244
|
+
"topic": "nft-collection-management"
|
|
3245
|
+
},
|
|
3246
|
+
"fetchNftTokenClasses": {
|
|
3247
|
+
"name": "fetchNftTokenClasses",
|
|
3248
|
+
"mcpTool": "gala_launchpad_fetch_nft_token_classes",
|
|
3249
|
+
"category": "nft",
|
|
3250
|
+
"description": "Fetch token classes for a collection with supply information.",
|
|
3251
|
+
"operationType": "read",
|
|
3252
|
+
"authRequired": false,
|
|
3253
|
+
"parameters": [
|
|
3254
|
+
{
|
|
3255
|
+
"name": "collection",
|
|
3256
|
+
"type": "string",
|
|
3257
|
+
"required": true,
|
|
3258
|
+
"description": "NFT collection name (alphanumeric, 3-50 characters)"
|
|
3259
|
+
},
|
|
3260
|
+
{
|
|
3261
|
+
"name": "type",
|
|
3262
|
+
"type": "string",
|
|
3263
|
+
"required": false,
|
|
3264
|
+
"description": "Token type to filter by (optional)"
|
|
3265
|
+
},
|
|
3266
|
+
{
|
|
3267
|
+
"name": "category",
|
|
3268
|
+
"type": "string",
|
|
3269
|
+
"required": false,
|
|
3270
|
+
"description": "Token category to filter by (optional)"
|
|
3271
|
+
}
|
|
3272
|
+
],
|
|
3273
|
+
"topic": "nft-collection-management"
|
|
3274
|
+
},
|
|
3275
|
+
"mintNft": {
|
|
3276
|
+
"name": "mintNft",
|
|
3277
|
+
"mcpTool": "gala_launchpad_mint_nft",
|
|
3278
|
+
"category": "nft",
|
|
3279
|
+
"description": "Mint NFTs from a token class. Costs dynamic fee based on quantity.",
|
|
3280
|
+
"operationType": "read",
|
|
3281
|
+
"authRequired": true,
|
|
3282
|
+
"parameters": [
|
|
3283
|
+
{
|
|
3284
|
+
"name": "collection",
|
|
3285
|
+
"type": "string",
|
|
3286
|
+
"required": true,
|
|
3287
|
+
"description": "NFT collection name (alphanumeric, 3-50 characters)"
|
|
3288
|
+
},
|
|
3289
|
+
{
|
|
3290
|
+
"name": "type",
|
|
3291
|
+
"type": "string",
|
|
3292
|
+
"required": true,
|
|
3293
|
+
"description": "Token type"
|
|
3294
|
+
},
|
|
3295
|
+
{
|
|
3296
|
+
"name": "category",
|
|
3297
|
+
"type": "string",
|
|
3298
|
+
"required": true,
|
|
3299
|
+
"description": "Token category"
|
|
3300
|
+
},
|
|
3301
|
+
{
|
|
3302
|
+
"name": "quantity",
|
|
3303
|
+
"type": "string",
|
|
3304
|
+
"required": true,
|
|
3305
|
+
"description": "Number of NFTs (positive integer)"
|
|
3306
|
+
},
|
|
3307
|
+
{
|
|
3308
|
+
"name": "ownerAddress",
|
|
3309
|
+
"type": "any",
|
|
3310
|
+
"required": true,
|
|
3311
|
+
"description": "Wallet address"
|
|
3312
|
+
},
|
|
3313
|
+
{
|
|
3314
|
+
"name": "additionalKey",
|
|
3315
|
+
"type": "string",
|
|
3316
|
+
"required": false,
|
|
3317
|
+
"description": "Additional key (optional)"
|
|
3318
|
+
}
|
|
3319
|
+
],
|
|
3320
|
+
"topic": "nft-collection-management"
|
|
3321
|
+
},
|
|
3322
|
+
"fetchNftBalances": {
|
|
3323
|
+
"name": "fetchNftBalances",
|
|
3324
|
+
"mcpTool": "gala_launchpad_fetch_nft_balances",
|
|
3325
|
+
"category": "nft",
|
|
3326
|
+
"description": "Fetch NFT balances for an owner, optionally filtered by collection.",
|
|
3327
|
+
"operationType": "read",
|
|
3328
|
+
"authRequired": false,
|
|
3329
|
+
"parameters": [
|
|
3330
|
+
{
|
|
3331
|
+
"name": "ownerAddress",
|
|
3332
|
+
"type": "any",
|
|
3333
|
+
"required": true,
|
|
3334
|
+
"description": "Wallet address"
|
|
3335
|
+
},
|
|
3336
|
+
{
|
|
3337
|
+
"name": "collectionFilter",
|
|
3338
|
+
"type": "string",
|
|
3339
|
+
"required": false,
|
|
3340
|
+
"description": "Collection name to filter by (optional)"
|
|
3341
|
+
}
|
|
3342
|
+
],
|
|
3343
|
+
"topic": "nft-collection-management"
|
|
3344
|
+
},
|
|
3018
3345
|
"transferGala": {
|
|
3019
3346
|
"name": "transferGala",
|
|
3020
3347
|
"mcpTool": "gala_launchpad_transfer_gala",
|
|
@@ -3025,25 +3352,25 @@
|
|
|
3025
3352
|
"parameters": [
|
|
3026
3353
|
{
|
|
3027
3354
|
"name": "recipientAddress",
|
|
3028
|
-
"type": "
|
|
3355
|
+
"type": "any",
|
|
3029
3356
|
"required": true,
|
|
3030
3357
|
"description": "Recipient wallet address"
|
|
3031
3358
|
},
|
|
3032
3359
|
{
|
|
3033
3360
|
"name": "amount",
|
|
3034
|
-
"type": "
|
|
3361
|
+
"type": "any",
|
|
3035
3362
|
"required": true,
|
|
3036
3363
|
"description": "Amount in standard decimal format (e.g., \"1\" for 1 GALA)"
|
|
3037
3364
|
},
|
|
3038
3365
|
{
|
|
3039
3366
|
"name": "uniqueKey",
|
|
3040
|
-
"type": "
|
|
3367
|
+
"type": "any",
|
|
3041
3368
|
"required": false,
|
|
3042
3369
|
"description": "Optional idempotency key"
|
|
3043
3370
|
},
|
|
3044
3371
|
{
|
|
3045
3372
|
"name": "privateKey",
|
|
3046
|
-
"type": "
|
|
3373
|
+
"type": "any",
|
|
3047
3374
|
"required": false,
|
|
3048
3375
|
"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
3376
|
}
|
|
@@ -3060,13 +3387,13 @@
|
|
|
3060
3387
|
"parameters": [
|
|
3061
3388
|
{
|
|
3062
3389
|
"name": "to",
|
|
3063
|
-
"type": "
|
|
3390
|
+
"type": "any",
|
|
3064
3391
|
"required": true,
|
|
3065
3392
|
"description": "Recipient wallet address"
|
|
3066
3393
|
},
|
|
3067
3394
|
{
|
|
3068
3395
|
"name": "tokenName",
|
|
3069
|
-
"type": "
|
|
3396
|
+
"type": "any",
|
|
3070
3397
|
"required": true,
|
|
3071
3398
|
"description": "Token name"
|
|
3072
3399
|
},
|
|
@@ -3078,13 +3405,13 @@
|
|
|
3078
3405
|
},
|
|
3079
3406
|
{
|
|
3080
3407
|
"name": "uniqueKey",
|
|
3081
|
-
"type": "
|
|
3408
|
+
"type": "any",
|
|
3082
3409
|
"required": false,
|
|
3083
3410
|
"description": "Optional idempotency key"
|
|
3084
3411
|
},
|
|
3085
3412
|
{
|
|
3086
3413
|
"name": "privateKey",
|
|
3087
|
-
"type": "
|
|
3414
|
+
"type": "any",
|
|
3088
3415
|
"required": false,
|
|
3089
3416
|
"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
3417
|
}
|
|
@@ -3107,13 +3434,13 @@
|
|
|
3107
3434
|
},
|
|
3108
3435
|
{
|
|
3109
3436
|
"name": "uniqueKey",
|
|
3110
|
-
"type": "
|
|
3437
|
+
"type": "any",
|
|
3111
3438
|
"required": false,
|
|
3112
3439
|
"description": "Optional idempotency key"
|
|
3113
3440
|
},
|
|
3114
3441
|
{
|
|
3115
3442
|
"name": "privateKey",
|
|
3116
|
-
"type": "
|
|
3443
|
+
"type": "any",
|
|
3117
3444
|
"required": false,
|
|
3118
3445
|
"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
3446
|
}
|
|
@@ -3136,13 +3463,13 @@
|
|
|
3136
3463
|
},
|
|
3137
3464
|
{
|
|
3138
3465
|
"name": "uniqueKey",
|
|
3139
|
-
"type": "
|
|
3466
|
+
"type": "any",
|
|
3140
3467
|
"required": false,
|
|
3141
3468
|
"description": "Optional idempotency key"
|
|
3142
3469
|
},
|
|
3143
3470
|
{
|
|
3144
3471
|
"name": "privateKey",
|
|
3145
|
-
"type": "
|
|
3472
|
+
"type": "any",
|
|
3146
3473
|
"required": false,
|
|
3147
3474
|
"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
3475
|
}
|
|
@@ -3165,13 +3492,13 @@
|
|
|
3165
3492
|
},
|
|
3166
3493
|
{
|
|
3167
3494
|
"name": "uniqueKey",
|
|
3168
|
-
"type": "
|
|
3495
|
+
"type": "any",
|
|
3169
3496
|
"required": false,
|
|
3170
3497
|
"description": "Optional idempotency key"
|
|
3171
3498
|
},
|
|
3172
3499
|
{
|
|
3173
3500
|
"name": "privateKey",
|
|
3174
|
-
"type": "
|
|
3501
|
+
"type": "any",
|
|
3175
3502
|
"required": false,
|
|
3176
3503
|
"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
3504
|
}
|
|
@@ -3185,8 +3512,7 @@
|
|
|
3185
3512
|
"description": "Create a new wallet with a random private key. Returns wallet address and private key.",
|
|
3186
3513
|
"operationType": "write",
|
|
3187
3514
|
"authRequired": true,
|
|
3188
|
-
"parameters": []
|
|
3189
|
-
"topic": "utilities-system"
|
|
3515
|
+
"parameters": []
|
|
3190
3516
|
},
|
|
3191
3517
|
"createSolanaWallet": {
|
|
3192
3518
|
"name": "createSolanaWallet",
|
|
@@ -3269,7 +3595,7 @@
|
|
|
3269
3595
|
"parameters": [
|
|
3270
3596
|
{
|
|
3271
3597
|
"name": "tokenName",
|
|
3272
|
-
"type": "
|
|
3598
|
+
"type": "any",
|
|
3273
3599
|
"required": true,
|
|
3274
3600
|
"description": "Token name"
|
|
3275
3601
|
}
|
|
@@ -3280,7 +3606,7 @@
|
|
|
3280
3606
|
"name": "explainSdkUsage",
|
|
3281
3607
|
"mcpTool": "gala_launchpad_explain_sdk_usage",
|
|
3282
3608
|
"category": "utils",
|
|
3283
|
-
"description": "Get detailed SDK code examples for all 224 MCP tools (mapping to ~208 SDK methods) organized into
|
|
3609
|
+
"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
3610
|
"operationType": "read",
|
|
3285
3611
|
"authRequired": false,
|
|
3286
3612
|
"parameters": [
|
|
@@ -3337,7 +3663,8 @@
|
|
|
3337
3663
|
"content-flag-management",
|
|
3338
3664
|
"content-reactions",
|
|
3339
3665
|
"trade-history",
|
|
3340
|
-
"token-ban-management"
|
|
3666
|
+
"token-ban-management",
|
|
3667
|
+
"nft-collection-management"
|
|
3341
3668
|
]
|
|
3342
3669
|
}
|
|
3343
3670
|
]
|
|
@@ -3352,7 +3679,7 @@
|
|
|
3352
3679
|
"parameters": [
|
|
3353
3680
|
{
|
|
3354
3681
|
"name": "tokenName",
|
|
3355
|
-
"type": "
|
|
3682
|
+
"type": "any",
|
|
3356
3683
|
"required": true,
|
|
3357
3684
|
"description": "Token name"
|
|
3358
3685
|
}
|
|
@@ -3379,7 +3706,7 @@
|
|
|
3379
3706
|
"parameters": [
|
|
3380
3707
|
{
|
|
3381
3708
|
"name": "tokenName",
|
|
3382
|
-
"type": "
|
|
3709
|
+
"type": "any",
|
|
3383
3710
|
"required": false,
|
|
3384
3711
|
"description": "Optional launchpad token name to clear (clears ALL caches including bridgeable tokens if not provided)"
|
|
3385
3712
|
}
|
|
@@ -3499,7 +3826,7 @@
|
|
|
3499
3826
|
},
|
|
3500
3827
|
{
|
|
3501
3828
|
"name": "amount",
|
|
3502
|
-
"type": "
|
|
3829
|
+
"type": "any",
|
|
3503
3830
|
"required": false,
|
|
3504
3831
|
"description": "Amount to bridge (optional, for more accurate fee estimation)"
|
|
3505
3832
|
}
|
|
@@ -3522,7 +3849,7 @@
|
|
|
3522
3849
|
},
|
|
3523
3850
|
{
|
|
3524
3851
|
"name": "amount",
|
|
3525
|
-
"type": "
|
|
3852
|
+
"type": "any",
|
|
3526
3853
|
"required": true,
|
|
3527
3854
|
"description": "Amount to bridge"
|
|
3528
3855
|
},
|
|
@@ -3538,7 +3865,7 @@
|
|
|
3538
3865
|
},
|
|
3539
3866
|
{
|
|
3540
3867
|
"name": "recipientAddress",
|
|
3541
|
-
"type": "
|
|
3868
|
+
"type": "any",
|
|
3542
3869
|
"required": true,
|
|
3543
3870
|
"description": "Recipient address on the destination chain (Ethereum: 0x... format, Solana: base58 format)"
|
|
3544
3871
|
}
|
|
@@ -3561,7 +3888,7 @@
|
|
|
3561
3888
|
},
|
|
3562
3889
|
{
|
|
3563
3890
|
"name": "amount",
|
|
3564
|
-
"type": "
|
|
3891
|
+
"type": "any",
|
|
3565
3892
|
"required": true,
|
|
3566
3893
|
"description": "Amount to bridge"
|
|
3567
3894
|
},
|
|
@@ -3636,13 +3963,13 @@
|
|
|
3636
3963
|
"parameters": [
|
|
3637
3964
|
{
|
|
3638
3965
|
"name": "symbol",
|
|
3639
|
-
"type": "
|
|
3966
|
+
"type": "any",
|
|
3640
3967
|
"required": true,
|
|
3641
3968
|
"description": "Token symbol (GALA, GWETH, GUSDC, GUSDT, GWTRX, GWBTC)"
|
|
3642
3969
|
},
|
|
3643
3970
|
{
|
|
3644
3971
|
"name": "address",
|
|
3645
|
-
"type": "
|
|
3972
|
+
"type": "any",
|
|
3646
3973
|
"required": false,
|
|
3647
3974
|
"description": "Ethereum address (0x format). Defaults to configured wallet address."
|
|
3648
3975
|
}
|
|
@@ -3659,7 +3986,7 @@
|
|
|
3659
3986
|
"parameters": [
|
|
3660
3987
|
{
|
|
3661
3988
|
"name": "address",
|
|
3662
|
-
"type": "
|
|
3989
|
+
"type": "any",
|
|
3663
3990
|
"required": false,
|
|
3664
3991
|
"description": "Ethereum address (0x format). Defaults to configured wallet address."
|
|
3665
3992
|
}
|
|
@@ -3676,7 +4003,7 @@
|
|
|
3676
4003
|
"parameters": [
|
|
3677
4004
|
{
|
|
3678
4005
|
"name": "address",
|
|
3679
|
-
"type": "
|
|
4006
|
+
"type": "any",
|
|
3680
4007
|
"required": false,
|
|
3681
4008
|
"description": "Ethereum address (0x format). Defaults to configured wallet address."
|
|
3682
4009
|
}
|
|
@@ -3693,13 +4020,13 @@
|
|
|
3693
4020
|
"parameters": [
|
|
3694
4021
|
{
|
|
3695
4022
|
"name": "symbol",
|
|
3696
|
-
"type": "
|
|
4023
|
+
"type": "any",
|
|
3697
4024
|
"required": true,
|
|
3698
4025
|
"description": "Token symbol (GALA, GSOL)"
|
|
3699
4026
|
},
|
|
3700
4027
|
{
|
|
3701
4028
|
"name": "address",
|
|
3702
|
-
"type": "
|
|
4029
|
+
"type": "any",
|
|
3703
4030
|
"required": false,
|
|
3704
4031
|
"description": "Solana address (base58 format). Defaults to configured wallet address."
|
|
3705
4032
|
}
|
|
@@ -3716,7 +4043,7 @@
|
|
|
3716
4043
|
"parameters": [
|
|
3717
4044
|
{
|
|
3718
4045
|
"name": "address",
|
|
3719
|
-
"type": "
|
|
4046
|
+
"type": "any",
|
|
3720
4047
|
"required": false,
|
|
3721
4048
|
"description": "Solana address (base58 format). Defaults to configured wallet address."
|
|
3722
4049
|
}
|
|
@@ -3733,7 +4060,7 @@
|
|
|
3733
4060
|
"parameters": [
|
|
3734
4061
|
{
|
|
3735
4062
|
"name": "address",
|
|
3736
|
-
"type": "
|
|
4063
|
+
"type": "any",
|
|
3737
4064
|
"required": false,
|
|
3738
4065
|
"description": "Solana address (base58 format). Defaults to configured wallet address."
|
|
3739
4066
|
}
|
|
@@ -4032,13 +4359,13 @@
|
|
|
4032
4359
|
},
|
|
4033
4360
|
{
|
|
4034
4361
|
"name": "amount",
|
|
4035
|
-
"type": "
|
|
4362
|
+
"type": "any",
|
|
4036
4363
|
"required": true,
|
|
4037
4364
|
"description": "Amount to wrap/unwrap (decimal string, e.g., \"100.5\")"
|
|
4038
4365
|
},
|
|
4039
4366
|
{
|
|
4040
4367
|
"name": "recipient",
|
|
4041
|
-
"type": "
|
|
4368
|
+
"type": "any",
|
|
4042
4369
|
"required": false,
|
|
4043
4370
|
"description": "Optional recipient address (defaults to sender)"
|
|
4044
4371
|
},
|
|
@@ -4067,13 +4394,13 @@
|
|
|
4067
4394
|
},
|
|
4068
4395
|
{
|
|
4069
4396
|
"name": "amount",
|
|
4070
|
-
"type": "
|
|
4397
|
+
"type": "any",
|
|
4071
4398
|
"required": true,
|
|
4072
4399
|
"description": "Amount to wrap/unwrap (decimal string, e.g., \"100.5\")"
|
|
4073
4400
|
},
|
|
4074
4401
|
{
|
|
4075
4402
|
"name": "recipient",
|
|
4076
|
-
"type": "
|
|
4403
|
+
"type": "any",
|
|
4077
4404
|
"required": false,
|
|
4078
4405
|
"description": "Optional recipient address (defaults to sender)"
|
|
4079
4406
|
},
|
|
@@ -4102,7 +4429,7 @@
|
|
|
4102
4429
|
},
|
|
4103
4430
|
{
|
|
4104
4431
|
"name": "amount",
|
|
4105
|
-
"type": "
|
|
4432
|
+
"type": "any",
|
|
4106
4433
|
"required": true,
|
|
4107
4434
|
"description": "Amount to wrap for fee estimation"
|
|
4108
4435
|
}
|
|
@@ -4125,7 +4452,7 @@
|
|
|
4125
4452
|
},
|
|
4126
4453
|
{
|
|
4127
4454
|
"name": "amount",
|
|
4128
|
-
"type": "
|
|
4455
|
+
"type": "any",
|
|
4129
4456
|
"required": true,
|
|
4130
4457
|
"description": "Amount to unwrap for fee estimation"
|
|
4131
4458
|
}
|
|
@@ -4159,7 +4486,7 @@
|
|
|
4159
4486
|
"parameters": [
|
|
4160
4487
|
{
|
|
4161
4488
|
"name": "tokenName",
|
|
4162
|
-
"type": "
|
|
4489
|
+
"type": "any",
|
|
4163
4490
|
"required": true,
|
|
4164
4491
|
"description": "Token name"
|
|
4165
4492
|
}
|
|
@@ -4176,7 +4503,7 @@
|
|
|
4176
4503
|
"parameters": [
|
|
4177
4504
|
{
|
|
4178
4505
|
"name": "tokenName",
|
|
4179
|
-
"type": "
|
|
4506
|
+
"type": "any",
|
|
4180
4507
|
"required": true,
|
|
4181
4508
|
"description": "Token name"
|
|
4182
4509
|
}
|
|
@@ -4193,7 +4520,7 @@
|
|
|
4193
4520
|
"parameters": [
|
|
4194
4521
|
{
|
|
4195
4522
|
"name": "tokenName",
|
|
4196
|
-
"type": "
|
|
4523
|
+
"type": "any",
|
|
4197
4524
|
"required": true,
|
|
4198
4525
|
"description": "Token name"
|
|
4199
4526
|
}
|
|
@@ -4210,7 +4537,7 @@
|
|
|
4210
4537
|
"parameters": [
|
|
4211
4538
|
{
|
|
4212
4539
|
"name": "tokenName",
|
|
4213
|
-
"type": "
|
|
4540
|
+
"type": "any",
|
|
4214
4541
|
"required": true,
|
|
4215
4542
|
"description": "Token name"
|
|
4216
4543
|
},
|
|
@@ -4232,7 +4559,7 @@
|
|
|
4232
4559
|
"parameters": [
|
|
4233
4560
|
{
|
|
4234
4561
|
"name": "tokenName",
|
|
4235
|
-
"type": "
|
|
4562
|
+
"type": "any",
|
|
4236
4563
|
"required": true,
|
|
4237
4564
|
"description": "Token name"
|
|
4238
4565
|
}
|
|
@@ -4249,7 +4576,7 @@
|
|
|
4249
4576
|
"parameters": [
|
|
4250
4577
|
{
|
|
4251
4578
|
"name": "tokenName",
|
|
4252
|
-
"type": "
|
|
4579
|
+
"type": "any",
|
|
4253
4580
|
"required": true,
|
|
4254
4581
|
"description": "Token name"
|
|
4255
4582
|
},
|
|
@@ -4271,19 +4598,19 @@
|
|
|
4271
4598
|
"parameters": [
|
|
4272
4599
|
{
|
|
4273
4600
|
"name": "tokenName",
|
|
4274
|
-
"type": "
|
|
4601
|
+
"type": "any",
|
|
4275
4602
|
"required": true,
|
|
4276
4603
|
"description": "Token name"
|
|
4277
4604
|
},
|
|
4278
4605
|
{
|
|
4279
4606
|
"name": "page",
|
|
4280
|
-
"type": "
|
|
4607
|
+
"type": "any",
|
|
4281
4608
|
"required": false,
|
|
4282
4609
|
"description": "Page number (default: 1)"
|
|
4283
4610
|
},
|
|
4284
4611
|
{
|
|
4285
4612
|
"name": "limit",
|
|
4286
|
-
"type": "
|
|
4613
|
+
"type": "any",
|
|
4287
4614
|
"required": false,
|
|
4288
4615
|
"description": "Results per page (default: 20, maximum: 100)"
|
|
4289
4616
|
}
|
|
@@ -4300,7 +4627,7 @@
|
|
|
4300
4627
|
"parameters": [
|
|
4301
4628
|
{
|
|
4302
4629
|
"name": "tokenName",
|
|
4303
|
-
"type": "
|
|
4630
|
+
"type": "any",
|
|
4304
4631
|
"required": true,
|
|
4305
4632
|
"description": "Token name"
|
|
4306
4633
|
},
|
|
@@ -4323,7 +4650,7 @@
|
|
|
4323
4650
|
"parameters": [
|
|
4324
4651
|
{
|
|
4325
4652
|
"name": "tokenName",
|
|
4326
|
-
"type": "
|
|
4653
|
+
"type": "any",
|
|
4327
4654
|
"required": true,
|
|
4328
4655
|
"description": "Token name"
|
|
4329
4656
|
},
|
|
@@ -4346,7 +4673,7 @@
|
|
|
4346
4673
|
"parameters": [
|
|
4347
4674
|
{
|
|
4348
4675
|
"name": "tokenName",
|
|
4349
|
-
"type": "
|
|
4676
|
+
"type": "any",
|
|
4350
4677
|
"required": true,
|
|
4351
4678
|
"description": "Token name"
|
|
4352
4679
|
}
|
|
@@ -4363,7 +4690,7 @@
|
|
|
4363
4690
|
"parameters": [
|
|
4364
4691
|
{
|
|
4365
4692
|
"name": "tokenName",
|
|
4366
|
-
"type": "
|
|
4693
|
+
"type": "any",
|
|
4367
4694
|
"required": true,
|
|
4368
4695
|
"description": "Token name"
|
|
4369
4696
|
},
|
|
@@ -4410,7 +4737,7 @@
|
|
|
4410
4737
|
"parameters": [
|
|
4411
4738
|
{
|
|
4412
4739
|
"name": "tokenName",
|
|
4413
|
-
"type": "
|
|
4740
|
+
"type": "any",
|
|
4414
4741
|
"required": true,
|
|
4415
4742
|
"description": "Token name"
|
|
4416
4743
|
},
|
|
@@ -4460,7 +4787,7 @@
|
|
|
4460
4787
|
"parameters": [
|
|
4461
4788
|
{
|
|
4462
4789
|
"name": "tokenName",
|
|
4463
|
-
"type": "
|
|
4790
|
+
"type": "any",
|
|
4464
4791
|
"required": true,
|
|
4465
4792
|
"description": "Token name"
|
|
4466
4793
|
}
|
|
@@ -4487,7 +4814,7 @@
|
|
|
4487
4814
|
"parameters": [
|
|
4488
4815
|
{
|
|
4489
4816
|
"name": "tokenName",
|
|
4490
|
-
"type": "
|
|
4817
|
+
"type": "any",
|
|
4491
4818
|
"required": true,
|
|
4492
4819
|
"description": "Token name"
|
|
4493
4820
|
}
|
|
@@ -4504,7 +4831,7 @@
|
|
|
4504
4831
|
"parameters": [
|
|
4505
4832
|
{
|
|
4506
4833
|
"name": "tokenName",
|
|
4507
|
-
"type": "
|
|
4834
|
+
"type": "any",
|
|
4508
4835
|
"required": true,
|
|
4509
4836
|
"description": "Token name"
|
|
4510
4837
|
}
|
|
@@ -4521,7 +4848,7 @@
|
|
|
4521
4848
|
"parameters": [
|
|
4522
4849
|
{
|
|
4523
4850
|
"name": "tokenName",
|
|
4524
|
-
"type": "
|
|
4851
|
+
"type": "any",
|
|
4525
4852
|
"required": true,
|
|
4526
4853
|
"description": "Token name"
|
|
4527
4854
|
},
|
|
@@ -4570,7 +4897,7 @@
|
|
|
4570
4897
|
"parameters": [
|
|
4571
4898
|
{
|
|
4572
4899
|
"name": "tokenName",
|
|
4573
|
-
"type": "
|
|
4900
|
+
"type": "any",
|
|
4574
4901
|
"required": true,
|
|
4575
4902
|
"description": "Token name"
|
|
4576
4903
|
}
|
|
@@ -4587,7 +4914,7 @@
|
|
|
4587
4914
|
"parameters": [
|
|
4588
4915
|
{
|
|
4589
4916
|
"name": "tokenName",
|
|
4590
|
-
"type": "
|
|
4917
|
+
"type": "any",
|
|
4591
4918
|
"required": true,
|
|
4592
4919
|
"description": "Token name"
|
|
4593
4920
|
}
|
|
@@ -4603,7 +4930,7 @@
|
|
|
4603
4930
|
"parameters": [
|
|
4604
4931
|
{
|
|
4605
4932
|
"name": "tokenName",
|
|
4606
|
-
"type": "
|
|
4933
|
+
"type": "any",
|
|
4607
4934
|
"required": true,
|
|
4608
4935
|
"description": "Token name"
|
|
4609
4936
|
},
|
|
@@ -4625,7 +4952,7 @@
|
|
|
4625
4952
|
"parameters": [
|
|
4626
4953
|
{
|
|
4627
4954
|
"name": "tokenName",
|
|
4628
|
-
"type": "
|
|
4955
|
+
"type": "any",
|
|
4629
4956
|
"required": true,
|
|
4630
4957
|
"description": "Token name"
|
|
4631
4958
|
}
|
|
@@ -4650,7 +4977,7 @@
|
|
|
4650
4977
|
"parameters": [
|
|
4651
4978
|
{
|
|
4652
4979
|
"name": "tokenName",
|
|
4653
|
-
"type": "
|
|
4980
|
+
"type": "any",
|
|
4654
4981
|
"required": true,
|
|
4655
4982
|
"description": "Token name"
|
|
4656
4983
|
}
|
|
@@ -4667,7 +4994,7 @@
|
|
|
4667
4994
|
"parameters": [
|
|
4668
4995
|
{
|
|
4669
4996
|
"name": "tokenName",
|
|
4670
|
-
"type": "
|
|
4997
|
+
"type": "any",
|
|
4671
4998
|
"required": true,
|
|
4672
4999
|
"description": "Token name"
|
|
4673
5000
|
},
|
|
@@ -4690,7 +5017,7 @@
|
|
|
4690
5017
|
"parameters": [
|
|
4691
5018
|
{
|
|
4692
5019
|
"name": "tokenName",
|
|
4693
|
-
"type": "
|
|
5020
|
+
"type": "any",
|
|
4694
5021
|
"required": true,
|
|
4695
5022
|
"description": "Token name"
|
|
4696
5023
|
},
|
|
@@ -4719,7 +5046,7 @@
|
|
|
4719
5046
|
"parameters": [
|
|
4720
5047
|
{
|
|
4721
5048
|
"name": "tokenName",
|
|
4722
|
-
"type": "
|
|
5049
|
+
"type": "any",
|
|
4723
5050
|
"required": true,
|
|
4724
5051
|
"description": "Token name"
|
|
4725
5052
|
},
|
|
@@ -4835,13 +5162,13 @@
|
|
|
4835
5162
|
"parameters": [
|
|
4836
5163
|
{
|
|
4837
5164
|
"name": "tokenName",
|
|
4838
|
-
"type": "
|
|
5165
|
+
"type": "any",
|
|
4839
5166
|
"required": true,
|
|
4840
5167
|
"description": "Token name"
|
|
4841
5168
|
},
|
|
4842
5169
|
{
|
|
4843
5170
|
"name": "userAddress",
|
|
4844
|
-
"type": "
|
|
5171
|
+
"type": "any",
|
|
4845
5172
|
"required": true,
|
|
4846
5173
|
"description": "Wallet address of user to ban"
|
|
4847
5174
|
},
|
|
@@ -4870,13 +5197,13 @@
|
|
|
4870
5197
|
"parameters": [
|
|
4871
5198
|
{
|
|
4872
5199
|
"name": "tokenName",
|
|
4873
|
-
"type": "
|
|
5200
|
+
"type": "any",
|
|
4874
5201
|
"required": true,
|
|
4875
5202
|
"description": "Token name"
|
|
4876
5203
|
},
|
|
4877
5204
|
{
|
|
4878
5205
|
"name": "userAddress",
|
|
4879
|
-
"type": "
|
|
5206
|
+
"type": "any",
|
|
4880
5207
|
"required": true,
|
|
4881
5208
|
"description": "Wallet address of user to unban"
|
|
4882
5209
|
}
|
|
@@ -4893,25 +5220,25 @@
|
|
|
4893
5220
|
"parameters": [
|
|
4894
5221
|
{
|
|
4895
5222
|
"name": "tokenName",
|
|
4896
|
-
"type": "
|
|
5223
|
+
"type": "any",
|
|
4897
5224
|
"required": true,
|
|
4898
5225
|
"description": "Token name"
|
|
4899
5226
|
},
|
|
4900
5227
|
{
|
|
4901
5228
|
"name": "page",
|
|
4902
|
-
"type": "
|
|
5229
|
+
"type": "any",
|
|
4903
5230
|
"required": false,
|
|
4904
5231
|
"description": "Page number (default: 1)"
|
|
4905
5232
|
},
|
|
4906
5233
|
{
|
|
4907
5234
|
"name": "limit",
|
|
4908
|
-
"type": "
|
|
5235
|
+
"type": "any",
|
|
4909
5236
|
"required": false,
|
|
4910
5237
|
"description": "Results per page (default: 20, maximum: 100)"
|
|
4911
5238
|
},
|
|
4912
5239
|
{
|
|
4913
5240
|
"name": "search",
|
|
4914
|
-
"type": "
|
|
5241
|
+
"type": "any",
|
|
4915
5242
|
"required": false,
|
|
4916
5243
|
"description": "Optional search query (fuzzy match filter)"
|
|
4917
5244
|
},
|
|
@@ -4940,13 +5267,13 @@
|
|
|
4940
5267
|
"parameters": [
|
|
4941
5268
|
{
|
|
4942
5269
|
"name": "tokenName",
|
|
4943
|
-
"type": "
|
|
5270
|
+
"type": "any",
|
|
4944
5271
|
"required": true,
|
|
4945
5272
|
"description": "Token name"
|
|
4946
5273
|
},
|
|
4947
5274
|
{
|
|
4948
5275
|
"name": "userAddress",
|
|
4949
|
-
"type": "
|
|
5276
|
+
"type": "any",
|
|
4950
5277
|
"required": true,
|
|
4951
5278
|
"description": "Wallet address of user to check"
|
|
4952
5279
|
}
|
|
@@ -4963,7 +5290,7 @@
|
|
|
4963
5290
|
"parameters": [
|
|
4964
5291
|
{
|
|
4965
5292
|
"name": "tokenName",
|
|
4966
|
-
"type": "
|
|
5293
|
+
"type": "any",
|
|
4967
5294
|
"required": true,
|
|
4968
5295
|
"description": "Token name"
|
|
4969
5296
|
},
|
|
@@ -4979,7 +5306,7 @@
|
|
|
4979
5306
|
},
|
|
4980
5307
|
{
|
|
4981
5308
|
"name": "search",
|
|
4982
|
-
"type": "
|
|
5309
|
+
"type": "any",
|
|
4983
5310
|
"required": false,
|
|
4984
5311
|
"description": "Optional search query (fuzzy match filter)"
|
|
4985
5312
|
},
|
|
@@ -5055,13 +5382,13 @@
|
|
|
5055
5382
|
"parameters": [
|
|
5056
5383
|
{
|
|
5057
5384
|
"name": "page",
|
|
5058
|
-
"type": "
|
|
5385
|
+
"type": "any",
|
|
5059
5386
|
"required": false,
|
|
5060
5387
|
"description": "Page number (default: 1)"
|
|
5061
5388
|
},
|
|
5062
5389
|
{
|
|
5063
5390
|
"name": "limit",
|
|
5064
|
-
"type": "
|
|
5391
|
+
"type": "any",
|
|
5065
5392
|
"required": false,
|
|
5066
5393
|
"description": "Results per page (default: 20, maximum: 20)"
|
|
5067
5394
|
}
|
|
@@ -5185,7 +5512,7 @@
|
|
|
5185
5512
|
},
|
|
5186
5513
|
{
|
|
5187
5514
|
"name": "tokenName",
|
|
5188
|
-
"type": "
|
|
5515
|
+
"type": "any",
|
|
5189
5516
|
"required": false,
|
|
5190
5517
|
"description": "Token name (required for TOKEN scope, omit for ALL_OWNER_TOKENS)"
|
|
5191
5518
|
},
|
|
@@ -5242,7 +5569,7 @@
|
|
|
5242
5569
|
"parameters": [
|
|
5243
5570
|
{
|
|
5244
5571
|
"name": "page",
|
|
5245
|
-
"type": "
|
|
5572
|
+
"type": "any",
|
|
5246
5573
|
"required": false,
|
|
5247
5574
|
"description": "Page number (default: 1)"
|
|
5248
5575
|
},
|
|
@@ -5265,7 +5592,7 @@
|
|
|
5265
5592
|
"parameters": [
|
|
5266
5593
|
{
|
|
5267
5594
|
"name": "tokenName",
|
|
5268
|
-
"type": "
|
|
5595
|
+
"type": "any",
|
|
5269
5596
|
"required": false,
|
|
5270
5597
|
"description": "Token name to filter by (optional - omit to list ALL invites across all tokens)"
|
|
5271
5598
|
},
|
|
@@ -5283,7 +5610,7 @@
|
|
|
5283
5610
|
},
|
|
5284
5611
|
{
|
|
5285
5612
|
"name": "page",
|
|
5286
|
-
"type": "
|
|
5613
|
+
"type": "any",
|
|
5287
5614
|
"required": false,
|
|
5288
5615
|
"description": "Page number (default: 1)"
|
|
5289
5616
|
},
|
|
@@ -5367,7 +5694,7 @@
|
|
|
5367
5694
|
"parameters": [
|
|
5368
5695
|
{
|
|
5369
5696
|
"name": "tokenName",
|
|
5370
|
-
"type": "
|
|
5697
|
+
"type": "any",
|
|
5371
5698
|
"required": true,
|
|
5372
5699
|
"description": "Token name"
|
|
5373
5700
|
},
|
|
@@ -5390,7 +5717,7 @@
|
|
|
5390
5717
|
},
|
|
5391
5718
|
{
|
|
5392
5719
|
"name": "reportedUserAddress",
|
|
5393
|
-
"type": "
|
|
5720
|
+
"type": "any",
|
|
5394
5721
|
"required": true,
|
|
5395
5722
|
"description": "Wallet address of the user who created the flagged content"
|
|
5396
5723
|
},
|
|
@@ -5426,7 +5753,7 @@
|
|
|
5426
5753
|
"parameters": [
|
|
5427
5754
|
{
|
|
5428
5755
|
"name": "tokenName",
|
|
5429
|
-
"type": "
|
|
5756
|
+
"type": "any",
|
|
5430
5757
|
"required": true,
|
|
5431
5758
|
"description": "Token name"
|
|
5432
5759
|
},
|
|
@@ -5467,25 +5794,25 @@
|
|
|
5467
5794
|
},
|
|
5468
5795
|
{
|
|
5469
5796
|
"name": "reporterAddress",
|
|
5470
|
-
"type": "
|
|
5797
|
+
"type": "any",
|
|
5471
5798
|
"required": false,
|
|
5472
5799
|
"description": "Filter by reporter address (optional)"
|
|
5473
5800
|
},
|
|
5474
5801
|
{
|
|
5475
5802
|
"name": "reportedUserAddress",
|
|
5476
|
-
"type": "
|
|
5803
|
+
"type": "any",
|
|
5477
5804
|
"required": false,
|
|
5478
5805
|
"description": "Filter by reported user address (optional)"
|
|
5479
5806
|
},
|
|
5480
5807
|
{
|
|
5481
5808
|
"name": "page",
|
|
5482
|
-
"type": "
|
|
5809
|
+
"type": "any",
|
|
5483
5810
|
"required": false,
|
|
5484
5811
|
"description": "Page number (default: 1)"
|
|
5485
5812
|
},
|
|
5486
5813
|
{
|
|
5487
5814
|
"name": "limit",
|
|
5488
|
-
"type": "
|
|
5815
|
+
"type": "any",
|
|
5489
5816
|
"required": false,
|
|
5490
5817
|
"description": "Results per page (default: 20, maximum: 100)"
|
|
5491
5818
|
}
|
|
@@ -5502,7 +5829,7 @@
|
|
|
5502
5829
|
"parameters": [
|
|
5503
5830
|
{
|
|
5504
5831
|
"name": "tokenName",
|
|
5505
|
-
"type": "
|
|
5832
|
+
"type": "any",
|
|
5506
5833
|
"required": false,
|
|
5507
5834
|
"description": "Filter by token name (optional - omit to show all tokens)"
|
|
5508
5835
|
},
|
|
@@ -5543,25 +5870,25 @@
|
|
|
5543
5870
|
},
|
|
5544
5871
|
{
|
|
5545
5872
|
"name": "reporterAddress",
|
|
5546
|
-
"type": "
|
|
5873
|
+
"type": "any",
|
|
5547
5874
|
"required": false,
|
|
5548
5875
|
"description": "Filter by reporter address (optional)"
|
|
5549
5876
|
},
|
|
5550
5877
|
{
|
|
5551
5878
|
"name": "reportedUserAddress",
|
|
5552
|
-
"type": "
|
|
5879
|
+
"type": "any",
|
|
5553
5880
|
"required": false,
|
|
5554
5881
|
"description": "Filter by reported user address (optional)"
|
|
5555
5882
|
},
|
|
5556
5883
|
{
|
|
5557
5884
|
"name": "page",
|
|
5558
|
-
"type": "
|
|
5885
|
+
"type": "any",
|
|
5559
5886
|
"required": false,
|
|
5560
5887
|
"description": "Page number (default: 1)"
|
|
5561
5888
|
},
|
|
5562
5889
|
{
|
|
5563
5890
|
"name": "limit",
|
|
5564
|
-
"type": "
|
|
5891
|
+
"type": "any",
|
|
5565
5892
|
"required": false,
|
|
5566
5893
|
"description": "Results per page (default: 20, maximum: 100)"
|
|
5567
5894
|
}
|
|
@@ -5658,7 +5985,7 @@
|
|
|
5658
5985
|
},
|
|
5659
5986
|
{
|
|
5660
5987
|
"name": "page",
|
|
5661
|
-
"type": "
|
|
5988
|
+
"type": "any",
|
|
5662
5989
|
"required": false,
|
|
5663
5990
|
"description": "Page number (default: 1)"
|
|
5664
5991
|
},
|
|
@@ -5741,7 +6068,7 @@
|
|
|
5741
6068
|
},
|
|
5742
6069
|
{
|
|
5743
6070
|
"name": "page",
|
|
5744
|
-
"type": "
|
|
6071
|
+
"type": "any",
|
|
5745
6072
|
"required": false,
|
|
5746
6073
|
"description": "Page number (default: 1)"
|
|
5747
6074
|
},
|
|
@@ -5764,7 +6091,7 @@
|
|
|
5764
6091
|
"parameters": [
|
|
5765
6092
|
{
|
|
5766
6093
|
"name": "address",
|
|
5767
|
-
"type": "
|
|
6094
|
+
"type": "any",
|
|
5768
6095
|
"required": true,
|
|
5769
6096
|
"description": "Wallet address of the overseer to revoke (eth|... or 0x... format)"
|
|
5770
6097
|
}
|
|
@@ -5801,7 +6128,7 @@
|
|
|
5801
6128
|
"parameters": [
|
|
5802
6129
|
{
|
|
5803
6130
|
"name": "search",
|
|
5804
|
-
"type": "
|
|
6131
|
+
"type": "any",
|
|
5805
6132
|
"required": false,
|
|
5806
6133
|
"description": "Search by user address or name"
|
|
5807
6134
|
},
|
|
@@ -5851,7 +6178,7 @@
|
|
|
5851
6178
|
"parameters": [
|
|
5852
6179
|
{
|
|
5853
6180
|
"name": "userAddress",
|
|
5854
|
-
"type": "
|
|
6181
|
+
"type": "any",
|
|
5855
6182
|
"required": true,
|
|
5856
6183
|
"description": "User wallet address to get summary for"
|
|
5857
6184
|
}
|
|
@@ -5867,7 +6194,7 @@
|
|
|
5867
6194
|
"parameters": [
|
|
5868
6195
|
{
|
|
5869
6196
|
"name": "tokenName",
|
|
5870
|
-
"type": "
|
|
6197
|
+
"type": "any",
|
|
5871
6198
|
"required": true,
|
|
5872
6199
|
"description": "Token name"
|
|
5873
6200
|
},
|
|
@@ -5890,7 +6217,7 @@
|
|
|
5890
6217
|
"parameters": [
|
|
5891
6218
|
{
|
|
5892
6219
|
"name": "tokenName",
|
|
5893
|
-
"type": "
|
|
6220
|
+
"type": "any",
|
|
5894
6221
|
"required": true,
|
|
5895
6222
|
"description": "Token name"
|
|
5896
6223
|
}
|
|
@@ -5907,19 +6234,19 @@
|
|
|
5907
6234
|
"parameters": [
|
|
5908
6235
|
{
|
|
5909
6236
|
"name": "page",
|
|
5910
|
-
"type": "
|
|
6237
|
+
"type": "any",
|
|
5911
6238
|
"required": false,
|
|
5912
6239
|
"description": "Page number (default: 1)"
|
|
5913
6240
|
},
|
|
5914
6241
|
{
|
|
5915
6242
|
"name": "limit",
|
|
5916
|
-
"type": "
|
|
6243
|
+
"type": "any",
|
|
5917
6244
|
"required": false,
|
|
5918
6245
|
"description": "Results per page (default: 20, maximum: 100)"
|
|
5919
6246
|
},
|
|
5920
6247
|
{
|
|
5921
6248
|
"name": "search",
|
|
5922
|
-
"type": "
|
|
6249
|
+
"type": "any",
|
|
5923
6250
|
"required": false,
|
|
5924
6251
|
"description": "Search by token name (partial match, case-insensitive)"
|
|
5925
6252
|
}
|
|
@@ -5936,7 +6263,7 @@
|
|
|
5936
6263
|
"parameters": [
|
|
5937
6264
|
{
|
|
5938
6265
|
"name": "tokenName",
|
|
5939
|
-
"type": "
|
|
6266
|
+
"type": "any",
|
|
5940
6267
|
"required": true,
|
|
5941
6268
|
"description": "Token name"
|
|
5942
6269
|
}
|
|
@@ -5953,7 +6280,7 @@
|
|
|
5953
6280
|
"parameters": [
|
|
5954
6281
|
{
|
|
5955
6282
|
"name": "tokenName",
|
|
5956
|
-
"type": "
|
|
6283
|
+
"type": "any",
|
|
5957
6284
|
"required": true,
|
|
5958
6285
|
"description": "Token name"
|
|
5959
6286
|
}
|
|
@@ -5970,25 +6297,25 @@
|
|
|
5970
6297
|
"parameters": [
|
|
5971
6298
|
{
|
|
5972
6299
|
"name": "tokenName",
|
|
5973
|
-
"type": "
|
|
6300
|
+
"type": "any",
|
|
5974
6301
|
"required": false,
|
|
5975
6302
|
"description": "Filter by token name (e.g., \"anime\")"
|
|
5976
6303
|
},
|
|
5977
6304
|
{
|
|
5978
6305
|
"name": "userAddress",
|
|
5979
|
-
"type": "
|
|
6306
|
+
"type": "any",
|
|
5980
6307
|
"required": false,
|
|
5981
6308
|
"description": "Filter by user wallet address (eth|... or 0x... format)"
|
|
5982
6309
|
},
|
|
5983
6310
|
{
|
|
5984
6311
|
"name": "page",
|
|
5985
|
-
"type": "
|
|
6312
|
+
"type": "any",
|
|
5986
6313
|
"required": false,
|
|
5987
6314
|
"description": "Page number (default: 1)"
|
|
5988
6315
|
},
|
|
5989
6316
|
{
|
|
5990
6317
|
"name": "limit",
|
|
5991
|
-
"type": "
|
|
6318
|
+
"type": "any",
|
|
5992
6319
|
"required": false,
|
|
5993
6320
|
"description": "Results per page (default: 20, maximum: 100)"
|
|
5994
6321
|
}
|
|
@@ -6005,7 +6332,7 @@
|
|
|
6005
6332
|
"parameters": [
|
|
6006
6333
|
{
|
|
6007
6334
|
"name": "tokenName",
|
|
6008
|
-
"type": "
|
|
6335
|
+
"type": "any",
|
|
6009
6336
|
"required": true,
|
|
6010
6337
|
"description": "Token name"
|
|
6011
6338
|
},
|
|
@@ -6068,7 +6395,7 @@
|
|
|
6068
6395
|
"parameters": [
|
|
6069
6396
|
{
|
|
6070
6397
|
"name": "tokenName",
|
|
6071
|
-
"type": "
|
|
6398
|
+
"type": "any",
|
|
6072
6399
|
"required": true,
|
|
6073
6400
|
"description": "Token name"
|
|
6074
6401
|
},
|
|
@@ -6104,7 +6431,7 @@
|
|
|
6104
6431
|
"parameters": [
|
|
6105
6432
|
{
|
|
6106
6433
|
"name": "tokenName",
|
|
6107
|
-
"type": "
|
|
6434
|
+
"type": "any",
|
|
6108
6435
|
"required": true,
|
|
6109
6436
|
"description": "Token name"
|
|
6110
6437
|
},
|
|
@@ -6140,7 +6467,7 @@
|
|
|
6140
6467
|
"parameters": [
|
|
6141
6468
|
{
|
|
6142
6469
|
"name": "tokenName",
|
|
6143
|
-
"type": "
|
|
6470
|
+
"type": "any",
|
|
6144
6471
|
"required": true,
|
|
6145
6472
|
"description": "Token name"
|
|
6146
6473
|
},
|
|
@@ -6176,7 +6503,7 @@
|
|
|
6176
6503
|
"parameters": [
|
|
6177
6504
|
{
|
|
6178
6505
|
"name": "tokenName",
|
|
6179
|
-
"type": "
|
|
6506
|
+
"type": "any",
|
|
6180
6507
|
"required": true,
|
|
6181
6508
|
"description": "Token name"
|
|
6182
6509
|
},
|
|
@@ -6212,7 +6539,7 @@
|
|
|
6212
6539
|
"parameters": [
|
|
6213
6540
|
{
|
|
6214
6541
|
"name": "tokenName",
|
|
6215
|
-
"type": "
|
|
6542
|
+
"type": "any",
|
|
6216
6543
|
"required": true,
|
|
6217
6544
|
"description": "Token name"
|
|
6218
6545
|
},
|
|
@@ -6248,7 +6575,7 @@
|
|
|
6248
6575
|
"parameters": [
|
|
6249
6576
|
{
|
|
6250
6577
|
"name": "tokenName",
|
|
6251
|
-
"type": "
|
|
6578
|
+
"type": "any",
|
|
6252
6579
|
"required": true,
|
|
6253
6580
|
"description": "Token name"
|
|
6254
6581
|
},
|
|
@@ -6284,25 +6611,25 @@
|
|
|
6284
6611
|
"parameters": [
|
|
6285
6612
|
{
|
|
6286
6613
|
"name": "tokenName",
|
|
6287
|
-
"type": "
|
|
6614
|
+
"type": "any",
|
|
6288
6615
|
"required": false,
|
|
6289
6616
|
"description": "Token name to filter by (optional if userAddress provided)"
|
|
6290
6617
|
},
|
|
6291
6618
|
{
|
|
6292
6619
|
"name": "userAddress",
|
|
6293
|
-
"type": "
|
|
6620
|
+
"type": "any",
|
|
6294
6621
|
"required": false,
|
|
6295
6622
|
"description": "User address to filter by (optional if tokenName provided)"
|
|
6296
6623
|
},
|
|
6297
6624
|
{
|
|
6298
6625
|
"name": "page",
|
|
6299
|
-
"type": "
|
|
6626
|
+
"type": "any",
|
|
6300
6627
|
"required": false,
|
|
6301
6628
|
"description": "Page number (default: 1)"
|
|
6302
6629
|
},
|
|
6303
6630
|
{
|
|
6304
6631
|
"name": "limit",
|
|
6305
|
-
"type": "
|
|
6632
|
+
"type": "any",
|
|
6306
6633
|
"required": false,
|
|
6307
6634
|
"description": "Results per page (default: 20, maximum: 20)"
|
|
6308
6635
|
},
|
|
@@ -6318,13 +6645,13 @@
|
|
|
6318
6645
|
},
|
|
6319
6646
|
{
|
|
6320
6647
|
"name": "startDate",
|
|
6321
|
-
"type": "
|
|
6648
|
+
"type": "any",
|
|
6322
6649
|
"required": false,
|
|
6323
6650
|
"description": "Filter by date range start (ISO 8601 format, e.g., \"2024-01-01\")"
|
|
6324
6651
|
},
|
|
6325
6652
|
{
|
|
6326
6653
|
"name": "endDate",
|
|
6327
|
-
"type": "
|
|
6654
|
+
"type": "any",
|
|
6328
6655
|
"required": false,
|
|
6329
6656
|
"description": "Filter by date range end (ISO 8601 format, e.g., \"2024-12-31\")"
|
|
6330
6657
|
},
|
|
@@ -6353,25 +6680,25 @@
|
|
|
6353
6680
|
"parameters": [
|
|
6354
6681
|
{
|
|
6355
6682
|
"name": "tokenName",
|
|
6356
|
-
"type": "
|
|
6683
|
+
"type": "any",
|
|
6357
6684
|
"required": false,
|
|
6358
6685
|
"description": "Token name to filter by (e.g., \"anime\")"
|
|
6359
6686
|
},
|
|
6360
6687
|
{
|
|
6361
6688
|
"name": "userAddress",
|
|
6362
|
-
"type": "
|
|
6689
|
+
"type": "any",
|
|
6363
6690
|
"required": false,
|
|
6364
6691
|
"description": "User address to filter by (eth|... or 0x... format)"
|
|
6365
6692
|
},
|
|
6366
6693
|
{
|
|
6367
6694
|
"name": "page",
|
|
6368
|
-
"type": "
|
|
6695
|
+
"type": "any",
|
|
6369
6696
|
"required": false,
|
|
6370
6697
|
"description": "Page number (default: 1)"
|
|
6371
6698
|
},
|
|
6372
6699
|
{
|
|
6373
6700
|
"name": "limit",
|
|
6374
|
-
"type": "
|
|
6701
|
+
"type": "any",
|
|
6375
6702
|
"required": false,
|
|
6376
6703
|
"description": "Results per page (default: 50, maximum: 100)"
|
|
6377
6704
|
}
|
|
@@ -6388,7 +6715,7 @@
|
|
|
6388
6715
|
"parameters": [
|
|
6389
6716
|
{
|
|
6390
6717
|
"name": "tokenName",
|
|
6391
|
-
"type": "
|
|
6718
|
+
"type": "any",
|
|
6392
6719
|
"required": true,
|
|
6393
6720
|
"description": "Token name to post the message to (e.g., \"anime\")"
|
|
6394
6721
|
},
|
|
@@ -6698,7 +7025,6 @@
|
|
|
6698
7025
|
"getWallet",
|
|
6699
7026
|
"hasWallet",
|
|
6700
7027
|
"setWallet",
|
|
6701
|
-
"createWallet",
|
|
6702
7028
|
"connectWebSocket",
|
|
6703
7029
|
"disconnectWebSocket",
|
|
6704
7030
|
"isWebSocketConnected"
|
|
@@ -7057,6 +7383,25 @@
|
|
|
7057
7383
|
"isTokenBanned"
|
|
7058
7384
|
],
|
|
7059
7385
|
"category": "token-ban"
|
|
7386
|
+
},
|
|
7387
|
+
"nft-collection-management": {
|
|
7388
|
+
"key": "nft-collection-management",
|
|
7389
|
+
"label": "Nft collection management",
|
|
7390
|
+
"description": "Nft collection management operations",
|
|
7391
|
+
"methods": [
|
|
7392
|
+
"getNftCollectionClaimFee",
|
|
7393
|
+
"getNftTokenClassCreateFee",
|
|
7394
|
+
"estimateNftMintFee",
|
|
7395
|
+
"estimateNftOperationFees",
|
|
7396
|
+
"isNftCollectionAvailable",
|
|
7397
|
+
"claimNftCollection",
|
|
7398
|
+
"fetchNftCollections",
|
|
7399
|
+
"createNftTokenClass",
|
|
7400
|
+
"fetchNftTokenClasses",
|
|
7401
|
+
"mintNft",
|
|
7402
|
+
"fetchNftBalances"
|
|
7403
|
+
],
|
|
7404
|
+
"category": "nft"
|
|
7060
7405
|
}
|
|
7061
7406
|
},
|
|
7062
7407
|
"authMatrix": {
|
|
@@ -7071,6 +7416,7 @@
|
|
|
7071
7416
|
"calculateSellAmount",
|
|
7072
7417
|
"calculateSellAmountExternal",
|
|
7073
7418
|
"calculateSellAmountLocal",
|
|
7419
|
+
"checkNftCollectionAvailable",
|
|
7074
7420
|
"checkPoolExists",
|
|
7075
7421
|
"checkTokenName",
|
|
7076
7422
|
"checkTokenSymbol",
|
|
@@ -7102,6 +7448,9 @@
|
|
|
7102
7448
|
"fetchLaunchTokenFee",
|
|
7103
7449
|
"fetchLaunchpadTokenSpotPrice",
|
|
7104
7450
|
"fetchLockedTokens",
|
|
7451
|
+
"fetchNftBalances",
|
|
7452
|
+
"fetchNftCollections",
|
|
7453
|
+
"fetchNftTokenClasses",
|
|
7105
7454
|
"fetchPoolDetails",
|
|
7106
7455
|
"fetchPoolDetailsForCalculation",
|
|
7107
7456
|
"fetchPools",
|
|
@@ -7146,6 +7495,8 @@
|
|
|
7146
7495
|
"getGlobalStreamingStatus",
|
|
7147
7496
|
"getLiquidityPosition",
|
|
7148
7497
|
"getLiquidityPositionById",
|
|
7498
|
+
"getNftCollectionClaimFee",
|
|
7499
|
+
"getNftTokenClassCreateFee",
|
|
7149
7500
|
"getPinnedChatMessage",
|
|
7150
7501
|
"getRecordingDownload",
|
|
7151
7502
|
"getSimulcastTargets",
|
|
@@ -7195,6 +7546,7 @@
|
|
|
7195
7546
|
"burnTokens",
|
|
7196
7547
|
"buy",
|
|
7197
7548
|
"claimModeratorInvite",
|
|
7549
|
+
"claimNftCollection",
|
|
7198
7550
|
"claimOverseerInvite",
|
|
7199
7551
|
"cleanup",
|
|
7200
7552
|
"clearCache",
|
|
@@ -7205,6 +7557,7 @@
|
|
|
7205
7557
|
"createComment",
|
|
7206
7558
|
"createFlag",
|
|
7207
7559
|
"createModeratorInvite",
|
|
7560
|
+
"createNftTokenClass",
|
|
7208
7561
|
"createOverseerInvite",
|
|
7209
7562
|
"createSolanaWallet",
|
|
7210
7563
|
"createWallet",
|
|
@@ -7214,6 +7567,8 @@
|
|
|
7214
7567
|
"dismissFlag",
|
|
7215
7568
|
"ensureValidToken",
|
|
7216
7569
|
"estimateBridgeFee",
|
|
7570
|
+
"estimateNftMintFee",
|
|
7571
|
+
"estimateNftOperationFees",
|
|
7217
7572
|
"estimateRemoveLiquidity",
|
|
7218
7573
|
"estimateUnwrapFee",
|
|
7219
7574
|
"estimateWrapFee",
|
|
@@ -7245,6 +7600,7 @@
|
|
|
7245
7600
|
"lockTokens",
|
|
7246
7601
|
"login",
|
|
7247
7602
|
"logout",
|
|
7603
|
+
"mintNft",
|
|
7248
7604
|
"onDexPoolCreation",
|
|
7249
7605
|
"onLaunchpadTokenCreation",
|
|
7250
7606
|
"pinChatMessage",
|
|
@@ -7328,6 +7684,7 @@
|
|
|
7328
7684
|
"mcp-to-sdk-mapping",
|
|
7329
7685
|
"moderator-invites",
|
|
7330
7686
|
"multi-wallet",
|
|
7687
|
+
"nft-collection-management",
|
|
7331
7688
|
"overseer-invites",
|
|
7332
7689
|
"pool-graduation",
|
|
7333
7690
|
"price-history",
|
|
@@ -7350,8 +7707,8 @@
|
|
|
7350
7707
|
"utilities-system",
|
|
7351
7708
|
"wrap-unwrap-operations"
|
|
7352
7709
|
],
|
|
7353
|
-
"topicCount":
|
|
7354
|
-
"methodCount":
|
|
7710
|
+
"topicCount": 49,
|
|
7711
|
+
"methodCount": 241,
|
|
7355
7712
|
"exampleUsage": "gala_launchpad_explain_sdk_usage({ topic: \"buy-tokens\" })"
|
|
7356
7713
|
}
|
|
7357
7714
|
}
|