tapimo 0.4.4 → 0.5.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/dist/App.d.ts +7403 -6127
- package/dist/App.d.ts.map +1 -1
- package/dist/App.js +4 -0
- package/dist/App.js.map +1 -1
- package/dist/Scope.d.ts +18 -1
- package/dist/Scope.d.ts.map +1 -1
- package/dist/Scope.js +24 -3
- package/dist/Scope.js.map +1 -1
- package/dist/admin/apps/verified-tokens.d.ts +115 -115
- package/dist/apps/data/App.d.ts +1838 -1534
- package/dist/apps/data/App.d.ts.map +1 -1
- package/dist/apps/data/App.js +135 -44
- package/dist/apps/data/App.js.map +1 -1
- package/dist/apps/data/{FundingRouteProviders.d.ts → FundingQuoteProviders.d.ts} +7 -7
- package/dist/apps/data/{FundingRouteProviders.d.ts.map → FundingQuoteProviders.d.ts.map} +1 -1
- package/dist/apps/data/{FundingRouteProviders.js → FundingQuoteProviders.js} +36 -91
- package/dist/apps/data/FundingQuoteProviders.js.map +1 -0
- package/dist/apps/data/index.d.ts +1 -1
- package/dist/apps/data/index.js +1 -1
- package/dist/apps/data/routes/activities.d.ts +242 -242
- package/dist/apps/data/routes/addresses.d.ts +227 -227
- package/dist/apps/data/routes/balances.d.ts +12 -12
- package/dist/apps/data/routes/balances.d.ts.map +1 -1
- package/dist/apps/data/routes/balances.js +67 -149
- package/dist/apps/data/routes/balances.js.map +1 -1
- package/dist/apps/data/routes/blocks.d.ts +125 -126
- package/dist/apps/data/routes/blocks.d.ts.map +1 -1
- package/dist/apps/data/routes/blocks.js +3 -5
- package/dist/apps/data/routes/blocks.js.map +1 -1
- package/dist/apps/data/routes/coingecko.d.ts +55 -54
- package/dist/apps/data/routes/coingecko.d.ts.map +1 -1
- package/dist/apps/data/routes/coingecko.js +3 -8
- package/dist/apps/data/routes/coingecko.js.map +1 -1
- package/dist/apps/data/routes/funding.d.ts +207 -388
- package/dist/apps/data/routes/funding.d.ts.map +1 -1
- package/dist/apps/data/routes/funding.js +143 -221
- package/dist/apps/data/routes/funding.js.map +1 -1
- package/dist/apps/data/routes/rpc.d.ts.map +1 -1
- package/dist/apps/data/routes/rpc.js +86 -16
- package/dist/apps/data/routes/rpc.js.map +1 -1
- package/dist/apps/data/routes/tokenlist.d.ts +33 -33
- package/dist/apps/data/routes/transactions.d.ts +281 -281
- package/dist/apps/data/routes/transfers.d.ts +58 -58
- package/dist/apps/data/routes/verified-tokens.d.ts +86 -86
- package/dist/apps/data/routes/webhooks.d.ts +340 -0
- package/dist/apps/data/routes/webhooks.d.ts.map +1 -1
- package/dist/apps/data/routes/webhooks.js +13 -1
- package/dist/apps/data/routes/webhooks.js.map +1 -1
- package/dist/apps/index.d.ts +1 -1
- package/dist/apps/index.js +1 -1
- package/dist/apps/management/App.d.ts +1090 -108
- package/dist/apps/management/App.d.ts.map +1 -1
- package/dist/apps/management/App.js +4 -0
- package/dist/apps/management/App.js.map +1 -1
- package/dist/apps/management/routes/api-keys.d.ts +118 -118
- package/dist/apps/management/routes/api-keys.js +2 -2
- package/dist/apps/management/routes/api-keys.js.map +1 -1
- package/dist/apps/management/routes/billing.d.ts +207 -207
- package/dist/apps/management/routes/invite-links.d.ts +1100 -0
- package/dist/apps/management/routes/invite-links.d.ts.map +1 -0
- package/dist/apps/management/routes/invite-links.js +411 -0
- package/dist/apps/management/routes/invite-links.js.map +1 -0
- package/dist/apps/management/routes/me.d.ts +17 -17
- package/dist/apps/management/routes/members.d.ts +71 -71
- package/dist/apps/management/routes/orgs.d.ts +12 -12
- package/dist/apps/management/routes/projects.d.ts +70 -70
- package/dist/apps/management/routes/scopes.d.ts +11 -11
- package/dist/apps/management/routes/scopes.d.ts.map +1 -1
- package/dist/apps/management/routes/scopes.js +2 -2
- package/dist/apps/management/routes/scopes.js.map +1 -1
- package/dist/apps/management/routes/usage.d.ts +75 -75
- package/dist/apps/relay/App.d.ts.map +1 -1
- package/dist/apps/relay/App.js +42 -4
- package/dist/apps/relay/App.js.map +1 -1
- package/dist/db/Db.d.ts +3 -0
- package/dist/db/Db.d.ts.map +1 -1
- package/dist/db/Db.js +57 -0
- package/dist/db/Db.js.map +1 -1
- package/dist/db/Schema.d.ts +31 -0
- package/dist/db/Schema.d.ts.map +1 -1
- package/dist/db/Schema.js +31 -0
- package/dist/db/Schema.js.map +1 -1
- package/dist/db/tables/inviteLinks.d.ts +42 -0
- package/dist/db/tables/inviteLinks.d.ts.map +1 -0
- package/dist/db/tables/inviteLinks.js +148 -0
- package/dist/db/tables/inviteLinks.js.map +1 -0
- package/dist/db/tables/organizations.d.ts.map +1 -1
- package/dist/db/tables/organizations.js +2 -0
- package/dist/db/tables/organizations.js.map +1 -1
- package/dist/handlers/relay.d.ts.map +1 -1
- package/dist/handlers/relay.js +13 -3
- package/dist/handlers/relay.js.map +1 -1
- package/dist/internal/Auth.d.ts +9 -1
- package/dist/internal/Auth.d.ts.map +1 -1
- package/dist/internal/Auth.js +130 -10
- package/dist/internal/Auth.js.map +1 -1
- package/dist/internal/EdgeCache.d.ts +3 -1
- package/dist/internal/EdgeCache.d.ts.map +1 -1
- package/dist/internal/EdgeCache.js +17 -2
- package/dist/internal/EdgeCache.js.map +1 -1
- package/dist/internal/{FundingRoutes.d.ts → FundingQuotes.d.ts} +185 -428
- package/dist/internal/FundingQuotes.d.ts.map +1 -0
- package/dist/internal/{FundingRoutes.js → FundingQuotes.js} +93 -218
- package/dist/internal/FundingQuotes.js.map +1 -0
- package/dist/internal/Viem.d.ts +3 -1
- package/dist/internal/Viem.d.ts.map +1 -1
- package/dist/internal/Viem.js +11 -2
- package/dist/internal/Viem.js.map +1 -1
- package/dist/internal/index.d.ts +1 -1
- package/dist/internal/index.js +1 -1
- package/package.json +1 -1
- package/src/ApiKeys.test.ts +23 -0
- package/src/App.test-d.ts +2 -0
- package/src/App.ts +6 -0
- package/src/Client.test-d.ts +20 -11
- package/src/Scope.test.ts +1 -0
- package/src/Scope.ts +30 -4
- package/src/apps/data/App.test.ts +354 -0
- package/src/apps/data/App.ts +159 -52
- package/src/apps/data/FundingQuoteProviders.test.ts +151 -0
- package/src/apps/data/{FundingRouteProviders.ts → FundingQuoteProviders.ts} +40 -101
- package/src/apps/data/index.ts +1 -1
- package/src/apps/data/routes/balances.test.ts +64 -18
- package/src/apps/data/routes/balances.ts +76 -177
- package/src/apps/data/routes/blocks.ts +3 -5
- package/src/apps/data/routes/coingecko.ts +3 -8
- package/src/apps/data/routes/funding.test.ts +151 -206
- package/src/apps/data/routes/funding.ts +156 -291
- package/src/apps/data/routes/indexer.test.ts +97 -1
- package/src/apps/data/routes/rpc.test.ts +219 -0
- package/src/apps/data/routes/rpc.ts +92 -17
- package/src/apps/data/routes/webhooks.test.ts +21 -0
- package/src/apps/data/routes/webhooks.ts +13 -1
- package/src/apps/index.ts +1 -1
- package/src/apps/management/App.ts +4 -0
- package/src/apps/management/routes/api-keys.test.ts +47 -3
- package/src/apps/management/routes/api-keys.ts +2 -2
- package/src/apps/management/routes/invite-links.test.ts +385 -0
- package/src/apps/management/routes/invite-links.ts +570 -0
- package/src/apps/management/routes/scopes.test.ts +3 -2
- package/src/apps/management/routes/scopes.ts +4 -2
- package/src/apps/relay/App.test.ts +324 -4
- package/src/apps/relay/App.ts +40 -4
- package/src/db/Db.ts +65 -0
- package/src/db/Schema.ts +39 -0
- package/src/db/tables/inviteLinks.ts +187 -0
- package/src/db/tables/organizations.ts +2 -0
- package/src/handlers/relay.ts +16 -4
- package/src/internal/Auth.test.ts +132 -22
- package/src/internal/Auth.ts +171 -14
- package/src/internal/EdgeCache.test.ts +24 -3
- package/src/internal/EdgeCache.ts +18 -2
- package/src/internal/FundingQuotes.test.ts +174 -0
- package/src/internal/{FundingRoutes.ts → FundingQuotes.ts} +153 -312
- package/src/internal/Viem.ts +14 -5
- package/src/internal/index.test.ts +1 -1
- package/src/internal/index.ts +1 -1
- package/dist/apps/data/FundingRouteProviders.js.map +0 -1
- package/dist/internal/FundingRoutes.d.ts.map +0 -1
- package/dist/internal/FundingRoutes.js.map +0 -1
- package/src/apps/data/FundingRouteProviders.test.ts +0 -225
- package/src/internal/FundingRoutes.test.ts +0 -213
|
@@ -224,14 +224,14 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
|
|
|
224
224
|
$post: {
|
|
225
225
|
output: {
|
|
226
226
|
error: {
|
|
227
|
-
code: "
|
|
227
|
+
code: "assets_not_enabled";
|
|
228
228
|
details?: readonly Response.error.Detail[] | undefined;
|
|
229
229
|
message: string;
|
|
230
230
|
};
|
|
231
231
|
requestId: string;
|
|
232
232
|
};
|
|
233
233
|
outputFormat: "json";
|
|
234
|
-
status:
|
|
234
|
+
status: 404;
|
|
235
235
|
input: {
|
|
236
236
|
json: {
|
|
237
237
|
address: `0x${string}`;
|
|
@@ -247,7 +247,7 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
|
|
|
247
247
|
} | {
|
|
248
248
|
output: {
|
|
249
249
|
error: {
|
|
250
|
-
code: "
|
|
250
|
+
code: "verified_token_not_found";
|
|
251
251
|
details?: readonly Response.error.Detail[] | undefined;
|
|
252
252
|
message: string;
|
|
253
253
|
};
|
|
@@ -269,19 +269,15 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
|
|
|
269
269
|
};
|
|
270
270
|
} | {
|
|
271
271
|
output: {
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
logoUri?: string | undefined;
|
|
277
|
-
name: string;
|
|
278
|
-
symbol: string;
|
|
279
|
-
id: string;
|
|
272
|
+
error: {
|
|
273
|
+
code: "duplicate_address";
|
|
274
|
+
details?: readonly Response.error.Detail[] | undefined;
|
|
275
|
+
message: string;
|
|
280
276
|
};
|
|
281
|
-
|
|
277
|
+
requestId: string;
|
|
282
278
|
};
|
|
283
279
|
outputFormat: "json";
|
|
284
|
-
status:
|
|
280
|
+
status: 409;
|
|
285
281
|
input: {
|
|
286
282
|
json: {
|
|
287
283
|
address: `0x${string}`;
|
|
@@ -297,14 +293,14 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
|
|
|
297
293
|
} | {
|
|
298
294
|
output: {
|
|
299
295
|
error: {
|
|
300
|
-
code:
|
|
296
|
+
code: "duplicate_symbol";
|
|
301
297
|
details?: readonly Response.error.Detail[] | undefined;
|
|
302
298
|
message: string;
|
|
303
299
|
};
|
|
304
300
|
requestId: string;
|
|
305
301
|
};
|
|
306
302
|
outputFormat: "json";
|
|
307
|
-
status:
|
|
303
|
+
status: 409;
|
|
308
304
|
input: {
|
|
309
305
|
json: {
|
|
310
306
|
address: `0x${string}`;
|
|
@@ -320,14 +316,14 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
|
|
|
320
316
|
} | {
|
|
321
317
|
output: {
|
|
322
318
|
error: {
|
|
323
|
-
code: "
|
|
319
|
+
code: "version_mismatch";
|
|
324
320
|
details?: readonly Response.error.Detail[] | undefined;
|
|
325
321
|
message: string;
|
|
326
322
|
};
|
|
327
323
|
requestId: string;
|
|
328
324
|
};
|
|
329
325
|
outputFormat: "json";
|
|
330
|
-
status:
|
|
326
|
+
status: 412;
|
|
331
327
|
input: {
|
|
332
328
|
json: {
|
|
333
329
|
address: `0x${string}`;
|
|
@@ -343,14 +339,14 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
|
|
|
343
339
|
} | {
|
|
344
340
|
output: {
|
|
345
341
|
error: {
|
|
346
|
-
code: "
|
|
342
|
+
code: "upstream_error";
|
|
347
343
|
details?: readonly Response.error.Detail[] | undefined;
|
|
348
344
|
message: string;
|
|
349
345
|
};
|
|
350
346
|
requestId: string;
|
|
351
347
|
};
|
|
352
348
|
outputFormat: "json";
|
|
353
|
-
status:
|
|
349
|
+
status: 502;
|
|
354
350
|
input: {
|
|
355
351
|
json: {
|
|
356
352
|
address: `0x${string}`;
|
|
@@ -365,15 +361,19 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
|
|
|
365
361
|
};
|
|
366
362
|
} | {
|
|
367
363
|
output: {
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
364
|
+
data: {
|
|
365
|
+
address: `0x${string}`;
|
|
366
|
+
currency: string;
|
|
367
|
+
decimals: number;
|
|
368
|
+
logoUri?: string | undefined;
|
|
369
|
+
name: string;
|
|
370
|
+
symbol: string;
|
|
371
|
+
id: string;
|
|
372
372
|
};
|
|
373
|
-
|
|
373
|
+
version: string;
|
|
374
374
|
};
|
|
375
375
|
outputFormat: "json";
|
|
376
|
-
status:
|
|
376
|
+
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
377
377
|
input: {
|
|
378
378
|
json: {
|
|
379
379
|
address: `0x${string}`;
|
|
@@ -389,14 +389,14 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
|
|
|
389
389
|
} | {
|
|
390
390
|
output: {
|
|
391
391
|
error: {
|
|
392
|
-
code:
|
|
392
|
+
code: string;
|
|
393
393
|
details?: readonly Response.error.Detail[] | undefined;
|
|
394
394
|
message: string;
|
|
395
395
|
};
|
|
396
396
|
requestId: string;
|
|
397
397
|
};
|
|
398
398
|
outputFormat: "json";
|
|
399
|
-
status:
|
|
399
|
+
status: 400 | 413 | 415;
|
|
400
400
|
input: {
|
|
401
401
|
json: {
|
|
402
402
|
address: `0x${string}`;
|
|
@@ -416,14 +416,14 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
|
|
|
416
416
|
$put: {
|
|
417
417
|
output: {
|
|
418
418
|
error: {
|
|
419
|
-
code: "
|
|
419
|
+
code: "verified_token_not_found";
|
|
420
420
|
details?: readonly Response.error.Detail[] | undefined;
|
|
421
421
|
message: string;
|
|
422
422
|
};
|
|
423
423
|
requestId: string;
|
|
424
424
|
};
|
|
425
425
|
outputFormat: "json";
|
|
426
|
-
status:
|
|
426
|
+
status: 404;
|
|
427
427
|
input: {
|
|
428
428
|
query: {
|
|
429
429
|
chainId: string | string[];
|
|
@@ -443,14 +443,14 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
|
|
|
443
443
|
} | {
|
|
444
444
|
output: {
|
|
445
445
|
error: {
|
|
446
|
-
code:
|
|
446
|
+
code: "duplicate_address";
|
|
447
447
|
details?: readonly Response.error.Detail[] | undefined;
|
|
448
448
|
message: string;
|
|
449
449
|
};
|
|
450
450
|
requestId: string;
|
|
451
451
|
};
|
|
452
452
|
outputFormat: "json";
|
|
453
|
-
status:
|
|
453
|
+
status: 409;
|
|
454
454
|
input: {
|
|
455
455
|
query: {
|
|
456
456
|
chainId: string | string[];
|
|
@@ -470,7 +470,7 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
|
|
|
470
470
|
} | {
|
|
471
471
|
output: {
|
|
472
472
|
error: {
|
|
473
|
-
code: "
|
|
473
|
+
code: "duplicate_symbol";
|
|
474
474
|
details?: readonly Response.error.Detail[] | undefined;
|
|
475
475
|
message: string;
|
|
476
476
|
};
|
|
@@ -497,14 +497,14 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
|
|
|
497
497
|
} | {
|
|
498
498
|
output: {
|
|
499
499
|
error: {
|
|
500
|
-
code: "
|
|
500
|
+
code: "version_mismatch";
|
|
501
501
|
details?: readonly Response.error.Detail[] | undefined;
|
|
502
502
|
message: string;
|
|
503
503
|
};
|
|
504
504
|
requestId: string;
|
|
505
505
|
};
|
|
506
506
|
outputFormat: "json";
|
|
507
|
-
status:
|
|
507
|
+
status: 412;
|
|
508
508
|
input: {
|
|
509
509
|
query: {
|
|
510
510
|
chainId: string | string[];
|
|
@@ -524,14 +524,14 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
|
|
|
524
524
|
} | {
|
|
525
525
|
output: {
|
|
526
526
|
error: {
|
|
527
|
-
code: "
|
|
527
|
+
code: "upstream_error";
|
|
528
528
|
details?: readonly Response.error.Detail[] | undefined;
|
|
529
529
|
message: string;
|
|
530
530
|
};
|
|
531
531
|
requestId: string;
|
|
532
532
|
};
|
|
533
533
|
outputFormat: "json";
|
|
534
|
-
status:
|
|
534
|
+
status: 502;
|
|
535
535
|
input: {
|
|
536
536
|
query: {
|
|
537
537
|
chainId: string | string[];
|
|
@@ -550,15 +550,19 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
|
|
|
550
550
|
};
|
|
551
551
|
} | {
|
|
552
552
|
output: {
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
553
|
+
data: {
|
|
554
|
+
address: `0x${string}`;
|
|
555
|
+
currency: string;
|
|
556
|
+
decimals: number;
|
|
557
|
+
logoUri?: string | undefined;
|
|
558
|
+
name: string;
|
|
559
|
+
symbol: string;
|
|
560
|
+
id: string;
|
|
561
|
+
}[];
|
|
562
|
+
version: string;
|
|
559
563
|
};
|
|
560
564
|
outputFormat: "json";
|
|
561
|
-
status:
|
|
565
|
+
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
562
566
|
input: {
|
|
563
567
|
query: {
|
|
564
568
|
chainId: string | string[];
|
|
@@ -577,19 +581,15 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
|
|
|
577
581
|
};
|
|
578
582
|
} | {
|
|
579
583
|
output: {
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
symbol: string;
|
|
587
|
-
id: string;
|
|
588
|
-
}[];
|
|
589
|
-
version: string;
|
|
584
|
+
error: {
|
|
585
|
+
code: string;
|
|
586
|
+
details?: readonly Response.error.Detail[] | undefined;
|
|
587
|
+
message: string;
|
|
588
|
+
};
|
|
589
|
+
requestId: string;
|
|
590
590
|
};
|
|
591
591
|
outputFormat: "json";
|
|
592
|
-
status:
|
|
592
|
+
status: 400 | 413 | 415;
|
|
593
593
|
input: {
|
|
594
594
|
query: {
|
|
595
595
|
chainId: string | string[];
|
|
@@ -613,14 +613,14 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
|
|
|
613
613
|
$patch: {
|
|
614
614
|
output: {
|
|
615
615
|
error: {
|
|
616
|
-
code: "
|
|
616
|
+
code: "verified_token_not_found";
|
|
617
617
|
details?: readonly Response.error.Detail[] | undefined;
|
|
618
618
|
message: string;
|
|
619
619
|
};
|
|
620
620
|
requestId: string;
|
|
621
621
|
};
|
|
622
622
|
outputFormat: "json";
|
|
623
|
-
status:
|
|
623
|
+
status: 404;
|
|
624
624
|
input: {
|
|
625
625
|
param: {
|
|
626
626
|
address: `0x${string}`;
|
|
@@ -640,19 +640,15 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
|
|
|
640
640
|
};
|
|
641
641
|
} | {
|
|
642
642
|
output: {
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
logoUri?: string | undefined;
|
|
648
|
-
name: string;
|
|
649
|
-
symbol: string;
|
|
650
|
-
id: string;
|
|
643
|
+
error: {
|
|
644
|
+
code: "duplicate_address";
|
|
645
|
+
details?: readonly Response.error.Detail[] | undefined;
|
|
646
|
+
message: string;
|
|
651
647
|
};
|
|
652
|
-
|
|
648
|
+
requestId: string;
|
|
653
649
|
};
|
|
654
650
|
outputFormat: "json";
|
|
655
|
-
status:
|
|
651
|
+
status: 409;
|
|
656
652
|
input: {
|
|
657
653
|
param: {
|
|
658
654
|
address: `0x${string}`;
|
|
@@ -673,14 +669,14 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
|
|
|
673
669
|
} | {
|
|
674
670
|
output: {
|
|
675
671
|
error: {
|
|
676
|
-
code:
|
|
672
|
+
code: "duplicate_symbol";
|
|
677
673
|
details?: readonly Response.error.Detail[] | undefined;
|
|
678
674
|
message: string;
|
|
679
675
|
};
|
|
680
676
|
requestId: string;
|
|
681
677
|
};
|
|
682
678
|
outputFormat: "json";
|
|
683
|
-
status:
|
|
679
|
+
status: 409;
|
|
684
680
|
input: {
|
|
685
681
|
param: {
|
|
686
682
|
address: `0x${string}`;
|
|
@@ -701,14 +697,14 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
|
|
|
701
697
|
} | {
|
|
702
698
|
output: {
|
|
703
699
|
error: {
|
|
704
|
-
code: "
|
|
700
|
+
code: "version_mismatch";
|
|
705
701
|
details?: readonly Response.error.Detail[] | undefined;
|
|
706
702
|
message: string;
|
|
707
703
|
};
|
|
708
704
|
requestId: string;
|
|
709
705
|
};
|
|
710
706
|
outputFormat: "json";
|
|
711
|
-
status:
|
|
707
|
+
status: 412;
|
|
712
708
|
input: {
|
|
713
709
|
param: {
|
|
714
710
|
address: `0x${string}`;
|
|
@@ -729,14 +725,14 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
|
|
|
729
725
|
} | {
|
|
730
726
|
output: {
|
|
731
727
|
error: {
|
|
732
|
-
code: "
|
|
728
|
+
code: "upstream_error";
|
|
733
729
|
details?: readonly Response.error.Detail[] | undefined;
|
|
734
730
|
message: string;
|
|
735
731
|
};
|
|
736
732
|
requestId: string;
|
|
737
733
|
};
|
|
738
734
|
outputFormat: "json";
|
|
739
|
-
status:
|
|
735
|
+
status: 502;
|
|
740
736
|
input: {
|
|
741
737
|
param: {
|
|
742
738
|
address: `0x${string}`;
|
|
@@ -756,15 +752,19 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
|
|
|
756
752
|
};
|
|
757
753
|
} | {
|
|
758
754
|
output: {
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
755
|
+
data: {
|
|
756
|
+
address: `0x${string}`;
|
|
757
|
+
currency: string;
|
|
758
|
+
decimals: number;
|
|
759
|
+
logoUri?: string | undefined;
|
|
760
|
+
name: string;
|
|
761
|
+
symbol: string;
|
|
762
|
+
id: string;
|
|
763
763
|
};
|
|
764
|
-
|
|
764
|
+
version: string;
|
|
765
765
|
};
|
|
766
766
|
outputFormat: "json";
|
|
767
|
-
status:
|
|
767
|
+
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
768
768
|
input: {
|
|
769
769
|
param: {
|
|
770
770
|
address: `0x${string}`;
|
|
@@ -785,14 +785,14 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
|
|
|
785
785
|
} | {
|
|
786
786
|
output: {
|
|
787
787
|
error: {
|
|
788
|
-
code:
|
|
788
|
+
code: string;
|
|
789
789
|
details?: readonly Response.error.Detail[] | undefined;
|
|
790
790
|
message: string;
|
|
791
791
|
};
|
|
792
792
|
requestId: string;
|
|
793
793
|
};
|
|
794
794
|
outputFormat: "json";
|
|
795
|
-
status:
|
|
795
|
+
status: 400 | 413 | 415;
|
|
796
796
|
input: {
|
|
797
797
|
param: {
|
|
798
798
|
address: `0x${string}`;
|
|
@@ -817,14 +817,14 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
|
|
|
817
817
|
$delete: {
|
|
818
818
|
output: {
|
|
819
819
|
error: {
|
|
820
|
-
code: "
|
|
820
|
+
code: "verified_token_not_found";
|
|
821
821
|
details?: readonly Response.error.Detail[] | undefined;
|
|
822
822
|
message: string;
|
|
823
823
|
};
|
|
824
824
|
requestId: string;
|
|
825
825
|
};
|
|
826
826
|
outputFormat: "json";
|
|
827
|
-
status:
|
|
827
|
+
status: 404;
|
|
828
828
|
input: {
|
|
829
829
|
param: {
|
|
830
830
|
address: `0x${string}`;
|
|
@@ -837,14 +837,14 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
|
|
|
837
837
|
} | {
|
|
838
838
|
output: {
|
|
839
839
|
error: {
|
|
840
|
-
code:
|
|
840
|
+
code: "duplicate_address";
|
|
841
841
|
details?: readonly Response.error.Detail[] | undefined;
|
|
842
842
|
message: string;
|
|
843
843
|
};
|
|
844
844
|
requestId: string;
|
|
845
845
|
};
|
|
846
846
|
outputFormat: "json";
|
|
847
|
-
status:
|
|
847
|
+
status: 409;
|
|
848
848
|
input: {
|
|
849
849
|
param: {
|
|
850
850
|
address: `0x${string}`;
|
|
@@ -857,7 +857,7 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
|
|
|
857
857
|
} | {
|
|
858
858
|
output: {
|
|
859
859
|
error: {
|
|
860
|
-
code: "
|
|
860
|
+
code: "duplicate_symbol";
|
|
861
861
|
details?: readonly Response.error.Detail[] | undefined;
|
|
862
862
|
message: string;
|
|
863
863
|
};
|
|
@@ -877,14 +877,14 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
|
|
|
877
877
|
} | {
|
|
878
878
|
output: {
|
|
879
879
|
error: {
|
|
880
|
-
code: "
|
|
880
|
+
code: "version_mismatch";
|
|
881
881
|
details?: readonly Response.error.Detail[] | undefined;
|
|
882
882
|
message: string;
|
|
883
883
|
};
|
|
884
884
|
requestId: string;
|
|
885
885
|
};
|
|
886
886
|
outputFormat: "json";
|
|
887
|
-
status:
|
|
887
|
+
status: 412;
|
|
888
888
|
input: {
|
|
889
889
|
param: {
|
|
890
890
|
address: `0x${string}`;
|
|
@@ -897,14 +897,14 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
|
|
|
897
897
|
} | {
|
|
898
898
|
output: {
|
|
899
899
|
error: {
|
|
900
|
-
code: "
|
|
900
|
+
code: "upstream_error";
|
|
901
901
|
details?: readonly Response.error.Detail[] | undefined;
|
|
902
902
|
message: string;
|
|
903
903
|
};
|
|
904
904
|
requestId: string;
|
|
905
905
|
};
|
|
906
906
|
outputFormat: "json";
|
|
907
|
-
status:
|
|
907
|
+
status: 502;
|
|
908
908
|
input: {
|
|
909
909
|
param: {
|
|
910
910
|
address: `0x${string}`;
|
|
@@ -916,15 +916,10 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
|
|
|
916
916
|
};
|
|
917
917
|
} | {
|
|
918
918
|
output: {
|
|
919
|
-
|
|
920
|
-
code: "version_mismatch";
|
|
921
|
-
details?: readonly Response.error.Detail[] | undefined;
|
|
922
|
-
message: string;
|
|
923
|
-
};
|
|
924
|
-
requestId: string;
|
|
919
|
+
version: string;
|
|
925
920
|
};
|
|
926
921
|
outputFormat: "json";
|
|
927
|
-
status:
|
|
922
|
+
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
928
923
|
input: {
|
|
929
924
|
param: {
|
|
930
925
|
address: `0x${string}`;
|
|
@@ -936,10 +931,15 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
|
|
|
936
931
|
};
|
|
937
932
|
} | {
|
|
938
933
|
output: {
|
|
939
|
-
|
|
934
|
+
error: {
|
|
935
|
+
code: string;
|
|
936
|
+
details?: readonly Response.error.Detail[] | undefined;
|
|
937
|
+
message: string;
|
|
938
|
+
};
|
|
939
|
+
requestId: string;
|
|
940
940
|
};
|
|
941
941
|
outputFormat: "json";
|
|
942
|
-
status:
|
|
942
|
+
status: 400 | 413 | 415;
|
|
943
943
|
input: {
|
|
944
944
|
param: {
|
|
945
945
|
address: `0x${string}`;
|
|
@@ -954,19 +954,6 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
|
|
|
954
954
|
} & {
|
|
955
955
|
"/:address/logo": {
|
|
956
956
|
$get: {
|
|
957
|
-
output: ArrayBuffer;
|
|
958
|
-
outputFormat: "body";
|
|
959
|
-
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
960
|
-
input: {
|
|
961
|
-
param: {
|
|
962
|
-
address: `0x${string}`;
|
|
963
|
-
};
|
|
964
|
-
} & {
|
|
965
|
-
query: {
|
|
966
|
-
chainId: string | string[];
|
|
967
|
-
};
|
|
968
|
-
};
|
|
969
|
-
} | {
|
|
970
957
|
output: {
|
|
971
958
|
error: {
|
|
972
959
|
code: "logo_not_found";
|
|
@@ -986,6 +973,19 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
|
|
|
986
973
|
chainId: string | string[];
|
|
987
974
|
};
|
|
988
975
|
};
|
|
976
|
+
} | {
|
|
977
|
+
output: ArrayBuffer;
|
|
978
|
+
outputFormat: "body";
|
|
979
|
+
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
980
|
+
input: {
|
|
981
|
+
param: {
|
|
982
|
+
address: `0x${string}`;
|
|
983
|
+
};
|
|
984
|
+
} & {
|
|
985
|
+
query: {
|
|
986
|
+
chainId: string | string[];
|
|
987
|
+
};
|
|
988
|
+
};
|
|
989
989
|
};
|
|
990
990
|
};
|
|
991
991
|
} & {
|
|
@@ -1033,14 +1033,14 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
|
|
|
1033
1033
|
} | {
|
|
1034
1034
|
output: {
|
|
1035
1035
|
error: {
|
|
1036
|
-
code: "
|
|
1036
|
+
code: "payload_too_large";
|
|
1037
1037
|
details?: readonly Response.error.Detail[] | undefined;
|
|
1038
1038
|
message: string;
|
|
1039
1039
|
};
|
|
1040
1040
|
requestId: string;
|
|
1041
1041
|
};
|
|
1042
1042
|
outputFormat: "json";
|
|
1043
|
-
status:
|
|
1043
|
+
status: 413;
|
|
1044
1044
|
input: {
|
|
1045
1045
|
param: {
|
|
1046
1046
|
address: `0x${string}`;
|
|
@@ -1053,14 +1053,14 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
|
|
|
1053
1053
|
} | {
|
|
1054
1054
|
output: {
|
|
1055
1055
|
error: {
|
|
1056
|
-
code: "
|
|
1056
|
+
code: "unsupported_media_type";
|
|
1057
1057
|
details?: readonly Response.error.Detail[] | undefined;
|
|
1058
1058
|
message: string;
|
|
1059
1059
|
};
|
|
1060
1060
|
requestId: string;
|
|
1061
1061
|
};
|
|
1062
1062
|
outputFormat: "json";
|
|
1063
|
-
status:
|
|
1063
|
+
status: 415;
|
|
1064
1064
|
input: {
|
|
1065
1065
|
param: {
|
|
1066
1066
|
address: `0x${string}`;
|