@n8n-dev/n8n-nodes-zapper 1.0.0
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 +95 -0
- package/dist/credentials/ZapperApi.credentials.d.ts +10 -0
- package/dist/credentials/ZapperApi.credentials.js +56 -0
- package/dist/credentials/ZapperApi.credentials.js.map +1 -0
- package/dist/icons/zapper.dark.svg +4 -0
- package/dist/icons/zapper.svg +4 -0
- package/dist/nodes/Zapper/Zapper.node.d.ts +4 -0
- package/dist/nodes/Zapper/Zapper.node.js +54 -0
- package/dist/nodes/Zapper/Zapper.node.js.map +1 -0
- package/dist/nodes/Zapper/Zapper.node.json +20 -0
- package/dist/nodes/Zapper/resources/index.d.ts +1 -0
- package/dist/nodes/Zapper/resources/index.js +6 -0
- package/dist/nodes/Zapper/resources/index.js.map +1 -0
- package/dist/nodes/Zapper/resources/zapper-tools/index.d.ts +2 -0
- package/dist/nodes/Zapper/resources/zapper-tools/index.js +1797 -0
- package/dist/nodes/Zapper/resources/zapper-tools/index.js.map +1 -0
- package/dist/nodes/Zapper/zapper.dark.svg +4 -0
- package/dist/nodes/Zapper/zapper.svg +4 -0
- package/dist/package.json +62 -0
- package/dist/tsconfig.tsbuildinfo +1 -0
- package/package.json +62 -0
|
@@ -0,0 +1,1797 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.zapperToolsDescription = void 0;
|
|
4
|
+
exports.zapperToolsDescription = [
|
|
5
|
+
{
|
|
6
|
+
"displayName": "Operation",
|
|
7
|
+
"name": "operation",
|
|
8
|
+
"type": "options",
|
|
9
|
+
"noDataExpression": true,
|
|
10
|
+
"displayOptions": {
|
|
11
|
+
"show": {
|
|
12
|
+
"resource": [
|
|
13
|
+
"Zapper Tools"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
"options": [
|
|
18
|
+
{
|
|
19
|
+
"name": "Token Price",
|
|
20
|
+
"value": "Token Price",
|
|
21
|
+
"action": "Get real-time token price and market cap",
|
|
22
|
+
"description": "Get real-time token price and market cap",
|
|
23
|
+
"routing": {
|
|
24
|
+
"request": {
|
|
25
|
+
"method": "POST",
|
|
26
|
+
"url": "=/x402/token-price"
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"name": "Search",
|
|
32
|
+
"value": "Search",
|
|
33
|
+
"action": "Search for ERC20 tokens, NFTs, Users, Apps, or Gas Tokens.",
|
|
34
|
+
"description": "Search for ERC20 tokens, NFTs, Users, Apps, or Gas Tokens.",
|
|
35
|
+
"routing": {
|
|
36
|
+
"request": {
|
|
37
|
+
"method": "POST",
|
|
38
|
+
"url": "=/x402/search"
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"name": "Nft Token Metadata",
|
|
44
|
+
"value": "Nft Token Metadata",
|
|
45
|
+
"action": "Get detailed metadata, traits, media, and holder info for a specific NFT",
|
|
46
|
+
"description": "Get detailed metadata, traits, media, and holder info for a specific NFT",
|
|
47
|
+
"routing": {
|
|
48
|
+
"request": {
|
|
49
|
+
"method": "POST",
|
|
50
|
+
"url": "=/x402/nft-token-metadata"
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"name": "Nft Collection Metadata",
|
|
56
|
+
"value": "Nft Collection Metadata",
|
|
57
|
+
"action": "Get NFT collection data including market stats, holders, events, and a sample of NFTs.",
|
|
58
|
+
"description": "Get NFT collection data including market stats, holders, events, and a sample of NFTs.",
|
|
59
|
+
"routing": {
|
|
60
|
+
"request": {
|
|
61
|
+
"method": "POST",
|
|
62
|
+
"url": "=/x402/nft-collection-metadata"
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"name": "Portfolio Totals",
|
|
68
|
+
"value": "Portfolio Totals",
|
|
69
|
+
"action": "Get aggregated portfolio totals (Tokens, Apps, NFTs) broken down by network for a single address, or a list of addresses.",
|
|
70
|
+
"description": "Get aggregated portfolio totals (Tokens, Apps, NFTs) broken down by network for a single address, or a list of addresses.",
|
|
71
|
+
"routing": {
|
|
72
|
+
"request": {
|
|
73
|
+
"method": "POST",
|
|
74
|
+
"url": "=/x402/portfolio-totals"
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"name": "Token Balances",
|
|
80
|
+
"value": "Token Balances",
|
|
81
|
+
"action": "Get detailed token balances for a single address, or a list of addresses, optionally filtering by chain.",
|
|
82
|
+
"description": "Get detailed token balances for a single address, or a list of addresses, optionally filtering by chain.",
|
|
83
|
+
"routing": {
|
|
84
|
+
"request": {
|
|
85
|
+
"method": "POST",
|
|
86
|
+
"url": "=/x402/token-balances"
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"name": "Defi Balances",
|
|
92
|
+
"value": "Defi Balances",
|
|
93
|
+
"action": "Get DeFi balances (Liquidity Pools, Yield Farming, Lending, etc.) for a single address, or a list of addresses.",
|
|
94
|
+
"description": "Get DeFi balances (Liquidity Pools, Yield Farming, Lending, etc.) for a single address, or a list of addresses.",
|
|
95
|
+
"routing": {
|
|
96
|
+
"request": {
|
|
97
|
+
"method": "POST",
|
|
98
|
+
"url": "=/x402/defi-balances"
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
"name": "Nft Balances",
|
|
104
|
+
"value": "Nft Balances",
|
|
105
|
+
"action": "Get individual NFT balances and estimated values for a single address, or a list of addresses.",
|
|
106
|
+
"description": "Get individual NFT balances and estimated values for a single address, or a list of addresses.",
|
|
107
|
+
"routing": {
|
|
108
|
+
"request": {
|
|
109
|
+
"method": "POST",
|
|
110
|
+
"url": "=/x402/nft-balances"
|
|
111
|
+
}
|
|
112
|
+
}
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"name": "Historical Token Price",
|
|
116
|
+
"value": "Historical Token Price",
|
|
117
|
+
"action": "Get the price of a token at a specific point in time.",
|
|
118
|
+
"description": "Get the price of a token at a specific point in time.",
|
|
119
|
+
"routing": {
|
|
120
|
+
"request": {
|
|
121
|
+
"method": "POST",
|
|
122
|
+
"url": "=/x402/historical-token-price"
|
|
123
|
+
}
|
|
124
|
+
}
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
"name": "Transaction Details",
|
|
128
|
+
"value": "Transaction Details",
|
|
129
|
+
"action": "Get human-readable interpretation, metadata, and balance changes for a specific transaction.",
|
|
130
|
+
"description": "Get human-readable interpretation, metadata, and balance changes for a specific transaction.",
|
|
131
|
+
"routing": {
|
|
132
|
+
"request": {
|
|
133
|
+
"method": "POST",
|
|
134
|
+
"url": "=/x402/transaction-details"
|
|
135
|
+
}
|
|
136
|
+
}
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
"name": "Transaction History",
|
|
140
|
+
"value": "Transaction History",
|
|
141
|
+
"action": "Get transaction history with interpretations and metadata for a single address, or a list of addresses.",
|
|
142
|
+
"description": "Get transaction history with interpretations and metadata for a single address, or a list of addresses.",
|
|
143
|
+
"routing": {
|
|
144
|
+
"request": {
|
|
145
|
+
"method": "POST",
|
|
146
|
+
"url": "=/x402/transaction-history"
|
|
147
|
+
}
|
|
148
|
+
}
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
"name": "Token Holders",
|
|
152
|
+
"value": "Token Holders",
|
|
153
|
+
"action": "Get token holders with balances and identity information for a specific token.",
|
|
154
|
+
"description": "Get token holders with balances and identity information for a specific token.",
|
|
155
|
+
"routing": {
|
|
156
|
+
"request": {
|
|
157
|
+
"method": "POST",
|
|
158
|
+
"url": "=/x402/token-holders"
|
|
159
|
+
}
|
|
160
|
+
}
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
"name": "Token Ranking",
|
|
164
|
+
"value": "Token Ranking",
|
|
165
|
+
"action": "Get a ranked list of tokens based on swap activity and velocity of adoption, optionally tailored for a farcaster user.",
|
|
166
|
+
"description": "Get a ranked list of tokens based on swap activity and velocity of adoption, optionally tailored for a farcaster user.",
|
|
167
|
+
"routing": {
|
|
168
|
+
"request": {
|
|
169
|
+
"method": "POST",
|
|
170
|
+
"url": "=/x402/token-ranking"
|
|
171
|
+
}
|
|
172
|
+
}
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
"name": "Nft Ranking",
|
|
176
|
+
"value": "Nft Ranking",
|
|
177
|
+
"action": "Get a ranked list of NFT collections based on rading activity and collection popularity, optionally tailored for a farcaster user.",
|
|
178
|
+
"description": "Get a ranked list of NFT collections based on rading activity and collection popularity, optionally tailored for a farcaster user.",
|
|
179
|
+
"routing": {
|
|
180
|
+
"request": {
|
|
181
|
+
"method": "POST",
|
|
182
|
+
"url": "=/x402/nft-ranking"
|
|
183
|
+
}
|
|
184
|
+
}
|
|
185
|
+
},
|
|
186
|
+
{
|
|
187
|
+
"name": "Account Identity",
|
|
188
|
+
"value": "Account Identity",
|
|
189
|
+
"action": "Get social identity (ENS, Farcaster, Lens, Basenames) for a specific address.",
|
|
190
|
+
"description": "Get social identity (ENS, Farcaster, Lens, Basenames) for a specific address.",
|
|
191
|
+
"routing": {
|
|
192
|
+
"request": {
|
|
193
|
+
"method": "POST",
|
|
194
|
+
"url": "=/x402/account-identity"
|
|
195
|
+
}
|
|
196
|
+
}
|
|
197
|
+
},
|
|
198
|
+
{
|
|
199
|
+
"name": "General Swap Feed",
|
|
200
|
+
"value": "General Swap Feed",
|
|
201
|
+
"action": "Get a real-time feed of swap activity across Farcaster, including token trades, volume, and social context.",
|
|
202
|
+
"description": "Get a real-time feed of swap activity across Farcaster, including token trades, volume, and social context.",
|
|
203
|
+
"routing": {
|
|
204
|
+
"request": {
|
|
205
|
+
"method": "POST",
|
|
206
|
+
"url": "=/x402/general-swap-feed"
|
|
207
|
+
}
|
|
208
|
+
}
|
|
209
|
+
},
|
|
210
|
+
{
|
|
211
|
+
"name": "Token Activity Feed",
|
|
212
|
+
"value": "Token Activity Feed",
|
|
213
|
+
"action": "Get a combined activity feed for a specific token, including swaps and top Farcaster casts, personalized for a given user.",
|
|
214
|
+
"description": "Get a combined activity feed for a specific token, including swaps and top Farcaster casts, personalized for a given user.",
|
|
215
|
+
"routing": {
|
|
216
|
+
"request": {
|
|
217
|
+
"method": "POST",
|
|
218
|
+
"url": "=/x402/token-activity-feed"
|
|
219
|
+
}
|
|
220
|
+
}
|
|
221
|
+
}
|
|
222
|
+
],
|
|
223
|
+
"default": ""
|
|
224
|
+
},
|
|
225
|
+
{
|
|
226
|
+
"displayName": "POST /x402/token-price",
|
|
227
|
+
"name": "operation",
|
|
228
|
+
"type": "notice",
|
|
229
|
+
"typeOptions": {
|
|
230
|
+
"theme": "info"
|
|
231
|
+
},
|
|
232
|
+
"default": "",
|
|
233
|
+
"displayOptions": {
|
|
234
|
+
"show": {
|
|
235
|
+
"resource": [
|
|
236
|
+
"Zapper Tools"
|
|
237
|
+
],
|
|
238
|
+
"operation": [
|
|
239
|
+
"Token Price"
|
|
240
|
+
]
|
|
241
|
+
}
|
|
242
|
+
}
|
|
243
|
+
},
|
|
244
|
+
{
|
|
245
|
+
"required": true,
|
|
246
|
+
"displayName": "Address",
|
|
247
|
+
"name": "address",
|
|
248
|
+
"type": "string",
|
|
249
|
+
"default": "",
|
|
250
|
+
"description": "The 0x contract address",
|
|
251
|
+
"routing": {
|
|
252
|
+
"send": {
|
|
253
|
+
"property": "address",
|
|
254
|
+
"propertyInDotNotation": false,
|
|
255
|
+
"type": "body",
|
|
256
|
+
"value": "={{ $value }}"
|
|
257
|
+
}
|
|
258
|
+
},
|
|
259
|
+
"displayOptions": {
|
|
260
|
+
"show": {
|
|
261
|
+
"resource": [
|
|
262
|
+
"Zapper Tools"
|
|
263
|
+
],
|
|
264
|
+
"operation": [
|
|
265
|
+
"Token Price"
|
|
266
|
+
]
|
|
267
|
+
}
|
|
268
|
+
}
|
|
269
|
+
},
|
|
270
|
+
{
|
|
271
|
+
"required": true,
|
|
272
|
+
"displayName": "Chain Id",
|
|
273
|
+
"name": "chainId",
|
|
274
|
+
"type": "number",
|
|
275
|
+
"default": 0,
|
|
276
|
+
"description": "The Chain ID (e.g. 8453 for Base)",
|
|
277
|
+
"routing": {
|
|
278
|
+
"send": {
|
|
279
|
+
"property": "chainId",
|
|
280
|
+
"propertyInDotNotation": false,
|
|
281
|
+
"type": "body",
|
|
282
|
+
"value": "={{ $value }}"
|
|
283
|
+
}
|
|
284
|
+
},
|
|
285
|
+
"displayOptions": {
|
|
286
|
+
"show": {
|
|
287
|
+
"resource": [
|
|
288
|
+
"Zapper Tools"
|
|
289
|
+
],
|
|
290
|
+
"operation": [
|
|
291
|
+
"Token Price"
|
|
292
|
+
]
|
|
293
|
+
}
|
|
294
|
+
}
|
|
295
|
+
},
|
|
296
|
+
{
|
|
297
|
+
"displayName": "Currency",
|
|
298
|
+
"name": "currency",
|
|
299
|
+
"type": "string",
|
|
300
|
+
"default": "USD",
|
|
301
|
+
"description": "Currency for price data (default: USD)",
|
|
302
|
+
"routing": {
|
|
303
|
+
"send": {
|
|
304
|
+
"property": "currency",
|
|
305
|
+
"propertyInDotNotation": false,
|
|
306
|
+
"type": "body",
|
|
307
|
+
"value": "={{ $value }}"
|
|
308
|
+
}
|
|
309
|
+
},
|
|
310
|
+
"displayOptions": {
|
|
311
|
+
"show": {
|
|
312
|
+
"resource": [
|
|
313
|
+
"Zapper Tools"
|
|
314
|
+
],
|
|
315
|
+
"operation": [
|
|
316
|
+
"Token Price"
|
|
317
|
+
]
|
|
318
|
+
}
|
|
319
|
+
}
|
|
320
|
+
},
|
|
321
|
+
{
|
|
322
|
+
"displayName": "POST /x402/search",
|
|
323
|
+
"name": "operation",
|
|
324
|
+
"type": "notice",
|
|
325
|
+
"typeOptions": {
|
|
326
|
+
"theme": "info"
|
|
327
|
+
},
|
|
328
|
+
"default": "",
|
|
329
|
+
"displayOptions": {
|
|
330
|
+
"show": {
|
|
331
|
+
"resource": [
|
|
332
|
+
"Zapper Tools"
|
|
333
|
+
],
|
|
334
|
+
"operation": [
|
|
335
|
+
"Search"
|
|
336
|
+
]
|
|
337
|
+
}
|
|
338
|
+
}
|
|
339
|
+
},
|
|
340
|
+
{
|
|
341
|
+
"required": true,
|
|
342
|
+
"displayName": "Search",
|
|
343
|
+
"name": "search",
|
|
344
|
+
"type": "string",
|
|
345
|
+
"default": "",
|
|
346
|
+
"description": "Search query (e.g., \"Ape\", \"eth\", \"Vitalik\"). Searches for token SYMBOLS, NFT collection names, ENS, and BaseNames.",
|
|
347
|
+
"routing": {
|
|
348
|
+
"send": {
|
|
349
|
+
"property": "search",
|
|
350
|
+
"propertyInDotNotation": false,
|
|
351
|
+
"type": "body",
|
|
352
|
+
"value": "={{ $value }}"
|
|
353
|
+
}
|
|
354
|
+
},
|
|
355
|
+
"displayOptions": {
|
|
356
|
+
"show": {
|
|
357
|
+
"resource": [
|
|
358
|
+
"Zapper Tools"
|
|
359
|
+
],
|
|
360
|
+
"operation": [
|
|
361
|
+
"Search"
|
|
362
|
+
]
|
|
363
|
+
}
|
|
364
|
+
}
|
|
365
|
+
},
|
|
366
|
+
{
|
|
367
|
+
"displayName": "Categories",
|
|
368
|
+
"name": "categories",
|
|
369
|
+
"type": "json",
|
|
370
|
+
"default": "[\n \"ERC20_TOKEN\"\n]",
|
|
371
|
+
"description": "Filter results by category. Use multiple categories for broader results (e.g., [\"GAS_TOKEN\", \"ERC20_TOKEN\"] for all token types). Defaults to ERC20_TOKEN only.",
|
|
372
|
+
"routing": {
|
|
373
|
+
"send": {
|
|
374
|
+
"property": "categories",
|
|
375
|
+
"propertyInDotNotation": false,
|
|
376
|
+
"type": "body",
|
|
377
|
+
"value": "={{ JSON.parse($value) }}"
|
|
378
|
+
}
|
|
379
|
+
},
|
|
380
|
+
"displayOptions": {
|
|
381
|
+
"show": {
|
|
382
|
+
"resource": [
|
|
383
|
+
"Zapper Tools"
|
|
384
|
+
],
|
|
385
|
+
"operation": [
|
|
386
|
+
"Search"
|
|
387
|
+
]
|
|
388
|
+
}
|
|
389
|
+
}
|
|
390
|
+
},
|
|
391
|
+
{
|
|
392
|
+
"displayName": "Max Results Per Category",
|
|
393
|
+
"name": "maxResultsPerCategory",
|
|
394
|
+
"type": "number",
|
|
395
|
+
"default": 5,
|
|
396
|
+
"description": "Limit results per category",
|
|
397
|
+
"routing": {
|
|
398
|
+
"send": {
|
|
399
|
+
"property": "maxResultsPerCategory",
|
|
400
|
+
"propertyInDotNotation": false,
|
|
401
|
+
"type": "body",
|
|
402
|
+
"value": "={{ $value }}"
|
|
403
|
+
}
|
|
404
|
+
},
|
|
405
|
+
"displayOptions": {
|
|
406
|
+
"show": {
|
|
407
|
+
"resource": [
|
|
408
|
+
"Zapper Tools"
|
|
409
|
+
],
|
|
410
|
+
"operation": [
|
|
411
|
+
"Search"
|
|
412
|
+
]
|
|
413
|
+
}
|
|
414
|
+
}
|
|
415
|
+
},
|
|
416
|
+
{
|
|
417
|
+
"displayName": "POST /x402/nft-token-metadata",
|
|
418
|
+
"name": "operation",
|
|
419
|
+
"type": "notice",
|
|
420
|
+
"typeOptions": {
|
|
421
|
+
"theme": "info"
|
|
422
|
+
},
|
|
423
|
+
"default": "",
|
|
424
|
+
"displayOptions": {
|
|
425
|
+
"show": {
|
|
426
|
+
"resource": [
|
|
427
|
+
"Zapper Tools"
|
|
428
|
+
],
|
|
429
|
+
"operation": [
|
|
430
|
+
"Nft Token Metadata"
|
|
431
|
+
]
|
|
432
|
+
}
|
|
433
|
+
}
|
|
434
|
+
},
|
|
435
|
+
{
|
|
436
|
+
"required": true,
|
|
437
|
+
"displayName": "Collection Address",
|
|
438
|
+
"name": "collectionAddress",
|
|
439
|
+
"type": "string",
|
|
440
|
+
"default": "",
|
|
441
|
+
"description": "The 0x contract address of the collection",
|
|
442
|
+
"routing": {
|
|
443
|
+
"send": {
|
|
444
|
+
"property": "collectionAddress",
|
|
445
|
+
"propertyInDotNotation": false,
|
|
446
|
+
"type": "body",
|
|
447
|
+
"value": "={{ $value }}"
|
|
448
|
+
}
|
|
449
|
+
},
|
|
450
|
+
"displayOptions": {
|
|
451
|
+
"show": {
|
|
452
|
+
"resource": [
|
|
453
|
+
"Zapper Tools"
|
|
454
|
+
],
|
|
455
|
+
"operation": [
|
|
456
|
+
"Nft Token Metadata"
|
|
457
|
+
]
|
|
458
|
+
}
|
|
459
|
+
}
|
|
460
|
+
},
|
|
461
|
+
{
|
|
462
|
+
"required": true,
|
|
463
|
+
"displayName": "Chain Id",
|
|
464
|
+
"name": "chainId",
|
|
465
|
+
"type": "number",
|
|
466
|
+
"default": 0,
|
|
467
|
+
"description": "The Chain ID (e.g. 1 for Mainnet, 8453 for Base)",
|
|
468
|
+
"routing": {
|
|
469
|
+
"send": {
|
|
470
|
+
"property": "chainId",
|
|
471
|
+
"propertyInDotNotation": false,
|
|
472
|
+
"type": "body",
|
|
473
|
+
"value": "={{ $value }}"
|
|
474
|
+
}
|
|
475
|
+
},
|
|
476
|
+
"displayOptions": {
|
|
477
|
+
"show": {
|
|
478
|
+
"resource": [
|
|
479
|
+
"Zapper Tools"
|
|
480
|
+
],
|
|
481
|
+
"operation": [
|
|
482
|
+
"Nft Token Metadata"
|
|
483
|
+
]
|
|
484
|
+
}
|
|
485
|
+
}
|
|
486
|
+
},
|
|
487
|
+
{
|
|
488
|
+
"required": true,
|
|
489
|
+
"displayName": "Token Id",
|
|
490
|
+
"name": "tokenId",
|
|
491
|
+
"type": "string",
|
|
492
|
+
"default": "",
|
|
493
|
+
"description": "The specific token ID to fetch metadata for",
|
|
494
|
+
"routing": {
|
|
495
|
+
"send": {
|
|
496
|
+
"property": "tokenId",
|
|
497
|
+
"propertyInDotNotation": false,
|
|
498
|
+
"type": "body",
|
|
499
|
+
"value": "={{ $value }}"
|
|
500
|
+
}
|
|
501
|
+
},
|
|
502
|
+
"displayOptions": {
|
|
503
|
+
"show": {
|
|
504
|
+
"resource": [
|
|
505
|
+
"Zapper Tools"
|
|
506
|
+
],
|
|
507
|
+
"operation": [
|
|
508
|
+
"Nft Token Metadata"
|
|
509
|
+
]
|
|
510
|
+
}
|
|
511
|
+
}
|
|
512
|
+
},
|
|
513
|
+
{
|
|
514
|
+
"displayName": "POST /x402/nft-collection-metadata",
|
|
515
|
+
"name": "operation",
|
|
516
|
+
"type": "notice",
|
|
517
|
+
"typeOptions": {
|
|
518
|
+
"theme": "info"
|
|
519
|
+
},
|
|
520
|
+
"default": "",
|
|
521
|
+
"displayOptions": {
|
|
522
|
+
"show": {
|
|
523
|
+
"resource": [
|
|
524
|
+
"Zapper Tools"
|
|
525
|
+
],
|
|
526
|
+
"operation": [
|
|
527
|
+
"Nft Collection Metadata"
|
|
528
|
+
]
|
|
529
|
+
}
|
|
530
|
+
}
|
|
531
|
+
},
|
|
532
|
+
{
|
|
533
|
+
"required": true,
|
|
534
|
+
"displayName": "Collections",
|
|
535
|
+
"name": "collections",
|
|
536
|
+
"type": "json",
|
|
537
|
+
"default": "[\n {}\n]",
|
|
538
|
+
"description": "Array of collection inputs containing address and chainId",
|
|
539
|
+
"routing": {
|
|
540
|
+
"send": {
|
|
541
|
+
"property": "collections",
|
|
542
|
+
"propertyInDotNotation": false,
|
|
543
|
+
"type": "body",
|
|
544
|
+
"value": "={{ JSON.parse($value) }}"
|
|
545
|
+
}
|
|
546
|
+
},
|
|
547
|
+
"displayOptions": {
|
|
548
|
+
"show": {
|
|
549
|
+
"resource": [
|
|
550
|
+
"Zapper Tools"
|
|
551
|
+
],
|
|
552
|
+
"operation": [
|
|
553
|
+
"Nft Collection Metadata"
|
|
554
|
+
]
|
|
555
|
+
}
|
|
556
|
+
}
|
|
557
|
+
},
|
|
558
|
+
{
|
|
559
|
+
"displayName": "POST /x402/portfolio-totals",
|
|
560
|
+
"name": "operation",
|
|
561
|
+
"type": "notice",
|
|
562
|
+
"typeOptions": {
|
|
563
|
+
"theme": "info"
|
|
564
|
+
},
|
|
565
|
+
"default": "",
|
|
566
|
+
"displayOptions": {
|
|
567
|
+
"show": {
|
|
568
|
+
"resource": [
|
|
569
|
+
"Zapper Tools"
|
|
570
|
+
],
|
|
571
|
+
"operation": [
|
|
572
|
+
"Portfolio Totals"
|
|
573
|
+
]
|
|
574
|
+
}
|
|
575
|
+
}
|
|
576
|
+
},
|
|
577
|
+
{
|
|
578
|
+
"required": true,
|
|
579
|
+
"displayName": "Addresses",
|
|
580
|
+
"name": "addresses",
|
|
581
|
+
"type": "json",
|
|
582
|
+
"default": "[\n null\n]",
|
|
583
|
+
"description": "Array of 0x wallet addresses to aggregate",
|
|
584
|
+
"routing": {
|
|
585
|
+
"send": {
|
|
586
|
+
"property": "addresses",
|
|
587
|
+
"propertyInDotNotation": false,
|
|
588
|
+
"type": "body",
|
|
589
|
+
"value": "={{ JSON.parse($value) }}"
|
|
590
|
+
}
|
|
591
|
+
},
|
|
592
|
+
"displayOptions": {
|
|
593
|
+
"show": {
|
|
594
|
+
"resource": [
|
|
595
|
+
"Zapper Tools"
|
|
596
|
+
],
|
|
597
|
+
"operation": [
|
|
598
|
+
"Portfolio Totals"
|
|
599
|
+
]
|
|
600
|
+
}
|
|
601
|
+
}
|
|
602
|
+
},
|
|
603
|
+
{
|
|
604
|
+
"displayName": "Chain Ids",
|
|
605
|
+
"name": "chainIds",
|
|
606
|
+
"type": "json",
|
|
607
|
+
"default": "[\n null\n]",
|
|
608
|
+
"description": "Optional list of Chain IDs to filter by (e.g. [1, 8453])",
|
|
609
|
+
"routing": {
|
|
610
|
+
"send": {
|
|
611
|
+
"property": "chainIds",
|
|
612
|
+
"propertyInDotNotation": false,
|
|
613
|
+
"type": "body",
|
|
614
|
+
"value": "={{ JSON.parse($value) }}"
|
|
615
|
+
}
|
|
616
|
+
},
|
|
617
|
+
"displayOptions": {
|
|
618
|
+
"show": {
|
|
619
|
+
"resource": [
|
|
620
|
+
"Zapper Tools"
|
|
621
|
+
],
|
|
622
|
+
"operation": [
|
|
623
|
+
"Portfolio Totals"
|
|
624
|
+
]
|
|
625
|
+
}
|
|
626
|
+
}
|
|
627
|
+
},
|
|
628
|
+
{
|
|
629
|
+
"displayName": "POST /x402/token-balances",
|
|
630
|
+
"name": "operation",
|
|
631
|
+
"type": "notice",
|
|
632
|
+
"typeOptions": {
|
|
633
|
+
"theme": "info"
|
|
634
|
+
},
|
|
635
|
+
"default": "",
|
|
636
|
+
"displayOptions": {
|
|
637
|
+
"show": {
|
|
638
|
+
"resource": [
|
|
639
|
+
"Zapper Tools"
|
|
640
|
+
],
|
|
641
|
+
"operation": [
|
|
642
|
+
"Token Balances"
|
|
643
|
+
]
|
|
644
|
+
}
|
|
645
|
+
}
|
|
646
|
+
},
|
|
647
|
+
{
|
|
648
|
+
"required": true,
|
|
649
|
+
"displayName": "Addresses",
|
|
650
|
+
"name": "addresses",
|
|
651
|
+
"type": "json",
|
|
652
|
+
"default": "[\n null\n]",
|
|
653
|
+
"description": "Array of 0x wallet addresses to aggregate",
|
|
654
|
+
"routing": {
|
|
655
|
+
"send": {
|
|
656
|
+
"property": "addresses",
|
|
657
|
+
"propertyInDotNotation": false,
|
|
658
|
+
"type": "body",
|
|
659
|
+
"value": "={{ JSON.parse($value) }}"
|
|
660
|
+
}
|
|
661
|
+
},
|
|
662
|
+
"displayOptions": {
|
|
663
|
+
"show": {
|
|
664
|
+
"resource": [
|
|
665
|
+
"Zapper Tools"
|
|
666
|
+
],
|
|
667
|
+
"operation": [
|
|
668
|
+
"Token Balances"
|
|
669
|
+
]
|
|
670
|
+
}
|
|
671
|
+
}
|
|
672
|
+
},
|
|
673
|
+
{
|
|
674
|
+
"displayName": "First",
|
|
675
|
+
"name": "first",
|
|
676
|
+
"type": "number",
|
|
677
|
+
"default": 10,
|
|
678
|
+
"description": "Number of tokens to return (max 20)",
|
|
679
|
+
"routing": {
|
|
680
|
+
"send": {
|
|
681
|
+
"property": "first",
|
|
682
|
+
"propertyInDotNotation": false,
|
|
683
|
+
"type": "body",
|
|
684
|
+
"value": "={{ $value }}"
|
|
685
|
+
}
|
|
686
|
+
},
|
|
687
|
+
"displayOptions": {
|
|
688
|
+
"show": {
|
|
689
|
+
"resource": [
|
|
690
|
+
"Zapper Tools"
|
|
691
|
+
],
|
|
692
|
+
"operation": [
|
|
693
|
+
"Token Balances"
|
|
694
|
+
]
|
|
695
|
+
}
|
|
696
|
+
}
|
|
697
|
+
},
|
|
698
|
+
{
|
|
699
|
+
"displayName": "Chain Ids",
|
|
700
|
+
"name": "chainIds",
|
|
701
|
+
"type": "json",
|
|
702
|
+
"default": "[\n null\n]",
|
|
703
|
+
"description": "Optional list of Chain IDs to filter by (e.g. [1, 8453])",
|
|
704
|
+
"routing": {
|
|
705
|
+
"send": {
|
|
706
|
+
"property": "chainIds",
|
|
707
|
+
"propertyInDotNotation": false,
|
|
708
|
+
"type": "body",
|
|
709
|
+
"value": "={{ JSON.parse($value) }}"
|
|
710
|
+
}
|
|
711
|
+
},
|
|
712
|
+
"displayOptions": {
|
|
713
|
+
"show": {
|
|
714
|
+
"resource": [
|
|
715
|
+
"Zapper Tools"
|
|
716
|
+
],
|
|
717
|
+
"operation": [
|
|
718
|
+
"Token Balances"
|
|
719
|
+
]
|
|
720
|
+
}
|
|
721
|
+
}
|
|
722
|
+
},
|
|
723
|
+
{
|
|
724
|
+
"displayName": "POST /x402/defi-balances",
|
|
725
|
+
"name": "operation",
|
|
726
|
+
"type": "notice",
|
|
727
|
+
"typeOptions": {
|
|
728
|
+
"theme": "info"
|
|
729
|
+
},
|
|
730
|
+
"default": "",
|
|
731
|
+
"displayOptions": {
|
|
732
|
+
"show": {
|
|
733
|
+
"resource": [
|
|
734
|
+
"Zapper Tools"
|
|
735
|
+
],
|
|
736
|
+
"operation": [
|
|
737
|
+
"Defi Balances"
|
|
738
|
+
]
|
|
739
|
+
}
|
|
740
|
+
}
|
|
741
|
+
},
|
|
742
|
+
{
|
|
743
|
+
"required": true,
|
|
744
|
+
"displayName": "Addresses",
|
|
745
|
+
"name": "addresses",
|
|
746
|
+
"type": "json",
|
|
747
|
+
"default": "[\n null\n]",
|
|
748
|
+
"description": "Array of 0x wallet addresses to aggregate",
|
|
749
|
+
"routing": {
|
|
750
|
+
"send": {
|
|
751
|
+
"property": "addresses",
|
|
752
|
+
"propertyInDotNotation": false,
|
|
753
|
+
"type": "body",
|
|
754
|
+
"value": "={{ JSON.parse($value) }}"
|
|
755
|
+
}
|
|
756
|
+
},
|
|
757
|
+
"displayOptions": {
|
|
758
|
+
"show": {
|
|
759
|
+
"resource": [
|
|
760
|
+
"Zapper Tools"
|
|
761
|
+
],
|
|
762
|
+
"operation": [
|
|
763
|
+
"Defi Balances"
|
|
764
|
+
]
|
|
765
|
+
}
|
|
766
|
+
}
|
|
767
|
+
},
|
|
768
|
+
{
|
|
769
|
+
"displayName": "First",
|
|
770
|
+
"name": "first",
|
|
771
|
+
"type": "number",
|
|
772
|
+
"default": 10,
|
|
773
|
+
"description": "Number of DeFi positions to return (max 50)",
|
|
774
|
+
"routing": {
|
|
775
|
+
"send": {
|
|
776
|
+
"property": "first",
|
|
777
|
+
"propertyInDotNotation": false,
|
|
778
|
+
"type": "body",
|
|
779
|
+
"value": "={{ $value }}"
|
|
780
|
+
}
|
|
781
|
+
},
|
|
782
|
+
"displayOptions": {
|
|
783
|
+
"show": {
|
|
784
|
+
"resource": [
|
|
785
|
+
"Zapper Tools"
|
|
786
|
+
],
|
|
787
|
+
"operation": [
|
|
788
|
+
"Defi Balances"
|
|
789
|
+
]
|
|
790
|
+
}
|
|
791
|
+
}
|
|
792
|
+
},
|
|
793
|
+
{
|
|
794
|
+
"displayName": "Chain Ids",
|
|
795
|
+
"name": "chainIds",
|
|
796
|
+
"type": "json",
|
|
797
|
+
"default": "[\n null\n]",
|
|
798
|
+
"description": "Optional list of Chain IDs to filter by",
|
|
799
|
+
"routing": {
|
|
800
|
+
"send": {
|
|
801
|
+
"property": "chainIds",
|
|
802
|
+
"propertyInDotNotation": false,
|
|
803
|
+
"type": "body",
|
|
804
|
+
"value": "={{ JSON.parse($value) }}"
|
|
805
|
+
}
|
|
806
|
+
},
|
|
807
|
+
"displayOptions": {
|
|
808
|
+
"show": {
|
|
809
|
+
"resource": [
|
|
810
|
+
"Zapper Tools"
|
|
811
|
+
],
|
|
812
|
+
"operation": [
|
|
813
|
+
"Defi Balances"
|
|
814
|
+
]
|
|
815
|
+
}
|
|
816
|
+
}
|
|
817
|
+
},
|
|
818
|
+
{
|
|
819
|
+
"displayName": "POST /x402/nft-balances",
|
|
820
|
+
"name": "operation",
|
|
821
|
+
"type": "notice",
|
|
822
|
+
"typeOptions": {
|
|
823
|
+
"theme": "info"
|
|
824
|
+
},
|
|
825
|
+
"default": "",
|
|
826
|
+
"displayOptions": {
|
|
827
|
+
"show": {
|
|
828
|
+
"resource": [
|
|
829
|
+
"Zapper Tools"
|
|
830
|
+
],
|
|
831
|
+
"operation": [
|
|
832
|
+
"Nft Balances"
|
|
833
|
+
]
|
|
834
|
+
}
|
|
835
|
+
}
|
|
836
|
+
},
|
|
837
|
+
{
|
|
838
|
+
"required": true,
|
|
839
|
+
"displayName": "Addresses",
|
|
840
|
+
"name": "addresses",
|
|
841
|
+
"type": "json",
|
|
842
|
+
"default": "[\n null\n]",
|
|
843
|
+
"description": "Array of 0x wallet addresses to scan",
|
|
844
|
+
"routing": {
|
|
845
|
+
"send": {
|
|
846
|
+
"property": "addresses",
|
|
847
|
+
"propertyInDotNotation": false,
|
|
848
|
+
"type": "body",
|
|
849
|
+
"value": "={{ JSON.parse($value) }}"
|
|
850
|
+
}
|
|
851
|
+
},
|
|
852
|
+
"displayOptions": {
|
|
853
|
+
"show": {
|
|
854
|
+
"resource": [
|
|
855
|
+
"Zapper Tools"
|
|
856
|
+
],
|
|
857
|
+
"operation": [
|
|
858
|
+
"Nft Balances"
|
|
859
|
+
]
|
|
860
|
+
}
|
|
861
|
+
}
|
|
862
|
+
},
|
|
863
|
+
{
|
|
864
|
+
"displayName": "First",
|
|
865
|
+
"name": "first",
|
|
866
|
+
"type": "number",
|
|
867
|
+
"default": 10,
|
|
868
|
+
"description": "Number of NFTs to return",
|
|
869
|
+
"routing": {
|
|
870
|
+
"send": {
|
|
871
|
+
"property": "first",
|
|
872
|
+
"propertyInDotNotation": false,
|
|
873
|
+
"type": "body",
|
|
874
|
+
"value": "={{ $value }}"
|
|
875
|
+
}
|
|
876
|
+
},
|
|
877
|
+
"displayOptions": {
|
|
878
|
+
"show": {
|
|
879
|
+
"resource": [
|
|
880
|
+
"Zapper Tools"
|
|
881
|
+
],
|
|
882
|
+
"operation": [
|
|
883
|
+
"Nft Balances"
|
|
884
|
+
]
|
|
885
|
+
}
|
|
886
|
+
}
|
|
887
|
+
},
|
|
888
|
+
{
|
|
889
|
+
"displayName": "Sort By",
|
|
890
|
+
"name": "sortBy",
|
|
891
|
+
"type": "string",
|
|
892
|
+
"default": "USD_WORTH",
|
|
893
|
+
"description": "Sort order for results (e.g. \"USD_WORTH\", \"NETWORK\", \"COLLECTION\")",
|
|
894
|
+
"routing": {
|
|
895
|
+
"send": {
|
|
896
|
+
"property": "sortBy",
|
|
897
|
+
"propertyInDotNotation": false,
|
|
898
|
+
"type": "body",
|
|
899
|
+
"value": "={{ $value }}"
|
|
900
|
+
}
|
|
901
|
+
},
|
|
902
|
+
"displayOptions": {
|
|
903
|
+
"show": {
|
|
904
|
+
"resource": [
|
|
905
|
+
"Zapper Tools"
|
|
906
|
+
],
|
|
907
|
+
"operation": [
|
|
908
|
+
"Nft Balances"
|
|
909
|
+
]
|
|
910
|
+
}
|
|
911
|
+
}
|
|
912
|
+
},
|
|
913
|
+
{
|
|
914
|
+
"displayName": "Chain Ids",
|
|
915
|
+
"name": "chainIds",
|
|
916
|
+
"type": "json",
|
|
917
|
+
"default": "[\n null\n]",
|
|
918
|
+
"description": "Optional list of Chain IDs to filter by",
|
|
919
|
+
"routing": {
|
|
920
|
+
"send": {
|
|
921
|
+
"property": "chainIds",
|
|
922
|
+
"propertyInDotNotation": false,
|
|
923
|
+
"type": "body",
|
|
924
|
+
"value": "={{ JSON.parse($value) }}"
|
|
925
|
+
}
|
|
926
|
+
},
|
|
927
|
+
"displayOptions": {
|
|
928
|
+
"show": {
|
|
929
|
+
"resource": [
|
|
930
|
+
"Zapper Tools"
|
|
931
|
+
],
|
|
932
|
+
"operation": [
|
|
933
|
+
"Nft Balances"
|
|
934
|
+
]
|
|
935
|
+
}
|
|
936
|
+
}
|
|
937
|
+
},
|
|
938
|
+
{
|
|
939
|
+
"displayName": "POST /x402/historical-token-price",
|
|
940
|
+
"name": "operation",
|
|
941
|
+
"type": "notice",
|
|
942
|
+
"typeOptions": {
|
|
943
|
+
"theme": "info"
|
|
944
|
+
},
|
|
945
|
+
"default": "",
|
|
946
|
+
"displayOptions": {
|
|
947
|
+
"show": {
|
|
948
|
+
"resource": [
|
|
949
|
+
"Zapper Tools"
|
|
950
|
+
],
|
|
951
|
+
"operation": [
|
|
952
|
+
"Historical Token Price"
|
|
953
|
+
]
|
|
954
|
+
}
|
|
955
|
+
}
|
|
956
|
+
},
|
|
957
|
+
{
|
|
958
|
+
"required": true,
|
|
959
|
+
"displayName": "Address",
|
|
960
|
+
"name": "address",
|
|
961
|
+
"type": "string",
|
|
962
|
+
"default": "",
|
|
963
|
+
"description": "The 0x contract address of the token",
|
|
964
|
+
"routing": {
|
|
965
|
+
"send": {
|
|
966
|
+
"property": "address",
|
|
967
|
+
"propertyInDotNotation": false,
|
|
968
|
+
"type": "body",
|
|
969
|
+
"value": "={{ $value }}"
|
|
970
|
+
}
|
|
971
|
+
},
|
|
972
|
+
"displayOptions": {
|
|
973
|
+
"show": {
|
|
974
|
+
"resource": [
|
|
975
|
+
"Zapper Tools"
|
|
976
|
+
],
|
|
977
|
+
"operation": [
|
|
978
|
+
"Historical Token Price"
|
|
979
|
+
]
|
|
980
|
+
}
|
|
981
|
+
}
|
|
982
|
+
},
|
|
983
|
+
{
|
|
984
|
+
"required": true,
|
|
985
|
+
"displayName": "Chain Id",
|
|
986
|
+
"name": "chainId",
|
|
987
|
+
"type": "number",
|
|
988
|
+
"default": 0,
|
|
989
|
+
"description": "The Chain ID (e.g. 8453 for Base)",
|
|
990
|
+
"routing": {
|
|
991
|
+
"send": {
|
|
992
|
+
"property": "chainId",
|
|
993
|
+
"propertyInDotNotation": false,
|
|
994
|
+
"type": "body",
|
|
995
|
+
"value": "={{ $value }}"
|
|
996
|
+
}
|
|
997
|
+
},
|
|
998
|
+
"displayOptions": {
|
|
999
|
+
"show": {
|
|
1000
|
+
"resource": [
|
|
1001
|
+
"Zapper Tools"
|
|
1002
|
+
],
|
|
1003
|
+
"operation": [
|
|
1004
|
+
"Historical Token Price"
|
|
1005
|
+
]
|
|
1006
|
+
}
|
|
1007
|
+
}
|
|
1008
|
+
},
|
|
1009
|
+
{
|
|
1010
|
+
"required": true,
|
|
1011
|
+
"displayName": "Timestamp",
|
|
1012
|
+
"name": "timestamp",
|
|
1013
|
+
"type": "number",
|
|
1014
|
+
"default": 0,
|
|
1015
|
+
"description": "The unix timestamp (in milliseconds) for the historical lookup",
|
|
1016
|
+
"routing": {
|
|
1017
|
+
"send": {
|
|
1018
|
+
"property": "timestamp",
|
|
1019
|
+
"propertyInDotNotation": false,
|
|
1020
|
+
"type": "body",
|
|
1021
|
+
"value": "={{ $value }}"
|
|
1022
|
+
}
|
|
1023
|
+
},
|
|
1024
|
+
"displayOptions": {
|
|
1025
|
+
"show": {
|
|
1026
|
+
"resource": [
|
|
1027
|
+
"Zapper Tools"
|
|
1028
|
+
],
|
|
1029
|
+
"operation": [
|
|
1030
|
+
"Historical Token Price"
|
|
1031
|
+
]
|
|
1032
|
+
}
|
|
1033
|
+
}
|
|
1034
|
+
},
|
|
1035
|
+
{
|
|
1036
|
+
"displayName": "Currency",
|
|
1037
|
+
"name": "currency",
|
|
1038
|
+
"type": "string",
|
|
1039
|
+
"default": "USD",
|
|
1040
|
+
"description": "Currency for price data (default: USD)",
|
|
1041
|
+
"routing": {
|
|
1042
|
+
"send": {
|
|
1043
|
+
"property": "currency",
|
|
1044
|
+
"propertyInDotNotation": false,
|
|
1045
|
+
"type": "body",
|
|
1046
|
+
"value": "={{ $value }}"
|
|
1047
|
+
}
|
|
1048
|
+
},
|
|
1049
|
+
"displayOptions": {
|
|
1050
|
+
"show": {
|
|
1051
|
+
"resource": [
|
|
1052
|
+
"Zapper Tools"
|
|
1053
|
+
],
|
|
1054
|
+
"operation": [
|
|
1055
|
+
"Historical Token Price"
|
|
1056
|
+
]
|
|
1057
|
+
}
|
|
1058
|
+
}
|
|
1059
|
+
},
|
|
1060
|
+
{
|
|
1061
|
+
"displayName": "POST /x402/transaction-details",
|
|
1062
|
+
"name": "operation",
|
|
1063
|
+
"type": "notice",
|
|
1064
|
+
"typeOptions": {
|
|
1065
|
+
"theme": "info"
|
|
1066
|
+
},
|
|
1067
|
+
"default": "",
|
|
1068
|
+
"displayOptions": {
|
|
1069
|
+
"show": {
|
|
1070
|
+
"resource": [
|
|
1071
|
+
"Zapper Tools"
|
|
1072
|
+
],
|
|
1073
|
+
"operation": [
|
|
1074
|
+
"Transaction Details"
|
|
1075
|
+
]
|
|
1076
|
+
}
|
|
1077
|
+
}
|
|
1078
|
+
},
|
|
1079
|
+
{
|
|
1080
|
+
"required": true,
|
|
1081
|
+
"displayName": "Hash",
|
|
1082
|
+
"name": "hash",
|
|
1083
|
+
"type": "string",
|
|
1084
|
+
"default": "",
|
|
1085
|
+
"description": "The transaction hash (0x...)",
|
|
1086
|
+
"routing": {
|
|
1087
|
+
"send": {
|
|
1088
|
+
"property": "hash",
|
|
1089
|
+
"propertyInDotNotation": false,
|
|
1090
|
+
"type": "body",
|
|
1091
|
+
"value": "={{ $value }}"
|
|
1092
|
+
}
|
|
1093
|
+
},
|
|
1094
|
+
"displayOptions": {
|
|
1095
|
+
"show": {
|
|
1096
|
+
"resource": [
|
|
1097
|
+
"Zapper Tools"
|
|
1098
|
+
],
|
|
1099
|
+
"operation": [
|
|
1100
|
+
"Transaction Details"
|
|
1101
|
+
]
|
|
1102
|
+
}
|
|
1103
|
+
}
|
|
1104
|
+
},
|
|
1105
|
+
{
|
|
1106
|
+
"required": true,
|
|
1107
|
+
"displayName": "Chain Id",
|
|
1108
|
+
"name": "chainId",
|
|
1109
|
+
"type": "number",
|
|
1110
|
+
"default": 0,
|
|
1111
|
+
"description": "The Chain ID where the transaction occurred",
|
|
1112
|
+
"routing": {
|
|
1113
|
+
"send": {
|
|
1114
|
+
"property": "chainId",
|
|
1115
|
+
"propertyInDotNotation": false,
|
|
1116
|
+
"type": "body",
|
|
1117
|
+
"value": "={{ $value }}"
|
|
1118
|
+
}
|
|
1119
|
+
},
|
|
1120
|
+
"displayOptions": {
|
|
1121
|
+
"show": {
|
|
1122
|
+
"resource": [
|
|
1123
|
+
"Zapper Tools"
|
|
1124
|
+
],
|
|
1125
|
+
"operation": [
|
|
1126
|
+
"Transaction Details"
|
|
1127
|
+
]
|
|
1128
|
+
}
|
|
1129
|
+
}
|
|
1130
|
+
},
|
|
1131
|
+
{
|
|
1132
|
+
"displayName": "POST /x402/transaction-history",
|
|
1133
|
+
"name": "operation",
|
|
1134
|
+
"type": "notice",
|
|
1135
|
+
"typeOptions": {
|
|
1136
|
+
"theme": "info"
|
|
1137
|
+
},
|
|
1138
|
+
"default": "",
|
|
1139
|
+
"displayOptions": {
|
|
1140
|
+
"show": {
|
|
1141
|
+
"resource": [
|
|
1142
|
+
"Zapper Tools"
|
|
1143
|
+
],
|
|
1144
|
+
"operation": [
|
|
1145
|
+
"Transaction History"
|
|
1146
|
+
]
|
|
1147
|
+
}
|
|
1148
|
+
}
|
|
1149
|
+
},
|
|
1150
|
+
{
|
|
1151
|
+
"required": true,
|
|
1152
|
+
"displayName": "Subjects",
|
|
1153
|
+
"name": "subjects",
|
|
1154
|
+
"type": "json",
|
|
1155
|
+
"default": "[\n null\n]",
|
|
1156
|
+
"description": "Array of 0x wallet addresses to get transaction history for",
|
|
1157
|
+
"routing": {
|
|
1158
|
+
"send": {
|
|
1159
|
+
"property": "subjects",
|
|
1160
|
+
"propertyInDotNotation": false,
|
|
1161
|
+
"type": "body",
|
|
1162
|
+
"value": "={{ JSON.parse($value) }}"
|
|
1163
|
+
}
|
|
1164
|
+
},
|
|
1165
|
+
"displayOptions": {
|
|
1166
|
+
"show": {
|
|
1167
|
+
"resource": [
|
|
1168
|
+
"Zapper Tools"
|
|
1169
|
+
],
|
|
1170
|
+
"operation": [
|
|
1171
|
+
"Transaction History"
|
|
1172
|
+
]
|
|
1173
|
+
}
|
|
1174
|
+
}
|
|
1175
|
+
},
|
|
1176
|
+
{
|
|
1177
|
+
"displayName": "Perspective",
|
|
1178
|
+
"name": "perspective",
|
|
1179
|
+
"type": "string",
|
|
1180
|
+
"default": "All",
|
|
1181
|
+
"description": "Transaction perspective filter (e.g. \"All\", \"Signer\", \"Receiver\")",
|
|
1182
|
+
"routing": {
|
|
1183
|
+
"send": {
|
|
1184
|
+
"property": "perspective",
|
|
1185
|
+
"propertyInDotNotation": false,
|
|
1186
|
+
"type": "body",
|
|
1187
|
+
"value": "={{ $value }}"
|
|
1188
|
+
}
|
|
1189
|
+
},
|
|
1190
|
+
"displayOptions": {
|
|
1191
|
+
"show": {
|
|
1192
|
+
"resource": [
|
|
1193
|
+
"Zapper Tools"
|
|
1194
|
+
],
|
|
1195
|
+
"operation": [
|
|
1196
|
+
"Transaction History"
|
|
1197
|
+
]
|
|
1198
|
+
}
|
|
1199
|
+
}
|
|
1200
|
+
},
|
|
1201
|
+
{
|
|
1202
|
+
"displayName": "First",
|
|
1203
|
+
"name": "first",
|
|
1204
|
+
"type": "number",
|
|
1205
|
+
"default": 10,
|
|
1206
|
+
"description": "Number of transactions to return",
|
|
1207
|
+
"routing": {
|
|
1208
|
+
"send": {
|
|
1209
|
+
"property": "first",
|
|
1210
|
+
"propertyInDotNotation": false,
|
|
1211
|
+
"type": "body",
|
|
1212
|
+
"value": "={{ $value }}"
|
|
1213
|
+
}
|
|
1214
|
+
},
|
|
1215
|
+
"displayOptions": {
|
|
1216
|
+
"show": {
|
|
1217
|
+
"resource": [
|
|
1218
|
+
"Zapper Tools"
|
|
1219
|
+
],
|
|
1220
|
+
"operation": [
|
|
1221
|
+
"Transaction History"
|
|
1222
|
+
]
|
|
1223
|
+
}
|
|
1224
|
+
}
|
|
1225
|
+
},
|
|
1226
|
+
{
|
|
1227
|
+
"displayName": "After",
|
|
1228
|
+
"name": "after",
|
|
1229
|
+
"type": "string",
|
|
1230
|
+
"default": "",
|
|
1231
|
+
"description": "Cursor for pagination",
|
|
1232
|
+
"routing": {
|
|
1233
|
+
"send": {
|
|
1234
|
+
"property": "after",
|
|
1235
|
+
"propertyInDotNotation": false,
|
|
1236
|
+
"type": "body",
|
|
1237
|
+
"value": "={{ $value }}"
|
|
1238
|
+
}
|
|
1239
|
+
},
|
|
1240
|
+
"displayOptions": {
|
|
1241
|
+
"show": {
|
|
1242
|
+
"resource": [
|
|
1243
|
+
"Zapper Tools"
|
|
1244
|
+
],
|
|
1245
|
+
"operation": [
|
|
1246
|
+
"Transaction History"
|
|
1247
|
+
]
|
|
1248
|
+
}
|
|
1249
|
+
}
|
|
1250
|
+
},
|
|
1251
|
+
{
|
|
1252
|
+
"displayName": "Chain Ids",
|
|
1253
|
+
"name": "chainIds",
|
|
1254
|
+
"type": "json",
|
|
1255
|
+
"default": "[\n null\n]",
|
|
1256
|
+
"description": "Optional list of Chain IDs to filter by",
|
|
1257
|
+
"routing": {
|
|
1258
|
+
"send": {
|
|
1259
|
+
"property": "chainIds",
|
|
1260
|
+
"propertyInDotNotation": false,
|
|
1261
|
+
"type": "body",
|
|
1262
|
+
"value": "={{ JSON.parse($value) }}"
|
|
1263
|
+
}
|
|
1264
|
+
},
|
|
1265
|
+
"displayOptions": {
|
|
1266
|
+
"show": {
|
|
1267
|
+
"resource": [
|
|
1268
|
+
"Zapper Tools"
|
|
1269
|
+
],
|
|
1270
|
+
"operation": [
|
|
1271
|
+
"Transaction History"
|
|
1272
|
+
]
|
|
1273
|
+
}
|
|
1274
|
+
}
|
|
1275
|
+
},
|
|
1276
|
+
{
|
|
1277
|
+
"displayName": "POST /x402/token-holders",
|
|
1278
|
+
"name": "operation",
|
|
1279
|
+
"type": "notice",
|
|
1280
|
+
"typeOptions": {
|
|
1281
|
+
"theme": "info"
|
|
1282
|
+
},
|
|
1283
|
+
"default": "",
|
|
1284
|
+
"displayOptions": {
|
|
1285
|
+
"show": {
|
|
1286
|
+
"resource": [
|
|
1287
|
+
"Zapper Tools"
|
|
1288
|
+
],
|
|
1289
|
+
"operation": [
|
|
1290
|
+
"Token Holders"
|
|
1291
|
+
]
|
|
1292
|
+
}
|
|
1293
|
+
}
|
|
1294
|
+
},
|
|
1295
|
+
{
|
|
1296
|
+
"required": true,
|
|
1297
|
+
"displayName": "Address",
|
|
1298
|
+
"name": "address",
|
|
1299
|
+
"type": "string",
|
|
1300
|
+
"default": "",
|
|
1301
|
+
"description": "Token contract address (0x...)",
|
|
1302
|
+
"routing": {
|
|
1303
|
+
"send": {
|
|
1304
|
+
"property": "address",
|
|
1305
|
+
"propertyInDotNotation": false,
|
|
1306
|
+
"type": "body",
|
|
1307
|
+
"value": "={{ $value }}"
|
|
1308
|
+
}
|
|
1309
|
+
},
|
|
1310
|
+
"displayOptions": {
|
|
1311
|
+
"show": {
|
|
1312
|
+
"resource": [
|
|
1313
|
+
"Zapper Tools"
|
|
1314
|
+
],
|
|
1315
|
+
"operation": [
|
|
1316
|
+
"Token Holders"
|
|
1317
|
+
]
|
|
1318
|
+
}
|
|
1319
|
+
}
|
|
1320
|
+
},
|
|
1321
|
+
{
|
|
1322
|
+
"required": true,
|
|
1323
|
+
"displayName": "Chain Id",
|
|
1324
|
+
"name": "chainId",
|
|
1325
|
+
"type": "number",
|
|
1326
|
+
"default": 0,
|
|
1327
|
+
"description": "Chain ID of the network (e.g. 1 for Ethereum, 8453 for Base)",
|
|
1328
|
+
"routing": {
|
|
1329
|
+
"send": {
|
|
1330
|
+
"property": "chainId",
|
|
1331
|
+
"propertyInDotNotation": false,
|
|
1332
|
+
"type": "body",
|
|
1333
|
+
"value": "={{ $value }}"
|
|
1334
|
+
}
|
|
1335
|
+
},
|
|
1336
|
+
"displayOptions": {
|
|
1337
|
+
"show": {
|
|
1338
|
+
"resource": [
|
|
1339
|
+
"Zapper Tools"
|
|
1340
|
+
],
|
|
1341
|
+
"operation": [
|
|
1342
|
+
"Token Holders"
|
|
1343
|
+
]
|
|
1344
|
+
}
|
|
1345
|
+
}
|
|
1346
|
+
},
|
|
1347
|
+
{
|
|
1348
|
+
"required": true,
|
|
1349
|
+
"displayName": "First",
|
|
1350
|
+
"name": "first",
|
|
1351
|
+
"type": "number",
|
|
1352
|
+
"default": 0,
|
|
1353
|
+
"description": "Number of holders to return",
|
|
1354
|
+
"routing": {
|
|
1355
|
+
"send": {
|
|
1356
|
+
"property": "first",
|
|
1357
|
+
"propertyInDotNotation": false,
|
|
1358
|
+
"type": "body",
|
|
1359
|
+
"value": "={{ $value }}"
|
|
1360
|
+
}
|
|
1361
|
+
},
|
|
1362
|
+
"displayOptions": {
|
|
1363
|
+
"show": {
|
|
1364
|
+
"resource": [
|
|
1365
|
+
"Zapper Tools"
|
|
1366
|
+
],
|
|
1367
|
+
"operation": [
|
|
1368
|
+
"Token Holders"
|
|
1369
|
+
]
|
|
1370
|
+
}
|
|
1371
|
+
}
|
|
1372
|
+
},
|
|
1373
|
+
{
|
|
1374
|
+
"displayName": "After",
|
|
1375
|
+
"name": "after",
|
|
1376
|
+
"type": "string",
|
|
1377
|
+
"default": "",
|
|
1378
|
+
"description": "Cursor for pagination",
|
|
1379
|
+
"routing": {
|
|
1380
|
+
"send": {
|
|
1381
|
+
"property": "after",
|
|
1382
|
+
"propertyInDotNotation": false,
|
|
1383
|
+
"type": "body",
|
|
1384
|
+
"value": "={{ $value }}"
|
|
1385
|
+
}
|
|
1386
|
+
},
|
|
1387
|
+
"displayOptions": {
|
|
1388
|
+
"show": {
|
|
1389
|
+
"resource": [
|
|
1390
|
+
"Zapper Tools"
|
|
1391
|
+
],
|
|
1392
|
+
"operation": [
|
|
1393
|
+
"Token Holders"
|
|
1394
|
+
]
|
|
1395
|
+
}
|
|
1396
|
+
}
|
|
1397
|
+
},
|
|
1398
|
+
{
|
|
1399
|
+
"displayName": "POST /x402/token-ranking",
|
|
1400
|
+
"name": "operation",
|
|
1401
|
+
"type": "notice",
|
|
1402
|
+
"typeOptions": {
|
|
1403
|
+
"theme": "info"
|
|
1404
|
+
},
|
|
1405
|
+
"default": "",
|
|
1406
|
+
"displayOptions": {
|
|
1407
|
+
"show": {
|
|
1408
|
+
"resource": [
|
|
1409
|
+
"Zapper Tools"
|
|
1410
|
+
],
|
|
1411
|
+
"operation": [
|
|
1412
|
+
"Token Ranking"
|
|
1413
|
+
]
|
|
1414
|
+
}
|
|
1415
|
+
}
|
|
1416
|
+
},
|
|
1417
|
+
{
|
|
1418
|
+
"displayName": "First",
|
|
1419
|
+
"name": "first",
|
|
1420
|
+
"type": "number",
|
|
1421
|
+
"default": 10,
|
|
1422
|
+
"description": "Number of items to return (pagination limit)",
|
|
1423
|
+
"routing": {
|
|
1424
|
+
"send": {
|
|
1425
|
+
"property": "first",
|
|
1426
|
+
"propertyInDotNotation": false,
|
|
1427
|
+
"type": "body",
|
|
1428
|
+
"value": "={{ $value }}"
|
|
1429
|
+
}
|
|
1430
|
+
},
|
|
1431
|
+
"displayOptions": {
|
|
1432
|
+
"show": {
|
|
1433
|
+
"resource": [
|
|
1434
|
+
"Zapper Tools"
|
|
1435
|
+
],
|
|
1436
|
+
"operation": [
|
|
1437
|
+
"Token Ranking"
|
|
1438
|
+
]
|
|
1439
|
+
}
|
|
1440
|
+
}
|
|
1441
|
+
},
|
|
1442
|
+
{
|
|
1443
|
+
"displayName": "After",
|
|
1444
|
+
"name": "after",
|
|
1445
|
+
"type": "string",
|
|
1446
|
+
"default": "",
|
|
1447
|
+
"description": "Cursor for pagination (get results after this cursor)",
|
|
1448
|
+
"routing": {
|
|
1449
|
+
"send": {
|
|
1450
|
+
"property": "after",
|
|
1451
|
+
"propertyInDotNotation": false,
|
|
1452
|
+
"type": "body",
|
|
1453
|
+
"value": "={{ $value }}"
|
|
1454
|
+
}
|
|
1455
|
+
},
|
|
1456
|
+
"displayOptions": {
|
|
1457
|
+
"show": {
|
|
1458
|
+
"resource": [
|
|
1459
|
+
"Zapper Tools"
|
|
1460
|
+
],
|
|
1461
|
+
"operation": [
|
|
1462
|
+
"Token Ranking"
|
|
1463
|
+
]
|
|
1464
|
+
}
|
|
1465
|
+
}
|
|
1466
|
+
},
|
|
1467
|
+
{
|
|
1468
|
+
"displayName": "Fid",
|
|
1469
|
+
"name": "fid",
|
|
1470
|
+
"type": "number",
|
|
1471
|
+
"default": 0,
|
|
1472
|
+
"description": "Optional Farcaster ID (FID) to personalize ranking",
|
|
1473
|
+
"routing": {
|
|
1474
|
+
"send": {
|
|
1475
|
+
"property": "fid",
|
|
1476
|
+
"propertyInDotNotation": false,
|
|
1477
|
+
"type": "body",
|
|
1478
|
+
"value": "={{ $value }}"
|
|
1479
|
+
}
|
|
1480
|
+
},
|
|
1481
|
+
"displayOptions": {
|
|
1482
|
+
"show": {
|
|
1483
|
+
"resource": [
|
|
1484
|
+
"Zapper Tools"
|
|
1485
|
+
],
|
|
1486
|
+
"operation": [
|
|
1487
|
+
"Token Ranking"
|
|
1488
|
+
]
|
|
1489
|
+
}
|
|
1490
|
+
}
|
|
1491
|
+
},
|
|
1492
|
+
{
|
|
1493
|
+
"displayName": "POST /x402/nft-ranking",
|
|
1494
|
+
"name": "operation",
|
|
1495
|
+
"type": "notice",
|
|
1496
|
+
"typeOptions": {
|
|
1497
|
+
"theme": "info"
|
|
1498
|
+
},
|
|
1499
|
+
"default": "",
|
|
1500
|
+
"displayOptions": {
|
|
1501
|
+
"show": {
|
|
1502
|
+
"resource": [
|
|
1503
|
+
"Zapper Tools"
|
|
1504
|
+
],
|
|
1505
|
+
"operation": [
|
|
1506
|
+
"Nft Ranking"
|
|
1507
|
+
]
|
|
1508
|
+
}
|
|
1509
|
+
}
|
|
1510
|
+
},
|
|
1511
|
+
{
|
|
1512
|
+
"displayName": "First",
|
|
1513
|
+
"name": "first",
|
|
1514
|
+
"type": "number",
|
|
1515
|
+
"default": 10,
|
|
1516
|
+
"description": "Number of items to return (pagination limit)",
|
|
1517
|
+
"routing": {
|
|
1518
|
+
"send": {
|
|
1519
|
+
"property": "first",
|
|
1520
|
+
"propertyInDotNotation": false,
|
|
1521
|
+
"type": "body",
|
|
1522
|
+
"value": "={{ $value }}"
|
|
1523
|
+
}
|
|
1524
|
+
},
|
|
1525
|
+
"displayOptions": {
|
|
1526
|
+
"show": {
|
|
1527
|
+
"resource": [
|
|
1528
|
+
"Zapper Tools"
|
|
1529
|
+
],
|
|
1530
|
+
"operation": [
|
|
1531
|
+
"Nft Ranking"
|
|
1532
|
+
]
|
|
1533
|
+
}
|
|
1534
|
+
}
|
|
1535
|
+
},
|
|
1536
|
+
{
|
|
1537
|
+
"displayName": "After",
|
|
1538
|
+
"name": "after",
|
|
1539
|
+
"type": "string",
|
|
1540
|
+
"default": "",
|
|
1541
|
+
"description": "Cursor for pagination (get results after this cursor)",
|
|
1542
|
+
"routing": {
|
|
1543
|
+
"send": {
|
|
1544
|
+
"property": "after",
|
|
1545
|
+
"propertyInDotNotation": false,
|
|
1546
|
+
"type": "body",
|
|
1547
|
+
"value": "={{ $value }}"
|
|
1548
|
+
}
|
|
1549
|
+
},
|
|
1550
|
+
"displayOptions": {
|
|
1551
|
+
"show": {
|
|
1552
|
+
"resource": [
|
|
1553
|
+
"Zapper Tools"
|
|
1554
|
+
],
|
|
1555
|
+
"operation": [
|
|
1556
|
+
"Nft Ranking"
|
|
1557
|
+
]
|
|
1558
|
+
}
|
|
1559
|
+
}
|
|
1560
|
+
},
|
|
1561
|
+
{
|
|
1562
|
+
"displayName": "Fid",
|
|
1563
|
+
"name": "fid",
|
|
1564
|
+
"type": "number",
|
|
1565
|
+
"default": 0,
|
|
1566
|
+
"description": "Optional Farcaster ID (FID) to personalize ranking",
|
|
1567
|
+
"routing": {
|
|
1568
|
+
"send": {
|
|
1569
|
+
"property": "fid",
|
|
1570
|
+
"propertyInDotNotation": false,
|
|
1571
|
+
"type": "body",
|
|
1572
|
+
"value": "={{ $value }}"
|
|
1573
|
+
}
|
|
1574
|
+
},
|
|
1575
|
+
"displayOptions": {
|
|
1576
|
+
"show": {
|
|
1577
|
+
"resource": [
|
|
1578
|
+
"Zapper Tools"
|
|
1579
|
+
],
|
|
1580
|
+
"operation": [
|
|
1581
|
+
"Nft Ranking"
|
|
1582
|
+
]
|
|
1583
|
+
}
|
|
1584
|
+
}
|
|
1585
|
+
},
|
|
1586
|
+
{
|
|
1587
|
+
"displayName": "POST /x402/account-identity",
|
|
1588
|
+
"name": "operation",
|
|
1589
|
+
"type": "notice",
|
|
1590
|
+
"typeOptions": {
|
|
1591
|
+
"theme": "info"
|
|
1592
|
+
},
|
|
1593
|
+
"default": "",
|
|
1594
|
+
"displayOptions": {
|
|
1595
|
+
"show": {
|
|
1596
|
+
"resource": [
|
|
1597
|
+
"Zapper Tools"
|
|
1598
|
+
],
|
|
1599
|
+
"operation": [
|
|
1600
|
+
"Account Identity"
|
|
1601
|
+
]
|
|
1602
|
+
}
|
|
1603
|
+
}
|
|
1604
|
+
},
|
|
1605
|
+
{
|
|
1606
|
+
"required": true,
|
|
1607
|
+
"displayName": "Address",
|
|
1608
|
+
"name": "address",
|
|
1609
|
+
"type": "string",
|
|
1610
|
+
"default": "",
|
|
1611
|
+
"description": "The 0x wallet address to resolve identity for",
|
|
1612
|
+
"routing": {
|
|
1613
|
+
"send": {
|
|
1614
|
+
"property": "address",
|
|
1615
|
+
"propertyInDotNotation": false,
|
|
1616
|
+
"type": "body",
|
|
1617
|
+
"value": "={{ $value }}"
|
|
1618
|
+
}
|
|
1619
|
+
},
|
|
1620
|
+
"displayOptions": {
|
|
1621
|
+
"show": {
|
|
1622
|
+
"resource": [
|
|
1623
|
+
"Zapper Tools"
|
|
1624
|
+
],
|
|
1625
|
+
"operation": [
|
|
1626
|
+
"Account Identity"
|
|
1627
|
+
]
|
|
1628
|
+
}
|
|
1629
|
+
}
|
|
1630
|
+
},
|
|
1631
|
+
{
|
|
1632
|
+
"displayName": "POST /x402/general-swap-feed",
|
|
1633
|
+
"name": "operation",
|
|
1634
|
+
"type": "notice",
|
|
1635
|
+
"typeOptions": {
|
|
1636
|
+
"theme": "info"
|
|
1637
|
+
},
|
|
1638
|
+
"default": "",
|
|
1639
|
+
"displayOptions": {
|
|
1640
|
+
"show": {
|
|
1641
|
+
"resource": [
|
|
1642
|
+
"Zapper Tools"
|
|
1643
|
+
],
|
|
1644
|
+
"operation": [
|
|
1645
|
+
"General Swap Feed"
|
|
1646
|
+
]
|
|
1647
|
+
}
|
|
1648
|
+
}
|
|
1649
|
+
},
|
|
1650
|
+
{
|
|
1651
|
+
"displayName": "POST /x402/token-activity-feed",
|
|
1652
|
+
"name": "operation",
|
|
1653
|
+
"type": "notice",
|
|
1654
|
+
"typeOptions": {
|
|
1655
|
+
"theme": "info"
|
|
1656
|
+
},
|
|
1657
|
+
"default": "",
|
|
1658
|
+
"displayOptions": {
|
|
1659
|
+
"show": {
|
|
1660
|
+
"resource": [
|
|
1661
|
+
"Zapper Tools"
|
|
1662
|
+
],
|
|
1663
|
+
"operation": [
|
|
1664
|
+
"Token Activity Feed"
|
|
1665
|
+
]
|
|
1666
|
+
}
|
|
1667
|
+
}
|
|
1668
|
+
},
|
|
1669
|
+
{
|
|
1670
|
+
"required": true,
|
|
1671
|
+
"displayName": "Chain Id",
|
|
1672
|
+
"name": "chainId",
|
|
1673
|
+
"type": "number",
|
|
1674
|
+
"default": 0,
|
|
1675
|
+
"description": "Chain ID of the token (e.g. 8453 for Base)",
|
|
1676
|
+
"routing": {
|
|
1677
|
+
"send": {
|
|
1678
|
+
"property": "chainId",
|
|
1679
|
+
"propertyInDotNotation": false,
|
|
1680
|
+
"type": "body",
|
|
1681
|
+
"value": "={{ $value }}"
|
|
1682
|
+
}
|
|
1683
|
+
},
|
|
1684
|
+
"displayOptions": {
|
|
1685
|
+
"show": {
|
|
1686
|
+
"resource": [
|
|
1687
|
+
"Zapper Tools"
|
|
1688
|
+
],
|
|
1689
|
+
"operation": [
|
|
1690
|
+
"Token Activity Feed"
|
|
1691
|
+
]
|
|
1692
|
+
}
|
|
1693
|
+
}
|
|
1694
|
+
},
|
|
1695
|
+
{
|
|
1696
|
+
"required": true,
|
|
1697
|
+
"displayName": "Token Address",
|
|
1698
|
+
"name": "tokenAddress",
|
|
1699
|
+
"type": "string",
|
|
1700
|
+
"default": "",
|
|
1701
|
+
"description": "Contract address of the token",
|
|
1702
|
+
"routing": {
|
|
1703
|
+
"send": {
|
|
1704
|
+
"property": "tokenAddress",
|
|
1705
|
+
"propertyInDotNotation": false,
|
|
1706
|
+
"type": "body",
|
|
1707
|
+
"value": "={{ $value }}"
|
|
1708
|
+
}
|
|
1709
|
+
},
|
|
1710
|
+
"displayOptions": {
|
|
1711
|
+
"show": {
|
|
1712
|
+
"resource": [
|
|
1713
|
+
"Zapper Tools"
|
|
1714
|
+
],
|
|
1715
|
+
"operation": [
|
|
1716
|
+
"Token Activity Feed"
|
|
1717
|
+
]
|
|
1718
|
+
}
|
|
1719
|
+
}
|
|
1720
|
+
},
|
|
1721
|
+
{
|
|
1722
|
+
"displayName": "Fid",
|
|
1723
|
+
"name": "fid",
|
|
1724
|
+
"type": "number",
|
|
1725
|
+
"default": 0,
|
|
1726
|
+
"description": "Optional Farcaster ID (FID) to personalize the feed",
|
|
1727
|
+
"routing": {
|
|
1728
|
+
"send": {
|
|
1729
|
+
"property": "fid",
|
|
1730
|
+
"propertyInDotNotation": false,
|
|
1731
|
+
"type": "body",
|
|
1732
|
+
"value": "={{ $value }}"
|
|
1733
|
+
}
|
|
1734
|
+
},
|
|
1735
|
+
"displayOptions": {
|
|
1736
|
+
"show": {
|
|
1737
|
+
"resource": [
|
|
1738
|
+
"Zapper Tools"
|
|
1739
|
+
],
|
|
1740
|
+
"operation": [
|
|
1741
|
+
"Token Activity Feed"
|
|
1742
|
+
]
|
|
1743
|
+
}
|
|
1744
|
+
}
|
|
1745
|
+
},
|
|
1746
|
+
{
|
|
1747
|
+
"displayName": "Type",
|
|
1748
|
+
"name": "type",
|
|
1749
|
+
"type": "string",
|
|
1750
|
+
"default": "",
|
|
1751
|
+
"description": "Feed type (e.g. DEFAULT)",
|
|
1752
|
+
"routing": {
|
|
1753
|
+
"send": {
|
|
1754
|
+
"property": "type",
|
|
1755
|
+
"propertyInDotNotation": false,
|
|
1756
|
+
"type": "body",
|
|
1757
|
+
"value": "={{ $value }}"
|
|
1758
|
+
}
|
|
1759
|
+
},
|
|
1760
|
+
"displayOptions": {
|
|
1761
|
+
"show": {
|
|
1762
|
+
"resource": [
|
|
1763
|
+
"Zapper Tools"
|
|
1764
|
+
],
|
|
1765
|
+
"operation": [
|
|
1766
|
+
"Token Activity Feed"
|
|
1767
|
+
]
|
|
1768
|
+
}
|
|
1769
|
+
}
|
|
1770
|
+
},
|
|
1771
|
+
{
|
|
1772
|
+
"displayName": "Filters",
|
|
1773
|
+
"name": "filters",
|
|
1774
|
+
"type": "json",
|
|
1775
|
+
"default": "{}",
|
|
1776
|
+
"description": "Optional filters such as minimumUsdVolume",
|
|
1777
|
+
"routing": {
|
|
1778
|
+
"send": {
|
|
1779
|
+
"property": "filters",
|
|
1780
|
+
"propertyInDotNotation": false,
|
|
1781
|
+
"type": "body",
|
|
1782
|
+
"value": "={{ JSON.parse($value) }}"
|
|
1783
|
+
}
|
|
1784
|
+
},
|
|
1785
|
+
"displayOptions": {
|
|
1786
|
+
"show": {
|
|
1787
|
+
"resource": [
|
|
1788
|
+
"Zapper Tools"
|
|
1789
|
+
],
|
|
1790
|
+
"operation": [
|
|
1791
|
+
"Token Activity Feed"
|
|
1792
|
+
]
|
|
1793
|
+
}
|
|
1794
|
+
}
|
|
1795
|
+
},
|
|
1796
|
+
];
|
|
1797
|
+
//# sourceMappingURL=index.js.map
|