tapimo 0.5.0 → 0.5.1
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 +4879 -4870
- package/dist/App.d.ts.map +1 -1
- package/dist/App.js +20 -2
- package/dist/App.js.map +1 -1
- package/dist/Assets.js +3 -3
- package/dist/Assets.js.map +1 -1
- package/dist/Scope.d.ts.map +1 -1
- package/dist/Scope.js +1 -2
- package/dist/Scope.js.map +1 -1
- package/dist/Webhooks.d.ts +1 -1
- package/dist/Webhooks.d.ts.map +1 -1
- package/dist/Webhooks.js +5 -10
- package/dist/Webhooks.js.map +1 -1
- package/dist/admin/App.d.ts +6 -34
- package/dist/admin/App.d.ts.map +1 -1
- package/dist/admin/apps/api-keys.d.ts +3 -3
- package/dist/admin/apps/api-keys.d.ts.map +1 -1
- package/dist/admin/apps/api-keys.js +4 -1
- package/dist/admin/apps/api-keys.js.map +1 -1
- package/dist/admin/apps/scopes.d.ts +6 -34
- package/dist/admin/apps/scopes.d.ts.map +1 -1
- package/dist/admin/apps/scopes.js +2 -2
- package/dist/admin/apps/scopes.js.map +1 -1
- package/dist/admin/apps/verified-tokens.d.ts +116 -116
- package/dist/admin/ui.generated.d.ts +1 -1
- package/dist/admin/ui.generated.js +33 -33
- package/dist/admin/ui.generated.js.map +1 -1
- package/dist/apps/data/App.d.ts +3199 -3206
- package/dist/apps/data/App.d.ts.map +1 -1
- package/dist/apps/data/App.js +25 -38
- package/dist/apps/data/App.js.map +1 -1
- package/dist/apps/data/FundingQuoteProviders.d.ts +76 -3
- package/dist/apps/data/FundingQuoteProviders.d.ts.map +1 -1
- package/dist/apps/data/FundingQuoteProviders.js +276 -2
- package/dist/apps/data/FundingQuoteProviders.js.map +1 -1
- package/dist/apps/data/routes/activities.d.ts +245 -245
- package/dist/apps/data/routes/addresses.d.ts +206 -206
- package/dist/apps/data/routes/balances.d.ts +46 -46
- package/dist/apps/data/routes/blocks.d.ts +123 -123
- package/dist/apps/data/routes/coingecko.d.ts +169 -169
- package/dist/apps/data/routes/funding.d.ts +230 -146
- package/dist/apps/data/routes/funding.d.ts.map +1 -1
- package/dist/apps/data/routes/funding.js +23 -12
- package/dist/apps/data/routes/funding.js.map +1 -1
- package/dist/apps/data/routes/indexer.d.ts +34 -34
- package/dist/apps/data/routes/indexer.d.ts.map +1 -1
- package/dist/apps/data/routes/indexer.js +9 -2
- package/dist/apps/data/routes/indexer.js.map +1 -1
- package/dist/apps/data/routes/receipts.d.ts +228 -228
- package/dist/apps/data/routes/tokenlist.d.ts +36 -36
- 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/management/App.d.ts +1042 -1042
- package/dist/apps/management/routes/api-keys.d.ts +120 -120
- package/dist/apps/management/routes/billing.d.ts +211 -211
- package/dist/apps/management/routes/invitations.d.ts +132 -132
- package/dist/apps/management/routes/invite-links.d.ts +62 -62
- package/dist/apps/management/routes/me.d.ts +17 -17
- package/dist/apps/management/routes/members.d.ts +80 -80
- package/dist/apps/management/routes/orgs.d.ts +96 -96
- package/dist/apps/management/routes/projects.d.ts +61 -61
- package/dist/apps/management/routes/scopes.d.ts +11 -11
- package/dist/apps/management/routes/usage.d.ts +79 -79
- package/dist/apps/mcp.js +2 -2
- package/dist/apps/mcp.js.map +1 -1
- package/dist/apps/relay/App.d.ts +2 -2
- package/dist/apps/relay/App.js +2 -2
- package/dist/db/tables/sponsoredTransactions.d.ts.map +1 -1
- package/dist/db/tables/sponsoredTransactions.js +6 -2
- package/dist/db/tables/sponsoredTransactions.js.map +1 -1
- package/dist/internal/Auth.d.ts.map +1 -1
- package/dist/internal/Auth.js +8 -0
- package/dist/internal/Auth.js.map +1 -1
- package/dist/internal/FundingQuotes.d.ts +170 -56
- package/dist/internal/FundingQuotes.d.ts.map +1 -1
- package/dist/internal/FundingQuotes.js +91 -5
- package/dist/internal/FundingQuotes.js.map +1 -1
- package/dist/internal/Log.d.ts +18 -12
- package/dist/internal/Log.d.ts.map +1 -1
- package/dist/internal/Log.js +2 -0
- package/dist/internal/Log.js.map +1 -1
- package/dist/internal/Tidx.d.ts +9 -3
- package/dist/internal/Tidx.d.ts.map +1 -1
- package/dist/internal/Tidx.js +13 -7
- package/dist/internal/Tidx.js.map +1 -1
- package/dist/internal/Viem.d.ts +14 -1
- package/dist/internal/Viem.d.ts.map +1 -1
- package/dist/internal/Viem.js +19 -1
- package/dist/internal/Viem.js.map +1 -1
- package/package.json +2 -2
- package/src/ApiKeys.test.ts +2 -0
- package/src/App.test.ts +13 -2
- package/src/App.ts +31 -5
- package/src/Assets.ts +3 -3
- package/src/Client.test-d.ts +3 -2
- package/src/Scope.ts +4 -2
- package/src/Webhooks.ts +5 -10
- package/src/admin/apps/api-keys.test.ts +27 -0
- package/src/admin/apps/api-keys.ts +8 -1
- package/src/admin/apps/scopes.test.ts +7 -2
- package/src/admin/apps/scopes.ts +2 -2
- package/src/admin/ui/src/components/Dialog.tsx +8 -2
- package/src/admin/ui/src/lib/scopes.test.ts +19 -0
- package/src/admin/ui/src/lib/scopes.ts +12 -0
- package/src/admin/ui/src/routes/api-keys.tsx +128 -27
- package/src/admin/ui.generated.ts +33 -33
- package/src/apps/composition.test.ts +77 -0
- package/src/apps/data/App.ts +25 -45
- package/src/apps/data/FundingQuoteProviders.test.ts +431 -5
- package/src/apps/data/FundingQuoteProviders.ts +386 -4
- package/src/apps/data/routes/funding.test.ts +174 -7
- package/src/apps/data/routes/funding.ts +27 -12
- package/src/apps/data/routes/indexer.test.ts +82 -20
- package/src/apps/data/routes/indexer.ts +8 -2
- package/src/apps/management/Billing.test.ts +2 -2
- package/src/apps/mcp.test.ts +18 -0
- package/src/apps/mcp.ts +2 -2
- package/src/apps/relay/App.test.ts +6 -5
- package/src/apps/relay/App.ts +2 -2
- package/src/apps/relay/Sponsorships.test.ts +2 -2
- package/src/db/Db.test.ts +5 -5
- package/src/db/tables/billingSettings.test.ts +2 -2
- package/src/db/tables/organizations.test.ts +2 -2
- package/src/db/tables/sponsoredTransactions.test.ts +19 -2
- package/src/db/tables/sponsoredTransactions.ts +21 -14
- package/src/db/tables/stripeCustomers.test.ts +2 -2
- package/src/internal/Auth.ts +10 -0
- package/src/internal/FundingQuotes.test.ts +97 -3
- package/src/internal/FundingQuotes.ts +104 -6
- package/src/internal/Log.ts +21 -14
- package/src/internal/Tidx.test.ts +48 -0
- package/src/internal/Tidx.ts +21 -7
- package/src/internal/Viem.test.ts +46 -0
- package/src/internal/Viem.ts +34 -1
|
@@ -15,6 +15,167 @@ import type * as App from '../../../App.js';
|
|
|
15
15
|
export declare function addresses(): import("hono/hono-base").HonoBase<App.Environment, import("hono/types").BlankSchema | import("hono/types").MergeSchemaPath<{
|
|
16
16
|
"/v1/addresses/:address/activities": {
|
|
17
17
|
$get: {
|
|
18
|
+
output: null;
|
|
19
|
+
outputFormat: "body";
|
|
20
|
+
status: 402;
|
|
21
|
+
input: {
|
|
22
|
+
param: {
|
|
23
|
+
address: `0x${string}`;
|
|
24
|
+
};
|
|
25
|
+
} & {
|
|
26
|
+
query?: {
|
|
27
|
+
chainId?: string | string[];
|
|
28
|
+
cursor?: string | string[];
|
|
29
|
+
group?: string | string[];
|
|
30
|
+
limit?: string | string[];
|
|
31
|
+
logs?: string | string[];
|
|
32
|
+
} | undefined;
|
|
33
|
+
};
|
|
34
|
+
} | {
|
|
35
|
+
output: {
|
|
36
|
+
error: {
|
|
37
|
+
code: "api_key_malformed";
|
|
38
|
+
details?: readonly import("../../../internal/Response.js").error.Detail[] | undefined;
|
|
39
|
+
message: string;
|
|
40
|
+
};
|
|
41
|
+
requestId: string;
|
|
42
|
+
};
|
|
43
|
+
outputFormat: "json";
|
|
44
|
+
status: 400;
|
|
45
|
+
input: {
|
|
46
|
+
param: {
|
|
47
|
+
address: `0x${string}`;
|
|
48
|
+
};
|
|
49
|
+
} & {
|
|
50
|
+
query?: {
|
|
51
|
+
chainId?: string | string[];
|
|
52
|
+
cursor?: string | string[];
|
|
53
|
+
group?: string | string[];
|
|
54
|
+
limit?: string | string[];
|
|
55
|
+
logs?: string | string[];
|
|
56
|
+
} | undefined;
|
|
57
|
+
};
|
|
58
|
+
} | {
|
|
59
|
+
output: {
|
|
60
|
+
error: {
|
|
61
|
+
code: "api_key_invalid" | "api_key_missing";
|
|
62
|
+
details?: readonly import("../../../internal/Response.js").error.Detail[] | undefined;
|
|
63
|
+
message: string;
|
|
64
|
+
};
|
|
65
|
+
requestId: string;
|
|
66
|
+
};
|
|
67
|
+
outputFormat: "json";
|
|
68
|
+
status: 401;
|
|
69
|
+
input: {
|
|
70
|
+
param: {
|
|
71
|
+
address: `0x${string}`;
|
|
72
|
+
};
|
|
73
|
+
} & {
|
|
74
|
+
query?: {
|
|
75
|
+
chainId?: string | string[];
|
|
76
|
+
cursor?: string | string[];
|
|
77
|
+
group?: string | string[];
|
|
78
|
+
limit?: string | string[];
|
|
79
|
+
logs?: string | string[];
|
|
80
|
+
} | undefined;
|
|
81
|
+
};
|
|
82
|
+
} | {
|
|
83
|
+
output: {
|
|
84
|
+
error: {
|
|
85
|
+
code: "api_key_forbidden";
|
|
86
|
+
details?: readonly import("../../../internal/Response.js").error.Detail[] | undefined;
|
|
87
|
+
message: string;
|
|
88
|
+
};
|
|
89
|
+
requestId: string;
|
|
90
|
+
};
|
|
91
|
+
outputFormat: "json";
|
|
92
|
+
status: 403;
|
|
93
|
+
input: {
|
|
94
|
+
param: {
|
|
95
|
+
address: `0x${string}`;
|
|
96
|
+
};
|
|
97
|
+
} & {
|
|
98
|
+
query?: {
|
|
99
|
+
chainId?: string | string[];
|
|
100
|
+
cursor?: string | string[];
|
|
101
|
+
group?: string | string[];
|
|
102
|
+
limit?: string | string[];
|
|
103
|
+
logs?: string | string[];
|
|
104
|
+
} | undefined;
|
|
105
|
+
};
|
|
106
|
+
} | {
|
|
107
|
+
output: {
|
|
108
|
+
error: {
|
|
109
|
+
code: "payment_required" | "rate_limit_exceeded";
|
|
110
|
+
details?: readonly import("../../../internal/Response.js").error.Detail[] | undefined;
|
|
111
|
+
message: string;
|
|
112
|
+
};
|
|
113
|
+
requestId: string;
|
|
114
|
+
};
|
|
115
|
+
outputFormat: "json";
|
|
116
|
+
status: 429;
|
|
117
|
+
input: {
|
|
118
|
+
param: {
|
|
119
|
+
address: `0x${string}`;
|
|
120
|
+
};
|
|
121
|
+
} & {
|
|
122
|
+
query?: {
|
|
123
|
+
chainId?: string | string[];
|
|
124
|
+
cursor?: string | string[];
|
|
125
|
+
group?: string | string[];
|
|
126
|
+
limit?: string | string[];
|
|
127
|
+
logs?: string | string[];
|
|
128
|
+
} | undefined;
|
|
129
|
+
};
|
|
130
|
+
} | {
|
|
131
|
+
output: {
|
|
132
|
+
error: {
|
|
133
|
+
code: "address_invalid";
|
|
134
|
+
details?: readonly import("../../../internal/Response.js").error.Detail[] | undefined;
|
|
135
|
+
message: string;
|
|
136
|
+
};
|
|
137
|
+
requestId: string;
|
|
138
|
+
};
|
|
139
|
+
outputFormat: "json";
|
|
140
|
+
status: 400;
|
|
141
|
+
input: {
|
|
142
|
+
param: {
|
|
143
|
+
address: `0x${string}`;
|
|
144
|
+
};
|
|
145
|
+
} & {
|
|
146
|
+
query?: {
|
|
147
|
+
chainId?: string | string[];
|
|
148
|
+
cursor?: string | string[];
|
|
149
|
+
group?: string | string[];
|
|
150
|
+
limit?: string | string[];
|
|
151
|
+
logs?: string | string[];
|
|
152
|
+
} | undefined;
|
|
153
|
+
};
|
|
154
|
+
} | {
|
|
155
|
+
output: {
|
|
156
|
+
error: {
|
|
157
|
+
code: "query_invalid";
|
|
158
|
+
details?: readonly import("../../../internal/Response.js").error.Detail[] | undefined;
|
|
159
|
+
message: string;
|
|
160
|
+
};
|
|
161
|
+
requestId: string;
|
|
162
|
+
};
|
|
163
|
+
outputFormat: "json";
|
|
164
|
+
status: 400;
|
|
165
|
+
input: {
|
|
166
|
+
param: {
|
|
167
|
+
address: `0x${string}`;
|
|
168
|
+
};
|
|
169
|
+
} & {
|
|
170
|
+
query?: {
|
|
171
|
+
chainId?: string | string[];
|
|
172
|
+
cursor?: string | string[];
|
|
173
|
+
group?: string | string[];
|
|
174
|
+
limit?: string | string[];
|
|
175
|
+
logs?: string | string[];
|
|
176
|
+
} | undefined;
|
|
177
|
+
};
|
|
178
|
+
} | {
|
|
18
179
|
output: {
|
|
19
180
|
data: ({
|
|
20
181
|
perspective: "incoming" | "outgoing";
|
|
@@ -3216,167 +3377,6 @@ export declare function addresses(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
3216
3377
|
logs?: string | string[];
|
|
3217
3378
|
} | undefined;
|
|
3218
3379
|
};
|
|
3219
|
-
} | {
|
|
3220
|
-
output: {
|
|
3221
|
-
error: {
|
|
3222
|
-
code: "api_key_malformed";
|
|
3223
|
-
details?: readonly import("../../../internal/Response.js").error.Detail[] | undefined;
|
|
3224
|
-
message: string;
|
|
3225
|
-
};
|
|
3226
|
-
requestId: string;
|
|
3227
|
-
};
|
|
3228
|
-
outputFormat: "json";
|
|
3229
|
-
status: 400;
|
|
3230
|
-
input: {
|
|
3231
|
-
param: {
|
|
3232
|
-
address: `0x${string}`;
|
|
3233
|
-
};
|
|
3234
|
-
} & {
|
|
3235
|
-
query?: {
|
|
3236
|
-
chainId?: string | string[];
|
|
3237
|
-
cursor?: string | string[];
|
|
3238
|
-
group?: string | string[];
|
|
3239
|
-
limit?: string | string[];
|
|
3240
|
-
logs?: string | string[];
|
|
3241
|
-
} | undefined;
|
|
3242
|
-
};
|
|
3243
|
-
} | {
|
|
3244
|
-
output: {
|
|
3245
|
-
error: {
|
|
3246
|
-
code: "address_invalid";
|
|
3247
|
-
details?: readonly import("../../../internal/Response.js").error.Detail[] | undefined;
|
|
3248
|
-
message: string;
|
|
3249
|
-
};
|
|
3250
|
-
requestId: string;
|
|
3251
|
-
};
|
|
3252
|
-
outputFormat: "json";
|
|
3253
|
-
status: 400;
|
|
3254
|
-
input: {
|
|
3255
|
-
param: {
|
|
3256
|
-
address: `0x${string}`;
|
|
3257
|
-
};
|
|
3258
|
-
} & {
|
|
3259
|
-
query?: {
|
|
3260
|
-
chainId?: string | string[];
|
|
3261
|
-
cursor?: string | string[];
|
|
3262
|
-
group?: string | string[];
|
|
3263
|
-
limit?: string | string[];
|
|
3264
|
-
logs?: string | string[];
|
|
3265
|
-
} | undefined;
|
|
3266
|
-
};
|
|
3267
|
-
} | {
|
|
3268
|
-
output: {
|
|
3269
|
-
error: {
|
|
3270
|
-
code: "query_invalid";
|
|
3271
|
-
details?: readonly import("../../../internal/Response.js").error.Detail[] | undefined;
|
|
3272
|
-
message: string;
|
|
3273
|
-
};
|
|
3274
|
-
requestId: string;
|
|
3275
|
-
};
|
|
3276
|
-
outputFormat: "json";
|
|
3277
|
-
status: 400;
|
|
3278
|
-
input: {
|
|
3279
|
-
param: {
|
|
3280
|
-
address: `0x${string}`;
|
|
3281
|
-
};
|
|
3282
|
-
} & {
|
|
3283
|
-
query?: {
|
|
3284
|
-
chainId?: string | string[];
|
|
3285
|
-
cursor?: string | string[];
|
|
3286
|
-
group?: string | string[];
|
|
3287
|
-
limit?: string | string[];
|
|
3288
|
-
logs?: string | string[];
|
|
3289
|
-
} | undefined;
|
|
3290
|
-
};
|
|
3291
|
-
} | {
|
|
3292
|
-
output: {
|
|
3293
|
-
error: {
|
|
3294
|
-
code: "api_key_invalid" | "api_key_missing";
|
|
3295
|
-
details?: readonly import("../../../internal/Response.js").error.Detail[] | undefined;
|
|
3296
|
-
message: string;
|
|
3297
|
-
};
|
|
3298
|
-
requestId: string;
|
|
3299
|
-
};
|
|
3300
|
-
outputFormat: "json";
|
|
3301
|
-
status: 401;
|
|
3302
|
-
input: {
|
|
3303
|
-
param: {
|
|
3304
|
-
address: `0x${string}`;
|
|
3305
|
-
};
|
|
3306
|
-
} & {
|
|
3307
|
-
query?: {
|
|
3308
|
-
chainId?: string | string[];
|
|
3309
|
-
cursor?: string | string[];
|
|
3310
|
-
group?: string | string[];
|
|
3311
|
-
limit?: string | string[];
|
|
3312
|
-
logs?: string | string[];
|
|
3313
|
-
} | undefined;
|
|
3314
|
-
};
|
|
3315
|
-
} | {
|
|
3316
|
-
output: null;
|
|
3317
|
-
outputFormat: "body";
|
|
3318
|
-
status: 402;
|
|
3319
|
-
input: {
|
|
3320
|
-
param: {
|
|
3321
|
-
address: `0x${string}`;
|
|
3322
|
-
};
|
|
3323
|
-
} & {
|
|
3324
|
-
query?: {
|
|
3325
|
-
chainId?: string | string[];
|
|
3326
|
-
cursor?: string | string[];
|
|
3327
|
-
group?: string | string[];
|
|
3328
|
-
limit?: string | string[];
|
|
3329
|
-
logs?: string | string[];
|
|
3330
|
-
} | undefined;
|
|
3331
|
-
};
|
|
3332
|
-
} | {
|
|
3333
|
-
output: {
|
|
3334
|
-
error: {
|
|
3335
|
-
code: "api_key_forbidden";
|
|
3336
|
-
details?: readonly import("../../../internal/Response.js").error.Detail[] | undefined;
|
|
3337
|
-
message: string;
|
|
3338
|
-
};
|
|
3339
|
-
requestId: string;
|
|
3340
|
-
};
|
|
3341
|
-
outputFormat: "json";
|
|
3342
|
-
status: 403;
|
|
3343
|
-
input: {
|
|
3344
|
-
param: {
|
|
3345
|
-
address: `0x${string}`;
|
|
3346
|
-
};
|
|
3347
|
-
} & {
|
|
3348
|
-
query?: {
|
|
3349
|
-
chainId?: string | string[];
|
|
3350
|
-
cursor?: string | string[];
|
|
3351
|
-
group?: string | string[];
|
|
3352
|
-
limit?: string | string[];
|
|
3353
|
-
logs?: string | string[];
|
|
3354
|
-
} | undefined;
|
|
3355
|
-
};
|
|
3356
|
-
} | {
|
|
3357
|
-
output: {
|
|
3358
|
-
error: {
|
|
3359
|
-
code: "payment_required" | "rate_limit_exceeded";
|
|
3360
|
-
details?: readonly import("../../../internal/Response.js").error.Detail[] | undefined;
|
|
3361
|
-
message: string;
|
|
3362
|
-
};
|
|
3363
|
-
requestId: string;
|
|
3364
|
-
};
|
|
3365
|
-
outputFormat: "json";
|
|
3366
|
-
status: 429;
|
|
3367
|
-
input: {
|
|
3368
|
-
param: {
|
|
3369
|
-
address: `0x${string}`;
|
|
3370
|
-
};
|
|
3371
|
-
} & {
|
|
3372
|
-
query?: {
|
|
3373
|
-
chainId?: string | string[];
|
|
3374
|
-
cursor?: string | string[];
|
|
3375
|
-
group?: string | string[];
|
|
3376
|
-
limit?: string | string[];
|
|
3377
|
-
logs?: string | string[];
|
|
3378
|
-
} | undefined;
|
|
3379
|
-
};
|
|
3380
3380
|
} | {
|
|
3381
3381
|
output: {
|
|
3382
3382
|
error: {
|
|
@@ -3406,31 +3406,9 @@ export declare function addresses(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
3406
3406
|
}, "/"> | import("hono/types").MergeSchemaPath<{
|
|
3407
3407
|
"/v1/addresses/:address/balances": {
|
|
3408
3408
|
$get: {
|
|
3409
|
-
output:
|
|
3410
|
-
|
|
3411
|
-
|
|
3412
|
-
formatted: string;
|
|
3413
|
-
id: string;
|
|
3414
|
-
feeEligible?: boolean | undefined;
|
|
3415
|
-
token: {
|
|
3416
|
-
address: `0x${string}`;
|
|
3417
|
-
currency: string;
|
|
3418
|
-
decimals: number;
|
|
3419
|
-
id: string;
|
|
3420
|
-
logoUri?: string | undefined;
|
|
3421
|
-
name: string;
|
|
3422
|
-
symbol: string;
|
|
3423
|
-
verified: boolean;
|
|
3424
|
-
};
|
|
3425
|
-
}[];
|
|
3426
|
-
meta?: {
|
|
3427
|
-
totalCountCapped: boolean;
|
|
3428
|
-
totalCount: number;
|
|
3429
|
-
} | undefined;
|
|
3430
|
-
nextCursor: string | null;
|
|
3431
|
-
};
|
|
3432
|
-
outputFormat: "json";
|
|
3433
|
-
status: 200;
|
|
3409
|
+
output: null;
|
|
3410
|
+
outputFormat: "body";
|
|
3411
|
+
status: 402;
|
|
3434
3412
|
input: {
|
|
3435
3413
|
param: {
|
|
3436
3414
|
address: `0x${string}`;
|
|
@@ -3477,14 +3455,14 @@ export declare function addresses(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
3477
3455
|
} | {
|
|
3478
3456
|
output: {
|
|
3479
3457
|
error: {
|
|
3480
|
-
code: "
|
|
3458
|
+
code: "api_key_invalid" | "api_key_missing";
|
|
3481
3459
|
details?: readonly import("../../../internal/Response.js").error.Detail[] | undefined;
|
|
3482
3460
|
message: string;
|
|
3483
3461
|
};
|
|
3484
3462
|
requestId: string;
|
|
3485
3463
|
};
|
|
3486
3464
|
outputFormat: "json";
|
|
3487
|
-
status:
|
|
3465
|
+
status: 401;
|
|
3488
3466
|
input: {
|
|
3489
3467
|
param: {
|
|
3490
3468
|
address: `0x${string}`;
|
|
@@ -3504,14 +3482,14 @@ export declare function addresses(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
3504
3482
|
} | {
|
|
3505
3483
|
output: {
|
|
3506
3484
|
error: {
|
|
3507
|
-
code: "
|
|
3485
|
+
code: "api_key_forbidden";
|
|
3508
3486
|
details?: readonly import("../../../internal/Response.js").error.Detail[] | undefined;
|
|
3509
3487
|
message: string;
|
|
3510
3488
|
};
|
|
3511
3489
|
requestId: string;
|
|
3512
3490
|
};
|
|
3513
3491
|
outputFormat: "json";
|
|
3514
|
-
status:
|
|
3492
|
+
status: 403;
|
|
3515
3493
|
input: {
|
|
3516
3494
|
param: {
|
|
3517
3495
|
address: `0x${string}`;
|
|
@@ -3531,14 +3509,14 @@ export declare function addresses(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
3531
3509
|
} | {
|
|
3532
3510
|
output: {
|
|
3533
3511
|
error: {
|
|
3534
|
-
code: "
|
|
3512
|
+
code: "payment_required" | "rate_limit_exceeded";
|
|
3535
3513
|
details?: readonly import("../../../internal/Response.js").error.Detail[] | undefined;
|
|
3536
3514
|
message: string;
|
|
3537
3515
|
};
|
|
3538
3516
|
requestId: string;
|
|
3539
3517
|
};
|
|
3540
3518
|
outputFormat: "json";
|
|
3541
|
-
status:
|
|
3519
|
+
status: 429;
|
|
3542
3520
|
input: {
|
|
3543
3521
|
param: {
|
|
3544
3522
|
address: `0x${string}`;
|
|
@@ -3556,9 +3534,16 @@ export declare function addresses(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
3556
3534
|
} | undefined;
|
|
3557
3535
|
};
|
|
3558
3536
|
} | {
|
|
3559
|
-
output:
|
|
3560
|
-
|
|
3561
|
-
|
|
3537
|
+
output: {
|
|
3538
|
+
error: {
|
|
3539
|
+
code: "address_invalid";
|
|
3540
|
+
details?: readonly import("../../../internal/Response.js").error.Detail[] | undefined;
|
|
3541
|
+
message: string;
|
|
3542
|
+
};
|
|
3543
|
+
requestId: string;
|
|
3544
|
+
};
|
|
3545
|
+
outputFormat: "json";
|
|
3546
|
+
status: 400;
|
|
3562
3547
|
input: {
|
|
3563
3548
|
param: {
|
|
3564
3549
|
address: `0x${string}`;
|
|
@@ -3578,14 +3563,14 @@ export declare function addresses(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
3578
3563
|
} | {
|
|
3579
3564
|
output: {
|
|
3580
3565
|
error: {
|
|
3581
|
-
code: "
|
|
3566
|
+
code: "query_invalid";
|
|
3582
3567
|
details?: readonly import("../../../internal/Response.js").error.Detail[] | undefined;
|
|
3583
3568
|
message: string;
|
|
3584
3569
|
};
|
|
3585
3570
|
requestId: string;
|
|
3586
3571
|
};
|
|
3587
3572
|
outputFormat: "json";
|
|
3588
|
-
status:
|
|
3573
|
+
status: 400;
|
|
3589
3574
|
input: {
|
|
3590
3575
|
param: {
|
|
3591
3576
|
address: `0x${string}`;
|
|
@@ -3605,14 +3590,14 @@ export declare function addresses(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
3605
3590
|
} | {
|
|
3606
3591
|
output: {
|
|
3607
3592
|
error: {
|
|
3608
|
-
code: "
|
|
3593
|
+
code: "upstream_error";
|
|
3609
3594
|
details?: readonly import("../../../internal/Response.js").error.Detail[] | undefined;
|
|
3610
3595
|
message: string;
|
|
3611
3596
|
};
|
|
3612
3597
|
requestId: string;
|
|
3613
3598
|
};
|
|
3614
3599
|
outputFormat: "json";
|
|
3615
|
-
status:
|
|
3600
|
+
status: 502;
|
|
3616
3601
|
input: {
|
|
3617
3602
|
param: {
|
|
3618
3603
|
address: `0x${string}`;
|
|
@@ -3631,15 +3616,30 @@ export declare function addresses(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
3631
3616
|
};
|
|
3632
3617
|
} | {
|
|
3633
3618
|
output: {
|
|
3634
|
-
|
|
3635
|
-
|
|
3636
|
-
|
|
3637
|
-
|
|
3638
|
-
|
|
3639
|
-
|
|
3619
|
+
data: {
|
|
3620
|
+
amount: string;
|
|
3621
|
+
formatted: string;
|
|
3622
|
+
id: string;
|
|
3623
|
+
feeEligible?: boolean | undefined;
|
|
3624
|
+
token: {
|
|
3625
|
+
address: `0x${string}`;
|
|
3626
|
+
currency: string;
|
|
3627
|
+
decimals: number;
|
|
3628
|
+
id: string;
|
|
3629
|
+
logoUri?: string | undefined;
|
|
3630
|
+
name: string;
|
|
3631
|
+
symbol: string;
|
|
3632
|
+
verified: boolean;
|
|
3633
|
+
};
|
|
3634
|
+
}[];
|
|
3635
|
+
meta?: {
|
|
3636
|
+
totalCountCapped: boolean;
|
|
3637
|
+
totalCount: number;
|
|
3638
|
+
} | undefined;
|
|
3639
|
+
nextCursor: string | null;
|
|
3640
3640
|
};
|
|
3641
3641
|
outputFormat: "json";
|
|
3642
|
-
status:
|
|
3642
|
+
status: 200;
|
|
3643
3643
|
input: {
|
|
3644
3644
|
param: {
|
|
3645
3645
|
address: `0x${string}`;
|
|
@@ -86,9 +86,31 @@ export declare namespace schema {
|
|
|
86
86
|
export declare function addresses(): import("hono/hono-base").HonoBase<App.Environment, {
|
|
87
87
|
"/v1/addresses/:address/balances": {
|
|
88
88
|
$get: {
|
|
89
|
-
output:
|
|
90
|
-
|
|
91
|
-
|
|
89
|
+
output: {
|
|
90
|
+
data: {
|
|
91
|
+
amount: string;
|
|
92
|
+
formatted: string;
|
|
93
|
+
id: string;
|
|
94
|
+
feeEligible?: boolean | undefined;
|
|
95
|
+
token: {
|
|
96
|
+
address: `0x${string}`;
|
|
97
|
+
currency: string;
|
|
98
|
+
decimals: number;
|
|
99
|
+
id: string;
|
|
100
|
+
logoUri?: string | undefined;
|
|
101
|
+
name: string;
|
|
102
|
+
symbol: string;
|
|
103
|
+
verified: boolean;
|
|
104
|
+
};
|
|
105
|
+
}[];
|
|
106
|
+
meta?: {
|
|
107
|
+
totalCountCapped: boolean;
|
|
108
|
+
totalCount: number;
|
|
109
|
+
} | undefined;
|
|
110
|
+
nextCursor: string | null;
|
|
111
|
+
};
|
|
112
|
+
outputFormat: "json";
|
|
113
|
+
status: 200;
|
|
92
114
|
input: {
|
|
93
115
|
param: {
|
|
94
116
|
address: `0x${string}`;
|
|
@@ -108,14 +130,14 @@ export declare function addresses(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
108
130
|
} | {
|
|
109
131
|
output: {
|
|
110
132
|
error: {
|
|
111
|
-
code: "
|
|
133
|
+
code: "api_key_malformed";
|
|
112
134
|
details?: readonly Response.error.Detail[] | undefined;
|
|
113
135
|
message: string;
|
|
114
136
|
};
|
|
115
137
|
requestId: string;
|
|
116
138
|
};
|
|
117
139
|
outputFormat: "json";
|
|
118
|
-
status:
|
|
140
|
+
status: 400;
|
|
119
141
|
input: {
|
|
120
142
|
param: {
|
|
121
143
|
address: `0x${string}`;
|
|
@@ -135,7 +157,7 @@ export declare function addresses(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
135
157
|
} | {
|
|
136
158
|
output: {
|
|
137
159
|
error: {
|
|
138
|
-
code: "
|
|
160
|
+
code: "query_invalid";
|
|
139
161
|
details?: readonly Response.error.Detail[] | undefined;
|
|
140
162
|
message: string;
|
|
141
163
|
};
|
|
@@ -162,14 +184,14 @@ export declare function addresses(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
162
184
|
} | {
|
|
163
185
|
output: {
|
|
164
186
|
error: {
|
|
165
|
-
code: "
|
|
187
|
+
code: "address_invalid";
|
|
166
188
|
details?: readonly Response.error.Detail[] | undefined;
|
|
167
189
|
message: string;
|
|
168
190
|
};
|
|
169
191
|
requestId: string;
|
|
170
192
|
};
|
|
171
193
|
outputFormat: "json";
|
|
172
|
-
status:
|
|
194
|
+
status: 400;
|
|
173
195
|
input: {
|
|
174
196
|
param: {
|
|
175
197
|
address: `0x${string}`;
|
|
@@ -189,14 +211,14 @@ export declare function addresses(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
189
211
|
} | {
|
|
190
212
|
output: {
|
|
191
213
|
error: {
|
|
192
|
-
code: "
|
|
214
|
+
code: "api_key_invalid" | "api_key_missing";
|
|
193
215
|
details?: readonly Response.error.Detail[] | undefined;
|
|
194
216
|
message: string;
|
|
195
217
|
};
|
|
196
218
|
requestId: string;
|
|
197
219
|
};
|
|
198
220
|
outputFormat: "json";
|
|
199
|
-
status:
|
|
221
|
+
status: 401;
|
|
200
222
|
input: {
|
|
201
223
|
param: {
|
|
202
224
|
address: `0x${string}`;
|
|
@@ -214,16 +236,9 @@ export declare function addresses(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
214
236
|
} | undefined;
|
|
215
237
|
};
|
|
216
238
|
} | {
|
|
217
|
-
output:
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
details?: readonly Response.error.Detail[] | undefined;
|
|
221
|
-
message: string;
|
|
222
|
-
};
|
|
223
|
-
requestId: string;
|
|
224
|
-
};
|
|
225
|
-
outputFormat: "json";
|
|
226
|
-
status: 429;
|
|
239
|
+
output: null;
|
|
240
|
+
outputFormat: "body";
|
|
241
|
+
status: 402;
|
|
227
242
|
input: {
|
|
228
243
|
param: {
|
|
229
244
|
address: `0x${string}`;
|
|
@@ -243,14 +258,14 @@ export declare function addresses(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
243
258
|
} | {
|
|
244
259
|
output: {
|
|
245
260
|
error: {
|
|
246
|
-
code: "
|
|
261
|
+
code: "api_key_forbidden";
|
|
247
262
|
details?: readonly Response.error.Detail[] | undefined;
|
|
248
263
|
message: string;
|
|
249
264
|
};
|
|
250
265
|
requestId: string;
|
|
251
266
|
};
|
|
252
267
|
outputFormat: "json";
|
|
253
|
-
status:
|
|
268
|
+
status: 403;
|
|
254
269
|
input: {
|
|
255
270
|
param: {
|
|
256
271
|
address: `0x${string}`;
|
|
@@ -270,14 +285,14 @@ export declare function addresses(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
270
285
|
} | {
|
|
271
286
|
output: {
|
|
272
287
|
error: {
|
|
273
|
-
code: "
|
|
288
|
+
code: "payment_required" | "rate_limit_exceeded";
|
|
274
289
|
details?: readonly Response.error.Detail[] | undefined;
|
|
275
290
|
message: string;
|
|
276
291
|
};
|
|
277
292
|
requestId: string;
|
|
278
293
|
};
|
|
279
294
|
outputFormat: "json";
|
|
280
|
-
status:
|
|
295
|
+
status: 429;
|
|
281
296
|
input: {
|
|
282
297
|
param: {
|
|
283
298
|
address: `0x${string}`;
|
|
@@ -296,30 +311,15 @@ export declare function addresses(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
296
311
|
};
|
|
297
312
|
} | {
|
|
298
313
|
output: {
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
address: `0x${string}`;
|
|
306
|
-
currency: string;
|
|
307
|
-
decimals: number;
|
|
308
|
-
id: string;
|
|
309
|
-
logoUri?: string | undefined;
|
|
310
|
-
name: string;
|
|
311
|
-
symbol: string;
|
|
312
|
-
verified: boolean;
|
|
313
|
-
};
|
|
314
|
-
}[];
|
|
315
|
-
meta?: {
|
|
316
|
-
totalCountCapped: boolean;
|
|
317
|
-
totalCount: number;
|
|
318
|
-
} | undefined;
|
|
319
|
-
nextCursor: string | null;
|
|
314
|
+
error: {
|
|
315
|
+
code: "upstream_error";
|
|
316
|
+
details?: readonly Response.error.Detail[] | undefined;
|
|
317
|
+
message: string;
|
|
318
|
+
};
|
|
319
|
+
requestId: string;
|
|
320
320
|
};
|
|
321
321
|
outputFormat: "json";
|
|
322
|
-
status:
|
|
322
|
+
status: 502;
|
|
323
323
|
input: {
|
|
324
324
|
param: {
|
|
325
325
|
address: `0x${string}`;
|