tapimo 0.13.0 → 0.14.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 +6064 -4829
- package/dist/App.d.ts.map +1 -1
- package/dist/App.js +1 -0
- package/dist/App.js.map +1 -1
- package/dist/Webhooks.js +2 -2
- package/dist/Webhooks.js.map +1 -1
- package/dist/admin/App.d.ts +1008 -917
- package/dist/admin/App.d.ts.map +1 -1
- package/dist/admin/apps/earn-vaults.d.ts +48 -0
- package/dist/admin/apps/earn-vaults.d.ts.map +1 -1
- package/dist/admin/apps/earn-vaults.js +2 -1
- package/dist/admin/apps/earn-vaults.js.map +1 -1
- package/dist/admin/apps/organizations.d.ts +92 -3
- package/dist/admin/apps/organizations.d.ts.map +1 -1
- package/dist/admin/apps/organizations.js +69 -7
- package/dist/admin/apps/organizations.js.map +1 -1
- package/dist/admin/apps/verified-tokens.d.ts +74 -74
- package/dist/admin/ui.generated.d.ts +1 -1
- package/dist/admin/ui.generated.js +69 -69
- package/dist/admin/ui.generated.js.map +1 -1
- package/dist/apps/Zones.d.ts +12 -12
- package/dist/apps/Zones.js +3 -3
- package/dist/apps/data/App.d.ts +2909 -2523
- package/dist/apps/data/App.d.ts.map +1 -1
- package/dist/apps/data/App.js +11 -6
- package/dist/apps/data/App.js.map +1 -1
- package/dist/apps/data/routes/addresses.d.ts +22 -22
- package/dist/apps/data/routes/earn.d.ts +183 -7
- package/dist/apps/data/routes/earn.d.ts.map +1 -1
- package/dist/apps/data/routes/earn.js +434 -75
- package/dist/apps/data/routes/earn.js.map +1 -1
- package/dist/apps/data/routes/exchanges.d.ts +15 -0
- package/dist/apps/data/routes/exchanges.d.ts.map +1 -1
- package/dist/apps/data/routes/exchanges.js +180 -114
- package/dist/apps/data/routes/exchanges.js.map +1 -1
- package/dist/apps/data/routes/fee-amm.d.ts.map +1 -1
- package/dist/apps/data/routes/fee-amm.js +18 -19
- package/dist/apps/data/routes/fee-amm.js.map +1 -1
- package/dist/apps/data/routes/tokens.d.ts +93 -93
- package/dist/apps/data/routes/transfers.d.ts +12 -12
- package/dist/apps/data/routes/valuation.d.ts +30 -30
- package/dist/apps/data/routes/verified-tokens.d.ts +5 -5
- package/dist/apps/data/routes/webhooks.d.ts +805 -102
- package/dist/apps/data/routes/webhooks.d.ts.map +1 -1
- package/dist/apps/data/routes/webhooks.js +47 -5
- package/dist/apps/data/routes/webhooks.js.map +1 -1
- package/dist/apps/funding/App.d.ts +456 -45
- package/dist/apps/funding/App.d.ts.map +1 -1
- package/dist/apps/funding/App.js +1 -1
- package/dist/apps/funding/App.js.map +1 -1
- package/dist/apps/funding/routes/deposit-addresses.d.ts +17 -17
- package/dist/apps/funding/routes/deposit-addresses.d.ts.map +1 -1
- package/dist/apps/funding/routes/deposit-addresses.js +1 -1
- package/dist/apps/funding/routes/deposit-addresses.js.map +1 -1
- package/dist/apps/funding/routes/transfers.d.ts +654 -73
- package/dist/apps/funding/routes/transfers.d.ts.map +1 -1
- package/dist/apps/funding/routes/transfers.js +211 -5
- package/dist/apps/funding/routes/transfers.js.map +1 -1
- package/dist/apps/management/App.d.ts +831 -387
- package/dist/apps/management/App.d.ts.map +1 -1
- package/dist/apps/management/Billing.d.ts +1 -1
- package/dist/apps/management/Billing.d.ts.map +1 -1
- package/dist/apps/management/Billing.js +17 -1
- package/dist/apps/management/Billing.js.map +1 -1
- package/dist/apps/management/routes/api-keys.d.ts +76 -76
- package/dist/apps/management/routes/billing.d.ts +76 -76
- package/dist/apps/management/routes/faucet.d.ts +12 -12
- package/dist/apps/management/routes/invitations.d.ts +24 -24
- package/dist/apps/management/routes/invite-links.d.ts +46 -46
- package/dist/apps/management/routes/members.d.ts +46 -46
- package/dist/apps/management/routes/orgs.d.ts +20 -20
- package/dist/apps/management/routes/projects.d.ts +44 -44
- package/dist/apps/management/routes/usage.d.ts +32 -32
- package/dist/apps/management/routes/verified-token-requests.d.ts +16 -16
- package/dist/apps/management/routes/webhooks.d.ts +707 -57
- package/dist/apps/management/routes/webhooks.d.ts.map +1 -1
- package/dist/apps/management/routes/webhooks.js +21 -21
- package/dist/apps/management/routes/webhooks.js.map +1 -1
- package/dist/apps/relay/App.d.ts.map +1 -1
- package/dist/apps/relay/App.js +115 -23
- package/dist/apps/relay/App.js.map +1 -1
- package/dist/apps/relay/Sponsorships.d.ts.map +1 -1
- package/dist/apps/relay/Sponsorships.js +27 -1
- package/dist/apps/relay/Sponsorships.js.map +1 -1
- package/dist/db/Db.d.ts.map +1 -1
- package/dist/db/Db.js +22 -0
- package/dist/db/Db.js.map +1 -1
- package/dist/db/Schema.d.ts +8 -3
- package/dist/db/Schema.d.ts.map +1 -1
- package/dist/db/Schema.js +16 -1
- package/dist/db/Schema.js.map +1 -1
- package/dist/db/tables/fundingTransferTransactions.d.ts +38 -0
- package/dist/db/tables/fundingTransferTransactions.d.ts.map +1 -1
- package/dist/db/tables/fundingTransferTransactions.js +44 -3
- package/dist/db/tables/fundingTransferTransactions.js.map +1 -1
- package/dist/db/tables/fundingTransfers.d.ts +17 -0
- package/dist/db/tables/fundingTransfers.d.ts.map +1 -1
- package/dist/db/tables/fundingTransfers.js +21 -0
- package/dist/db/tables/fundingTransfers.js.map +1 -1
- package/dist/db/tables/organizations.d.ts +24 -0
- package/dist/db/tables/organizations.d.ts.map +1 -1
- package/dist/db/tables/organizations.js +27 -0
- package/dist/db/tables/organizations.js.map +1 -1
- package/dist/db/tables/projects.d.ts +25 -1
- package/dist/db/tables/projects.d.ts.map +1 -1
- package/dist/db/tables/projects.js +26 -0
- package/dist/db/tables/projects.js.map +1 -1
- package/dist/db/tables/sponsoredTransactions.d.ts +44 -0
- package/dist/db/tables/sponsoredTransactions.d.ts.map +1 -1
- package/dist/db/tables/sponsoredTransactions.js +146 -13
- package/dist/db/tables/sponsoredTransactions.js.map +1 -1
- package/dist/db/tables/webhookSubscriptions.d.ts +10 -6
- package/dist/db/tables/webhookSubscriptions.d.ts.map +1 -1
- package/dist/db/tables/webhookSubscriptions.js +9 -6
- package/dist/db/tables/webhookSubscriptions.js.map +1 -1
- package/dist/internal/EarnVaults.js +5 -5
- package/dist/internal/EarnVaults.js.map +1 -1
- package/dist/internal/Log.d.ts +1 -1
- package/dist/internal/Log.d.ts.map +1 -1
- package/dist/internal/Log.js.map +1 -1
- package/dist/internal/Viem.d.ts +16 -1
- package/dist/internal/Viem.d.ts.map +1 -1
- package/dist/internal/Viem.js +12 -2
- package/dist/internal/Viem.js.map +1 -1
- package/dist/internal/funding/DepositWebhook.d.ts.map +1 -1
- package/dist/internal/funding/DepositWebhook.js +2 -1
- package/dist/internal/funding/DepositWebhook.js.map +1 -1
- package/dist/internal/funding/Evidence.d.ts.map +1 -1
- package/dist/internal/funding/Evidence.js +2 -10
- package/dist/internal/funding/Evidence.js.map +1 -1
- package/dist/internal/funding/Provider.d.ts +40 -0
- package/dist/internal/funding/Provider.d.ts.map +1 -1
- package/dist/internal/funding/Provider.js +5 -0
- package/dist/internal/funding/Provider.js.map +1 -1
- package/dist/internal/funding/SourceObservation.d.ts.map +1 -1
- package/dist/internal/funding/SourceObservation.js +5 -7
- package/dist/internal/funding/SourceObservation.js.map +1 -1
- package/dist/internal/funding/Transfer.d.ts +101 -6
- package/dist/internal/funding/Transfer.d.ts.map +1 -1
- package/dist/internal/funding/Transfer.js +162 -34
- package/dist/internal/funding/Transfer.js.map +1 -1
- package/dist/internal/funding/TransferReconciliation.d.ts +52 -0
- package/dist/internal/funding/TransferReconciliation.d.ts.map +1 -0
- package/dist/internal/funding/TransferReconciliation.js +192 -0
- package/dist/internal/funding/TransferReconciliation.js.map +1 -0
- package/dist/internal/funding/TransferWebhook.d.ts +21 -0
- package/dist/internal/funding/TransferWebhook.d.ts.map +1 -0
- package/dist/internal/funding/TransferWebhook.js +43 -0
- package/dist/internal/funding/TransferWebhook.js.map +1 -0
- package/dist/internal/funding/index.d.ts +1 -0
- package/dist/internal/funding/index.d.ts.map +1 -1
- package/dist/internal/funding/index.js +1 -0
- package/dist/internal/funding/index.js.map +1 -1
- package/dist/internal/funding/providers/relay.d.ts.map +1 -1
- package/dist/internal/funding/providers/relay.js +3 -12
- package/dist/internal/funding/providers/relay.js.map +1 -1
- package/dist/internal/funding/providers/stargate.d.ts +99 -0
- package/dist/internal/funding/providers/stargate.d.ts.map +1 -1
- package/dist/internal/funding/providers/stargate.js +337 -35
- package/dist/internal/funding/providers/stargate.js.map +1 -1
- package/dist/internal/webhookDestinations/slack.d.ts.map +1 -1
- package/dist/internal/webhookDestinations/slack.js +16 -0
- package/dist/internal/webhookDestinations/slack.js.map +1 -1
- package/package.json +1 -1
- package/src/App.ts +1 -0
- package/src/Client.test-d.ts +83 -2
- package/src/Webhooks.ts +2 -2
- package/src/admin/apps/earn-vaults.ts +2 -1
- package/src/admin/apps/organizations.test.ts +53 -1
- package/src/admin/apps/organizations.ts +90 -5
- package/src/admin/ui/src/lib/organizations.test.ts +112 -1
- package/src/admin/ui/src/lib/organizations.ts +55 -0
- package/src/admin/ui/src/routes/organizations_.$orgId.tsx +116 -0
- package/src/admin/ui.generated.ts +69 -69
- package/src/apps/Zones.test.ts +3 -3
- package/src/apps/Zones.ts +3 -3
- package/src/apps/composition.test.ts +1 -0
- package/src/apps/data/App.ts +15 -6
- package/src/apps/data/routes/earn.test.ts +369 -14
- package/src/apps/data/routes/earn.ts +548 -79
- package/src/apps/data/routes/exchanges.test.ts +740 -15
- package/src/apps/data/routes/exchanges.ts +954 -753
- package/src/apps/data/routes/fee-amm.ts +17 -18
- package/src/apps/data/routes/webhooks.test.ts +21 -5
- package/src/apps/data/routes/webhooks.ts +63 -8
- package/src/apps/funding/App.ts +12 -2
- package/src/apps/funding/routes/deposit-addresses.test.ts +4 -4
- package/src/apps/funding/routes/deposit-addresses.ts +2 -2
- package/src/apps/funding/routes/transfers.test.ts +510 -19
- package/src/apps/funding/routes/transfers.ts +271 -5
- package/src/apps/management/Billing.ts +18 -5
- package/src/apps/management/routes/webhooks.test.ts +3 -3
- package/src/apps/management/routes/webhooks.ts +24 -25
- package/src/apps/relay/App.test.ts +212 -1
- package/src/apps/relay/App.ts +158 -29
- package/src/apps/relay/Sponsorships.ts +24 -1
- package/src/db/Db.ts +35 -0
- package/src/db/Schema.ts +17 -2
- package/src/db/tables/fundingTransferTransactions.test.ts +43 -0
- package/src/db/tables/fundingTransferTransactions.ts +79 -3
- package/src/db/tables/fundingTransfers.test.ts +26 -0
- package/src/db/tables/fundingTransfers.ts +36 -0
- package/src/db/tables/organizations.test.ts +41 -0
- package/src/db/tables/organizations.ts +49 -0
- package/src/db/tables/projects.test.ts +55 -0
- package/src/db/tables/projects.ts +46 -1
- package/src/db/tables/sponsoredTransactions.test.ts +338 -0
- package/src/db/tables/sponsoredTransactions.ts +197 -13
- package/src/db/tables/webhookSubscriptions.ts +18 -11
- package/src/internal/EarnVaults.ts +5 -5
- package/src/internal/Log.test-d.ts +2 -0
- package/src/internal/Log.ts +2 -0
- package/src/internal/Viem.ts +39 -3
- package/src/internal/Webhooks.test.ts +45 -0
- package/src/internal/funding/DepositWebhook.ts +2 -1
- package/src/internal/funding/Evidence.ts +2 -13
- package/src/internal/funding/Provider.ts +43 -0
- package/src/internal/funding/SourceObservation.ts +5 -9
- package/src/internal/funding/Transfer.test.ts +155 -0
- package/src/internal/funding/Transfer.ts +254 -37
- package/src/internal/funding/TransferReconciliation.test.ts +147 -0
- package/src/internal/funding/TransferReconciliation.ts +264 -0
- package/src/internal/funding/TransferWebhook.test.ts +128 -0
- package/src/internal/funding/TransferWebhook.ts +67 -0
- package/src/internal/funding/index.test.ts +1 -0
- package/src/internal/funding/index.ts +1 -0
- package/src/internal/funding/providers/relay.ts +3 -15
- package/src/internal/funding/providers/stargate.test.ts +169 -4
- package/src/internal/funding/providers/stargate.ts +498 -51
- package/src/internal/webhookDestinations/slack.ts +15 -0
|
@@ -255,14 +255,14 @@ export declare function transfers(options?: transfers.Options): import("hono/hon
|
|
|
255
255
|
} | {
|
|
256
256
|
output: {
|
|
257
257
|
error: {
|
|
258
|
-
code: "
|
|
258
|
+
code: "upstream_error";
|
|
259
259
|
details?: readonly Response.error.Detail[] | undefined;
|
|
260
260
|
message: string;
|
|
261
261
|
};
|
|
262
262
|
requestId: string;
|
|
263
263
|
};
|
|
264
264
|
outputFormat: "json";
|
|
265
|
-
status:
|
|
265
|
+
status: 502;
|
|
266
266
|
input: {
|
|
267
267
|
query?: {
|
|
268
268
|
recipient?: string | string[];
|
|
@@ -285,14 +285,14 @@ export declare function transfers(options?: transfers.Options): import("hono/hon
|
|
|
285
285
|
} | {
|
|
286
286
|
output: {
|
|
287
287
|
error: {
|
|
288
|
-
code: "
|
|
288
|
+
code: "query_invalid";
|
|
289
289
|
details?: readonly Response.error.Detail[] | undefined;
|
|
290
290
|
message: string;
|
|
291
291
|
};
|
|
292
292
|
requestId: string;
|
|
293
293
|
};
|
|
294
294
|
outputFormat: "json";
|
|
295
|
-
status:
|
|
295
|
+
status: 400;
|
|
296
296
|
input: {
|
|
297
297
|
query?: {
|
|
298
298
|
recipient?: string | string[];
|
|
@@ -315,14 +315,14 @@ export declare function transfers(options?: transfers.Options): import("hono/hon
|
|
|
315
315
|
} | {
|
|
316
316
|
output: {
|
|
317
317
|
error: {
|
|
318
|
-
code: "
|
|
318
|
+
code: "api_key_malformed";
|
|
319
319
|
details?: readonly Response.error.Detail[] | undefined;
|
|
320
320
|
message: string;
|
|
321
321
|
};
|
|
322
322
|
requestId: string;
|
|
323
323
|
};
|
|
324
324
|
outputFormat: "json";
|
|
325
|
-
status:
|
|
325
|
+
status: 400;
|
|
326
326
|
input: {
|
|
327
327
|
query?: {
|
|
328
328
|
recipient?: string | string[];
|
|
@@ -345,14 +345,14 @@ export declare function transfers(options?: transfers.Options): import("hono/hon
|
|
|
345
345
|
} | {
|
|
346
346
|
output: {
|
|
347
347
|
error: {
|
|
348
|
-
code: "
|
|
348
|
+
code: "api_key_invalid" | "api_key_missing";
|
|
349
349
|
details?: readonly Response.error.Detail[] | undefined;
|
|
350
350
|
message: string;
|
|
351
351
|
};
|
|
352
352
|
requestId: string;
|
|
353
353
|
};
|
|
354
354
|
outputFormat: "json";
|
|
355
|
-
status:
|
|
355
|
+
status: 401;
|
|
356
356
|
input: {
|
|
357
357
|
query?: {
|
|
358
358
|
recipient?: string | string[];
|
|
@@ -375,14 +375,14 @@ export declare function transfers(options?: transfers.Options): import("hono/hon
|
|
|
375
375
|
} | {
|
|
376
376
|
output: {
|
|
377
377
|
error: {
|
|
378
|
-
code: "
|
|
378
|
+
code: "api_key_forbidden" | "api_key_ip_forbidden";
|
|
379
379
|
details?: readonly Response.error.Detail[] | undefined;
|
|
380
380
|
message: string;
|
|
381
381
|
};
|
|
382
382
|
requestId: string;
|
|
383
383
|
};
|
|
384
384
|
outputFormat: "json";
|
|
385
|
-
status:
|
|
385
|
+
status: 403;
|
|
386
386
|
input: {
|
|
387
387
|
query?: {
|
|
388
388
|
recipient?: string | string[];
|
|
@@ -405,14 +405,14 @@ export declare function transfers(options?: transfers.Options): import("hono/hon
|
|
|
405
405
|
} | {
|
|
406
406
|
output: {
|
|
407
407
|
error: {
|
|
408
|
-
code: "
|
|
408
|
+
code: "payment_required" | "rate_limit_exceeded";
|
|
409
409
|
details?: readonly Response.error.Detail[] | undefined;
|
|
410
410
|
message: string;
|
|
411
411
|
};
|
|
412
412
|
requestId: string;
|
|
413
413
|
};
|
|
414
414
|
outputFormat: "json";
|
|
415
|
-
status:
|
|
415
|
+
status: 429;
|
|
416
416
|
input: {
|
|
417
417
|
query?: {
|
|
418
418
|
recipient?: string | string[];
|
|
@@ -69,14 +69,14 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
69
69
|
} | {
|
|
70
70
|
output: {
|
|
71
71
|
error: {
|
|
72
|
-
code: "
|
|
72
|
+
code: "upstream_error";
|
|
73
73
|
details?: readonly Response.error.Detail[] | undefined;
|
|
74
74
|
message: string;
|
|
75
75
|
};
|
|
76
76
|
requestId: string;
|
|
77
77
|
};
|
|
78
78
|
outputFormat: "json";
|
|
79
|
-
status:
|
|
79
|
+
status: 502;
|
|
80
80
|
input: {
|
|
81
81
|
param: {
|
|
82
82
|
address: `0x${string}`;
|
|
@@ -90,14 +90,14 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
90
90
|
} | {
|
|
91
91
|
output: {
|
|
92
92
|
error: {
|
|
93
|
-
code: "
|
|
93
|
+
code: "query_invalid";
|
|
94
94
|
details?: readonly Response.error.Detail[] | undefined;
|
|
95
95
|
message: string;
|
|
96
96
|
};
|
|
97
97
|
requestId: string;
|
|
98
98
|
};
|
|
99
99
|
outputFormat: "json";
|
|
100
|
-
status:
|
|
100
|
+
status: 400;
|
|
101
101
|
input: {
|
|
102
102
|
param: {
|
|
103
103
|
address: `0x${string}`;
|
|
@@ -111,14 +111,14 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
111
111
|
} | {
|
|
112
112
|
output: {
|
|
113
113
|
error: {
|
|
114
|
-
code: "
|
|
114
|
+
code: "api_key_malformed";
|
|
115
115
|
details?: readonly Response.error.Detail[] | undefined;
|
|
116
116
|
message: string;
|
|
117
117
|
};
|
|
118
118
|
requestId: string;
|
|
119
119
|
};
|
|
120
120
|
outputFormat: "json";
|
|
121
|
-
status:
|
|
121
|
+
status: 400;
|
|
122
122
|
input: {
|
|
123
123
|
param: {
|
|
124
124
|
address: `0x${string}`;
|
|
@@ -132,14 +132,14 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
132
132
|
} | {
|
|
133
133
|
output: {
|
|
134
134
|
error: {
|
|
135
|
-
code: "
|
|
135
|
+
code: "api_key_invalid" | "api_key_missing";
|
|
136
136
|
details?: readonly Response.error.Detail[] | undefined;
|
|
137
137
|
message: string;
|
|
138
138
|
};
|
|
139
139
|
requestId: string;
|
|
140
140
|
};
|
|
141
141
|
outputFormat: "json";
|
|
142
|
-
status:
|
|
142
|
+
status: 401;
|
|
143
143
|
input: {
|
|
144
144
|
param: {
|
|
145
145
|
address: `0x${string}`;
|
|
@@ -153,14 +153,14 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
153
153
|
} | {
|
|
154
154
|
output: {
|
|
155
155
|
error: {
|
|
156
|
-
code: "
|
|
156
|
+
code: "api_key_forbidden" | "api_key_ip_forbidden";
|
|
157
157
|
details?: readonly Response.error.Detail[] | undefined;
|
|
158
158
|
message: string;
|
|
159
159
|
};
|
|
160
160
|
requestId: string;
|
|
161
161
|
};
|
|
162
162
|
outputFormat: "json";
|
|
163
|
-
status:
|
|
163
|
+
status: 403;
|
|
164
164
|
input: {
|
|
165
165
|
param: {
|
|
166
166
|
address: `0x${string}`;
|
|
@@ -174,14 +174,14 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
174
174
|
} | {
|
|
175
175
|
output: {
|
|
176
176
|
error: {
|
|
177
|
-
code: "
|
|
177
|
+
code: "payment_required" | "rate_limit_exceeded";
|
|
178
178
|
details?: readonly Response.error.Detail[] | undefined;
|
|
179
179
|
message: string;
|
|
180
180
|
};
|
|
181
181
|
requestId: string;
|
|
182
182
|
};
|
|
183
183
|
outputFormat: "json";
|
|
184
|
-
status:
|
|
184
|
+
status: 429;
|
|
185
185
|
input: {
|
|
186
186
|
param: {
|
|
187
187
|
address: `0x${string}`;
|
|
@@ -194,19 +194,15 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
194
194
|
};
|
|
195
195
|
} | {
|
|
196
196
|
output: {
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
basis: "nominal";
|
|
204
|
-
source: string;
|
|
205
|
-
} | null;
|
|
206
|
-
unpriced: string[];
|
|
197
|
+
error: {
|
|
198
|
+
code: "address_invalid";
|
|
199
|
+
details?: readonly Response.error.Detail[] | undefined;
|
|
200
|
+
message: string;
|
|
201
|
+
};
|
|
202
|
+
requestId: string;
|
|
207
203
|
};
|
|
208
204
|
outputFormat: "json";
|
|
209
|
-
status:
|
|
205
|
+
status: 400;
|
|
210
206
|
input: {
|
|
211
207
|
param: {
|
|
212
208
|
address: `0x${string}`;
|
|
@@ -219,15 +215,19 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
219
215
|
};
|
|
220
216
|
} | {
|
|
221
217
|
output: {
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
218
|
+
address: `0x${string}`;
|
|
219
|
+
amount: string;
|
|
220
|
+
currency: string;
|
|
221
|
+
id: string;
|
|
222
|
+
pricing: {
|
|
223
|
+
asOf: string;
|
|
224
|
+
basis: "nominal";
|
|
225
|
+
source: string;
|
|
226
|
+
} | null;
|
|
227
|
+
unpriced: string[];
|
|
228
228
|
};
|
|
229
229
|
outputFormat: "json";
|
|
230
|
-
status:
|
|
230
|
+
status: 200;
|
|
231
231
|
input: {
|
|
232
232
|
param: {
|
|
233
233
|
address: `0x${string}`;
|
|
@@ -440,7 +440,7 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
|
|
|
440
440
|
} | {
|
|
441
441
|
output: {
|
|
442
442
|
error: {
|
|
443
|
-
code: "
|
|
443
|
+
code: "query_invalid";
|
|
444
444
|
details?: readonly Response.error.Detail[] | undefined;
|
|
445
445
|
message: string;
|
|
446
446
|
};
|
|
@@ -460,14 +460,14 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
|
|
|
460
460
|
} | {
|
|
461
461
|
output: {
|
|
462
462
|
error: {
|
|
463
|
-
code: "
|
|
463
|
+
code: "upstream_error";
|
|
464
464
|
details?: readonly Response.error.Detail[] | undefined;
|
|
465
465
|
message: string;
|
|
466
466
|
};
|
|
467
467
|
requestId: string;
|
|
468
468
|
};
|
|
469
469
|
outputFormat: "json";
|
|
470
|
-
status:
|
|
470
|
+
status: 502;
|
|
471
471
|
input: {
|
|
472
472
|
param: {
|
|
473
473
|
address: `0x${string}`;
|
|
@@ -480,14 +480,14 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
|
|
|
480
480
|
} | {
|
|
481
481
|
output: {
|
|
482
482
|
error: {
|
|
483
|
-
code: "
|
|
483
|
+
code: "address_invalid";
|
|
484
484
|
details?: readonly Response.error.Detail[] | undefined;
|
|
485
485
|
message: string;
|
|
486
486
|
};
|
|
487
487
|
requestId: string;
|
|
488
488
|
};
|
|
489
489
|
outputFormat: "json";
|
|
490
|
-
status:
|
|
490
|
+
status: 400;
|
|
491
491
|
input: {
|
|
492
492
|
param: {
|
|
493
493
|
address: `0x${string}`;
|