tapimo 0.2.0 → 0.3.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 +31 -3
- package/dist/ApiKey.d.ts +1 -0
- package/dist/ApiKey.d.ts.map +1 -1
- package/dist/ApiKey.js +5 -2
- package/dist/ApiKey.js.map +1 -1
- package/dist/ApiKeys.d.ts +28 -1
- package/dist/ApiKeys.d.ts.map +1 -1
- package/dist/ApiKeys.js +34 -1
- package/dist/ApiKeys.js.map +1 -1
- package/dist/App.d.ts +7167 -4507
- package/dist/App.d.ts.map +1 -1
- package/dist/App.js +8 -0
- package/dist/App.js.map +1 -1
- package/dist/Scope.d.ts +11 -2
- package/dist/Scope.d.ts.map +1 -1
- package/dist/Scope.js +14 -3
- package/dist/Scope.js.map +1 -1
- package/dist/admin/App.d.ts +128 -118
- package/dist/admin/App.d.ts.map +1 -1
- package/dist/admin/apps/api-keys.d.ts +7 -0
- package/dist/admin/apps/api-keys.d.ts.map +1 -1
- package/dist/admin/apps/scopes.d.ts +8 -0
- package/dist/admin/apps/scopes.d.ts.map +1 -1
- package/dist/admin/apps/scopes.js +3 -0
- package/dist/admin/apps/scopes.js.map +1 -1
- package/dist/admin/apps/verified-tokens.d.ts +57 -57
- package/dist/admin/ui.generated.d.ts +1 -1
- package/dist/admin/ui.generated.js +13 -13
- package/dist/admin/ui.generated.js.map +1 -1
- package/dist/analytics/Analytics.d.ts +151 -0
- package/dist/analytics/Analytics.d.ts.map +1 -0
- package/dist/analytics/Analytics.js +212 -0
- package/dist/analytics/Analytics.js.map +1 -0
- package/dist/analytics/tables/requestEvents.d.ts +215 -0
- package/dist/analytics/tables/requestEvents.d.ts.map +1 -0
- package/dist/analytics/tables/requestEvents.js +264 -0
- package/dist/analytics/tables/requestEvents.js.map +1 -0
- package/dist/apps/data/App.d.ts +1024 -624
- package/dist/apps/data/App.d.ts.map +1 -1
- package/dist/apps/data/App.js +36 -0
- package/dist/apps/data/App.js.map +1 -1
- package/dist/apps/data/routes/balances.d.ts +45 -45
- package/dist/apps/data/routes/coingecko.d.ts +176 -176
- package/dist/apps/data/routes/exchanges.d.ts +455 -455
- package/dist/apps/data/routes/fee-amm.d.ts +101 -101
- package/dist/apps/data/routes/funding.d.ts +765 -0
- package/dist/apps/data/routes/funding.d.ts.map +1 -0
- package/dist/apps/data/routes/funding.js +383 -0
- package/dist/apps/data/routes/funding.js.map +1 -0
- package/dist/apps/data/routes/receipts.d.ts.map +1 -1
- package/dist/apps/data/routes/receipts.js +2 -8
- package/dist/apps/data/routes/receipts.js.map +1 -1
- package/dist/apps/data/routes/rpc.d.ts +29 -36
- package/dist/apps/data/routes/rpc.d.ts.map +1 -1
- package/dist/apps/data/routes/rpc.js +29 -1
- package/dist/apps/data/routes/rpc.js.map +1 -1
- package/dist/apps/data/routes/tokenlist.d.ts +36 -36
- package/dist/apps/data/routes/transfers.d.ts +56 -56
- package/dist/apps/data/routes/verified-tokens.d.ts +36 -36
- package/dist/apps/data/routes/webhooks.d.ts +45 -45
- package/dist/apps/data/routes/webhooks.d.ts.map +1 -1
- package/dist/apps/data/routes/webhooks.js +8 -8
- package/dist/apps/data/routes/webhooks.js.map +1 -1
- package/dist/apps/docs/App.d.ts +4 -2
- package/dist/apps/docs/App.d.ts.map +1 -1
- package/dist/apps/docs/App.js +27 -95
- package/dist/apps/docs/App.js.map +1 -1
- package/dist/apps/docs/reference.d.ts +21 -0
- package/dist/apps/docs/reference.d.ts.map +1 -0
- package/dist/apps/docs/reference.js +112 -0
- package/dist/apps/docs/reference.js.map +1 -0
- package/dist/apps/index.d.ts +1 -0
- package/dist/apps/index.d.ts.map +1 -1
- package/dist/apps/index.js +1 -0
- package/dist/apps/index.js.map +1 -1
- package/dist/apps/mcp.d.ts +76 -0
- package/dist/apps/mcp.d.ts.map +1 -0
- package/dist/apps/mcp.js +188 -0
- package/dist/apps/mcp.js.map +1 -0
- package/dist/apps/platform/App.d.ts +3005 -728
- package/dist/apps/platform/App.d.ts.map +1 -1
- package/dist/apps/platform/App.js +13 -3
- package/dist/apps/platform/App.js.map +1 -1
- package/dist/apps/platform/Billing.d.ts +279 -0
- package/dist/apps/platform/Billing.d.ts.map +1 -0
- package/dist/apps/platform/Billing.js +477 -0
- package/dist/apps/platform/Billing.js.map +1 -0
- package/dist/apps/platform/index.d.ts +1 -0
- package/dist/apps/platform/index.d.ts.map +1 -1
- package/dist/apps/platform/index.js +1 -0
- package/dist/apps/platform/index.js.map +1 -1
- package/dist/apps/platform/routes/api-keys.d.ts +341 -49
- package/dist/apps/platform/routes/api-keys.d.ts.map +1 -1
- package/dist/apps/platform/routes/api-keys.js +115 -13
- package/dist/apps/platform/routes/api-keys.js.map +1 -1
- package/dist/apps/platform/routes/billing.d.ts +1520 -0
- package/dist/apps/platform/routes/billing.d.ts.map +1 -0
- package/dist/apps/platform/routes/billing.js +795 -0
- package/dist/apps/platform/routes/billing.js.map +1 -0
- package/dist/apps/platform/routes/invitations.d.ts +201 -83
- package/dist/apps/platform/routes/invitations.d.ts.map +1 -1
- package/dist/apps/platform/routes/invitations.js +58 -0
- package/dist/apps/platform/routes/invitations.js.map +1 -1
- package/dist/apps/platform/routes/me.d.ts +17 -17
- package/dist/apps/platform/routes/orgs.d.ts +50 -36
- package/dist/apps/platform/routes/orgs.d.ts.map +1 -1
- package/dist/apps/platform/routes/orgs.js +14 -3
- package/dist/apps/platform/routes/orgs.js.map +1 -1
- package/dist/apps/platform/routes/projects.d.ts +97 -97
- package/dist/apps/platform/routes/scopes.d.ts +107 -0
- package/dist/apps/platform/routes/scopes.d.ts.map +1 -0
- package/dist/apps/platform/routes/scopes.js +66 -0
- package/dist/apps/platform/routes/scopes.js.map +1 -0
- package/dist/apps/platform/routes/usage.d.ts +588 -0
- package/dist/apps/platform/routes/usage.d.ts.map +1 -0
- package/dist/apps/platform/routes/usage.js +391 -0
- package/dist/apps/platform/routes/usage.js.map +1 -0
- package/dist/apps/relay/App.d.ts +4 -1
- package/dist/apps/relay/App.d.ts.map +1 -1
- package/dist/apps/relay/App.js +118 -10
- 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 +2 -1
- package/dist/apps/relay/Sponsorships.js.map +1 -1
- package/dist/cli/Cli.d.ts +8 -1
- package/dist/cli/Cli.d.ts.map +1 -1
- package/dist/cli/Cli.js +11 -3
- package/dist/cli/Cli.js.map +1 -1
- package/dist/cli/commands/admin.d.ts +4 -0
- package/dist/cli/commands/admin.d.ts.map +1 -1
- package/dist/cli/commands/admin.js +80 -1
- package/dist/cli/commands/admin.js.map +1 -1
- package/dist/db/Db.d.ts +7 -0
- package/dist/db/Db.d.ts.map +1 -1
- package/dist/db/Db.js +126 -0
- package/dist/db/Db.js.map +1 -1
- package/dist/db/Schema.d.ts +79 -0
- package/dist/db/Schema.d.ts.map +1 -1
- package/dist/db/Schema.js +88 -2
- package/dist/db/Schema.js.map +1 -1
- package/dist/db/tables/billingSettings.d.ts +55 -0
- package/dist/db/tables/billingSettings.d.ts.map +1 -0
- package/dist/db/tables/billingSettings.js +70 -0
- package/dist/db/tables/billingSettings.js.map +1 -0
- package/dist/db/tables/invitations.js +2 -2
- package/dist/db/tables/invitations.js.map +1 -1
- package/dist/db/tables/organizations.d.ts +6 -2
- package/dist/db/tables/organizations.d.ts.map +1 -1
- package/dist/db/tables/organizations.js +10 -4
- package/dist/db/tables/organizations.js.map +1 -1
- package/dist/db/tables/projects.js +2 -2
- package/dist/db/tables/projects.js.map +1 -1
- package/dist/db/tables/requestUsage.d.ts +121 -0
- package/dist/db/tables/requestUsage.d.ts.map +1 -0
- package/dist/db/tables/requestUsage.js +150 -0
- package/dist/db/tables/requestUsage.js.map +1 -0
- package/dist/db/tables/sponsoredTransactions.d.ts +119 -0
- package/dist/db/tables/sponsoredTransactions.d.ts.map +1 -1
- package/dist/db/tables/sponsoredTransactions.js +155 -2
- package/dist/db/tables/sponsoredTransactions.js.map +1 -1
- package/dist/db/tables/stripeCustomers.d.ts +81 -0
- package/dist/db/tables/stripeCustomers.d.ts.map +1 -0
- package/dist/db/tables/stripeCustomers.js +120 -0
- package/dist/db/tables/stripeCustomers.js.map +1 -0
- package/dist/db/tables/users.js +2 -2
- package/dist/db/tables/users.js.map +1 -1
- package/dist/handlers/internal/sponsorship.d.ts +5 -2
- package/dist/handlers/internal/sponsorship.d.ts.map +1 -1
- package/dist/handlers/internal/sponsorship.js +19 -5
- package/dist/handlers/internal/sponsorship.js.map +1 -1
- package/dist/handlers/internal/utils.d.ts +10 -3
- package/dist/handlers/internal/utils.d.ts.map +1 -1
- package/dist/handlers/internal/utils.js +14 -6
- package/dist/handlers/internal/utils.js.map +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/internal/Auth.d.ts +18 -4
- package/dist/internal/Auth.d.ts.map +1 -1
- package/dist/internal/Auth.js +148 -76
- package/dist/internal/Auth.js.map +1 -1
- package/dist/internal/Cache.d.ts.map +1 -1
- package/dist/internal/Cache.js +4 -1
- package/dist/internal/Cache.js.map +1 -1
- package/dist/internal/EdgeCache.d.ts +10 -0
- package/dist/internal/EdgeCache.d.ts.map +1 -1
- package/dist/internal/EdgeCache.js +39 -8
- package/dist/internal/EdgeCache.js.map +1 -1
- package/dist/internal/Fees.d.ts +27 -0
- package/dist/internal/Fees.d.ts.map +1 -0
- package/dist/internal/Fees.js +48 -0
- package/dist/internal/Fees.js.map +1 -0
- package/dist/internal/FundingRoutes.d.ts +183 -0
- package/dist/internal/FundingRoutes.d.ts.map +1 -0
- package/dist/internal/FundingRoutes.js +490 -0
- package/dist/internal/FundingRoutes.js.map +1 -0
- package/dist/internal/Id.d.ts +15 -0
- package/dist/internal/Id.d.ts.map +1 -0
- package/dist/internal/Id.js +22 -0
- package/dist/internal/Id.js.map +1 -0
- package/dist/internal/Log.d.ts +2 -0
- package/dist/internal/Log.d.ts.map +1 -1
- package/dist/internal/Log.js +3 -0
- package/dist/internal/Log.js.map +1 -1
- package/dist/internal/OpenApi.d.ts +10 -1
- package/dist/internal/OpenApi.d.ts.map +1 -1
- package/dist/internal/OpenApi.js +8 -1
- package/dist/internal/OpenApi.js.map +1 -1
- package/dist/internal/RateLimit.d.ts +25 -0
- package/dist/internal/RateLimit.d.ts.map +1 -1
- package/dist/internal/RateLimit.js +51 -0
- package/dist/internal/RateLimit.js.map +1 -1
- package/dist/internal/Response.d.ts +1 -1
- package/dist/internal/Response.d.ts.map +1 -1
- package/dist/internal/Schema.d.ts +8 -0
- package/dist/internal/Schema.d.ts.map +1 -1
- package/dist/internal/Schema.js +7 -0
- package/dist/internal/Schema.js.map +1 -1
- package/dist/internal/Webhooks.d.ts.map +1 -1
- package/dist/internal/Webhooks.js +3 -3
- package/dist/internal/Webhooks.js.map +1 -1
- package/package.json +4 -3
- package/src/ApiKey.ts +9 -2
- package/src/ApiKeys.test.ts +51 -0
- package/src/ApiKeys.ts +50 -1
- package/src/App.test.ts +33 -86718
- package/src/App.ts +18 -0
- package/src/Client.test-d.ts +351 -0
- package/src/Scope.ts +16 -3
- package/src/admin/apps/scopes.test.ts +6 -0
- package/src/admin/apps/scopes.ts +3 -0
- package/src/admin/ui/src/components/Page.tsx +2 -3
- package/src/admin/ui/src/routes/__root.tsx +2 -2
- package/src/admin/ui/src/routes/api-keys.tsx +2 -2
- package/src/admin/ui.generated.ts +13 -13
- package/src/analytics/Analytics.test.ts +527 -0
- package/src/analytics/Analytics.ts +318 -0
- package/src/analytics/tables/requestEvents.ts +523 -0
- package/src/apps/data/App.test.ts +72 -0
- package/src/apps/data/App.ts +35 -0
- package/src/apps/data/routes/funding.test.ts +214 -0
- package/src/apps/data/routes/funding.ts +584 -0
- package/src/apps/data/routes/receipts.ts +2 -9
- package/src/apps/data/routes/rpc.test.ts +78 -2
- package/src/apps/data/routes/rpc.ts +31 -1
- package/src/apps/data/routes/webhooks.test.ts +1 -1
- package/src/apps/data/routes/webhooks.ts +11 -8
- package/src/apps/docs/App.ts +29 -100
- package/src/apps/docs/reference.ts +132 -0
- package/src/apps/index.ts +1 -0
- package/src/apps/mcp.test.ts +206 -0
- package/src/apps/mcp.ts +250 -0
- package/src/apps/platform/App.ts +43 -4
- package/src/apps/platform/Billing.test.ts +530 -0
- package/src/apps/platform/Billing.ts +682 -0
- package/src/apps/platform/index.ts +1 -0
- package/src/apps/platform/routes/api-keys.test.ts +172 -9
- package/src/apps/platform/routes/api-keys.ts +136 -20
- package/src/apps/platform/routes/billing.test.ts +1100 -0
- package/src/apps/platform/routes/billing.ts +966 -0
- package/src/apps/platform/routes/invitations.test.ts +55 -7
- package/src/apps/platform/routes/invitations.ts +68 -0
- package/src/apps/platform/routes/me.test.ts +230 -0
- package/src/apps/platform/routes/orgs.ts +26 -4
- package/src/apps/platform/routes/scopes.test.ts +29 -0
- package/src/apps/platform/routes/scopes.ts +85 -0
- package/src/apps/platform/routes/usage.test.ts +422 -0
- package/src/apps/platform/routes/usage.ts +527 -0
- package/src/apps/relay/App.test.ts +457 -8
- package/src/apps/relay/App.ts +120 -12
- package/src/apps/relay/Sponsorships.test.ts +1 -1
- package/src/apps/relay/Sponsorships.ts +2 -1
- package/src/cli/Cli.test.ts +25 -2
- package/src/cli/Cli.ts +17 -2
- package/src/cli/commands/admin.test.ts +83 -0
- package/src/cli/commands/admin.ts +89 -1
- package/src/db/Db.ts +137 -0
- package/src/db/Schema.ts +104 -2
- package/src/db/tables/billingSettings.test.ts +87 -0
- package/src/db/tables/billingSettings.ts +108 -0
- package/src/db/tables/invitations.ts +2 -2
- package/src/db/tables/organizations.test.ts +1 -1
- package/src/db/tables/organizations.ts +15 -5
- package/src/db/tables/projects.ts +2 -2
- package/src/db/tables/requestUsage.ts +231 -0
- package/src/db/tables/sponsoredTransactions.test.ts +108 -1
- package/src/db/tables/sponsoredTransactions.ts +230 -2
- package/src/db/tables/stripeCustomers.test.ts +109 -0
- package/src/db/tables/stripeCustomers.ts +162 -0
- package/src/db/tables/users.ts +2 -2
- package/src/handlers/internal/sponsorship.ts +34 -7
- package/src/handlers/internal/utils.ts +19 -7
- package/src/index.ts +1 -0
- package/src/internal/Auth.test.ts +175 -25
- package/src/internal/Auth.ts +175 -86
- package/src/internal/Cache.ts +5 -1
- package/src/internal/EdgeCache.test.ts +27 -4
- package/src/internal/EdgeCache.ts +47 -9
- package/src/internal/Fees.test.ts +32 -0
- package/src/internal/Fees.ts +51 -0
- package/src/internal/FundingRoutes.ts +583 -0
- package/src/internal/Id.test.ts +17 -0
- package/src/internal/Id.ts +24 -0
- package/src/internal/Log.test.ts +1 -0
- package/src/internal/Log.ts +5 -0
- package/src/internal/OpenApi.ts +12 -1
- package/src/internal/RateLimit.test.ts +84 -0
- package/src/internal/RateLimit.ts +70 -0
- package/src/internal/Response.ts +1 -1
- package/src/internal/Schema.ts +8 -0
- package/src/internal/Webhooks.test.ts +3 -3
- package/src/internal/Webhooks.ts +3 -3
|
@@ -184,9 +184,46 @@ export declare namespace schema {
|
|
|
184
184
|
export declare function transfers(): import("hono/hono-base").HonoBase<App.Environment, {
|
|
185
185
|
"/v1/transfers": {
|
|
186
186
|
$get: {
|
|
187
|
-
output:
|
|
188
|
-
|
|
189
|
-
|
|
187
|
+
output: {
|
|
188
|
+
data: {
|
|
189
|
+
attribution?: string | undefined;
|
|
190
|
+
blockNumber: number;
|
|
191
|
+
destinationToken?: {
|
|
192
|
+
address: `0x${string}`;
|
|
193
|
+
amount: string;
|
|
194
|
+
currency?: string | undefined;
|
|
195
|
+
decimals?: number | undefined;
|
|
196
|
+
logoUri?: string | undefined;
|
|
197
|
+
name?: string | undefined;
|
|
198
|
+
symbol?: string | undefined;
|
|
199
|
+
verified?: boolean | undefined;
|
|
200
|
+
} | undefined;
|
|
201
|
+
id: string;
|
|
202
|
+
logIndex: number;
|
|
203
|
+
memo?: string | undefined;
|
|
204
|
+
recipient: `0x${string}`;
|
|
205
|
+
sender: `0x${string}`;
|
|
206
|
+
sourceToken: {
|
|
207
|
+
address: `0x${string}`;
|
|
208
|
+
amount: string;
|
|
209
|
+
currency?: string | undefined;
|
|
210
|
+
decimals?: number | undefined;
|
|
211
|
+
logoUri?: string | undefined;
|
|
212
|
+
name?: string | undefined;
|
|
213
|
+
symbol?: string | undefined;
|
|
214
|
+
verified?: boolean | undefined;
|
|
215
|
+
};
|
|
216
|
+
timestamp: string;
|
|
217
|
+
transactionHash: `0x${string}`;
|
|
218
|
+
}[];
|
|
219
|
+
meta?: {
|
|
220
|
+
totalCountCapped: boolean;
|
|
221
|
+
totalCount: number;
|
|
222
|
+
} | undefined;
|
|
223
|
+
nextCursor: string | null;
|
|
224
|
+
};
|
|
225
|
+
outputFormat: "json";
|
|
226
|
+
status: 200;
|
|
190
227
|
input: {
|
|
191
228
|
query?: {
|
|
192
229
|
recipient?: string | string[];
|
|
@@ -237,14 +274,14 @@ export declare function transfers(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
237
274
|
} | {
|
|
238
275
|
output: {
|
|
239
276
|
error: {
|
|
240
|
-
code: "
|
|
277
|
+
code: "query_invalid";
|
|
241
278
|
details?: readonly Response.error.Detail[] | undefined;
|
|
242
279
|
message: string;
|
|
243
280
|
};
|
|
244
281
|
requestId: string;
|
|
245
282
|
};
|
|
246
283
|
outputFormat: "json";
|
|
247
|
-
status:
|
|
284
|
+
status: 400;
|
|
248
285
|
input: {
|
|
249
286
|
query?: {
|
|
250
287
|
recipient?: string | string[];
|
|
@@ -266,14 +303,14 @@ export declare function transfers(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
266
303
|
} | {
|
|
267
304
|
output: {
|
|
268
305
|
error: {
|
|
269
|
-
code: "
|
|
306
|
+
code: "api_key_invalid" | "api_key_missing";
|
|
270
307
|
details?: readonly Response.error.Detail[] | undefined;
|
|
271
308
|
message: string;
|
|
272
309
|
};
|
|
273
310
|
requestId: string;
|
|
274
311
|
};
|
|
275
312
|
outputFormat: "json";
|
|
276
|
-
status:
|
|
313
|
+
status: 401;
|
|
277
314
|
input: {
|
|
278
315
|
query?: {
|
|
279
316
|
recipient?: string | string[];
|
|
@@ -293,16 +330,9 @@ export declare function transfers(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
293
330
|
} | undefined;
|
|
294
331
|
};
|
|
295
332
|
} | {
|
|
296
|
-
output:
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
details?: readonly Response.error.Detail[] | undefined;
|
|
300
|
-
message: string;
|
|
301
|
-
};
|
|
302
|
-
requestId: string;
|
|
303
|
-
};
|
|
304
|
-
outputFormat: "json";
|
|
305
|
-
status: 429;
|
|
333
|
+
output: null;
|
|
334
|
+
outputFormat: "body";
|
|
335
|
+
status: 402;
|
|
306
336
|
input: {
|
|
307
337
|
query?: {
|
|
308
338
|
recipient?: string | string[];
|
|
@@ -324,14 +354,14 @@ export declare function transfers(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
324
354
|
} | {
|
|
325
355
|
output: {
|
|
326
356
|
error: {
|
|
327
|
-
code: "
|
|
357
|
+
code: "api_key_forbidden";
|
|
328
358
|
details?: readonly Response.error.Detail[] | undefined;
|
|
329
359
|
message: string;
|
|
330
360
|
};
|
|
331
361
|
requestId: string;
|
|
332
362
|
};
|
|
333
363
|
outputFormat: "json";
|
|
334
|
-
status:
|
|
364
|
+
status: 403;
|
|
335
365
|
input: {
|
|
336
366
|
query?: {
|
|
337
367
|
recipient?: string | string[];
|
|
@@ -352,45 +382,15 @@ export declare function transfers(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
352
382
|
};
|
|
353
383
|
} | {
|
|
354
384
|
output: {
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
currency?: string | undefined;
|
|
362
|
-
decimals?: number | undefined;
|
|
363
|
-
logoUri?: string | undefined;
|
|
364
|
-
name?: string | undefined;
|
|
365
|
-
symbol?: string | undefined;
|
|
366
|
-
verified?: boolean | undefined;
|
|
367
|
-
} | undefined;
|
|
368
|
-
id: string;
|
|
369
|
-
logIndex: number;
|
|
370
|
-
memo?: string | undefined;
|
|
371
|
-
recipient: `0x${string}`;
|
|
372
|
-
sender: `0x${string}`;
|
|
373
|
-
sourceToken: {
|
|
374
|
-
address: `0x${string}`;
|
|
375
|
-
amount: string;
|
|
376
|
-
currency?: string | undefined;
|
|
377
|
-
decimals?: number | undefined;
|
|
378
|
-
logoUri?: string | undefined;
|
|
379
|
-
name?: string | undefined;
|
|
380
|
-
symbol?: string | undefined;
|
|
381
|
-
verified?: boolean | undefined;
|
|
382
|
-
};
|
|
383
|
-
timestamp: string;
|
|
384
|
-
transactionHash: `0x${string}`;
|
|
385
|
-
}[];
|
|
386
|
-
meta?: {
|
|
387
|
-
totalCountCapped: boolean;
|
|
388
|
-
totalCount: number;
|
|
389
|
-
} | undefined;
|
|
390
|
-
nextCursor: string | null;
|
|
385
|
+
error: {
|
|
386
|
+
code: "payment_required" | "rate_limit_exceeded";
|
|
387
|
+
details?: readonly Response.error.Detail[] | undefined;
|
|
388
|
+
message: string;
|
|
389
|
+
};
|
|
390
|
+
requestId: string;
|
|
391
391
|
};
|
|
392
392
|
outputFormat: "json";
|
|
393
|
-
status:
|
|
393
|
+
status: 429;
|
|
394
394
|
input: {
|
|
395
395
|
query?: {
|
|
396
396
|
recipient?: string | string[];
|
|
@@ -101,14 +101,14 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
|
|
|
101
101
|
} | {
|
|
102
102
|
output: {
|
|
103
103
|
error: {
|
|
104
|
-
code: "
|
|
104
|
+
code: "upstream_error";
|
|
105
105
|
details?: readonly Response.error.Detail[] | undefined;
|
|
106
106
|
message: string;
|
|
107
107
|
};
|
|
108
108
|
requestId: string;
|
|
109
109
|
};
|
|
110
110
|
outputFormat: "json";
|
|
111
|
-
status:
|
|
111
|
+
status: 502;
|
|
112
112
|
input: {
|
|
113
113
|
query?: {
|
|
114
114
|
chainId?: string | string[];
|
|
@@ -118,14 +118,14 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
|
|
|
118
118
|
} | {
|
|
119
119
|
output: {
|
|
120
120
|
error: {
|
|
121
|
-
code: "
|
|
121
|
+
code: "api_key_malformed";
|
|
122
122
|
details?: readonly Response.error.Detail[] | undefined;
|
|
123
123
|
message: string;
|
|
124
124
|
};
|
|
125
125
|
requestId: string;
|
|
126
126
|
};
|
|
127
127
|
outputFormat: "json";
|
|
128
|
-
status:
|
|
128
|
+
status: 400;
|
|
129
129
|
input: {
|
|
130
130
|
query?: {
|
|
131
131
|
chainId?: string | string[];
|
|
@@ -135,14 +135,14 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
|
|
|
135
135
|
} | {
|
|
136
136
|
output: {
|
|
137
137
|
error: {
|
|
138
|
-
code: "
|
|
138
|
+
code: "api_key_invalid" | "api_key_missing";
|
|
139
139
|
details?: readonly Response.error.Detail[] | undefined;
|
|
140
140
|
message: string;
|
|
141
141
|
};
|
|
142
142
|
requestId: string;
|
|
143
143
|
};
|
|
144
144
|
outputFormat: "json";
|
|
145
|
-
status:
|
|
145
|
+
status: 401;
|
|
146
146
|
input: {
|
|
147
147
|
query?: {
|
|
148
148
|
chainId?: string | string[];
|
|
@@ -152,14 +152,14 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
|
|
|
152
152
|
} | {
|
|
153
153
|
output: {
|
|
154
154
|
error: {
|
|
155
|
-
code: "
|
|
155
|
+
code: "api_key_forbidden";
|
|
156
156
|
details?: readonly Response.error.Detail[] | undefined;
|
|
157
157
|
message: string;
|
|
158
158
|
};
|
|
159
159
|
requestId: string;
|
|
160
160
|
};
|
|
161
161
|
outputFormat: "json";
|
|
162
|
-
status:
|
|
162
|
+
status: 403;
|
|
163
163
|
input: {
|
|
164
164
|
query?: {
|
|
165
165
|
chainId?: string | string[];
|
|
@@ -169,14 +169,14 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
|
|
|
169
169
|
} | {
|
|
170
170
|
output: {
|
|
171
171
|
error: {
|
|
172
|
-
code: "
|
|
172
|
+
code: "payment_required" | "rate_limit_exceeded";
|
|
173
173
|
details?: readonly Response.error.Detail[] | undefined;
|
|
174
174
|
message: string;
|
|
175
175
|
};
|
|
176
176
|
requestId: string;
|
|
177
177
|
};
|
|
178
178
|
outputFormat: "json";
|
|
179
|
-
status:
|
|
179
|
+
status: 429;
|
|
180
180
|
input: {
|
|
181
181
|
query?: {
|
|
182
182
|
chainId?: string | string[];
|
|
@@ -186,14 +186,14 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
|
|
|
186
186
|
} | {
|
|
187
187
|
output: {
|
|
188
188
|
error: {
|
|
189
|
-
code: "
|
|
189
|
+
code: "query_invalid";
|
|
190
190
|
details?: readonly Response.error.Detail[] | undefined;
|
|
191
191
|
message: string;
|
|
192
192
|
};
|
|
193
193
|
requestId: string;
|
|
194
194
|
};
|
|
195
195
|
outputFormat: "json";
|
|
196
|
-
status:
|
|
196
|
+
status: 400;
|
|
197
197
|
input: {
|
|
198
198
|
query?: {
|
|
199
199
|
chainId?: string | string[];
|
|
@@ -236,14 +236,14 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
|
|
|
236
236
|
} | {
|
|
237
237
|
output: {
|
|
238
238
|
error: {
|
|
239
|
-
code: "
|
|
239
|
+
code: "upstream_error";
|
|
240
240
|
details?: readonly Response.error.Detail[] | undefined;
|
|
241
241
|
message: string;
|
|
242
242
|
};
|
|
243
243
|
requestId: string;
|
|
244
244
|
};
|
|
245
245
|
outputFormat: "json";
|
|
246
|
-
status:
|
|
246
|
+
status: 502;
|
|
247
247
|
input: {
|
|
248
248
|
query?: {
|
|
249
249
|
chainId?: string | string[];
|
|
@@ -252,14 +252,14 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
|
|
|
252
252
|
} | {
|
|
253
253
|
output: {
|
|
254
254
|
error: {
|
|
255
|
-
code: "
|
|
255
|
+
code: "api_key_malformed";
|
|
256
256
|
details?: readonly Response.error.Detail[] | undefined;
|
|
257
257
|
message: string;
|
|
258
258
|
};
|
|
259
259
|
requestId: string;
|
|
260
260
|
};
|
|
261
261
|
outputFormat: "json";
|
|
262
|
-
status:
|
|
262
|
+
status: 400;
|
|
263
263
|
input: {
|
|
264
264
|
query?: {
|
|
265
265
|
chainId?: string | string[];
|
|
@@ -268,14 +268,14 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
|
|
|
268
268
|
} | {
|
|
269
269
|
output: {
|
|
270
270
|
error: {
|
|
271
|
-
code: "
|
|
271
|
+
code: "api_key_invalid" | "api_key_missing";
|
|
272
272
|
details?: readonly Response.error.Detail[] | undefined;
|
|
273
273
|
message: string;
|
|
274
274
|
};
|
|
275
275
|
requestId: string;
|
|
276
276
|
};
|
|
277
277
|
outputFormat: "json";
|
|
278
|
-
status:
|
|
278
|
+
status: 401;
|
|
279
279
|
input: {
|
|
280
280
|
query?: {
|
|
281
281
|
chainId?: string | string[];
|
|
@@ -284,14 +284,14 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
|
|
|
284
284
|
} | {
|
|
285
285
|
output: {
|
|
286
286
|
error: {
|
|
287
|
-
code: "
|
|
287
|
+
code: "api_key_forbidden";
|
|
288
288
|
details?: readonly Response.error.Detail[] | undefined;
|
|
289
289
|
message: string;
|
|
290
290
|
};
|
|
291
291
|
requestId: string;
|
|
292
292
|
};
|
|
293
293
|
outputFormat: "json";
|
|
294
|
-
status:
|
|
294
|
+
status: 403;
|
|
295
295
|
input: {
|
|
296
296
|
query?: {
|
|
297
297
|
chainId?: string | string[];
|
|
@@ -300,14 +300,14 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
|
|
|
300
300
|
} | {
|
|
301
301
|
output: {
|
|
302
302
|
error: {
|
|
303
|
-
code: "
|
|
303
|
+
code: "payment_required" | "rate_limit_exceeded";
|
|
304
304
|
details?: readonly Response.error.Detail[] | undefined;
|
|
305
305
|
message: string;
|
|
306
306
|
};
|
|
307
307
|
requestId: string;
|
|
308
308
|
};
|
|
309
309
|
outputFormat: "json";
|
|
310
|
-
status:
|
|
310
|
+
status: 429;
|
|
311
311
|
input: {
|
|
312
312
|
query?: {
|
|
313
313
|
chainId?: string | string[];
|
|
@@ -316,14 +316,14 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
|
|
|
316
316
|
} | {
|
|
317
317
|
output: {
|
|
318
318
|
error: {
|
|
319
|
-
code: "
|
|
319
|
+
code: "query_invalid";
|
|
320
320
|
details?: readonly Response.error.Detail[] | undefined;
|
|
321
321
|
message: string;
|
|
322
322
|
};
|
|
323
323
|
requestId: string;
|
|
324
324
|
};
|
|
325
325
|
outputFormat: "json";
|
|
326
|
-
status:
|
|
326
|
+
status: 400;
|
|
327
327
|
input: {
|
|
328
328
|
query?: {
|
|
329
329
|
chainId?: string | string[];
|
|
@@ -360,14 +360,14 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
|
|
|
360
360
|
} | {
|
|
361
361
|
output: {
|
|
362
362
|
error: {
|
|
363
|
-
code: "
|
|
363
|
+
code: "upstream_error";
|
|
364
364
|
details?: readonly Response.error.Detail[] | undefined;
|
|
365
365
|
message: string;
|
|
366
366
|
};
|
|
367
367
|
requestId: string;
|
|
368
368
|
};
|
|
369
369
|
outputFormat: "json";
|
|
370
|
-
status:
|
|
370
|
+
status: 502;
|
|
371
371
|
input: {
|
|
372
372
|
param: {
|
|
373
373
|
address: `0x${string}`;
|
|
@@ -380,14 +380,14 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
|
|
|
380
380
|
} | {
|
|
381
381
|
output: {
|
|
382
382
|
error: {
|
|
383
|
-
code: "
|
|
383
|
+
code: "api_key_malformed";
|
|
384
384
|
details?: readonly Response.error.Detail[] | undefined;
|
|
385
385
|
message: string;
|
|
386
386
|
};
|
|
387
387
|
requestId: string;
|
|
388
388
|
};
|
|
389
389
|
outputFormat: "json";
|
|
390
|
-
status:
|
|
390
|
+
status: 400;
|
|
391
391
|
input: {
|
|
392
392
|
param: {
|
|
393
393
|
address: `0x${string}`;
|
|
@@ -400,14 +400,14 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
|
|
|
400
400
|
} | {
|
|
401
401
|
output: {
|
|
402
402
|
error: {
|
|
403
|
-
code: "
|
|
403
|
+
code: "api_key_invalid" | "api_key_missing";
|
|
404
404
|
details?: readonly Response.error.Detail[] | undefined;
|
|
405
405
|
message: string;
|
|
406
406
|
};
|
|
407
407
|
requestId: string;
|
|
408
408
|
};
|
|
409
409
|
outputFormat: "json";
|
|
410
|
-
status:
|
|
410
|
+
status: 401;
|
|
411
411
|
input: {
|
|
412
412
|
param: {
|
|
413
413
|
address: `0x${string}`;
|
|
@@ -420,14 +420,14 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
|
|
|
420
420
|
} | {
|
|
421
421
|
output: {
|
|
422
422
|
error: {
|
|
423
|
-
code: "
|
|
423
|
+
code: "api_key_forbidden";
|
|
424
424
|
details?: readonly Response.error.Detail[] | undefined;
|
|
425
425
|
message: string;
|
|
426
426
|
};
|
|
427
427
|
requestId: string;
|
|
428
428
|
};
|
|
429
429
|
outputFormat: "json";
|
|
430
|
-
status:
|
|
430
|
+
status: 403;
|
|
431
431
|
input: {
|
|
432
432
|
param: {
|
|
433
433
|
address: `0x${string}`;
|
|
@@ -440,14 +440,14 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
|
|
|
440
440
|
} | {
|
|
441
441
|
output: {
|
|
442
442
|
error: {
|
|
443
|
-
code: "
|
|
443
|
+
code: "payment_required" | "rate_limit_exceeded";
|
|
444
444
|
details?: readonly Response.error.Detail[] | undefined;
|
|
445
445
|
message: string;
|
|
446
446
|
};
|
|
447
447
|
requestId: string;
|
|
448
448
|
};
|
|
449
449
|
outputFormat: "json";
|
|
450
|
-
status:
|
|
450
|
+
status: 429;
|
|
451
451
|
input: {
|
|
452
452
|
param: {
|
|
453
453
|
address: `0x${string}`;
|
|
@@ -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: "query_invalid";
|
|
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: 400;
|
|
471
471
|
input: {
|
|
472
472
|
param: {
|
|
473
473
|
address: `0x${string}`;
|