@apteva/integrations 0.3.23 → 0.3.27
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/package.json +1 -1
- package/src/apps/alchemy.json +120 -0
- package/src/apps/alternative-me.json +55 -0
- package/src/apps/apollo.json +3 -3
- package/src/apps/apteva-cloud.json +259 -0
- package/src/apps/ashby.json +1 -1
- package/src/apps/assemblyai.json +1 -1
- package/src/apps/bybit.json +192 -0
- package/src/apps/callrail.json +1 -1
- package/src/apps/cartesia.json +3 -3
- package/src/apps/castbase.json +0 -5
- package/src/apps/chargebee.json +1 -1
- package/src/apps/clicksend.json +1 -1
- package/src/apps/coingecko.json +202 -0
- package/src/apps/composio.json +8 -3
- package/src/apps/confluence.json +1 -1
- package/src/apps/debank.json +130 -0
- package/src/apps/defillama.json +145 -0
- package/src/apps/dune.json +115 -0
- package/src/apps/dux-soup.json +1 -1
- package/src/apps/dydx.json +151 -0
- package/src/apps/elevenlabs.json +59 -10
- package/src/apps/gravity-forms.json +2 -2
- package/src/apps/harmonic.json +2 -2
- package/src/apps/helpscout.json +3 -3
- package/src/apps/heyreach.json +3 -3
- package/src/apps/hunter.json +5 -4
- package/src/apps/hyperliquid.json +129 -0
- package/src/apps/jupiter-dex.json +91 -0
- package/src/apps/learning-platform.json +3 -3
- package/src/apps/luma.json +3 -3
- package/src/apps/lunarcrush.json +96 -0
- package/src/apps/messari.json +145 -0
- package/src/apps/moralis.json +196 -0
- package/src/apps/murf-ai.json +340 -0
- package/src/apps/okx.json +183 -0
- package/src/apps/oneinch.json +94 -0
- package/src/apps/paidkit.json +0 -5
- package/src/apps/paraswap.json +88 -0
- package/src/apps/playht.json +200 -0
- package/src/apps/saltedge.json +8 -3
- package/src/apps/santiment.json +49 -0
- package/src/apps/supabase.json +3 -3
- package/src/apps/thegraph.json +59 -0
- package/src/apps/trading212.json +1 -1
- package/src/apps/wellsaid.json +227 -0
- package/src/apps/zapper.json +82 -0
- package/src/apps/zerox.json +93 -0
|
@@ -0,0 +1,151 @@
|
|
|
1
|
+
{
|
|
2
|
+
"slug": "dydx",
|
|
3
|
+
"name": "dYdX",
|
|
4
|
+
"description": "Decentralized perpetuals exchange (v4) — market data, orderbooks, candles, trades, and funding rates. Public endpoints are free.",
|
|
5
|
+
"logo": "https://www.google.com/s2/favicons?domain=dydx.exchange&sz=128",
|
|
6
|
+
"categories": [
|
|
7
|
+
"dex",
|
|
8
|
+
"perpetuals",
|
|
9
|
+
"derivatives",
|
|
10
|
+
"defi",
|
|
11
|
+
"orderbook"
|
|
12
|
+
],
|
|
13
|
+
"base_url": "https://indexer.dydx.trade/v4",
|
|
14
|
+
"auth": {
|
|
15
|
+
"types": [
|
|
16
|
+
"bearer"
|
|
17
|
+
],
|
|
18
|
+
"headers": {
|
|
19
|
+
"Authorization": "Bearer {{token}}"
|
|
20
|
+
},
|
|
21
|
+
"credential_fields": [
|
|
22
|
+
{
|
|
23
|
+
"name": "api_key",
|
|
24
|
+
"label": "Api_key",
|
|
25
|
+
"description": "dYdX API key (needed only for private endpoints)"
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"name": "secret",
|
|
29
|
+
"label": "Secret",
|
|
30
|
+
"description": "dYdX API secret"
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"name": "passphrase",
|
|
34
|
+
"label": "Passphrase",
|
|
35
|
+
"description": "dYdX API passphrase"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"name": "stark_private_key",
|
|
39
|
+
"label": "Stark_private_key",
|
|
40
|
+
"description": "STARK private key for order signing"
|
|
41
|
+
}
|
|
42
|
+
]
|
|
43
|
+
},
|
|
44
|
+
"tools": [
|
|
45
|
+
{
|
|
46
|
+
"name": "get_markets",
|
|
47
|
+
"description": "Get all perpetual markets with current prices, volume, open interest, and funding rates.",
|
|
48
|
+
"method": "GET",
|
|
49
|
+
"path": "/perpetualMarkets",
|
|
50
|
+
"input_schema": {
|
|
51
|
+
"type": "object",
|
|
52
|
+
"properties": {}
|
|
53
|
+
}
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"name": "get_orderbook",
|
|
57
|
+
"description": "Get order book for a perpetual market.",
|
|
58
|
+
"method": "GET",
|
|
59
|
+
"path": "/orderbooks/perpetualMarket/{ticker}",
|
|
60
|
+
"input_schema": {
|
|
61
|
+
"type": "object",
|
|
62
|
+
"properties": {
|
|
63
|
+
"ticker": {
|
|
64
|
+
"type": "string",
|
|
65
|
+
"description": "Market ticker (e.g., BTC-USD, ETH-USD)"
|
|
66
|
+
}
|
|
67
|
+
},
|
|
68
|
+
"required": [
|
|
69
|
+
"ticker"
|
|
70
|
+
]
|
|
71
|
+
}
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"name": "get_candles",
|
|
75
|
+
"description": "Get OHLCV candle data for a perpetual market.",
|
|
76
|
+
"method": "GET",
|
|
77
|
+
"path": "/candles/perpetualMarkets/{ticker}",
|
|
78
|
+
"input_schema": {
|
|
79
|
+
"type": "object",
|
|
80
|
+
"properties": {
|
|
81
|
+
"ticker": {
|
|
82
|
+
"type": "string",
|
|
83
|
+
"description": "Market ticker (e.g., BTC-USD)"
|
|
84
|
+
},
|
|
85
|
+
"resolution": {
|
|
86
|
+
"type": "string",
|
|
87
|
+
"enum": [
|
|
88
|
+
"1MIN",
|
|
89
|
+
"5MINS",
|
|
90
|
+
"15MINS",
|
|
91
|
+
"30MINS",
|
|
92
|
+
"1HOUR",
|
|
93
|
+
"4HOURS",
|
|
94
|
+
"1DAY"
|
|
95
|
+
],
|
|
96
|
+
"default": "1HOUR"
|
|
97
|
+
},
|
|
98
|
+
"limit": {
|
|
99
|
+
"type": "integer",
|
|
100
|
+
"default": 100
|
|
101
|
+
}
|
|
102
|
+
},
|
|
103
|
+
"required": [
|
|
104
|
+
"ticker"
|
|
105
|
+
]
|
|
106
|
+
}
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
"name": "get_trades",
|
|
110
|
+
"description": "Get recent trades for a perpetual market.",
|
|
111
|
+
"method": "GET",
|
|
112
|
+
"path": "/trades/perpetualMarket/{ticker}",
|
|
113
|
+
"input_schema": {
|
|
114
|
+
"type": "object",
|
|
115
|
+
"properties": {
|
|
116
|
+
"ticker": {
|
|
117
|
+
"type": "string"
|
|
118
|
+
},
|
|
119
|
+
"limit": {
|
|
120
|
+
"type": "integer",
|
|
121
|
+
"default": 50
|
|
122
|
+
}
|
|
123
|
+
},
|
|
124
|
+
"required": [
|
|
125
|
+
"ticker"
|
|
126
|
+
]
|
|
127
|
+
}
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
"name": "get_historical_funding",
|
|
131
|
+
"description": "Get historical funding rates for a perpetual market.",
|
|
132
|
+
"method": "GET",
|
|
133
|
+
"path": "/historicalFunding/{ticker}",
|
|
134
|
+
"input_schema": {
|
|
135
|
+
"type": "object",
|
|
136
|
+
"properties": {
|
|
137
|
+
"ticker": {
|
|
138
|
+
"type": "string"
|
|
139
|
+
},
|
|
140
|
+
"limit": {
|
|
141
|
+
"type": "integer",
|
|
142
|
+
"default": 50
|
|
143
|
+
}
|
|
144
|
+
},
|
|
145
|
+
"required": [
|
|
146
|
+
"ticker"
|
|
147
|
+
]
|
|
148
|
+
}
|
|
149
|
+
}
|
|
150
|
+
]
|
|
151
|
+
}
|
package/src/apps/elevenlabs.json
CHANGED
|
@@ -49,10 +49,10 @@
|
|
|
49
49
|
"type": "string",
|
|
50
50
|
"description": "Voice ID to use (required)"
|
|
51
51
|
},
|
|
52
|
-
"
|
|
52
|
+
"model_id": {
|
|
53
53
|
"type": "string",
|
|
54
|
-
"default": "
|
|
55
|
-
"description": "ElevenLabs model
|
|
54
|
+
"default": "eleven_multilingual_v2",
|
|
55
|
+
"description": "ElevenLabs model ID (e.g. eleven_multilingual_v2, eleven_turbo_v2_5, eleven_flash_v2_5)"
|
|
56
56
|
},
|
|
57
57
|
"stability": {
|
|
58
58
|
"type": "number",
|
|
@@ -74,6 +74,37 @@
|
|
|
74
74
|
"maximum": 1,
|
|
75
75
|
"default": 0,
|
|
76
76
|
"description": "Style setting (0.0-1.0)"
|
|
77
|
+
},
|
|
78
|
+
"language_code": {
|
|
79
|
+
"type": "string",
|
|
80
|
+
"description": "Language code for multilingual models (e.g. en, es, fr, de, ja)"
|
|
81
|
+
},
|
|
82
|
+
"output_format": {
|
|
83
|
+
"type": "string",
|
|
84
|
+
"default": "mp3_44100_128",
|
|
85
|
+
"description": "Output format (mp3_44100_128, pcm_16000, pcm_22050, pcm_24000, pcm_44100, ulaw_8000)"
|
|
86
|
+
},
|
|
87
|
+
"seed": {
|
|
88
|
+
"type": "integer",
|
|
89
|
+
"description": "Seed for deterministic generation"
|
|
90
|
+
},
|
|
91
|
+
"previous_text": {
|
|
92
|
+
"type": "string",
|
|
93
|
+
"description": "Text that comes before the current text for context"
|
|
94
|
+
},
|
|
95
|
+
"next_text": {
|
|
96
|
+
"type": "string",
|
|
97
|
+
"description": "Text that comes after the current text for context"
|
|
98
|
+
},
|
|
99
|
+
"apply_text_normalization": {
|
|
100
|
+
"type": "string",
|
|
101
|
+
"enum": [
|
|
102
|
+
"auto",
|
|
103
|
+
"on",
|
|
104
|
+
"off"
|
|
105
|
+
],
|
|
106
|
+
"default": "auto",
|
|
107
|
+
"description": "Text normalization mode"
|
|
77
108
|
}
|
|
78
109
|
},
|
|
79
110
|
"required": [
|
|
@@ -133,7 +164,8 @@
|
|
|
133
164
|
"community",
|
|
134
165
|
"default",
|
|
135
166
|
"workspace",
|
|
136
|
-
"non-default"
|
|
167
|
+
"non-default",
|
|
168
|
+
"saved"
|
|
137
169
|
],
|
|
138
170
|
"description": "Filter by voice type"
|
|
139
171
|
},
|
|
@@ -218,6 +250,11 @@
|
|
|
218
250
|
"labels": {
|
|
219
251
|
"type": "object",
|
|
220
252
|
"description": "Labels for the voice (accent, age, gender, etc.)"
|
|
253
|
+
},
|
|
254
|
+
"remove_background_noise": {
|
|
255
|
+
"type": "boolean",
|
|
256
|
+
"default": false,
|
|
257
|
+
"description": "Remove background noise from audio samples before cloning"
|
|
221
258
|
}
|
|
222
259
|
},
|
|
223
260
|
"required": [
|
|
@@ -249,15 +286,27 @@
|
|
|
249
286
|
},
|
|
250
287
|
"music_length_ms": {
|
|
251
288
|
"type": "number",
|
|
252
|
-
"minimum":
|
|
253
|
-
"maximum":
|
|
289
|
+
"minimum": 3000,
|
|
290
|
+
"maximum": 600000,
|
|
254
291
|
"default": 30000,
|
|
255
|
-
"description": "Music length in milliseconds (
|
|
292
|
+
"description": "Music length in milliseconds (3000-600000, 3 seconds to 10 minutes)"
|
|
256
293
|
},
|
|
257
294
|
"output_format": {
|
|
258
295
|
"type": "string",
|
|
259
296
|
"default": "mp3",
|
|
260
297
|
"description": "Audio output format (mp3 or wav)"
|
|
298
|
+
},
|
|
299
|
+
"model_id": {
|
|
300
|
+
"type": "string",
|
|
301
|
+
"description": "Model ID for music generation"
|
|
302
|
+
},
|
|
303
|
+
"force_instrumental": {
|
|
304
|
+
"type": "boolean",
|
|
305
|
+
"description": "Force instrumental-only output (no vocals)"
|
|
306
|
+
},
|
|
307
|
+
"seed": {
|
|
308
|
+
"type": "integer",
|
|
309
|
+
"description": "Seed for deterministic generation"
|
|
261
310
|
}
|
|
262
311
|
},
|
|
263
312
|
"required": [
|
|
@@ -311,10 +360,10 @@
|
|
|
311
360
|
},
|
|
312
361
|
"music_length_ms": {
|
|
313
362
|
"type": "number",
|
|
314
|
-
"minimum":
|
|
315
|
-
"maximum":
|
|
363
|
+
"minimum": 3000,
|
|
364
|
+
"maximum": 600000,
|
|
316
365
|
"default": 30000,
|
|
317
|
-
"description": "Target music length in milliseconds"
|
|
366
|
+
"description": "Target music length in milliseconds (3000-600000)"
|
|
318
367
|
}
|
|
319
368
|
},
|
|
320
369
|
"required": [
|
package/src/apps/harmonic.json
CHANGED
package/src/apps/helpscout.json
CHANGED
|
@@ -16,12 +16,12 @@
|
|
|
16
16
|
"bearer"
|
|
17
17
|
],
|
|
18
18
|
"headers": {
|
|
19
|
-
"Authorization": "Bearer {{
|
|
19
|
+
"Authorization": "Bearer {{access_token}}"
|
|
20
20
|
},
|
|
21
21
|
"credential_fields": [
|
|
22
22
|
{
|
|
23
|
-
"name": "
|
|
24
|
-
"label": "
|
|
23
|
+
"name": "access_token",
|
|
24
|
+
"label": "Access Token"
|
|
25
25
|
}
|
|
26
26
|
]
|
|
27
27
|
},
|
package/src/apps/heyreach.json
CHANGED
|
@@ -13,14 +13,14 @@
|
|
|
13
13
|
"base_url": "https://api.heyreach.io/api",
|
|
14
14
|
"auth": {
|
|
15
15
|
"types": [
|
|
16
|
-
"
|
|
16
|
+
"api_key"
|
|
17
17
|
],
|
|
18
18
|
"headers": {
|
|
19
|
-
"
|
|
19
|
+
"X-API-KEY": "{{api_key}}"
|
|
20
20
|
},
|
|
21
21
|
"credential_fields": [
|
|
22
22
|
{
|
|
23
|
-
"name": "
|
|
23
|
+
"name": "api_key",
|
|
24
24
|
"label": "API Key"
|
|
25
25
|
}
|
|
26
26
|
]
|
package/src/apps/hunter.json
CHANGED
|
@@ -14,15 +14,16 @@
|
|
|
14
14
|
"base_url": "https://api.hunter.io/v2",
|
|
15
15
|
"auth": {
|
|
16
16
|
"types": [
|
|
17
|
-
"
|
|
17
|
+
"api_key"
|
|
18
18
|
],
|
|
19
19
|
"headers": {
|
|
20
|
-
"
|
|
20
|
+
"X-API-KEY": "{{api_key}}"
|
|
21
21
|
},
|
|
22
22
|
"credential_fields": [
|
|
23
23
|
{
|
|
24
|
-
"name": "
|
|
25
|
-
"label": "
|
|
24
|
+
"name": "api_key",
|
|
25
|
+
"label": "Api Key",
|
|
26
|
+
"description": "Your Hunter.io API Key (found at https://hunter.io/api-keys)"
|
|
26
27
|
}
|
|
27
28
|
]
|
|
28
29
|
},
|
|
@@ -0,0 +1,129 @@
|
|
|
1
|
+
{
|
|
2
|
+
"slug": "hyperliquid",
|
|
3
|
+
"name": "Hyperliquid",
|
|
4
|
+
"description": "On-chain perpetuals DEX — real-time market data, orderbooks, candles, funding rates, user positions, and trade history. Info endpoints are free.",
|
|
5
|
+
"logo": "https://www.google.com/s2/favicons?domain=hyperliquid.xyz&sz=128",
|
|
6
|
+
"categories": [
|
|
7
|
+
"perpetuals",
|
|
8
|
+
"dex",
|
|
9
|
+
"defi",
|
|
10
|
+
"trading",
|
|
11
|
+
"derivatives"
|
|
12
|
+
],
|
|
13
|
+
"base_url": "https://api.hyperliquid.xyz",
|
|
14
|
+
"auth": {
|
|
15
|
+
"types": [
|
|
16
|
+
"bearer"
|
|
17
|
+
],
|
|
18
|
+
"headers": {
|
|
19
|
+
"Authorization": "Bearer {{token}}"
|
|
20
|
+
},
|
|
21
|
+
"credential_fields": [
|
|
22
|
+
{
|
|
23
|
+
"name": "wallet_address",
|
|
24
|
+
"label": "Wallet_address",
|
|
25
|
+
"description": "Your Ethereum wallet address for querying positions (optional for market data)"
|
|
26
|
+
}
|
|
27
|
+
]
|
|
28
|
+
},
|
|
29
|
+
"tools": [
|
|
30
|
+
{
|
|
31
|
+
"name": "get_meta",
|
|
32
|
+
"description": "Get metadata for all perpetual markets — symbols, max leverage, tick sizes, and contract specs.",
|
|
33
|
+
"method": "POST",
|
|
34
|
+
"path": "/info",
|
|
35
|
+
"input_schema": {
|
|
36
|
+
"type": "object",
|
|
37
|
+
"properties": {}
|
|
38
|
+
}
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"name": "get_all_mids",
|
|
42
|
+
"description": "Get current mid prices for all perpetual markets.",
|
|
43
|
+
"method": "POST",
|
|
44
|
+
"path": "/info",
|
|
45
|
+
"input_schema": {
|
|
46
|
+
"type": "object",
|
|
47
|
+
"properties": {}
|
|
48
|
+
}
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"name": "get_orderbook",
|
|
52
|
+
"description": "Get L2 order book for a perpetual market.",
|
|
53
|
+
"method": "POST",
|
|
54
|
+
"path": "/info",
|
|
55
|
+
"input_schema": {
|
|
56
|
+
"type": "object",
|
|
57
|
+
"properties": {
|
|
58
|
+
"coin": {
|
|
59
|
+
"type": "string",
|
|
60
|
+
"description": "Market symbol (e.g., BTC, ETH, SOL)"
|
|
61
|
+
}
|
|
62
|
+
},
|
|
63
|
+
"required": [
|
|
64
|
+
"coin"
|
|
65
|
+
]
|
|
66
|
+
}
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"name": "get_candles",
|
|
70
|
+
"description": "Get OHLCV candle data for a perpetual market.",
|
|
71
|
+
"method": "POST",
|
|
72
|
+
"path": "/info",
|
|
73
|
+
"input_schema": {
|
|
74
|
+
"type": "object",
|
|
75
|
+
"properties": {
|
|
76
|
+
"coin": {
|
|
77
|
+
"type": "string",
|
|
78
|
+
"description": "Market symbol (e.g., BTC, ETH)"
|
|
79
|
+
},
|
|
80
|
+
"interval": {
|
|
81
|
+
"type": "string",
|
|
82
|
+
"description": "Candle interval (1m, 5m, 15m, 1h, 4h, 1d)",
|
|
83
|
+
"default": "1h"
|
|
84
|
+
},
|
|
85
|
+
"startTime": {
|
|
86
|
+
"type": "integer",
|
|
87
|
+
"description": "Start time (Unix ms)"
|
|
88
|
+
},
|
|
89
|
+
"endTime": {
|
|
90
|
+
"type": "integer",
|
|
91
|
+
"description": "End time (Unix ms)"
|
|
92
|
+
}
|
|
93
|
+
},
|
|
94
|
+
"required": [
|
|
95
|
+
"coin",
|
|
96
|
+
"interval"
|
|
97
|
+
]
|
|
98
|
+
}
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
"name": "get_user_state",
|
|
102
|
+
"description": "Get open positions, margin, and account value for a wallet address.",
|
|
103
|
+
"method": "POST",
|
|
104
|
+
"path": "/info",
|
|
105
|
+
"input_schema": {
|
|
106
|
+
"type": "object",
|
|
107
|
+
"properties": {
|
|
108
|
+
"user": {
|
|
109
|
+
"type": "string",
|
|
110
|
+
"description": "Wallet address (0x...)"
|
|
111
|
+
}
|
|
112
|
+
},
|
|
113
|
+
"required": [
|
|
114
|
+
"user"
|
|
115
|
+
]
|
|
116
|
+
}
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
"name": "get_funding",
|
|
120
|
+
"description": "Get current and historical funding rates for perpetual markets.",
|
|
121
|
+
"method": "POST",
|
|
122
|
+
"path": "/info",
|
|
123
|
+
"input_schema": {
|
|
124
|
+
"type": "object",
|
|
125
|
+
"properties": {}
|
|
126
|
+
}
|
|
127
|
+
}
|
|
128
|
+
]
|
|
129
|
+
}
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
{
|
|
2
|
+
"slug": "jupiter-dex",
|
|
3
|
+
"name": "Jupiter (Solana DEX)",
|
|
4
|
+
"description": "Solana DEX aggregator — get best swap quotes, token prices, and route information across all Solana DEXs. Free, no API key.",
|
|
5
|
+
"logo": "https://www.google.com/s2/favicons?domain=jup.ag&sz=128",
|
|
6
|
+
"categories": [
|
|
7
|
+
"solana",
|
|
8
|
+
"dex",
|
|
9
|
+
"swap",
|
|
10
|
+
"defi",
|
|
11
|
+
"aggregator"
|
|
12
|
+
],
|
|
13
|
+
"base_url": "https://token.jup.ag",
|
|
14
|
+
"auth": {
|
|
15
|
+
"types": [
|
|
16
|
+
"bearer"
|
|
17
|
+
],
|
|
18
|
+
"headers": {
|
|
19
|
+
"Authorization": "Bearer {{token}}"
|
|
20
|
+
},
|
|
21
|
+
"credential_fields": [
|
|
22
|
+
{
|
|
23
|
+
"name": "token",
|
|
24
|
+
"label": "Token"
|
|
25
|
+
}
|
|
26
|
+
]
|
|
27
|
+
},
|
|
28
|
+
"tools": [
|
|
29
|
+
{
|
|
30
|
+
"name": "jupiter_get_quote",
|
|
31
|
+
"description": "Get the best swap quote across all Solana DEXs. Returns route, price impact, and fees. Use mint addresses for tokens.",
|
|
32
|
+
"method": "GET",
|
|
33
|
+
"path": "/v6/quote",
|
|
34
|
+
"input_schema": {
|
|
35
|
+
"type": "object",
|
|
36
|
+
"properties": {
|
|
37
|
+
"inputMint": {
|
|
38
|
+
"type": "string",
|
|
39
|
+
"description": "Input token mint address (SOL: So11111111111111111111111111111111111111112, USDC: EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v)"
|
|
40
|
+
},
|
|
41
|
+
"outputMint": {
|
|
42
|
+
"type": "string",
|
|
43
|
+
"description": "Output token mint address"
|
|
44
|
+
},
|
|
45
|
+
"amount": {
|
|
46
|
+
"type": "string",
|
|
47
|
+
"description": "Amount in smallest unit (lamports for SOL, 1 SOL = 1000000000)"
|
|
48
|
+
},
|
|
49
|
+
"slippageBps": {
|
|
50
|
+
"type": "integer",
|
|
51
|
+
"description": "Slippage tolerance in basis points (50 = 0.5%)",
|
|
52
|
+
"default": 50
|
|
53
|
+
}
|
|
54
|
+
},
|
|
55
|
+
"required": [
|
|
56
|
+
"inputMint",
|
|
57
|
+
"outputMint",
|
|
58
|
+
"amount"
|
|
59
|
+
]
|
|
60
|
+
}
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"name": "jupiter_get_tokens",
|
|
64
|
+
"description": "Get all tradeable tokens on Jupiter with mint addresses, symbols, and decimals.",
|
|
65
|
+
"method": "GET",
|
|
66
|
+
"path": "/all",
|
|
67
|
+
"input_schema": {
|
|
68
|
+
"type": "object",
|
|
69
|
+
"properties": {}
|
|
70
|
+
}
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
"name": "jupiter_get_price",
|
|
74
|
+
"description": "Get USD price for one or more Solana tokens by mint address or symbol.",
|
|
75
|
+
"method": "GET",
|
|
76
|
+
"path": "/v6/price",
|
|
77
|
+
"input_schema": {
|
|
78
|
+
"type": "object",
|
|
79
|
+
"properties": {
|
|
80
|
+
"ids": {
|
|
81
|
+
"type": "string",
|
|
82
|
+
"description": "Comma-separated mint addresses or symbols (e.g., SOL,USDC,JUP)"
|
|
83
|
+
}
|
|
84
|
+
},
|
|
85
|
+
"required": [
|
|
86
|
+
"ids"
|
|
87
|
+
]
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
]
|
|
91
|
+
}
|
|
@@ -18,14 +18,14 @@
|
|
|
18
18
|
"base_url": "https://learning.schwartzindustries.com",
|
|
19
19
|
"auth": {
|
|
20
20
|
"types": [
|
|
21
|
-
"
|
|
21
|
+
"api_key"
|
|
22
22
|
],
|
|
23
23
|
"headers": {
|
|
24
|
-
"
|
|
24
|
+
"X-API-Key": "{{api_key}}"
|
|
25
25
|
},
|
|
26
26
|
"credential_fields": [
|
|
27
27
|
{
|
|
28
|
-
"name": "
|
|
28
|
+
"name": "api_key",
|
|
29
29
|
"label": "API Key"
|
|
30
30
|
}
|
|
31
31
|
]
|
package/src/apps/luma.json
CHANGED
|
@@ -13,14 +13,14 @@
|
|
|
13
13
|
"base_url": "https://api.lu.ma",
|
|
14
14
|
"auth": {
|
|
15
15
|
"types": [
|
|
16
|
-
"
|
|
16
|
+
"api_key"
|
|
17
17
|
],
|
|
18
18
|
"headers": {
|
|
19
|
-
"
|
|
19
|
+
"x-luma-api-key": "{{api_key}}"
|
|
20
20
|
},
|
|
21
21
|
"credential_fields": [
|
|
22
22
|
{
|
|
23
|
-
"name": "
|
|
23
|
+
"name": "api_key",
|
|
24
24
|
"label": "Api Key",
|
|
25
25
|
"description": "Luma API key (generate from your Luma dashboard under Settings > API)"
|
|
26
26
|
}
|