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
package/dist/apps/data/App.d.ts
CHANGED
|
@@ -14,27 +14,104 @@ import { funding } from './routes/funding.js';
|
|
|
14
14
|
* ```
|
|
15
15
|
*/
|
|
16
16
|
export declare function data(options?: data.Options): import("hono/hono-base").HonoBase<App.Environment, import("hono/types").BlankSchema | import("hono/types").MergeSchemaPath<{
|
|
17
|
-
"/v1/
|
|
17
|
+
"/v1/indexer/query": {
|
|
18
|
+
$get: {
|
|
19
|
+
output: null;
|
|
20
|
+
outputFormat: "body";
|
|
21
|
+
status: 402;
|
|
22
|
+
input: {};
|
|
23
|
+
} | {
|
|
24
|
+
output: never;
|
|
25
|
+
outputFormat: never;
|
|
26
|
+
status: never;
|
|
27
|
+
input: {};
|
|
28
|
+
} | {
|
|
29
|
+
output: {
|
|
30
|
+
error: {
|
|
31
|
+
code: "api_key_malformed";
|
|
32
|
+
details?: readonly Response.error.Detail[] | undefined;
|
|
33
|
+
message: string;
|
|
34
|
+
};
|
|
35
|
+
requestId: string;
|
|
36
|
+
};
|
|
37
|
+
outputFormat: "json";
|
|
38
|
+
status: 400;
|
|
39
|
+
input: {};
|
|
40
|
+
} | {
|
|
41
|
+
output: {
|
|
42
|
+
error: {
|
|
43
|
+
code: "api_key_invalid" | "api_key_missing";
|
|
44
|
+
details?: readonly Response.error.Detail[] | undefined;
|
|
45
|
+
message: string;
|
|
46
|
+
};
|
|
47
|
+
requestId: string;
|
|
48
|
+
};
|
|
49
|
+
outputFormat: "json";
|
|
50
|
+
status: 401;
|
|
51
|
+
input: {};
|
|
52
|
+
} | {
|
|
53
|
+
output: {
|
|
54
|
+
error: {
|
|
55
|
+
code: "api_key_forbidden";
|
|
56
|
+
details?: readonly Response.error.Detail[] | undefined;
|
|
57
|
+
message: string;
|
|
58
|
+
};
|
|
59
|
+
requestId: string;
|
|
60
|
+
};
|
|
61
|
+
outputFormat: "json";
|
|
62
|
+
status: 403;
|
|
63
|
+
input: {};
|
|
64
|
+
} | {
|
|
65
|
+
output: {
|
|
66
|
+
error: {
|
|
67
|
+
code: "payment_required" | "rate_limit_exceeded";
|
|
68
|
+
details?: readonly Response.error.Detail[] | undefined;
|
|
69
|
+
message: string;
|
|
70
|
+
};
|
|
71
|
+
requestId: string;
|
|
72
|
+
};
|
|
73
|
+
outputFormat: "json";
|
|
74
|
+
status: 429;
|
|
75
|
+
input: {};
|
|
76
|
+
} | {
|
|
77
|
+
output: {
|
|
78
|
+
ok: boolean;
|
|
79
|
+
columns: string[];
|
|
80
|
+
rows: import("hono/utils/types").JSONValue[][];
|
|
81
|
+
row_count: number;
|
|
82
|
+
engine?: "clickhouse" | "postgres" | undefined;
|
|
83
|
+
query_time_ms?: number | undefined;
|
|
84
|
+
};
|
|
85
|
+
outputFormat: "json";
|
|
86
|
+
status: 200;
|
|
87
|
+
input: {};
|
|
88
|
+
} | {
|
|
89
|
+
output: {
|
|
90
|
+
ok: false;
|
|
91
|
+
error: string;
|
|
92
|
+
};
|
|
93
|
+
outputFormat: "json";
|
|
94
|
+
status: 400;
|
|
95
|
+
input: {};
|
|
96
|
+
} | {
|
|
97
|
+
output: {
|
|
98
|
+
ok: false;
|
|
99
|
+
error: string;
|
|
100
|
+
};
|
|
101
|
+
outputFormat: "json";
|
|
102
|
+
status: 422;
|
|
103
|
+
input: {};
|
|
104
|
+
};
|
|
105
|
+
};
|
|
106
|
+
}, "/"> | import("hono/types").MergeSchemaPath<{
|
|
107
|
+
"/v1/tokenlist": {
|
|
18
108
|
$get: {
|
|
19
109
|
output: null;
|
|
20
110
|
outputFormat: "body";
|
|
21
111
|
status: 402;
|
|
22
112
|
input: {
|
|
23
113
|
query?: {
|
|
24
|
-
recipient?: string | string[];
|
|
25
|
-
sender?: string | string[];
|
|
26
|
-
token?: string | string[];
|
|
27
|
-
address?: string | string[];
|
|
28
|
-
'blockNumber.from'?: string | string[];
|
|
29
|
-
'blockNumber.to'?: string | string[];
|
|
30
114
|
chainId?: string | string[];
|
|
31
|
-
cursor?: string | string[];
|
|
32
|
-
include?: string | string[];
|
|
33
|
-
limit?: string | string[];
|
|
34
|
-
order?: string | string[];
|
|
35
|
-
page?: string | string[];
|
|
36
|
-
'timestamp.from'?: string | string[];
|
|
37
|
-
'timestamp.to'?: string | string[];
|
|
38
115
|
} | undefined;
|
|
39
116
|
};
|
|
40
117
|
} | {
|
|
@@ -50,20 +127,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
|
|
|
50
127
|
status: 400;
|
|
51
128
|
input: {
|
|
52
129
|
query?: {
|
|
53
|
-
recipient?: string | string[];
|
|
54
|
-
sender?: string | string[];
|
|
55
|
-
token?: string | string[];
|
|
56
|
-
address?: string | string[];
|
|
57
|
-
'blockNumber.from'?: string | string[];
|
|
58
|
-
'blockNumber.to'?: string | string[];
|
|
59
130
|
chainId?: string | string[];
|
|
60
|
-
cursor?: string | string[];
|
|
61
|
-
include?: string | string[];
|
|
62
|
-
limit?: string | string[];
|
|
63
|
-
order?: string | string[];
|
|
64
|
-
page?: string | string[];
|
|
65
|
-
'timestamp.from'?: string | string[];
|
|
66
|
-
'timestamp.to'?: string | string[];
|
|
67
131
|
} | undefined;
|
|
68
132
|
};
|
|
69
133
|
} | {
|
|
@@ -79,20 +143,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
|
|
|
79
143
|
status: 401;
|
|
80
144
|
input: {
|
|
81
145
|
query?: {
|
|
82
|
-
recipient?: string | string[];
|
|
83
|
-
sender?: string | string[];
|
|
84
|
-
token?: string | string[];
|
|
85
|
-
address?: string | string[];
|
|
86
|
-
'blockNumber.from'?: string | string[];
|
|
87
|
-
'blockNumber.to'?: string | string[];
|
|
88
146
|
chainId?: string | string[];
|
|
89
|
-
cursor?: string | string[];
|
|
90
|
-
include?: string | string[];
|
|
91
|
-
limit?: string | string[];
|
|
92
|
-
order?: string | string[];
|
|
93
|
-
page?: string | string[];
|
|
94
|
-
'timestamp.from'?: string | string[];
|
|
95
|
-
'timestamp.to'?: string | string[];
|
|
96
147
|
} | undefined;
|
|
97
148
|
};
|
|
98
149
|
} | {
|
|
@@ -108,20 +159,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
|
|
|
108
159
|
status: 403;
|
|
109
160
|
input: {
|
|
110
161
|
query?: {
|
|
111
|
-
recipient?: string | string[];
|
|
112
|
-
sender?: string | string[];
|
|
113
|
-
token?: string | string[];
|
|
114
|
-
address?: string | string[];
|
|
115
|
-
'blockNumber.from'?: string | string[];
|
|
116
|
-
'blockNumber.to'?: string | string[];
|
|
117
162
|
chainId?: string | string[];
|
|
118
|
-
cursor?: string | string[];
|
|
119
|
-
include?: string | string[];
|
|
120
|
-
limit?: string | string[];
|
|
121
|
-
order?: string | string[];
|
|
122
|
-
page?: string | string[];
|
|
123
|
-
'timestamp.from'?: string | string[];
|
|
124
|
-
'timestamp.to'?: string | string[];
|
|
125
163
|
} | undefined;
|
|
126
164
|
};
|
|
127
165
|
} | {
|
|
@@ -137,20 +175,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
|
|
|
137
175
|
status: 429;
|
|
138
176
|
input: {
|
|
139
177
|
query?: {
|
|
140
|
-
recipient?: string | string[];
|
|
141
|
-
sender?: string | string[];
|
|
142
|
-
token?: string | string[];
|
|
143
|
-
address?: string | string[];
|
|
144
|
-
'blockNumber.from'?: string | string[];
|
|
145
|
-
'blockNumber.to'?: string | string[];
|
|
146
178
|
chainId?: string | string[];
|
|
147
|
-
cursor?: string | string[];
|
|
148
|
-
include?: string | string[];
|
|
149
|
-
limit?: string | string[];
|
|
150
|
-
order?: string | string[];
|
|
151
|
-
page?: string | string[];
|
|
152
|
-
'timestamp.from'?: string | string[];
|
|
153
|
-
'timestamp.to'?: string | string[];
|
|
154
179
|
} | undefined;
|
|
155
180
|
};
|
|
156
181
|
} | {
|
|
@@ -166,20 +191,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
|
|
|
166
191
|
status: 400;
|
|
167
192
|
input: {
|
|
168
193
|
query?: {
|
|
169
|
-
recipient?: string | string[];
|
|
170
|
-
sender?: string | string[];
|
|
171
|
-
token?: string | string[];
|
|
172
|
-
address?: string | string[];
|
|
173
|
-
'blockNumber.from'?: string | string[];
|
|
174
|
-
'blockNumber.to'?: string | string[];
|
|
175
194
|
chainId?: string | string[];
|
|
176
|
-
cursor?: string | string[];
|
|
177
|
-
include?: string | string[];
|
|
178
|
-
limit?: string | string[];
|
|
179
|
-
order?: string | string[];
|
|
180
|
-
page?: string | string[];
|
|
181
|
-
'timestamp.from'?: string | string[];
|
|
182
|
-
'timestamp.to'?: string | string[];
|
|
183
195
|
} | undefined;
|
|
184
196
|
};
|
|
185
197
|
} | {
|
|
@@ -195,309 +207,38 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
|
|
|
195
207
|
status: 502;
|
|
196
208
|
input: {
|
|
197
209
|
query?: {
|
|
198
|
-
recipient?: string | string[];
|
|
199
|
-
sender?: string | string[];
|
|
200
|
-
token?: string | string[];
|
|
201
|
-
address?: string | string[];
|
|
202
|
-
'blockNumber.from'?: string | string[];
|
|
203
|
-
'blockNumber.to'?: string | string[];
|
|
204
210
|
chainId?: string | string[];
|
|
205
|
-
cursor?: string | string[];
|
|
206
|
-
include?: string | string[];
|
|
207
|
-
limit?: string | string[];
|
|
208
|
-
order?: string | string[];
|
|
209
|
-
page?: string | string[];
|
|
210
|
-
'timestamp.from'?: string | string[];
|
|
211
|
-
'timestamp.to'?: string | string[];
|
|
212
211
|
} | undefined;
|
|
213
212
|
};
|
|
214
213
|
} | {
|
|
215
214
|
output: {
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
logIndex: number;
|
|
231
|
-
memo?: string | undefined;
|
|
232
|
-
recipient: `0x${string}`;
|
|
233
|
-
sender: `0x${string}`;
|
|
234
|
-
sourceToken: {
|
|
235
|
-
address: `0x${string}`;
|
|
236
|
-
amount: string;
|
|
237
|
-
currency?: string | undefined;
|
|
238
|
-
decimals?: number | undefined;
|
|
239
|
-
logoUri?: string | undefined;
|
|
240
|
-
name?: string | undefined;
|
|
241
|
-
symbol?: string | undefined;
|
|
242
|
-
verified?: boolean | undefined;
|
|
243
|
-
};
|
|
244
|
-
timestamp: string;
|
|
245
|
-
transactionHash: `0x${string}`;
|
|
215
|
+
name: string;
|
|
216
|
+
timestamp: string;
|
|
217
|
+
version: {
|
|
218
|
+
major: number;
|
|
219
|
+
minor: number;
|
|
220
|
+
patch: number;
|
|
221
|
+
};
|
|
222
|
+
tokens: {
|
|
223
|
+
chainId: number;
|
|
224
|
+
address: `0x${string}`;
|
|
225
|
+
name: string;
|
|
226
|
+
symbol: string;
|
|
227
|
+
decimals: number;
|
|
228
|
+
logoURI?: string | undefined;
|
|
246
229
|
}[];
|
|
247
|
-
meta?: {
|
|
248
|
-
totalCountCapped: boolean;
|
|
249
|
-
totalCount: number;
|
|
250
|
-
} | undefined;
|
|
251
|
-
nextCursor: string | null;
|
|
252
230
|
};
|
|
253
231
|
outputFormat: "json";
|
|
254
232
|
status: 200;
|
|
255
233
|
input: {
|
|
256
234
|
query?: {
|
|
257
|
-
recipient?: string | string[];
|
|
258
|
-
sender?: string | string[];
|
|
259
|
-
token?: string | string[];
|
|
260
|
-
address?: string | string[];
|
|
261
|
-
'blockNumber.from'?: string | string[];
|
|
262
|
-
'blockNumber.to'?: string | string[];
|
|
263
235
|
chainId?: string | string[];
|
|
264
|
-
cursor?: string | string[];
|
|
265
|
-
include?: string | string[];
|
|
266
|
-
limit?: string | string[];
|
|
267
|
-
order?: string | string[];
|
|
268
|
-
page?: string | string[];
|
|
269
|
-
'timestamp.from'?: string | string[];
|
|
270
|
-
'timestamp.to'?: string | string[];
|
|
271
236
|
} | undefined;
|
|
272
237
|
};
|
|
273
238
|
};
|
|
274
239
|
};
|
|
275
240
|
}, "/"> | import("hono/types").MergeSchemaPath<{
|
|
276
|
-
"/v1/
|
|
277
|
-
$get: {
|
|
278
|
-
output: null;
|
|
279
|
-
outputFormat: "body";
|
|
280
|
-
status: 402;
|
|
281
|
-
input: {};
|
|
282
|
-
} | {
|
|
283
|
-
output: never;
|
|
284
|
-
outputFormat: never;
|
|
285
|
-
status: never;
|
|
286
|
-
input: {};
|
|
287
|
-
} | {
|
|
288
|
-
output: {
|
|
289
|
-
error: {
|
|
290
|
-
code: "api_key_malformed";
|
|
291
|
-
details?: readonly Response.error.Detail[] | undefined;
|
|
292
|
-
message: string;
|
|
293
|
-
};
|
|
294
|
-
requestId: string;
|
|
295
|
-
};
|
|
296
|
-
outputFormat: "json";
|
|
297
|
-
status: 400;
|
|
298
|
-
input: {};
|
|
299
|
-
} | {
|
|
300
|
-
output: {
|
|
301
|
-
error: {
|
|
302
|
-
code: "api_key_invalid" | "api_key_missing";
|
|
303
|
-
details?: readonly Response.error.Detail[] | undefined;
|
|
304
|
-
message: string;
|
|
305
|
-
};
|
|
306
|
-
requestId: string;
|
|
307
|
-
};
|
|
308
|
-
outputFormat: "json";
|
|
309
|
-
status: 401;
|
|
310
|
-
input: {};
|
|
311
|
-
} | {
|
|
312
|
-
output: {
|
|
313
|
-
error: {
|
|
314
|
-
code: "api_key_forbidden";
|
|
315
|
-
details?: readonly Response.error.Detail[] | undefined;
|
|
316
|
-
message: string;
|
|
317
|
-
};
|
|
318
|
-
requestId: string;
|
|
319
|
-
};
|
|
320
|
-
outputFormat: "json";
|
|
321
|
-
status: 403;
|
|
322
|
-
input: {};
|
|
323
|
-
} | {
|
|
324
|
-
output: {
|
|
325
|
-
error: {
|
|
326
|
-
code: "payment_required" | "rate_limit_exceeded";
|
|
327
|
-
details?: readonly Response.error.Detail[] | undefined;
|
|
328
|
-
message: string;
|
|
329
|
-
};
|
|
330
|
-
requestId: string;
|
|
331
|
-
};
|
|
332
|
-
outputFormat: "json";
|
|
333
|
-
status: 429;
|
|
334
|
-
input: {};
|
|
335
|
-
} | {
|
|
336
|
-
output: {
|
|
337
|
-
ok: boolean;
|
|
338
|
-
columns: string[];
|
|
339
|
-
rows: import("hono/utils/types").JSONValue[][];
|
|
340
|
-
row_count: number;
|
|
341
|
-
engine?: "clickhouse" | "postgres" | undefined;
|
|
342
|
-
query_time_ms?: number | undefined;
|
|
343
|
-
};
|
|
344
|
-
outputFormat: "json";
|
|
345
|
-
status: 200;
|
|
346
|
-
input: {};
|
|
347
|
-
} | {
|
|
348
|
-
output: {
|
|
349
|
-
ok: false;
|
|
350
|
-
error: string;
|
|
351
|
-
};
|
|
352
|
-
outputFormat: "json";
|
|
353
|
-
status: 400;
|
|
354
|
-
input: {};
|
|
355
|
-
} | {
|
|
356
|
-
output: {
|
|
357
|
-
ok: false;
|
|
358
|
-
error: string;
|
|
359
|
-
};
|
|
360
|
-
outputFormat: "json";
|
|
361
|
-
status: 422;
|
|
362
|
-
input: {};
|
|
363
|
-
};
|
|
364
|
-
};
|
|
365
|
-
}, "/"> | import("hono/types").MergeSchemaPath<{
|
|
366
|
-
"/v1/tokenlist": {
|
|
367
|
-
$get: {
|
|
368
|
-
output: null;
|
|
369
|
-
outputFormat: "body";
|
|
370
|
-
status: 402;
|
|
371
|
-
input: {
|
|
372
|
-
query?: {
|
|
373
|
-
chainId?: string | string[];
|
|
374
|
-
} | undefined;
|
|
375
|
-
};
|
|
376
|
-
} | {
|
|
377
|
-
output: {
|
|
378
|
-
error: {
|
|
379
|
-
code: "api_key_malformed";
|
|
380
|
-
details?: readonly Response.error.Detail[] | undefined;
|
|
381
|
-
message: string;
|
|
382
|
-
};
|
|
383
|
-
requestId: string;
|
|
384
|
-
};
|
|
385
|
-
outputFormat: "json";
|
|
386
|
-
status: 400;
|
|
387
|
-
input: {
|
|
388
|
-
query?: {
|
|
389
|
-
chainId?: string | string[];
|
|
390
|
-
} | undefined;
|
|
391
|
-
};
|
|
392
|
-
} | {
|
|
393
|
-
output: {
|
|
394
|
-
error: {
|
|
395
|
-
code: "api_key_invalid" | "api_key_missing";
|
|
396
|
-
details?: readonly Response.error.Detail[] | undefined;
|
|
397
|
-
message: string;
|
|
398
|
-
};
|
|
399
|
-
requestId: string;
|
|
400
|
-
};
|
|
401
|
-
outputFormat: "json";
|
|
402
|
-
status: 401;
|
|
403
|
-
input: {
|
|
404
|
-
query?: {
|
|
405
|
-
chainId?: string | string[];
|
|
406
|
-
} | undefined;
|
|
407
|
-
};
|
|
408
|
-
} | {
|
|
409
|
-
output: {
|
|
410
|
-
error: {
|
|
411
|
-
code: "api_key_forbidden";
|
|
412
|
-
details?: readonly Response.error.Detail[] | undefined;
|
|
413
|
-
message: string;
|
|
414
|
-
};
|
|
415
|
-
requestId: string;
|
|
416
|
-
};
|
|
417
|
-
outputFormat: "json";
|
|
418
|
-
status: 403;
|
|
419
|
-
input: {
|
|
420
|
-
query?: {
|
|
421
|
-
chainId?: string | string[];
|
|
422
|
-
} | undefined;
|
|
423
|
-
};
|
|
424
|
-
} | {
|
|
425
|
-
output: {
|
|
426
|
-
error: {
|
|
427
|
-
code: "payment_required" | "rate_limit_exceeded";
|
|
428
|
-
details?: readonly Response.error.Detail[] | undefined;
|
|
429
|
-
message: string;
|
|
430
|
-
};
|
|
431
|
-
requestId: string;
|
|
432
|
-
};
|
|
433
|
-
outputFormat: "json";
|
|
434
|
-
status: 429;
|
|
435
|
-
input: {
|
|
436
|
-
query?: {
|
|
437
|
-
chainId?: string | string[];
|
|
438
|
-
} | undefined;
|
|
439
|
-
};
|
|
440
|
-
} | {
|
|
441
|
-
output: {
|
|
442
|
-
error: {
|
|
443
|
-
code: "query_invalid";
|
|
444
|
-
details?: readonly Response.error.Detail[] | undefined;
|
|
445
|
-
message: string;
|
|
446
|
-
};
|
|
447
|
-
requestId: string;
|
|
448
|
-
};
|
|
449
|
-
outputFormat: "json";
|
|
450
|
-
status: 400;
|
|
451
|
-
input: {
|
|
452
|
-
query?: {
|
|
453
|
-
chainId?: string | string[];
|
|
454
|
-
} | undefined;
|
|
455
|
-
};
|
|
456
|
-
} | {
|
|
457
|
-
output: {
|
|
458
|
-
error: {
|
|
459
|
-
code: "upstream_error";
|
|
460
|
-
details?: readonly Response.error.Detail[] | undefined;
|
|
461
|
-
message: string;
|
|
462
|
-
};
|
|
463
|
-
requestId: string;
|
|
464
|
-
};
|
|
465
|
-
outputFormat: "json";
|
|
466
|
-
status: 502;
|
|
467
|
-
input: {
|
|
468
|
-
query?: {
|
|
469
|
-
chainId?: string | string[];
|
|
470
|
-
} | undefined;
|
|
471
|
-
};
|
|
472
|
-
} | {
|
|
473
|
-
output: {
|
|
474
|
-
name: string;
|
|
475
|
-
timestamp: string;
|
|
476
|
-
version: {
|
|
477
|
-
major: number;
|
|
478
|
-
minor: number;
|
|
479
|
-
patch: number;
|
|
480
|
-
};
|
|
481
|
-
tokens: {
|
|
482
|
-
chainId: number;
|
|
483
|
-
address: `0x${string}`;
|
|
484
|
-
name: string;
|
|
485
|
-
symbol: string;
|
|
486
|
-
decimals: number;
|
|
487
|
-
logoURI?: string | undefined;
|
|
488
|
-
}[];
|
|
489
|
-
};
|
|
490
|
-
outputFormat: "json";
|
|
491
|
-
status: 200;
|
|
492
|
-
input: {
|
|
493
|
-
query?: {
|
|
494
|
-
chainId?: string | string[];
|
|
495
|
-
} | undefined;
|
|
496
|
-
};
|
|
497
|
-
};
|
|
498
|
-
};
|
|
499
|
-
}, "/"> | import("hono/types").MergeSchemaPath<{
|
|
500
|
-
"/v1/transactions/:transactionHash/activities": {
|
|
241
|
+
"/v1/transactions/:transactionHash/activities": {
|
|
501
242
|
$get: {
|
|
502
243
|
output: null;
|
|
503
244
|
outputFormat: "body";
|
|
@@ -2285,36 +2026,295 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
|
|
|
2285
2026
|
};
|
|
2286
2027
|
};
|
|
2287
2028
|
}, "/"> | import("hono/types").MergeSchemaPath<{
|
|
2288
|
-
"/
|
|
2289
|
-
$
|
|
2290
|
-
output:
|
|
2291
|
-
|
|
2292
|
-
|
|
2293
|
-
details?: readonly Response.error.Detail[] | undefined;
|
|
2294
|
-
message: string;
|
|
2295
|
-
};
|
|
2296
|
-
requestId: string;
|
|
2297
|
-
};
|
|
2298
|
-
outputFormat: "json";
|
|
2299
|
-
status: 400;
|
|
2029
|
+
"/v1/transfers": {
|
|
2030
|
+
$get: {
|
|
2031
|
+
output: null;
|
|
2032
|
+
outputFormat: "body";
|
|
2033
|
+
status: 402;
|
|
2300
2034
|
input: {
|
|
2301
|
-
|
|
2035
|
+
query?: {
|
|
2036
|
+
recipient?: string | string[];
|
|
2037
|
+
sender?: string | string[];
|
|
2038
|
+
token?: string | string[];
|
|
2039
|
+
address?: string | string[];
|
|
2040
|
+
'blockNumber.from'?: string | string[];
|
|
2041
|
+
'blockNumber.to'?: string | string[];
|
|
2042
|
+
chainId?: string | string[];
|
|
2043
|
+
cursor?: string | string[];
|
|
2044
|
+
include?: string | string[];
|
|
2045
|
+
limit?: string | string[];
|
|
2046
|
+
order?: string | string[];
|
|
2047
|
+
page?: string | string[];
|
|
2048
|
+
'timestamp.from'?: string | string[];
|
|
2049
|
+
'timestamp.to'?: string | string[];
|
|
2050
|
+
} | undefined;
|
|
2302
2051
|
};
|
|
2303
2052
|
} | {
|
|
2304
2053
|
output: {
|
|
2305
2054
|
error: {
|
|
2306
|
-
code: "
|
|
2055
|
+
code: "api_key_malformed";
|
|
2307
2056
|
details?: readonly Response.error.Detail[] | undefined;
|
|
2308
2057
|
message: string;
|
|
2309
2058
|
};
|
|
2310
2059
|
requestId: string;
|
|
2311
2060
|
};
|
|
2312
2061
|
outputFormat: "json";
|
|
2313
|
-
status:
|
|
2062
|
+
status: 400;
|
|
2314
2063
|
input: {
|
|
2315
|
-
|
|
2316
|
-
|
|
2317
|
-
|
|
2064
|
+
query?: {
|
|
2065
|
+
recipient?: string | string[];
|
|
2066
|
+
sender?: string | string[];
|
|
2067
|
+
token?: string | string[];
|
|
2068
|
+
address?: string | string[];
|
|
2069
|
+
'blockNumber.from'?: string | string[];
|
|
2070
|
+
'blockNumber.to'?: string | string[];
|
|
2071
|
+
chainId?: string | string[];
|
|
2072
|
+
cursor?: string | string[];
|
|
2073
|
+
include?: string | string[];
|
|
2074
|
+
limit?: string | string[];
|
|
2075
|
+
order?: string | string[];
|
|
2076
|
+
page?: string | string[];
|
|
2077
|
+
'timestamp.from'?: string | string[];
|
|
2078
|
+
'timestamp.to'?: string | string[];
|
|
2079
|
+
} | undefined;
|
|
2080
|
+
};
|
|
2081
|
+
} | {
|
|
2082
|
+
output: {
|
|
2083
|
+
error: {
|
|
2084
|
+
code: "api_key_invalid" | "api_key_missing";
|
|
2085
|
+
details?: readonly Response.error.Detail[] | undefined;
|
|
2086
|
+
message: string;
|
|
2087
|
+
};
|
|
2088
|
+
requestId: string;
|
|
2089
|
+
};
|
|
2090
|
+
outputFormat: "json";
|
|
2091
|
+
status: 401;
|
|
2092
|
+
input: {
|
|
2093
|
+
query?: {
|
|
2094
|
+
recipient?: string | string[];
|
|
2095
|
+
sender?: string | string[];
|
|
2096
|
+
token?: string | string[];
|
|
2097
|
+
address?: string | string[];
|
|
2098
|
+
'blockNumber.from'?: string | string[];
|
|
2099
|
+
'blockNumber.to'?: string | string[];
|
|
2100
|
+
chainId?: string | string[];
|
|
2101
|
+
cursor?: string | string[];
|
|
2102
|
+
include?: string | string[];
|
|
2103
|
+
limit?: string | string[];
|
|
2104
|
+
order?: string | string[];
|
|
2105
|
+
page?: string | string[];
|
|
2106
|
+
'timestamp.from'?: string | string[];
|
|
2107
|
+
'timestamp.to'?: string | string[];
|
|
2108
|
+
} | undefined;
|
|
2109
|
+
};
|
|
2110
|
+
} | {
|
|
2111
|
+
output: {
|
|
2112
|
+
error: {
|
|
2113
|
+
code: "api_key_forbidden";
|
|
2114
|
+
details?: readonly Response.error.Detail[] | undefined;
|
|
2115
|
+
message: string;
|
|
2116
|
+
};
|
|
2117
|
+
requestId: string;
|
|
2118
|
+
};
|
|
2119
|
+
outputFormat: "json";
|
|
2120
|
+
status: 403;
|
|
2121
|
+
input: {
|
|
2122
|
+
query?: {
|
|
2123
|
+
recipient?: string | string[];
|
|
2124
|
+
sender?: string | string[];
|
|
2125
|
+
token?: string | string[];
|
|
2126
|
+
address?: string | string[];
|
|
2127
|
+
'blockNumber.from'?: string | string[];
|
|
2128
|
+
'blockNumber.to'?: string | string[];
|
|
2129
|
+
chainId?: string | string[];
|
|
2130
|
+
cursor?: string | string[];
|
|
2131
|
+
include?: string | string[];
|
|
2132
|
+
limit?: string | string[];
|
|
2133
|
+
order?: string | string[];
|
|
2134
|
+
page?: string | string[];
|
|
2135
|
+
'timestamp.from'?: string | string[];
|
|
2136
|
+
'timestamp.to'?: string | string[];
|
|
2137
|
+
} | undefined;
|
|
2138
|
+
};
|
|
2139
|
+
} | {
|
|
2140
|
+
output: {
|
|
2141
|
+
error: {
|
|
2142
|
+
code: "payment_required" | "rate_limit_exceeded";
|
|
2143
|
+
details?: readonly Response.error.Detail[] | undefined;
|
|
2144
|
+
message: string;
|
|
2145
|
+
};
|
|
2146
|
+
requestId: string;
|
|
2147
|
+
};
|
|
2148
|
+
outputFormat: "json";
|
|
2149
|
+
status: 429;
|
|
2150
|
+
input: {
|
|
2151
|
+
query?: {
|
|
2152
|
+
recipient?: string | string[];
|
|
2153
|
+
sender?: string | string[];
|
|
2154
|
+
token?: string | string[];
|
|
2155
|
+
address?: string | string[];
|
|
2156
|
+
'blockNumber.from'?: string | string[];
|
|
2157
|
+
'blockNumber.to'?: string | string[];
|
|
2158
|
+
chainId?: string | string[];
|
|
2159
|
+
cursor?: string | string[];
|
|
2160
|
+
include?: string | string[];
|
|
2161
|
+
limit?: string | string[];
|
|
2162
|
+
order?: string | string[];
|
|
2163
|
+
page?: string | string[];
|
|
2164
|
+
'timestamp.from'?: string | string[];
|
|
2165
|
+
'timestamp.to'?: string | string[];
|
|
2166
|
+
} | undefined;
|
|
2167
|
+
};
|
|
2168
|
+
} | {
|
|
2169
|
+
output: {
|
|
2170
|
+
error: {
|
|
2171
|
+
code: "query_invalid";
|
|
2172
|
+
details?: readonly Response.error.Detail[] | undefined;
|
|
2173
|
+
message: string;
|
|
2174
|
+
};
|
|
2175
|
+
requestId: string;
|
|
2176
|
+
};
|
|
2177
|
+
outputFormat: "json";
|
|
2178
|
+
status: 400;
|
|
2179
|
+
input: {
|
|
2180
|
+
query?: {
|
|
2181
|
+
recipient?: string | string[];
|
|
2182
|
+
sender?: string | string[];
|
|
2183
|
+
token?: string | string[];
|
|
2184
|
+
address?: string | string[];
|
|
2185
|
+
'blockNumber.from'?: string | string[];
|
|
2186
|
+
'blockNumber.to'?: string | string[];
|
|
2187
|
+
chainId?: string | string[];
|
|
2188
|
+
cursor?: string | string[];
|
|
2189
|
+
include?: string | string[];
|
|
2190
|
+
limit?: string | string[];
|
|
2191
|
+
order?: string | string[];
|
|
2192
|
+
page?: string | string[];
|
|
2193
|
+
'timestamp.from'?: string | string[];
|
|
2194
|
+
'timestamp.to'?: string | string[];
|
|
2195
|
+
} | undefined;
|
|
2196
|
+
};
|
|
2197
|
+
} | {
|
|
2198
|
+
output: {
|
|
2199
|
+
error: {
|
|
2200
|
+
code: "upstream_error";
|
|
2201
|
+
details?: readonly Response.error.Detail[] | undefined;
|
|
2202
|
+
message: string;
|
|
2203
|
+
};
|
|
2204
|
+
requestId: string;
|
|
2205
|
+
};
|
|
2206
|
+
outputFormat: "json";
|
|
2207
|
+
status: 502;
|
|
2208
|
+
input: {
|
|
2209
|
+
query?: {
|
|
2210
|
+
recipient?: string | string[];
|
|
2211
|
+
sender?: string | string[];
|
|
2212
|
+
token?: string | string[];
|
|
2213
|
+
address?: string | string[];
|
|
2214
|
+
'blockNumber.from'?: string | string[];
|
|
2215
|
+
'blockNumber.to'?: string | string[];
|
|
2216
|
+
chainId?: string | string[];
|
|
2217
|
+
cursor?: string | string[];
|
|
2218
|
+
include?: string | string[];
|
|
2219
|
+
limit?: string | string[];
|
|
2220
|
+
order?: string | string[];
|
|
2221
|
+
page?: string | string[];
|
|
2222
|
+
'timestamp.from'?: string | string[];
|
|
2223
|
+
'timestamp.to'?: string | string[];
|
|
2224
|
+
} | undefined;
|
|
2225
|
+
};
|
|
2226
|
+
} | {
|
|
2227
|
+
output: {
|
|
2228
|
+
data: {
|
|
2229
|
+
attribution?: string | undefined;
|
|
2230
|
+
blockNumber: number;
|
|
2231
|
+
destinationToken?: {
|
|
2232
|
+
address: `0x${string}`;
|
|
2233
|
+
amount: string;
|
|
2234
|
+
currency?: string | undefined;
|
|
2235
|
+
decimals?: number | undefined;
|
|
2236
|
+
logoUri?: string | undefined;
|
|
2237
|
+
name?: string | undefined;
|
|
2238
|
+
symbol?: string | undefined;
|
|
2239
|
+
verified?: boolean | undefined;
|
|
2240
|
+
} | undefined;
|
|
2241
|
+
id: string;
|
|
2242
|
+
logIndex: number;
|
|
2243
|
+
memo?: string | undefined;
|
|
2244
|
+
recipient: `0x${string}`;
|
|
2245
|
+
sender: `0x${string}`;
|
|
2246
|
+
sourceToken: {
|
|
2247
|
+
address: `0x${string}`;
|
|
2248
|
+
amount: string;
|
|
2249
|
+
currency?: string | undefined;
|
|
2250
|
+
decimals?: number | undefined;
|
|
2251
|
+
logoUri?: string | undefined;
|
|
2252
|
+
name?: string | undefined;
|
|
2253
|
+
symbol?: string | undefined;
|
|
2254
|
+
verified?: boolean | undefined;
|
|
2255
|
+
};
|
|
2256
|
+
timestamp: string;
|
|
2257
|
+
transactionHash: `0x${string}`;
|
|
2258
|
+
}[];
|
|
2259
|
+
meta?: {
|
|
2260
|
+
totalCountCapped: boolean;
|
|
2261
|
+
totalCount: number;
|
|
2262
|
+
} | undefined;
|
|
2263
|
+
nextCursor: string | null;
|
|
2264
|
+
};
|
|
2265
|
+
outputFormat: "json";
|
|
2266
|
+
status: 200;
|
|
2267
|
+
input: {
|
|
2268
|
+
query?: {
|
|
2269
|
+
recipient?: string | string[];
|
|
2270
|
+
sender?: string | string[];
|
|
2271
|
+
token?: string | string[];
|
|
2272
|
+
address?: string | string[];
|
|
2273
|
+
'blockNumber.from'?: string | string[];
|
|
2274
|
+
'blockNumber.to'?: string | string[];
|
|
2275
|
+
chainId?: string | string[];
|
|
2276
|
+
cursor?: string | string[];
|
|
2277
|
+
include?: string | string[];
|
|
2278
|
+
limit?: string | string[];
|
|
2279
|
+
order?: string | string[];
|
|
2280
|
+
page?: string | string[];
|
|
2281
|
+
'timestamp.from'?: string | string[];
|
|
2282
|
+
'timestamp.to'?: string | string[];
|
|
2283
|
+
} | undefined;
|
|
2284
|
+
};
|
|
2285
|
+
};
|
|
2286
|
+
};
|
|
2287
|
+
}, "/"> | import("hono/types").MergeSchemaPath<{
|
|
2288
|
+
"/rpc/:chain{(mainnet|testnet|[0-9]+)}?": {
|
|
2289
|
+
$post: {
|
|
2290
|
+
output: {
|
|
2291
|
+
error: {
|
|
2292
|
+
code: "api_key_malformed";
|
|
2293
|
+
details?: readonly Response.error.Detail[] | undefined;
|
|
2294
|
+
message: string;
|
|
2295
|
+
};
|
|
2296
|
+
requestId: string;
|
|
2297
|
+
};
|
|
2298
|
+
outputFormat: "json";
|
|
2299
|
+
status: 400;
|
|
2300
|
+
input: {
|
|
2301
|
+
param: Record<"chain", string | undefined>;
|
|
2302
|
+
};
|
|
2303
|
+
} | {
|
|
2304
|
+
output: {
|
|
2305
|
+
error: {
|
|
2306
|
+
code: "api_key_invalid" | "api_key_missing";
|
|
2307
|
+
details?: readonly Response.error.Detail[] | undefined;
|
|
2308
|
+
message: string;
|
|
2309
|
+
};
|
|
2310
|
+
requestId: string;
|
|
2311
|
+
};
|
|
2312
|
+
outputFormat: "json";
|
|
2313
|
+
status: 401;
|
|
2314
|
+
input: {
|
|
2315
|
+
param: Record<"chain", string | undefined>;
|
|
2316
|
+
};
|
|
2317
|
+
} | {
|
|
2318
2318
|
output: {
|
|
2319
2319
|
error: {
|
|
2320
2320
|
code: "api_key_forbidden";
|
|
@@ -2589,29 +2589,18 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
|
|
|
2589
2589
|
};
|
|
2590
2590
|
};
|
|
2591
2591
|
}, "/"> | import("hono/types").MergeSchemaPath<{
|
|
2592
|
-
"/v1/
|
|
2592
|
+
"/v1/fee-amm/pools": {
|
|
2593
2593
|
$get: {
|
|
2594
2594
|
output: null;
|
|
2595
2595
|
outputFormat: "body";
|
|
2596
2596
|
status: 402;
|
|
2597
2597
|
input: {
|
|
2598
2598
|
query?: {
|
|
2599
|
-
address?: string | string[];
|
|
2600
|
-
'blockNumber.from'?: string | string[];
|
|
2601
|
-
'blockNumber.to'?: string | string[];
|
|
2602
2599
|
chainId?: string | string[];
|
|
2603
2600
|
cursor?: string | string[];
|
|
2604
|
-
feePayer?: string | string[];
|
|
2605
|
-
feeToken?: string | string[];
|
|
2606
2601
|
include?: string | string[];
|
|
2607
2602
|
limit?: string | string[];
|
|
2608
|
-
order?: string | string[];
|
|
2609
2603
|
page?: string | string[];
|
|
2610
|
-
recipient?: string | string[];
|
|
2611
|
-
sender?: string | string[];
|
|
2612
|
-
status?: string | string[];
|
|
2613
|
-
'timestamp.from'?: string | string[];
|
|
2614
|
-
'timestamp.to'?: string | string[];
|
|
2615
2604
|
} | undefined;
|
|
2616
2605
|
};
|
|
2617
2606
|
} | {
|
|
@@ -2627,22 +2616,11 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
|
|
|
2627
2616
|
status: 400;
|
|
2628
2617
|
input: {
|
|
2629
2618
|
query?: {
|
|
2630
|
-
address?: string | string[];
|
|
2631
|
-
'blockNumber.from'?: string | string[];
|
|
2632
|
-
'blockNumber.to'?: string | string[];
|
|
2633
2619
|
chainId?: string | string[];
|
|
2634
2620
|
cursor?: string | string[];
|
|
2635
|
-
feePayer?: string | string[];
|
|
2636
|
-
feeToken?: string | string[];
|
|
2637
2621
|
include?: string | string[];
|
|
2638
2622
|
limit?: string | string[];
|
|
2639
|
-
order?: string | string[];
|
|
2640
2623
|
page?: string | string[];
|
|
2641
|
-
recipient?: string | string[];
|
|
2642
|
-
sender?: string | string[];
|
|
2643
|
-
status?: string | string[];
|
|
2644
|
-
'timestamp.from'?: string | string[];
|
|
2645
|
-
'timestamp.to'?: string | string[];
|
|
2646
2624
|
} | undefined;
|
|
2647
2625
|
};
|
|
2648
2626
|
} | {
|
|
@@ -2658,22 +2636,11 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
|
|
|
2658
2636
|
status: 401;
|
|
2659
2637
|
input: {
|
|
2660
2638
|
query?: {
|
|
2661
|
-
address?: string | string[];
|
|
2662
|
-
'blockNumber.from'?: string | string[];
|
|
2663
|
-
'blockNumber.to'?: string | string[];
|
|
2664
2639
|
chainId?: string | string[];
|
|
2665
2640
|
cursor?: string | string[];
|
|
2666
|
-
feePayer?: string | string[];
|
|
2667
|
-
feeToken?: string | string[];
|
|
2668
2641
|
include?: string | string[];
|
|
2669
2642
|
limit?: string | string[];
|
|
2670
|
-
order?: string | string[];
|
|
2671
2643
|
page?: string | string[];
|
|
2672
|
-
recipient?: string | string[];
|
|
2673
|
-
sender?: string | string[];
|
|
2674
|
-
status?: string | string[];
|
|
2675
|
-
'timestamp.from'?: string | string[];
|
|
2676
|
-
'timestamp.to'?: string | string[];
|
|
2677
2644
|
} | undefined;
|
|
2678
2645
|
};
|
|
2679
2646
|
} | {
|
|
@@ -2689,22 +2656,11 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
|
|
|
2689
2656
|
status: 403;
|
|
2690
2657
|
input: {
|
|
2691
2658
|
query?: {
|
|
2692
|
-
address?: string | string[];
|
|
2693
|
-
'blockNumber.from'?: string | string[];
|
|
2694
|
-
'blockNumber.to'?: string | string[];
|
|
2695
2659
|
chainId?: string | string[];
|
|
2696
2660
|
cursor?: string | string[];
|
|
2697
|
-
feePayer?: string | string[];
|
|
2698
|
-
feeToken?: string | string[];
|
|
2699
2661
|
include?: string | string[];
|
|
2700
2662
|
limit?: string | string[];
|
|
2701
|
-
order?: string | string[];
|
|
2702
2663
|
page?: string | string[];
|
|
2703
|
-
recipient?: string | string[];
|
|
2704
|
-
sender?: string | string[];
|
|
2705
|
-
status?: string | string[];
|
|
2706
|
-
'timestamp.from'?: string | string[];
|
|
2707
|
-
'timestamp.to'?: string | string[];
|
|
2708
2664
|
} | undefined;
|
|
2709
2665
|
};
|
|
2710
2666
|
} | {
|
|
@@ -2720,22 +2676,11 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
|
|
|
2720
2676
|
status: 429;
|
|
2721
2677
|
input: {
|
|
2722
2678
|
query?: {
|
|
2723
|
-
address?: string | string[];
|
|
2724
|
-
'blockNumber.from'?: string | string[];
|
|
2725
|
-
'blockNumber.to'?: string | string[];
|
|
2726
2679
|
chainId?: string | string[];
|
|
2727
2680
|
cursor?: string | string[];
|
|
2728
|
-
feePayer?: string | string[];
|
|
2729
|
-
feeToken?: string | string[];
|
|
2730
2681
|
include?: string | string[];
|
|
2731
2682
|
limit?: string | string[];
|
|
2732
|
-
order?: string | string[];
|
|
2733
2683
|
page?: string | string[];
|
|
2734
|
-
recipient?: string | string[];
|
|
2735
|
-
sender?: string | string[];
|
|
2736
|
-
status?: string | string[];
|
|
2737
|
-
'timestamp.from'?: string | string[];
|
|
2738
|
-
'timestamp.to'?: string | string[];
|
|
2739
2684
|
} | undefined;
|
|
2740
2685
|
};
|
|
2741
2686
|
} | {
|
|
@@ -2751,680 +2696,81 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
|
|
|
2751
2696
|
status: 400;
|
|
2752
2697
|
input: {
|
|
2753
2698
|
query?: {
|
|
2754
|
-
address?: string | string[];
|
|
2755
|
-
'blockNumber.from'?: string | string[];
|
|
2756
|
-
'blockNumber.to'?: string | string[];
|
|
2757
2699
|
chainId?: string | string[];
|
|
2758
2700
|
cursor?: string | string[];
|
|
2759
|
-
feePayer?: string | string[];
|
|
2760
|
-
feeToken?: string | string[];
|
|
2761
2701
|
include?: string | string[];
|
|
2762
2702
|
limit?: string | string[];
|
|
2763
|
-
order?: string | string[];
|
|
2764
2703
|
page?: string | string[];
|
|
2765
|
-
|
|
2766
|
-
|
|
2767
|
-
|
|
2768
|
-
|
|
2769
|
-
|
|
2704
|
+
} | undefined;
|
|
2705
|
+
};
|
|
2706
|
+
} | {
|
|
2707
|
+
output: {
|
|
2708
|
+
error: {
|
|
2709
|
+
code: "upstream_error";
|
|
2710
|
+
details?: readonly Response.error.Detail[] | undefined;
|
|
2711
|
+
message: string;
|
|
2712
|
+
};
|
|
2713
|
+
requestId: string;
|
|
2714
|
+
};
|
|
2715
|
+
outputFormat: "json";
|
|
2716
|
+
status: 502;
|
|
2717
|
+
input: {
|
|
2718
|
+
query?: {
|
|
2719
|
+
chainId?: string | string[];
|
|
2720
|
+
cursor?: string | string[];
|
|
2721
|
+
include?: string | string[];
|
|
2722
|
+
limit?: string | string[];
|
|
2723
|
+
page?: string | string[];
|
|
2770
2724
|
} | undefined;
|
|
2771
2725
|
};
|
|
2772
2726
|
} | {
|
|
2773
2727
|
output: {
|
|
2774
2728
|
data: {
|
|
2775
|
-
|
|
2776
|
-
blockNumber: number | null;
|
|
2777
|
-
calls?: {
|
|
2778
|
-
data?: `0x${string}` | undefined;
|
|
2779
|
-
to: `0x${string}` | null;
|
|
2780
|
-
}[] | undefined;
|
|
2781
|
-
chainId?: number | undefined;
|
|
2782
|
-
feeToken?: `0x${string}` | undefined;
|
|
2783
|
-
gas: number;
|
|
2784
|
-
gasPrice?: string | undefined;
|
|
2785
|
-
hash: `0x${string}`;
|
|
2729
|
+
createdAt: string;
|
|
2786
2730
|
id: `0x${string}`;
|
|
2787
|
-
|
|
2788
|
-
|
|
2789
|
-
|
|
2790
|
-
|
|
2791
|
-
|
|
2792
|
-
|
|
2793
|
-
|
|
2794
|
-
|
|
2795
|
-
|
|
2796
|
-
|
|
2797
|
-
|
|
2798
|
-
|
|
2799
|
-
|
|
2800
|
-
|
|
2801
|
-
|
|
2802
|
-
|
|
2803
|
-
|
|
2804
|
-
|
|
2805
|
-
|
|
2806
|
-
|
|
2807
|
-
|
|
2808
|
-
|
|
2809
|
-
|
|
2810
|
-
|
|
2811
|
-
receipt?: {
|
|
2812
|
-
blockHash: `0x${string}` | null;
|
|
2813
|
-
blockNumber: number;
|
|
2814
|
-
contractAddress: `0x${string}` | null;
|
|
2815
|
-
cumulativeGasUsed: number;
|
|
2816
|
-
effectiveGasPrice: string;
|
|
2817
|
-
feeAmount: string;
|
|
2818
|
-
feePayer?: `0x${string}` | undefined;
|
|
2819
|
-
feeToken?: `0x${string}` | undefined;
|
|
2820
|
-
gasUsed: number;
|
|
2821
|
-
id: `0x${string}`;
|
|
2822
|
-
logs: {
|
|
2823
|
-
[x: string]: import("hono/utils/types").JSONValue;
|
|
2824
|
-
address: `0x${string}`;
|
|
2825
|
-
blockHash: `0x${string}` | null;
|
|
2826
|
-
blockNumber: `0x${string}` | null;
|
|
2827
|
-
blockTimestamp?: `0x${string}` | null | undefined;
|
|
2828
|
-
data: `0x${string}`;
|
|
2829
|
-
logIndex: `0x${string}` | null;
|
|
2830
|
-
removed: boolean;
|
|
2831
|
-
topics: `0x${string}`[];
|
|
2832
|
-
transactionHash: `0x${string}` | null;
|
|
2833
|
-
transactionIndex: `0x${string}` | null;
|
|
2834
|
-
}[];
|
|
2835
|
-
meta: {
|
|
2836
|
-
feeToken?: {
|
|
2837
|
-
address: `0x${string}`;
|
|
2838
|
-
admin?: `0x${string}` | undefined;
|
|
2839
|
-
currency: string;
|
|
2840
|
-
createdAt?: string | undefined;
|
|
2841
|
-
decimals: number;
|
|
2842
|
-
holderCount?: number | undefined;
|
|
2843
|
-
id: string;
|
|
2844
|
-
logoUri?: string | undefined;
|
|
2845
|
-
name: string;
|
|
2846
|
-
quoteToken?: `0x${string}` | undefined;
|
|
2847
|
-
symbol: string;
|
|
2848
|
-
totalSupply?: string | undefined;
|
|
2849
|
-
transferStats?: {
|
|
2850
|
-
count: number;
|
|
2851
|
-
firstAt: string | null;
|
|
2852
|
-
lastAt: string | null;
|
|
2853
|
-
} | undefined;
|
|
2854
|
-
verified: boolean;
|
|
2855
|
-
} | undefined;
|
|
2856
|
-
rpc: {
|
|
2857
|
-
[x: string]: import("hono/utils/types").JSONValue;
|
|
2858
|
-
blobGasPrice?: `0x${string}` | undefined;
|
|
2859
|
-
blobGasUsed?: `0x${string}` | undefined;
|
|
2860
|
-
blockHash: `0x${string}` | null;
|
|
2861
|
-
blockNumber: `0x${string}`;
|
|
2862
|
-
blockTimestamp?: `0x${string}` | null | undefined;
|
|
2863
|
-
contractAddress?: `0x${string}` | null | undefined;
|
|
2864
|
-
cumulativeGasUsed: `0x${string}`;
|
|
2865
|
-
effectiveGasPrice: `0x${string}`;
|
|
2866
|
-
feePayer?: `0x${string}` | null | undefined;
|
|
2867
|
-
feeToken?: `0x${string}` | null | undefined;
|
|
2868
|
-
from: `0x${string}`;
|
|
2869
|
-
gasUsed: `0x${string}`;
|
|
2870
|
-
logs: {
|
|
2871
|
-
[x: string]: import("hono/utils/types").JSONValue;
|
|
2872
|
-
address: `0x${string}`;
|
|
2873
|
-
blockHash: `0x${string}` | null;
|
|
2874
|
-
blockNumber: `0x${string}` | null;
|
|
2875
|
-
blockTimestamp?: `0x${string}` | null | undefined;
|
|
2876
|
-
data: `0x${string}`;
|
|
2877
|
-
logIndex: `0x${string}` | null;
|
|
2878
|
-
removed: boolean;
|
|
2879
|
-
topics: `0x${string}`[];
|
|
2880
|
-
transactionHash: `0x${string}` | null;
|
|
2881
|
-
transactionIndex: `0x${string}` | null;
|
|
2882
|
-
}[];
|
|
2883
|
-
logsBloom?: `0x${string}` | undefined;
|
|
2884
|
-
root?: `0x${string}` | undefined;
|
|
2885
|
-
status: `0x${string}`;
|
|
2886
|
-
to: `0x${string}` | null;
|
|
2887
|
-
transactionHash: `0x${string}`;
|
|
2888
|
-
transactionIndex: `0x${string}`;
|
|
2889
|
-
type: `0x${string}`;
|
|
2890
|
-
};
|
|
2891
|
-
};
|
|
2892
|
-
recipient: `0x${string}` | null;
|
|
2893
|
-
sender: `0x${string}`;
|
|
2894
|
-
status: "reverted" | "success";
|
|
2895
|
-
timestamp: string | null;
|
|
2896
|
-
transactionHash: `0x${string}`;
|
|
2897
|
-
transactionIndex: number;
|
|
2898
|
-
type: "eip1559" | "eip2930" | "eip4844" | "eip7702" | "legacy" | "tempo" | "unknown";
|
|
2899
|
-
} | undefined;
|
|
2900
|
-
rpc: {
|
|
2901
|
-
[x: string]: import("hono/utils/types").JSONValue;
|
|
2902
|
-
aaAuthorizationList?: {
|
|
2903
|
-
[x: string]: import("hono/utils/types").JSONValue;
|
|
2904
|
-
}[] | undefined;
|
|
2905
|
-
accessList?: {
|
|
2906
|
-
[x: string]: import("hono/utils/types").JSONValue;
|
|
2907
|
-
address: `0x${string}`;
|
|
2908
|
-
storageKeys: `0x${string}`[];
|
|
2909
|
-
}[] | undefined;
|
|
2910
|
-
authorizationList?: {
|
|
2911
|
-
[x: string]: import("hono/utils/types").JSONValue;
|
|
2912
|
-
}[] | undefined;
|
|
2913
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
|
2914
|
-
blockHash: `0x${string}` | null;
|
|
2915
|
-
blockNumber: `0x${string}` | null;
|
|
2916
|
-
blockTimestamp?: `0x${string}` | null | undefined;
|
|
2917
|
-
calls?: {
|
|
2918
|
-
[x: string]: import("hono/utils/types").JSONValue;
|
|
2919
|
-
data?: `0x${string}` | null | undefined;
|
|
2920
|
-
input?: `0x${string}` | null | undefined;
|
|
2921
|
-
to?: `0x${string}` | null | undefined;
|
|
2922
|
-
value?: `0x${string}` | null | undefined;
|
|
2923
|
-
}[] | null | undefined;
|
|
2924
|
-
chainId?: `0x${string}` | undefined;
|
|
2925
|
-
feePayerSignature?: {
|
|
2926
|
-
[x: string]: import("hono/utils/types").JSONValue;
|
|
2927
|
-
type?: string | undefined;
|
|
2928
|
-
} | null | undefined;
|
|
2929
|
-
feeToken?: `0x${string}` | null | undefined;
|
|
2930
|
-
from: `0x${string}`;
|
|
2931
|
-
gas: `0x${string}`;
|
|
2932
|
-
gasPrice?: `0x${string}` | undefined;
|
|
2933
|
-
hash: `0x${string}`;
|
|
2934
|
-
input?: `0x${string}` | undefined;
|
|
2935
|
-
keyAuthorization?: {
|
|
2936
|
-
[x: string]: import("hono/utils/types").JSONValue;
|
|
2937
|
-
} | null | undefined;
|
|
2938
|
-
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
2939
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
|
2940
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
2941
|
-
nonce: `0x${string}`;
|
|
2942
|
-
nonceKey?: `0x${string}` | undefined;
|
|
2943
|
-
r?: `0x${string}` | undefined;
|
|
2944
|
-
s?: `0x${string}` | undefined;
|
|
2945
|
-
signature?: {
|
|
2946
|
-
[x: string]: import("hono/utils/types").JSONValue;
|
|
2947
|
-
type?: string | undefined;
|
|
2948
|
-
} | undefined;
|
|
2949
|
-
to?: `0x${string}` | null | undefined;
|
|
2950
|
-
transactionIndex: `0x${string}` | null;
|
|
2951
|
-
type: `0x${string}`;
|
|
2952
|
-
v?: `0x${string}` | undefined;
|
|
2953
|
-
validAfter?: `0x${string}` | null | undefined;
|
|
2954
|
-
validBefore?: `0x${string}` | null | undefined;
|
|
2955
|
-
value?: `0x${string}` | undefined;
|
|
2956
|
-
yParity?: `0x${string}` | undefined;
|
|
2957
|
-
};
|
|
2731
|
+
lastMintAt: string;
|
|
2732
|
+
mintCount: number;
|
|
2733
|
+
poolId: `0x${string}`;
|
|
2734
|
+
userToken: {
|
|
2735
|
+
address: `0x${string}`;
|
|
2736
|
+
currency?: string | undefined;
|
|
2737
|
+
decimals?: number | undefined;
|
|
2738
|
+
logoUri?: string | undefined;
|
|
2739
|
+
name?: string | undefined;
|
|
2740
|
+
symbol?: string | undefined;
|
|
2741
|
+
verified?: boolean | undefined;
|
|
2742
|
+
amount?: string | undefined;
|
|
2743
|
+
formatted?: string | undefined;
|
|
2744
|
+
};
|
|
2745
|
+
validatorToken: {
|
|
2746
|
+
address: `0x${string}`;
|
|
2747
|
+
currency?: string | undefined;
|
|
2748
|
+
decimals?: number | undefined;
|
|
2749
|
+
logoUri?: string | undefined;
|
|
2750
|
+
name?: string | undefined;
|
|
2751
|
+
symbol?: string | undefined;
|
|
2752
|
+
verified?: boolean | undefined;
|
|
2753
|
+
amount?: string | undefined;
|
|
2754
|
+
formatted?: string | undefined;
|
|
2958
2755
|
};
|
|
2959
|
-
nonce: number;
|
|
2960
|
-
nonceKey?: `0x${string}` | undefined;
|
|
2961
|
-
recipient: `0x${string}` | null;
|
|
2962
|
-
sender: `0x${string}`;
|
|
2963
|
-
timestamp: string | null;
|
|
2964
|
-
transactionIndex: number | null;
|
|
2965
|
-
type: "eip1559" | "eip2930" | "eip4844" | "eip7702" | "legacy" | "tempo" | "unknown";
|
|
2966
|
-
validAfter?: string | null | undefined;
|
|
2967
|
-
validBefore?: string | null | undefined;
|
|
2968
|
-
value: string;
|
|
2969
2756
|
}[];
|
|
2970
|
-
meta?: {
|
|
2971
|
-
totalCountCapped: boolean;
|
|
2972
|
-
totalCount: number;
|
|
2973
|
-
} | undefined;
|
|
2974
2757
|
nextCursor: string | null;
|
|
2975
2758
|
};
|
|
2976
2759
|
outputFormat: "json";
|
|
2977
2760
|
status: 200;
|
|
2978
2761
|
input: {
|
|
2979
2762
|
query?: {
|
|
2980
|
-
address?: string | string[];
|
|
2981
|
-
'blockNumber.from'?: string | string[];
|
|
2982
|
-
'blockNumber.to'?: string | string[];
|
|
2983
|
-
chainId?: string | string[];
|
|
2984
|
-
cursor?: string | string[];
|
|
2985
|
-
feePayer?: string | string[];
|
|
2986
|
-
feeToken?: string | string[];
|
|
2987
|
-
include?: string | string[];
|
|
2988
|
-
limit?: string | string[];
|
|
2989
|
-
order?: string | string[];
|
|
2990
|
-
page?: string | string[];
|
|
2991
|
-
recipient?: string | string[];
|
|
2992
|
-
sender?: string | string[];
|
|
2993
|
-
status?: string | string[];
|
|
2994
|
-
'timestamp.from'?: string | string[];
|
|
2995
|
-
'timestamp.to'?: string | string[];
|
|
2996
|
-
} | undefined;
|
|
2997
|
-
};
|
|
2998
|
-
} | {
|
|
2999
|
-
output: {
|
|
3000
|
-
error: {
|
|
3001
|
-
code: "upstream_error";
|
|
3002
|
-
details?: readonly Response.error.Detail[] | undefined;
|
|
3003
|
-
message: string;
|
|
3004
|
-
};
|
|
3005
|
-
requestId: string;
|
|
3006
|
-
};
|
|
3007
|
-
outputFormat: "json";
|
|
3008
|
-
status: 502;
|
|
3009
|
-
input: {
|
|
3010
|
-
query?: {
|
|
3011
|
-
address?: string | string[];
|
|
3012
|
-
'blockNumber.from'?: string | string[];
|
|
3013
|
-
'blockNumber.to'?: string | string[];
|
|
3014
2763
|
chainId?: string | string[];
|
|
3015
2764
|
cursor?: string | string[];
|
|
3016
|
-
feePayer?: string | string[];
|
|
3017
|
-
feeToken?: string | string[];
|
|
3018
2765
|
include?: string | string[];
|
|
3019
2766
|
limit?: string | string[];
|
|
3020
|
-
order?: string | string[];
|
|
3021
2767
|
page?: string | string[];
|
|
3022
|
-
recipient?: string | string[];
|
|
3023
|
-
sender?: string | string[];
|
|
3024
|
-
status?: string | string[];
|
|
3025
|
-
'timestamp.from'?: string | string[];
|
|
3026
|
-
'timestamp.to'?: string | string[];
|
|
3027
|
-
} | undefined;
|
|
3028
|
-
};
|
|
3029
|
-
};
|
|
3030
|
-
};
|
|
3031
|
-
} & {
|
|
3032
|
-
"/v1/transactions/:transactionHash": {
|
|
3033
|
-
$get: {
|
|
3034
|
-
output: null;
|
|
3035
|
-
outputFormat: "body";
|
|
3036
|
-
status: 402;
|
|
3037
|
-
input: {
|
|
3038
|
-
param: {
|
|
3039
|
-
transactionHash: `0x${string}`;
|
|
3040
|
-
};
|
|
3041
|
-
} & {
|
|
3042
|
-
query?: {
|
|
3043
|
-
chainId?: string | string[];
|
|
3044
|
-
include?: string | string[];
|
|
3045
|
-
} | undefined;
|
|
3046
|
-
};
|
|
3047
|
-
} | {
|
|
3048
|
-
output: {
|
|
3049
|
-
error: {
|
|
3050
|
-
code: "api_key_malformed";
|
|
3051
|
-
details?: readonly Response.error.Detail[] | undefined;
|
|
3052
|
-
message: string;
|
|
3053
|
-
};
|
|
3054
|
-
requestId: string;
|
|
3055
|
-
};
|
|
3056
|
-
outputFormat: "json";
|
|
3057
|
-
status: 400;
|
|
3058
|
-
input: {
|
|
3059
|
-
param: {
|
|
3060
|
-
transactionHash: `0x${string}`;
|
|
3061
|
-
};
|
|
3062
|
-
} & {
|
|
3063
|
-
query?: {
|
|
3064
|
-
chainId?: string | string[];
|
|
3065
|
-
include?: string | string[];
|
|
3066
|
-
} | undefined;
|
|
3067
|
-
};
|
|
3068
|
-
} | {
|
|
3069
|
-
output: {
|
|
3070
|
-
error: {
|
|
3071
|
-
code: "api_key_invalid" | "api_key_missing";
|
|
3072
|
-
details?: readonly Response.error.Detail[] | undefined;
|
|
3073
|
-
message: string;
|
|
3074
|
-
};
|
|
3075
|
-
requestId: string;
|
|
3076
|
-
};
|
|
3077
|
-
outputFormat: "json";
|
|
3078
|
-
status: 401;
|
|
3079
|
-
input: {
|
|
3080
|
-
param: {
|
|
3081
|
-
transactionHash: `0x${string}`;
|
|
3082
|
-
};
|
|
3083
|
-
} & {
|
|
3084
|
-
query?: {
|
|
3085
|
-
chainId?: string | string[];
|
|
3086
|
-
include?: string | string[];
|
|
3087
|
-
} | undefined;
|
|
3088
|
-
};
|
|
3089
|
-
} | {
|
|
3090
|
-
output: {
|
|
3091
|
-
error: {
|
|
3092
|
-
code: "api_key_forbidden";
|
|
3093
|
-
details?: readonly Response.error.Detail[] | undefined;
|
|
3094
|
-
message: string;
|
|
3095
|
-
};
|
|
3096
|
-
requestId: string;
|
|
3097
|
-
};
|
|
3098
|
-
outputFormat: "json";
|
|
3099
|
-
status: 403;
|
|
3100
|
-
input: {
|
|
3101
|
-
param: {
|
|
3102
|
-
transactionHash: `0x${string}`;
|
|
3103
|
-
};
|
|
3104
|
-
} & {
|
|
3105
|
-
query?: {
|
|
3106
|
-
chainId?: string | string[];
|
|
3107
|
-
include?: string | string[];
|
|
3108
|
-
} | undefined;
|
|
3109
|
-
};
|
|
3110
|
-
} | {
|
|
3111
|
-
output: {
|
|
3112
|
-
error: {
|
|
3113
|
-
code: "payment_required" | "rate_limit_exceeded";
|
|
3114
|
-
details?: readonly Response.error.Detail[] | undefined;
|
|
3115
|
-
message: string;
|
|
3116
|
-
};
|
|
3117
|
-
requestId: string;
|
|
3118
|
-
};
|
|
3119
|
-
outputFormat: "json";
|
|
3120
|
-
status: 429;
|
|
3121
|
-
input: {
|
|
3122
|
-
param: {
|
|
3123
|
-
transactionHash: `0x${string}`;
|
|
3124
|
-
};
|
|
3125
|
-
} & {
|
|
3126
|
-
query?: {
|
|
3127
|
-
chainId?: string | string[];
|
|
3128
|
-
include?: string | string[];
|
|
3129
|
-
} | undefined;
|
|
3130
|
-
};
|
|
3131
|
-
} | {
|
|
3132
|
-
output: {
|
|
3133
|
-
error: {
|
|
3134
|
-
code: "query_invalid";
|
|
3135
|
-
details?: readonly Response.error.Detail[] | undefined;
|
|
3136
|
-
message: string;
|
|
3137
|
-
};
|
|
3138
|
-
requestId: string;
|
|
3139
|
-
};
|
|
3140
|
-
outputFormat: "json";
|
|
3141
|
-
status: 400;
|
|
3142
|
-
input: {
|
|
3143
|
-
param: {
|
|
3144
|
-
transactionHash: `0x${string}`;
|
|
3145
|
-
};
|
|
3146
|
-
} & {
|
|
3147
|
-
query?: {
|
|
3148
|
-
chainId?: string | string[];
|
|
3149
|
-
include?: string | string[];
|
|
3150
|
-
} | undefined;
|
|
3151
|
-
};
|
|
3152
|
-
} | {
|
|
3153
|
-
output: {
|
|
3154
|
-
error: {
|
|
3155
|
-
code: "upstream_error";
|
|
3156
|
-
details?: readonly Response.error.Detail[] | undefined;
|
|
3157
|
-
message: string;
|
|
3158
|
-
};
|
|
3159
|
-
requestId: string;
|
|
3160
|
-
};
|
|
3161
|
-
outputFormat: "json";
|
|
3162
|
-
status: 502;
|
|
3163
|
-
input: {
|
|
3164
|
-
param: {
|
|
3165
|
-
transactionHash: `0x${string}`;
|
|
3166
|
-
};
|
|
3167
|
-
} & {
|
|
3168
|
-
query?: {
|
|
3169
|
-
chainId?: string | string[];
|
|
3170
|
-
include?: string | string[];
|
|
3171
|
-
} | undefined;
|
|
3172
|
-
};
|
|
3173
|
-
} | {
|
|
3174
|
-
output: {
|
|
3175
|
-
error: {
|
|
3176
|
-
code: "transaction_invalid";
|
|
3177
|
-
details?: readonly Response.error.Detail[] | undefined;
|
|
3178
|
-
message: string;
|
|
3179
|
-
};
|
|
3180
|
-
requestId: string;
|
|
3181
|
-
};
|
|
3182
|
-
outputFormat: "json";
|
|
3183
|
-
status: 400;
|
|
3184
|
-
input: {
|
|
3185
|
-
param: {
|
|
3186
|
-
transactionHash: `0x${string}`;
|
|
3187
|
-
};
|
|
3188
|
-
} & {
|
|
3189
|
-
query?: {
|
|
3190
|
-
chainId?: string | string[];
|
|
3191
|
-
include?: string | string[];
|
|
3192
|
-
} | undefined;
|
|
3193
|
-
};
|
|
3194
|
-
} | {
|
|
3195
|
-
output: {
|
|
3196
|
-
error: {
|
|
3197
|
-
code: "transaction_not_found";
|
|
3198
|
-
details?: readonly Response.error.Detail[] | undefined;
|
|
3199
|
-
message: string;
|
|
3200
|
-
};
|
|
3201
|
-
requestId: string;
|
|
3202
|
-
};
|
|
3203
|
-
outputFormat: "json";
|
|
3204
|
-
status: 404;
|
|
3205
|
-
input: {
|
|
3206
|
-
param: {
|
|
3207
|
-
transactionHash: `0x${string}`;
|
|
3208
|
-
};
|
|
3209
|
-
} & {
|
|
3210
|
-
query?: {
|
|
3211
|
-
chainId?: string | string[];
|
|
3212
|
-
include?: string | string[];
|
|
3213
|
-
} | undefined;
|
|
3214
|
-
};
|
|
3215
|
-
} | {
|
|
3216
|
-
output: {
|
|
3217
|
-
blockHash: `0x${string}` | null;
|
|
3218
|
-
blockNumber: number | null;
|
|
3219
|
-
calls?: {
|
|
3220
|
-
data?: `0x${string}` | undefined;
|
|
3221
|
-
to: `0x${string}` | null;
|
|
3222
|
-
}[] | undefined;
|
|
3223
|
-
chainId?: number | undefined;
|
|
3224
|
-
feeToken?: `0x${string}` | undefined;
|
|
3225
|
-
gas: number;
|
|
3226
|
-
gasPrice?: string | undefined;
|
|
3227
|
-
hash: `0x${string}`;
|
|
3228
|
-
id: `0x${string}`;
|
|
3229
|
-
input?: `0x${string}` | undefined;
|
|
3230
|
-
maxFeePerGas?: string | undefined;
|
|
3231
|
-
maxPriorityFeePerGas?: string | undefined;
|
|
3232
|
-
meta: {
|
|
3233
|
-
feeToken?: {
|
|
3234
|
-
address: `0x${string}`;
|
|
3235
|
-
admin?: `0x${string}` | undefined;
|
|
3236
|
-
currency: string;
|
|
3237
|
-
createdAt?: string | undefined;
|
|
3238
|
-
decimals: number;
|
|
3239
|
-
holderCount?: number | undefined;
|
|
3240
|
-
id: string;
|
|
3241
|
-
logoUri?: string | undefined;
|
|
3242
|
-
name: string;
|
|
3243
|
-
quoteToken?: `0x${string}` | undefined;
|
|
3244
|
-
symbol: string;
|
|
3245
|
-
totalSupply?: string | undefined;
|
|
3246
|
-
transferStats?: {
|
|
3247
|
-
count: number;
|
|
3248
|
-
firstAt: string | null;
|
|
3249
|
-
lastAt: string | null;
|
|
3250
|
-
} | undefined;
|
|
3251
|
-
verified: boolean;
|
|
3252
|
-
} | undefined;
|
|
3253
|
-
receipt?: {
|
|
3254
|
-
blockHash: `0x${string}` | null;
|
|
3255
|
-
blockNumber: number;
|
|
3256
|
-
contractAddress: `0x${string}` | null;
|
|
3257
|
-
cumulativeGasUsed: number;
|
|
3258
|
-
effectiveGasPrice: string;
|
|
3259
|
-
feeAmount: string;
|
|
3260
|
-
feePayer?: `0x${string}` | undefined;
|
|
3261
|
-
feeToken?: `0x${string}` | undefined;
|
|
3262
|
-
gasUsed: number;
|
|
3263
|
-
id: `0x${string}`;
|
|
3264
|
-
logs: {
|
|
3265
|
-
[x: string]: import("hono/utils/types").JSONValue;
|
|
3266
|
-
address: `0x${string}`;
|
|
3267
|
-
blockHash: `0x${string}` | null;
|
|
3268
|
-
blockNumber: `0x${string}` | null;
|
|
3269
|
-
blockTimestamp?: `0x${string}` | null | undefined;
|
|
3270
|
-
data: `0x${string}`;
|
|
3271
|
-
logIndex: `0x${string}` | null;
|
|
3272
|
-
removed: boolean;
|
|
3273
|
-
topics: `0x${string}`[];
|
|
3274
|
-
transactionHash: `0x${string}` | null;
|
|
3275
|
-
transactionIndex: `0x${string}` | null;
|
|
3276
|
-
}[];
|
|
3277
|
-
meta: {
|
|
3278
|
-
feeToken?: {
|
|
3279
|
-
address: `0x${string}`;
|
|
3280
|
-
admin?: `0x${string}` | undefined;
|
|
3281
|
-
currency: string;
|
|
3282
|
-
createdAt?: string | undefined;
|
|
3283
|
-
decimals: number;
|
|
3284
|
-
holderCount?: number | undefined;
|
|
3285
|
-
id: string;
|
|
3286
|
-
logoUri?: string | undefined;
|
|
3287
|
-
name: string;
|
|
3288
|
-
quoteToken?: `0x${string}` | undefined;
|
|
3289
|
-
symbol: string;
|
|
3290
|
-
totalSupply?: string | undefined;
|
|
3291
|
-
transferStats?: {
|
|
3292
|
-
count: number;
|
|
3293
|
-
firstAt: string | null;
|
|
3294
|
-
lastAt: string | null;
|
|
3295
|
-
} | undefined;
|
|
3296
|
-
verified: boolean;
|
|
3297
|
-
} | undefined;
|
|
3298
|
-
rpc: {
|
|
3299
|
-
[x: string]: import("hono/utils/types").JSONValue;
|
|
3300
|
-
blobGasPrice?: `0x${string}` | undefined;
|
|
3301
|
-
blobGasUsed?: `0x${string}` | undefined;
|
|
3302
|
-
blockHash: `0x${string}` | null;
|
|
3303
|
-
blockNumber: `0x${string}`;
|
|
3304
|
-
blockTimestamp?: `0x${string}` | null | undefined;
|
|
3305
|
-
contractAddress?: `0x${string}` | null | undefined;
|
|
3306
|
-
cumulativeGasUsed: `0x${string}`;
|
|
3307
|
-
effectiveGasPrice: `0x${string}`;
|
|
3308
|
-
feePayer?: `0x${string}` | null | undefined;
|
|
3309
|
-
feeToken?: `0x${string}` | null | undefined;
|
|
3310
|
-
from: `0x${string}`;
|
|
3311
|
-
gasUsed: `0x${string}`;
|
|
3312
|
-
logs: {
|
|
3313
|
-
[x: string]: import("hono/utils/types").JSONValue;
|
|
3314
|
-
address: `0x${string}`;
|
|
3315
|
-
blockHash: `0x${string}` | null;
|
|
3316
|
-
blockNumber: `0x${string}` | null;
|
|
3317
|
-
blockTimestamp?: `0x${string}` | null | undefined;
|
|
3318
|
-
data: `0x${string}`;
|
|
3319
|
-
logIndex: `0x${string}` | null;
|
|
3320
|
-
removed: boolean;
|
|
3321
|
-
topics: `0x${string}`[];
|
|
3322
|
-
transactionHash: `0x${string}` | null;
|
|
3323
|
-
transactionIndex: `0x${string}` | null;
|
|
3324
|
-
}[];
|
|
3325
|
-
logsBloom?: `0x${string}` | undefined;
|
|
3326
|
-
root?: `0x${string}` | undefined;
|
|
3327
|
-
status: `0x${string}`;
|
|
3328
|
-
to: `0x${string}` | null;
|
|
3329
|
-
transactionHash: `0x${string}`;
|
|
3330
|
-
transactionIndex: `0x${string}`;
|
|
3331
|
-
type: `0x${string}`;
|
|
3332
|
-
};
|
|
3333
|
-
};
|
|
3334
|
-
recipient: `0x${string}` | null;
|
|
3335
|
-
sender: `0x${string}`;
|
|
3336
|
-
status: "reverted" | "success";
|
|
3337
|
-
timestamp: string | null;
|
|
3338
|
-
transactionHash: `0x${string}`;
|
|
3339
|
-
transactionIndex: number;
|
|
3340
|
-
type: "eip1559" | "eip2930" | "eip4844" | "eip7702" | "legacy" | "tempo" | "unknown";
|
|
3341
|
-
} | undefined;
|
|
3342
|
-
rpc: {
|
|
3343
|
-
[x: string]: import("hono/utils/types").JSONValue;
|
|
3344
|
-
aaAuthorizationList?: {
|
|
3345
|
-
[x: string]: import("hono/utils/types").JSONValue;
|
|
3346
|
-
}[] | undefined;
|
|
3347
|
-
accessList?: {
|
|
3348
|
-
[x: string]: import("hono/utils/types").JSONValue;
|
|
3349
|
-
address: `0x${string}`;
|
|
3350
|
-
storageKeys: `0x${string}`[];
|
|
3351
|
-
}[] | undefined;
|
|
3352
|
-
authorizationList?: {
|
|
3353
|
-
[x: string]: import("hono/utils/types").JSONValue;
|
|
3354
|
-
}[] | undefined;
|
|
3355
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
|
3356
|
-
blockHash: `0x${string}` | null;
|
|
3357
|
-
blockNumber: `0x${string}` | null;
|
|
3358
|
-
blockTimestamp?: `0x${string}` | null | undefined;
|
|
3359
|
-
calls?: {
|
|
3360
|
-
[x: string]: import("hono/utils/types").JSONValue;
|
|
3361
|
-
data?: `0x${string}` | null | undefined;
|
|
3362
|
-
input?: `0x${string}` | null | undefined;
|
|
3363
|
-
to?: `0x${string}` | null | undefined;
|
|
3364
|
-
value?: `0x${string}` | null | undefined;
|
|
3365
|
-
}[] | null | undefined;
|
|
3366
|
-
chainId?: `0x${string}` | undefined;
|
|
3367
|
-
feePayerSignature?: {
|
|
3368
|
-
[x: string]: import("hono/utils/types").JSONValue;
|
|
3369
|
-
type?: string | undefined;
|
|
3370
|
-
} | null | undefined;
|
|
3371
|
-
feeToken?: `0x${string}` | null | undefined;
|
|
3372
|
-
from: `0x${string}`;
|
|
3373
|
-
gas: `0x${string}`;
|
|
3374
|
-
gasPrice?: `0x${string}` | undefined;
|
|
3375
|
-
hash: `0x${string}`;
|
|
3376
|
-
input?: `0x${string}` | undefined;
|
|
3377
|
-
keyAuthorization?: {
|
|
3378
|
-
[x: string]: import("hono/utils/types").JSONValue;
|
|
3379
|
-
} | null | undefined;
|
|
3380
|
-
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
3381
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
|
3382
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
3383
|
-
nonce: `0x${string}`;
|
|
3384
|
-
nonceKey?: `0x${string}` | undefined;
|
|
3385
|
-
r?: `0x${string}` | undefined;
|
|
3386
|
-
s?: `0x${string}` | undefined;
|
|
3387
|
-
signature?: {
|
|
3388
|
-
[x: string]: import("hono/utils/types").JSONValue;
|
|
3389
|
-
type?: string | undefined;
|
|
3390
|
-
} | undefined;
|
|
3391
|
-
to?: `0x${string}` | null | undefined;
|
|
3392
|
-
transactionIndex: `0x${string}` | null;
|
|
3393
|
-
type: `0x${string}`;
|
|
3394
|
-
v?: `0x${string}` | undefined;
|
|
3395
|
-
validAfter?: `0x${string}` | null | undefined;
|
|
3396
|
-
validBefore?: `0x${string}` | null | undefined;
|
|
3397
|
-
value?: `0x${string}` | undefined;
|
|
3398
|
-
yParity?: `0x${string}` | undefined;
|
|
3399
|
-
};
|
|
3400
|
-
};
|
|
3401
|
-
nonce: number;
|
|
3402
|
-
nonceKey?: `0x${string}` | undefined;
|
|
3403
|
-
recipient: `0x${string}` | null;
|
|
3404
|
-
sender: `0x${string}`;
|
|
3405
|
-
timestamp: string | null;
|
|
3406
|
-
transactionIndex: number | null;
|
|
3407
|
-
type: "eip1559" | "eip2930" | "eip4844" | "eip7702" | "legacy" | "tempo" | "unknown";
|
|
3408
|
-
validAfter?: string | null | undefined;
|
|
3409
|
-
validBefore?: string | null | undefined;
|
|
3410
|
-
value: string;
|
|
3411
|
-
};
|
|
3412
|
-
outputFormat: "json";
|
|
3413
|
-
status: 200;
|
|
3414
|
-
input: {
|
|
3415
|
-
param: {
|
|
3416
|
-
transactionHash: `0x${string}`;
|
|
3417
|
-
};
|
|
3418
|
-
} & {
|
|
3419
|
-
query?: {
|
|
3420
|
-
chainId?: string | string[];
|
|
3421
|
-
include?: string | string[];
|
|
3422
2768
|
} | undefined;
|
|
3423
2769
|
};
|
|
3424
2770
|
};
|
|
3425
2771
|
};
|
|
3426
|
-
}
|
|
3427
|
-
"/v1/fee-amm/
|
|
2772
|
+
} & {
|
|
2773
|
+
"/v1/fee-amm/mints": {
|
|
3428
2774
|
$get: {
|
|
3429
2775
|
output: null;
|
|
3430
2776
|
outputFormat: "body";
|
|
@@ -3435,7 +2781,10 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
|
|
|
3435
2781
|
cursor?: string | string[];
|
|
3436
2782
|
include?: string | string[];
|
|
3437
2783
|
limit?: string | string[];
|
|
2784
|
+
order?: string | string[];
|
|
3438
2785
|
page?: string | string[];
|
|
2786
|
+
userToken?: string | string[];
|
|
2787
|
+
validatorToken?: string | string[];
|
|
3439
2788
|
} | undefined;
|
|
3440
2789
|
};
|
|
3441
2790
|
} | {
|
|
@@ -3455,7 +2804,10 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
|
|
|
3455
2804
|
cursor?: string | string[];
|
|
3456
2805
|
include?: string | string[];
|
|
3457
2806
|
limit?: string | string[];
|
|
2807
|
+
order?: string | string[];
|
|
3458
2808
|
page?: string | string[];
|
|
2809
|
+
userToken?: string | string[];
|
|
2810
|
+
validatorToken?: string | string[];
|
|
3459
2811
|
} | undefined;
|
|
3460
2812
|
};
|
|
3461
2813
|
} | {
|
|
@@ -3475,7 +2827,10 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
|
|
|
3475
2827
|
cursor?: string | string[];
|
|
3476
2828
|
include?: string | string[];
|
|
3477
2829
|
limit?: string | string[];
|
|
2830
|
+
order?: string | string[];
|
|
3478
2831
|
page?: string | string[];
|
|
2832
|
+
userToken?: string | string[];
|
|
2833
|
+
validatorToken?: string | string[];
|
|
3479
2834
|
} | undefined;
|
|
3480
2835
|
};
|
|
3481
2836
|
} | {
|
|
@@ -3495,7 +2850,10 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
|
|
|
3495
2850
|
cursor?: string | string[];
|
|
3496
2851
|
include?: string | string[];
|
|
3497
2852
|
limit?: string | string[];
|
|
2853
|
+
order?: string | string[];
|
|
3498
2854
|
page?: string | string[];
|
|
2855
|
+
userToken?: string | string[];
|
|
2856
|
+
validatorToken?: string | string[];
|
|
3499
2857
|
} | undefined;
|
|
3500
2858
|
};
|
|
3501
2859
|
} | {
|
|
@@ -3515,7 +2873,10 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
|
|
|
3515
2873
|
cursor?: string | string[];
|
|
3516
2874
|
include?: string | string[];
|
|
3517
2875
|
limit?: string | string[];
|
|
2876
|
+
order?: string | string[];
|
|
3518
2877
|
page?: string | string[];
|
|
2878
|
+
userToken?: string | string[];
|
|
2879
|
+
validatorToken?: string | string[];
|
|
3519
2880
|
} | undefined;
|
|
3520
2881
|
};
|
|
3521
2882
|
} | {
|
|
@@ -3535,7 +2896,10 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
|
|
|
3535
2896
|
cursor?: string | string[];
|
|
3536
2897
|
include?: string | string[];
|
|
3537
2898
|
limit?: string | string[];
|
|
2899
|
+
order?: string | string[];
|
|
3538
2900
|
page?: string | string[];
|
|
2901
|
+
userToken?: string | string[];
|
|
2902
|
+
validatorToken?: string | string[];
|
|
3539
2903
|
} | undefined;
|
|
3540
2904
|
};
|
|
3541
2905
|
} | {
|
|
@@ -3555,17 +2919,25 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
|
|
|
3555
2919
|
cursor?: string | string[];
|
|
3556
2920
|
include?: string | string[];
|
|
3557
2921
|
limit?: string | string[];
|
|
2922
|
+
order?: string | string[];
|
|
3558
2923
|
page?: string | string[];
|
|
2924
|
+
userToken?: string | string[];
|
|
2925
|
+
validatorToken?: string | string[];
|
|
3559
2926
|
} | undefined;
|
|
3560
2927
|
};
|
|
3561
2928
|
} | {
|
|
3562
2929
|
output: {
|
|
3563
2930
|
data: {
|
|
3564
|
-
|
|
3565
|
-
|
|
3566
|
-
|
|
3567
|
-
|
|
3568
|
-
|
|
2931
|
+
amountUserToken?: string | undefined;
|
|
2932
|
+
amountValidatorToken: string;
|
|
2933
|
+
blockNumber: number;
|
|
2934
|
+
id: string;
|
|
2935
|
+
liquidity: string;
|
|
2936
|
+
logIndex: number;
|
|
2937
|
+
minter: `0x${string}`;
|
|
2938
|
+
recipient?: `0x${string}` | undefined;
|
|
2939
|
+
timestamp: string;
|
|
2940
|
+
transactionHash: `0x${string}`;
|
|
3569
2941
|
userToken: {
|
|
3570
2942
|
address: `0x${string}`;
|
|
3571
2943
|
currency?: string | undefined;
|
|
@@ -3574,8 +2946,6 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
|
|
|
3574
2946
|
name?: string | undefined;
|
|
3575
2947
|
symbol?: string | undefined;
|
|
3576
2948
|
verified?: boolean | undefined;
|
|
3577
|
-
amount?: string | undefined;
|
|
3578
|
-
formatted?: string | undefined;
|
|
3579
2949
|
};
|
|
3580
2950
|
validatorToken: {
|
|
3581
2951
|
address: `0x${string}`;
|
|
@@ -3585,10 +2955,12 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
|
|
|
3585
2955
|
name?: string | undefined;
|
|
3586
2956
|
symbol?: string | undefined;
|
|
3587
2957
|
verified?: boolean | undefined;
|
|
3588
|
-
amount?: string | undefined;
|
|
3589
|
-
formatted?: string | undefined;
|
|
3590
2958
|
};
|
|
3591
2959
|
}[];
|
|
2960
|
+
meta?: {
|
|
2961
|
+
totalCountCapped: boolean;
|
|
2962
|
+
totalCount: number;
|
|
2963
|
+
} | undefined;
|
|
3592
2964
|
nextCursor: string | null;
|
|
3593
2965
|
};
|
|
3594
2966
|
outputFormat: "json";
|
|
@@ -3599,13 +2971,16 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
|
|
|
3599
2971
|
cursor?: string | string[];
|
|
3600
2972
|
include?: string | string[];
|
|
3601
2973
|
limit?: string | string[];
|
|
2974
|
+
order?: string | string[];
|
|
3602
2975
|
page?: string | string[];
|
|
2976
|
+
userToken?: string | string[];
|
|
2977
|
+
validatorToken?: string | string[];
|
|
3603
2978
|
} | undefined;
|
|
3604
2979
|
};
|
|
3605
2980
|
};
|
|
3606
2981
|
};
|
|
3607
|
-
}
|
|
3608
|
-
"/v1/
|
|
2982
|
+
}, "/"> | import("hono/types").MergeSchemaPath<{
|
|
2983
|
+
"/v1/blocks": {
|
|
3609
2984
|
$get: {
|
|
3610
2985
|
output: null;
|
|
3611
2986
|
outputFormat: "body";
|
|
@@ -3614,12 +2989,9 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
|
|
|
3614
2989
|
query?: {
|
|
3615
2990
|
chainId?: string | string[];
|
|
3616
2991
|
cursor?: string | string[];
|
|
3617
|
-
include?: string | string[];
|
|
3618
2992
|
limit?: string | string[];
|
|
3619
2993
|
order?: string | string[];
|
|
3620
2994
|
page?: string | string[];
|
|
3621
|
-
userToken?: string | string[];
|
|
3622
|
-
validatorToken?: string | string[];
|
|
3623
2995
|
} | undefined;
|
|
3624
2996
|
};
|
|
3625
2997
|
} | {
|
|
@@ -3636,88 +3008,275 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
|
|
|
3636
3008
|
input: {
|
|
3637
3009
|
query?: {
|
|
3638
3010
|
chainId?: string | string[];
|
|
3639
|
-
cursor?: string | string[];
|
|
3640
|
-
|
|
3641
|
-
|
|
3642
|
-
|
|
3643
|
-
|
|
3644
|
-
|
|
3645
|
-
|
|
3011
|
+
cursor?: string | string[];
|
|
3012
|
+
limit?: string | string[];
|
|
3013
|
+
order?: string | string[];
|
|
3014
|
+
page?: string | string[];
|
|
3015
|
+
} | undefined;
|
|
3016
|
+
};
|
|
3017
|
+
} | {
|
|
3018
|
+
output: {
|
|
3019
|
+
error: {
|
|
3020
|
+
code: "api_key_invalid" | "api_key_missing";
|
|
3021
|
+
details?: readonly Response.error.Detail[] | undefined;
|
|
3022
|
+
message: string;
|
|
3023
|
+
};
|
|
3024
|
+
requestId: string;
|
|
3025
|
+
};
|
|
3026
|
+
outputFormat: "json";
|
|
3027
|
+
status: 401;
|
|
3028
|
+
input: {
|
|
3029
|
+
query?: {
|
|
3030
|
+
chainId?: string | string[];
|
|
3031
|
+
cursor?: string | string[];
|
|
3032
|
+
limit?: string | string[];
|
|
3033
|
+
order?: string | string[];
|
|
3034
|
+
page?: string | string[];
|
|
3035
|
+
} | undefined;
|
|
3036
|
+
};
|
|
3037
|
+
} | {
|
|
3038
|
+
output: {
|
|
3039
|
+
error: {
|
|
3040
|
+
code: "api_key_forbidden";
|
|
3041
|
+
details?: readonly Response.error.Detail[] | undefined;
|
|
3042
|
+
message: string;
|
|
3043
|
+
};
|
|
3044
|
+
requestId: string;
|
|
3045
|
+
};
|
|
3046
|
+
outputFormat: "json";
|
|
3047
|
+
status: 403;
|
|
3048
|
+
input: {
|
|
3049
|
+
query?: {
|
|
3050
|
+
chainId?: string | string[];
|
|
3051
|
+
cursor?: string | string[];
|
|
3052
|
+
limit?: string | string[];
|
|
3053
|
+
order?: string | string[];
|
|
3054
|
+
page?: string | string[];
|
|
3055
|
+
} | undefined;
|
|
3056
|
+
};
|
|
3057
|
+
} | {
|
|
3058
|
+
output: {
|
|
3059
|
+
error: {
|
|
3060
|
+
code: "payment_required" | "rate_limit_exceeded";
|
|
3061
|
+
details?: readonly Response.error.Detail[] | undefined;
|
|
3062
|
+
message: string;
|
|
3063
|
+
};
|
|
3064
|
+
requestId: string;
|
|
3065
|
+
};
|
|
3066
|
+
outputFormat: "json";
|
|
3067
|
+
status: 429;
|
|
3068
|
+
input: {
|
|
3069
|
+
query?: {
|
|
3070
|
+
chainId?: string | string[];
|
|
3071
|
+
cursor?: string | string[];
|
|
3072
|
+
limit?: string | string[];
|
|
3073
|
+
order?: string | string[];
|
|
3074
|
+
page?: string | string[];
|
|
3075
|
+
} | undefined;
|
|
3076
|
+
};
|
|
3077
|
+
} | {
|
|
3078
|
+
output: {
|
|
3079
|
+
error: {
|
|
3080
|
+
code: "query_invalid";
|
|
3081
|
+
details?: readonly Response.error.Detail[] | undefined;
|
|
3082
|
+
message: string;
|
|
3083
|
+
};
|
|
3084
|
+
requestId: string;
|
|
3085
|
+
};
|
|
3086
|
+
outputFormat: "json";
|
|
3087
|
+
status: 400;
|
|
3088
|
+
input: {
|
|
3089
|
+
query?: {
|
|
3090
|
+
chainId?: string | string[];
|
|
3091
|
+
cursor?: string | string[];
|
|
3092
|
+
limit?: string | string[];
|
|
3093
|
+
order?: string | string[];
|
|
3094
|
+
page?: string | string[];
|
|
3095
|
+
} | undefined;
|
|
3096
|
+
};
|
|
3097
|
+
} | {
|
|
3098
|
+
output: {
|
|
3099
|
+
error: {
|
|
3100
|
+
code: "upstream_error";
|
|
3101
|
+
details?: readonly Response.error.Detail[] | undefined;
|
|
3102
|
+
message: string;
|
|
3103
|
+
};
|
|
3104
|
+
requestId: string;
|
|
3105
|
+
};
|
|
3106
|
+
outputFormat: "json";
|
|
3107
|
+
status: 502;
|
|
3108
|
+
input: {
|
|
3109
|
+
query?: {
|
|
3110
|
+
chainId?: string | string[];
|
|
3111
|
+
cursor?: string | string[];
|
|
3112
|
+
limit?: string | string[];
|
|
3113
|
+
order?: string | string[];
|
|
3114
|
+
page?: string | string[];
|
|
3115
|
+
} | undefined;
|
|
3116
|
+
};
|
|
3117
|
+
} | {
|
|
3118
|
+
output: {
|
|
3119
|
+
data: {
|
|
3120
|
+
hash: `0x${string}`;
|
|
3121
|
+
id: `0x${string}`;
|
|
3122
|
+
number: number;
|
|
3123
|
+
timestamp: string;
|
|
3124
|
+
transactionCount: number;
|
|
3125
|
+
}[];
|
|
3126
|
+
nextCursor: string | null;
|
|
3127
|
+
};
|
|
3128
|
+
outputFormat: "json";
|
|
3129
|
+
status: 200;
|
|
3130
|
+
input: {
|
|
3131
|
+
query?: {
|
|
3132
|
+
chainId?: string | string[];
|
|
3133
|
+
cursor?: string | string[];
|
|
3134
|
+
limit?: string | string[];
|
|
3135
|
+
order?: string | string[];
|
|
3136
|
+
page?: string | string[];
|
|
3137
|
+
} | undefined;
|
|
3138
|
+
};
|
|
3139
|
+
};
|
|
3140
|
+
};
|
|
3141
|
+
} & {
|
|
3142
|
+
"/v1/blocks/:block": {
|
|
3143
|
+
$get: {
|
|
3144
|
+
output: null;
|
|
3145
|
+
outputFormat: "body";
|
|
3146
|
+
status: 402;
|
|
3147
|
+
input: {
|
|
3148
|
+
param: {
|
|
3149
|
+
block: string;
|
|
3150
|
+
};
|
|
3151
|
+
} & {
|
|
3152
|
+
query?: {
|
|
3153
|
+
chainId?: string | string[];
|
|
3154
|
+
} | undefined;
|
|
3155
|
+
};
|
|
3156
|
+
} | {
|
|
3157
|
+
output: {
|
|
3158
|
+
error: {
|
|
3159
|
+
code: "api_key_malformed";
|
|
3160
|
+
details?: readonly Response.error.Detail[] | undefined;
|
|
3161
|
+
message: string;
|
|
3162
|
+
};
|
|
3163
|
+
requestId: string;
|
|
3164
|
+
};
|
|
3165
|
+
outputFormat: "json";
|
|
3166
|
+
status: 400;
|
|
3167
|
+
input: {
|
|
3168
|
+
param: {
|
|
3169
|
+
block: string;
|
|
3170
|
+
};
|
|
3171
|
+
} & {
|
|
3172
|
+
query?: {
|
|
3173
|
+
chainId?: string | string[];
|
|
3174
|
+
} | undefined;
|
|
3175
|
+
};
|
|
3176
|
+
} | {
|
|
3177
|
+
output: {
|
|
3178
|
+
error: {
|
|
3179
|
+
code: "api_key_invalid" | "api_key_missing";
|
|
3180
|
+
details?: readonly Response.error.Detail[] | undefined;
|
|
3181
|
+
message: string;
|
|
3182
|
+
};
|
|
3183
|
+
requestId: string;
|
|
3184
|
+
};
|
|
3185
|
+
outputFormat: "json";
|
|
3186
|
+
status: 401;
|
|
3187
|
+
input: {
|
|
3188
|
+
param: {
|
|
3189
|
+
block: string;
|
|
3190
|
+
};
|
|
3191
|
+
} & {
|
|
3192
|
+
query?: {
|
|
3193
|
+
chainId?: string | string[];
|
|
3194
|
+
} | undefined;
|
|
3195
|
+
};
|
|
3196
|
+
} | {
|
|
3197
|
+
output: {
|
|
3198
|
+
error: {
|
|
3199
|
+
code: "api_key_forbidden";
|
|
3200
|
+
details?: readonly Response.error.Detail[] | undefined;
|
|
3201
|
+
message: string;
|
|
3202
|
+
};
|
|
3203
|
+
requestId: string;
|
|
3204
|
+
};
|
|
3205
|
+
outputFormat: "json";
|
|
3206
|
+
status: 403;
|
|
3207
|
+
input: {
|
|
3208
|
+
param: {
|
|
3209
|
+
block: string;
|
|
3210
|
+
};
|
|
3211
|
+
} & {
|
|
3212
|
+
query?: {
|
|
3213
|
+
chainId?: string | string[];
|
|
3646
3214
|
} | undefined;
|
|
3647
3215
|
};
|
|
3648
3216
|
} | {
|
|
3649
3217
|
output: {
|
|
3650
3218
|
error: {
|
|
3651
|
-
code: "
|
|
3219
|
+
code: "payment_required" | "rate_limit_exceeded";
|
|
3652
3220
|
details?: readonly Response.error.Detail[] | undefined;
|
|
3653
3221
|
message: string;
|
|
3654
3222
|
};
|
|
3655
3223
|
requestId: string;
|
|
3656
3224
|
};
|
|
3657
3225
|
outputFormat: "json";
|
|
3658
|
-
status:
|
|
3226
|
+
status: 429;
|
|
3659
3227
|
input: {
|
|
3228
|
+
param: {
|
|
3229
|
+
block: string;
|
|
3230
|
+
};
|
|
3231
|
+
} & {
|
|
3660
3232
|
query?: {
|
|
3661
3233
|
chainId?: string | string[];
|
|
3662
|
-
cursor?: string | string[];
|
|
3663
|
-
include?: string | string[];
|
|
3664
|
-
limit?: string | string[];
|
|
3665
|
-
order?: string | string[];
|
|
3666
|
-
page?: string | string[];
|
|
3667
|
-
userToken?: string | string[];
|
|
3668
|
-
validatorToken?: string | string[];
|
|
3669
3234
|
} | undefined;
|
|
3670
3235
|
};
|
|
3671
3236
|
} | {
|
|
3672
3237
|
output: {
|
|
3673
3238
|
error: {
|
|
3674
|
-
code: "
|
|
3239
|
+
code: "query_invalid";
|
|
3675
3240
|
details?: readonly Response.error.Detail[] | undefined;
|
|
3676
3241
|
message: string;
|
|
3677
3242
|
};
|
|
3678
3243
|
requestId: string;
|
|
3679
3244
|
};
|
|
3680
3245
|
outputFormat: "json";
|
|
3681
|
-
status:
|
|
3246
|
+
status: 400;
|
|
3682
3247
|
input: {
|
|
3248
|
+
param: {
|
|
3249
|
+
block: string;
|
|
3250
|
+
};
|
|
3251
|
+
} & {
|
|
3683
3252
|
query?: {
|
|
3684
3253
|
chainId?: string | string[];
|
|
3685
|
-
cursor?: string | string[];
|
|
3686
|
-
include?: string | string[];
|
|
3687
|
-
limit?: string | string[];
|
|
3688
|
-
order?: string | string[];
|
|
3689
|
-
page?: string | string[];
|
|
3690
|
-
userToken?: string | string[];
|
|
3691
|
-
validatorToken?: string | string[];
|
|
3692
3254
|
} | undefined;
|
|
3693
3255
|
};
|
|
3694
3256
|
} | {
|
|
3695
3257
|
output: {
|
|
3696
3258
|
error: {
|
|
3697
|
-
code: "
|
|
3259
|
+
code: "upstream_error";
|
|
3698
3260
|
details?: readonly Response.error.Detail[] | undefined;
|
|
3699
3261
|
message: string;
|
|
3700
3262
|
};
|
|
3701
3263
|
requestId: string;
|
|
3702
3264
|
};
|
|
3703
3265
|
outputFormat: "json";
|
|
3704
|
-
status:
|
|
3266
|
+
status: 502;
|
|
3705
3267
|
input: {
|
|
3268
|
+
param: {
|
|
3269
|
+
block: string;
|
|
3270
|
+
};
|
|
3271
|
+
} & {
|
|
3706
3272
|
query?: {
|
|
3707
3273
|
chainId?: string | string[];
|
|
3708
|
-
cursor?: string | string[];
|
|
3709
|
-
include?: string | string[];
|
|
3710
|
-
limit?: string | string[];
|
|
3711
|
-
order?: string | string[];
|
|
3712
|
-
page?: string | string[];
|
|
3713
|
-
userToken?: string | string[];
|
|
3714
|
-
validatorToken?: string | string[];
|
|
3715
3274
|
} | undefined;
|
|
3716
3275
|
};
|
|
3717
3276
|
} | {
|
|
3718
3277
|
output: {
|
|
3719
3278
|
error: {
|
|
3720
|
-
code: "
|
|
3279
|
+
code: "block_invalid";
|
|
3721
3280
|
details?: readonly Response.error.Detail[] | undefined;
|
|
3722
3281
|
message: string;
|
|
3723
3282
|
};
|
|
@@ -3726,107 +3285,115 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
|
|
|
3726
3285
|
outputFormat: "json";
|
|
3727
3286
|
status: 400;
|
|
3728
3287
|
input: {
|
|
3288
|
+
param: {
|
|
3289
|
+
block: string;
|
|
3290
|
+
};
|
|
3291
|
+
} & {
|
|
3729
3292
|
query?: {
|
|
3730
3293
|
chainId?: string | string[];
|
|
3731
|
-
cursor?: string | string[];
|
|
3732
|
-
include?: string | string[];
|
|
3733
|
-
limit?: string | string[];
|
|
3734
|
-
order?: string | string[];
|
|
3735
|
-
page?: string | string[];
|
|
3736
|
-
userToken?: string | string[];
|
|
3737
|
-
validatorToken?: string | string[];
|
|
3738
3294
|
} | undefined;
|
|
3739
3295
|
};
|
|
3740
3296
|
} | {
|
|
3741
3297
|
output: {
|
|
3742
3298
|
error: {
|
|
3743
|
-
code: "
|
|
3299
|
+
code: "block_not_found";
|
|
3744
3300
|
details?: readonly Response.error.Detail[] | undefined;
|
|
3745
3301
|
message: string;
|
|
3746
3302
|
};
|
|
3747
3303
|
requestId: string;
|
|
3748
3304
|
};
|
|
3749
3305
|
outputFormat: "json";
|
|
3750
|
-
status:
|
|
3306
|
+
status: 404;
|
|
3751
3307
|
input: {
|
|
3308
|
+
param: {
|
|
3309
|
+
block: string;
|
|
3310
|
+
};
|
|
3311
|
+
} & {
|
|
3752
3312
|
query?: {
|
|
3753
3313
|
chainId?: string | string[];
|
|
3754
|
-
cursor?: string | string[];
|
|
3755
|
-
include?: string | string[];
|
|
3756
|
-
limit?: string | string[];
|
|
3757
|
-
order?: string | string[];
|
|
3758
|
-
page?: string | string[];
|
|
3759
|
-
userToken?: string | string[];
|
|
3760
|
-
validatorToken?: string | string[];
|
|
3761
3314
|
} | undefined;
|
|
3762
3315
|
};
|
|
3763
3316
|
} | {
|
|
3764
3317
|
output: {
|
|
3765
|
-
|
|
3766
|
-
|
|
3767
|
-
|
|
3768
|
-
|
|
3769
|
-
|
|
3770
|
-
|
|
3771
|
-
|
|
3772
|
-
|
|
3773
|
-
|
|
3774
|
-
|
|
3775
|
-
|
|
3776
|
-
|
|
3777
|
-
|
|
3778
|
-
|
|
3779
|
-
|
|
3780
|
-
|
|
3781
|
-
|
|
3782
|
-
|
|
3783
|
-
|
|
3784
|
-
|
|
3785
|
-
|
|
3786
|
-
|
|
3787
|
-
|
|
3788
|
-
|
|
3789
|
-
|
|
3790
|
-
|
|
3791
|
-
|
|
3792
|
-
|
|
3318
|
+
baseFeePerGas: string | null;
|
|
3319
|
+
gasLimit: number;
|
|
3320
|
+
gasUsed: number;
|
|
3321
|
+
hash: `0x${string}`;
|
|
3322
|
+
id: `0x${string}`;
|
|
3323
|
+
meta: {
|
|
3324
|
+
rpc: {
|
|
3325
|
+
[x: string]: import("hono/utils/types").JSONValue;
|
|
3326
|
+
baseFeePerGas?: `0x${string}` | null | undefined;
|
|
3327
|
+
difficulty?: `0x${string}` | undefined;
|
|
3328
|
+
extraData?: `0x${string}` | undefined;
|
|
3329
|
+
gasLimit: `0x${string}`;
|
|
3330
|
+
gasUsed: `0x${string}`;
|
|
3331
|
+
hash: `0x${string}` | null;
|
|
3332
|
+
logsBloom?: `0x${string}` | null | undefined;
|
|
3333
|
+
miner: `0x${string}`;
|
|
3334
|
+
mixHash?: `0x${string}` | undefined;
|
|
3335
|
+
nonce?: `0x${string}` | null | undefined;
|
|
3336
|
+
number: `0x${string}` | null;
|
|
3337
|
+
parentHash: `0x${string}`;
|
|
3338
|
+
receiptsRoot: `0x${string}`;
|
|
3339
|
+
sha3Uncles?: `0x${string}` | undefined;
|
|
3340
|
+
size: `0x${string}`;
|
|
3341
|
+
stateRoot: `0x${string}`;
|
|
3342
|
+
timestamp: `0x${string}`;
|
|
3343
|
+
totalDifficulty?: `0x${string}` | undefined;
|
|
3344
|
+
transactions: `0x${string}`[];
|
|
3345
|
+
transactionsRoot: `0x${string}`;
|
|
3346
|
+
uncles?: `0x${string}`[] | undefined;
|
|
3347
|
+
withdrawals?: {
|
|
3348
|
+
[x: string]: import("hono/utils/types").JSONValue;
|
|
3349
|
+
}[] | undefined;
|
|
3350
|
+
withdrawalsRoot?: `0x${string}` | undefined;
|
|
3793
3351
|
};
|
|
3794
|
-
}
|
|
3795
|
-
|
|
3796
|
-
|
|
3797
|
-
|
|
3798
|
-
|
|
3799
|
-
|
|
3352
|
+
};
|
|
3353
|
+
miner: `0x${string}`;
|
|
3354
|
+
number: number;
|
|
3355
|
+
parentHash: `0x${string}`;
|
|
3356
|
+
size: number;
|
|
3357
|
+
timestamp: string;
|
|
3358
|
+
transactionCount: number;
|
|
3800
3359
|
};
|
|
3801
3360
|
outputFormat: "json";
|
|
3802
3361
|
status: 200;
|
|
3803
3362
|
input: {
|
|
3363
|
+
param: {
|
|
3364
|
+
block: string;
|
|
3365
|
+
};
|
|
3366
|
+
} & {
|
|
3804
3367
|
query?: {
|
|
3805
3368
|
chainId?: string | string[];
|
|
3806
|
-
cursor?: string | string[];
|
|
3807
|
-
include?: string | string[];
|
|
3808
|
-
limit?: string | string[];
|
|
3809
|
-
order?: string | string[];
|
|
3810
|
-
page?: string | string[];
|
|
3811
|
-
userToken?: string | string[];
|
|
3812
|
-
validatorToken?: string | string[];
|
|
3813
3369
|
} | undefined;
|
|
3814
3370
|
};
|
|
3815
3371
|
};
|
|
3816
3372
|
};
|
|
3817
3373
|
}, "/"> | import("hono/types").MergeSchemaPath<{
|
|
3818
|
-
"/v1/
|
|
3374
|
+
"/v1/transactions/receipts": {
|
|
3819
3375
|
$get: {
|
|
3820
3376
|
output: null;
|
|
3821
3377
|
outputFormat: "body";
|
|
3822
3378
|
status: 402;
|
|
3823
3379
|
input: {
|
|
3824
3380
|
query?: {
|
|
3381
|
+
address?: string | string[];
|
|
3382
|
+
'blockNumber.from'?: string | string[];
|
|
3383
|
+
'blockNumber.to'?: string | string[];
|
|
3825
3384
|
chainId?: string | string[];
|
|
3826
3385
|
cursor?: string | string[];
|
|
3386
|
+
feePayer?: string | string[];
|
|
3387
|
+
feeToken?: string | string[];
|
|
3388
|
+
include?: string | string[];
|
|
3827
3389
|
limit?: string | string[];
|
|
3828
3390
|
order?: string | string[];
|
|
3829
3391
|
page?: string | string[];
|
|
3392
|
+
recipient?: string | string[];
|
|
3393
|
+
sender?: string | string[];
|
|
3394
|
+
status?: string | string[];
|
|
3395
|
+
'timestamp.from'?: string | string[];
|
|
3396
|
+
'timestamp.to'?: string | string[];
|
|
3830
3397
|
} | undefined;
|
|
3831
3398
|
};
|
|
3832
3399
|
} | {
|
|
@@ -3842,11 +3409,22 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
|
|
|
3842
3409
|
status: 400;
|
|
3843
3410
|
input: {
|
|
3844
3411
|
query?: {
|
|
3412
|
+
address?: string | string[];
|
|
3413
|
+
'blockNumber.from'?: string | string[];
|
|
3414
|
+
'blockNumber.to'?: string | string[];
|
|
3845
3415
|
chainId?: string | string[];
|
|
3846
3416
|
cursor?: string | string[];
|
|
3417
|
+
feePayer?: string | string[];
|
|
3418
|
+
feeToken?: string | string[];
|
|
3419
|
+
include?: string | string[];
|
|
3847
3420
|
limit?: string | string[];
|
|
3848
3421
|
order?: string | string[];
|
|
3849
3422
|
page?: string | string[];
|
|
3423
|
+
recipient?: string | string[];
|
|
3424
|
+
sender?: string | string[];
|
|
3425
|
+
status?: string | string[];
|
|
3426
|
+
'timestamp.from'?: string | string[];
|
|
3427
|
+
'timestamp.to'?: string | string[];
|
|
3850
3428
|
} | undefined;
|
|
3851
3429
|
};
|
|
3852
3430
|
} | {
|
|
@@ -3862,11 +3440,22 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
|
|
|
3862
3440
|
status: 401;
|
|
3863
3441
|
input: {
|
|
3864
3442
|
query?: {
|
|
3443
|
+
address?: string | string[];
|
|
3444
|
+
'blockNumber.from'?: string | string[];
|
|
3445
|
+
'blockNumber.to'?: string | string[];
|
|
3865
3446
|
chainId?: string | string[];
|
|
3866
3447
|
cursor?: string | string[];
|
|
3448
|
+
feePayer?: string | string[];
|
|
3449
|
+
feeToken?: string | string[];
|
|
3450
|
+
include?: string | string[];
|
|
3867
3451
|
limit?: string | string[];
|
|
3868
3452
|
order?: string | string[];
|
|
3869
3453
|
page?: string | string[];
|
|
3454
|
+
recipient?: string | string[];
|
|
3455
|
+
sender?: string | string[];
|
|
3456
|
+
status?: string | string[];
|
|
3457
|
+
'timestamp.from'?: string | string[];
|
|
3458
|
+
'timestamp.to'?: string | string[];
|
|
3870
3459
|
} | undefined;
|
|
3871
3460
|
};
|
|
3872
3461
|
} | {
|
|
@@ -3882,11 +3471,22 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
|
|
|
3882
3471
|
status: 403;
|
|
3883
3472
|
input: {
|
|
3884
3473
|
query?: {
|
|
3474
|
+
address?: string | string[];
|
|
3475
|
+
'blockNumber.from'?: string | string[];
|
|
3476
|
+
'blockNumber.to'?: string | string[];
|
|
3885
3477
|
chainId?: string | string[];
|
|
3886
3478
|
cursor?: string | string[];
|
|
3479
|
+
feePayer?: string | string[];
|
|
3480
|
+
feeToken?: string | string[];
|
|
3481
|
+
include?: string | string[];
|
|
3887
3482
|
limit?: string | string[];
|
|
3888
3483
|
order?: string | string[];
|
|
3889
3484
|
page?: string | string[];
|
|
3485
|
+
recipient?: string | string[];
|
|
3486
|
+
sender?: string | string[];
|
|
3487
|
+
status?: string | string[];
|
|
3488
|
+
'timestamp.from'?: string | string[];
|
|
3489
|
+
'timestamp.to'?: string | string[];
|
|
3890
3490
|
} | undefined;
|
|
3891
3491
|
};
|
|
3892
3492
|
} | {
|
|
@@ -3902,11 +3502,22 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
|
|
|
3902
3502
|
status: 429;
|
|
3903
3503
|
input: {
|
|
3904
3504
|
query?: {
|
|
3505
|
+
address?: string | string[];
|
|
3506
|
+
'blockNumber.from'?: string | string[];
|
|
3507
|
+
'blockNumber.to'?: string | string[];
|
|
3905
3508
|
chainId?: string | string[];
|
|
3906
3509
|
cursor?: string | string[];
|
|
3510
|
+
feePayer?: string | string[];
|
|
3511
|
+
feeToken?: string | string[];
|
|
3512
|
+
include?: string | string[];
|
|
3907
3513
|
limit?: string | string[];
|
|
3908
3514
|
order?: string | string[];
|
|
3909
3515
|
page?: string | string[];
|
|
3516
|
+
recipient?: string | string[];
|
|
3517
|
+
sender?: string | string[];
|
|
3518
|
+
status?: string | string[];
|
|
3519
|
+
'timestamp.from'?: string | string[];
|
|
3520
|
+
'timestamp.to'?: string | string[];
|
|
3910
3521
|
} | undefined;
|
|
3911
3522
|
};
|
|
3912
3523
|
} | {
|
|
@@ -3922,11 +3533,22 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
|
|
|
3922
3533
|
status: 400;
|
|
3923
3534
|
input: {
|
|
3924
3535
|
query?: {
|
|
3536
|
+
address?: string | string[];
|
|
3537
|
+
'blockNumber.from'?: string | string[];
|
|
3538
|
+
'blockNumber.to'?: string | string[];
|
|
3925
3539
|
chainId?: string | string[];
|
|
3926
3540
|
cursor?: string | string[];
|
|
3541
|
+
feePayer?: string | string[];
|
|
3542
|
+
feeToken?: string | string[];
|
|
3543
|
+
include?: string | string[];
|
|
3927
3544
|
limit?: string | string[];
|
|
3928
3545
|
order?: string | string[];
|
|
3929
3546
|
page?: string | string[];
|
|
3547
|
+
recipient?: string | string[];
|
|
3548
|
+
sender?: string | string[];
|
|
3549
|
+
status?: string | string[];
|
|
3550
|
+
'timestamp.from'?: string | string[];
|
|
3551
|
+
'timestamp.to'?: string | string[];
|
|
3930
3552
|
} | undefined;
|
|
3931
3553
|
};
|
|
3932
3554
|
} | {
|
|
@@ -3942,50 +3564,159 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
|
|
|
3942
3564
|
status: 502;
|
|
3943
3565
|
input: {
|
|
3944
3566
|
query?: {
|
|
3567
|
+
address?: string | string[];
|
|
3568
|
+
'blockNumber.from'?: string | string[];
|
|
3569
|
+
'blockNumber.to'?: string | string[];
|
|
3945
3570
|
chainId?: string | string[];
|
|
3946
3571
|
cursor?: string | string[];
|
|
3572
|
+
feePayer?: string | string[];
|
|
3573
|
+
feeToken?: string | string[];
|
|
3574
|
+
include?: string | string[];
|
|
3947
3575
|
limit?: string | string[];
|
|
3948
3576
|
order?: string | string[];
|
|
3949
3577
|
page?: string | string[];
|
|
3578
|
+
recipient?: string | string[];
|
|
3579
|
+
sender?: string | string[];
|
|
3580
|
+
status?: string | string[];
|
|
3581
|
+
'timestamp.from'?: string | string[];
|
|
3582
|
+
'timestamp.to'?: string | string[];
|
|
3950
3583
|
} | undefined;
|
|
3951
3584
|
};
|
|
3952
3585
|
} | {
|
|
3953
3586
|
output: {
|
|
3954
3587
|
data: {
|
|
3955
|
-
|
|
3588
|
+
blockHash: `0x${string}` | null;
|
|
3589
|
+
blockNumber: number;
|
|
3590
|
+
contractAddress: `0x${string}` | null;
|
|
3591
|
+
cumulativeGasUsed: number;
|
|
3592
|
+
effectiveGasPrice: string;
|
|
3593
|
+
feeAmount: string;
|
|
3594
|
+
feePayer?: `0x${string}` | undefined;
|
|
3595
|
+
feeToken?: `0x${string}` | undefined;
|
|
3596
|
+
gasUsed: number;
|
|
3956
3597
|
id: `0x${string}`;
|
|
3957
|
-
|
|
3958
|
-
|
|
3959
|
-
|
|
3598
|
+
logs: {
|
|
3599
|
+
[x: string]: import("hono/utils/types").JSONValue;
|
|
3600
|
+
address: `0x${string}`;
|
|
3601
|
+
blockHash: `0x${string}` | null;
|
|
3602
|
+
blockNumber: `0x${string}` | null;
|
|
3603
|
+
blockTimestamp?: `0x${string}` | null | undefined;
|
|
3604
|
+
data: `0x${string}`;
|
|
3605
|
+
logIndex: `0x${string}` | null;
|
|
3606
|
+
removed: boolean;
|
|
3607
|
+
topics: `0x${string}`[];
|
|
3608
|
+
transactionHash: `0x${string}` | null;
|
|
3609
|
+
transactionIndex: `0x${string}` | null;
|
|
3610
|
+
}[];
|
|
3611
|
+
meta: {
|
|
3612
|
+
feeToken?: {
|
|
3613
|
+
address: `0x${string}`;
|
|
3614
|
+
admin?: `0x${string}` | undefined;
|
|
3615
|
+
currency: string;
|
|
3616
|
+
createdAt?: string | undefined;
|
|
3617
|
+
decimals: number;
|
|
3618
|
+
holderCount?: number | undefined;
|
|
3619
|
+
id: string;
|
|
3620
|
+
logoUri?: string | undefined;
|
|
3621
|
+
name: string;
|
|
3622
|
+
quoteToken?: `0x${string}` | undefined;
|
|
3623
|
+
symbol: string;
|
|
3624
|
+
totalSupply?: string | undefined;
|
|
3625
|
+
transferStats?: {
|
|
3626
|
+
count: number;
|
|
3627
|
+
firstAt: string | null;
|
|
3628
|
+
lastAt: string | null;
|
|
3629
|
+
} | undefined;
|
|
3630
|
+
verified: boolean;
|
|
3631
|
+
} | undefined;
|
|
3632
|
+
rpc: {
|
|
3633
|
+
[x: string]: import("hono/utils/types").JSONValue;
|
|
3634
|
+
blobGasPrice?: `0x${string}` | undefined;
|
|
3635
|
+
blobGasUsed?: `0x${string}` | undefined;
|
|
3636
|
+
blockHash: `0x${string}` | null;
|
|
3637
|
+
blockNumber: `0x${string}`;
|
|
3638
|
+
blockTimestamp?: `0x${string}` | null | undefined;
|
|
3639
|
+
contractAddress?: `0x${string}` | null | undefined;
|
|
3640
|
+
cumulativeGasUsed: `0x${string}`;
|
|
3641
|
+
effectiveGasPrice: `0x${string}`;
|
|
3642
|
+
feePayer?: `0x${string}` | null | undefined;
|
|
3643
|
+
feeToken?: `0x${string}` | null | undefined;
|
|
3644
|
+
from: `0x${string}`;
|
|
3645
|
+
gasUsed: `0x${string}`;
|
|
3646
|
+
logs: {
|
|
3647
|
+
[x: string]: import("hono/utils/types").JSONValue;
|
|
3648
|
+
address: `0x${string}`;
|
|
3649
|
+
blockHash: `0x${string}` | null;
|
|
3650
|
+
blockNumber: `0x${string}` | null;
|
|
3651
|
+
blockTimestamp?: `0x${string}` | null | undefined;
|
|
3652
|
+
data: `0x${string}`;
|
|
3653
|
+
logIndex: `0x${string}` | null;
|
|
3654
|
+
removed: boolean;
|
|
3655
|
+
topics: `0x${string}`[];
|
|
3656
|
+
transactionHash: `0x${string}` | null;
|
|
3657
|
+
transactionIndex: `0x${string}` | null;
|
|
3658
|
+
}[];
|
|
3659
|
+
logsBloom?: `0x${string}` | undefined;
|
|
3660
|
+
root?: `0x${string}` | undefined;
|
|
3661
|
+
status: `0x${string}`;
|
|
3662
|
+
to: `0x${string}` | null;
|
|
3663
|
+
transactionHash: `0x${string}`;
|
|
3664
|
+
transactionIndex: `0x${string}`;
|
|
3665
|
+
type: `0x${string}`;
|
|
3666
|
+
};
|
|
3667
|
+
};
|
|
3668
|
+
recipient: `0x${string}` | null;
|
|
3669
|
+
sender: `0x${string}`;
|
|
3670
|
+
status: "reverted" | "success";
|
|
3671
|
+
timestamp: string | null;
|
|
3672
|
+
transactionHash: `0x${string}`;
|
|
3673
|
+
transactionIndex: number;
|
|
3674
|
+
type: "eip1559" | "eip2930" | "eip4844" | "eip7702" | "legacy" | "tempo" | "unknown";
|
|
3960
3675
|
}[];
|
|
3676
|
+
meta?: {
|
|
3677
|
+
totalCountCapped: boolean;
|
|
3678
|
+
totalCount: number;
|
|
3679
|
+
} | undefined;
|
|
3961
3680
|
nextCursor: string | null;
|
|
3962
3681
|
};
|
|
3963
3682
|
outputFormat: "json";
|
|
3964
3683
|
status: 200;
|
|
3965
3684
|
input: {
|
|
3966
3685
|
query?: {
|
|
3686
|
+
address?: string | string[];
|
|
3687
|
+
'blockNumber.from'?: string | string[];
|
|
3688
|
+
'blockNumber.to'?: string | string[];
|
|
3967
3689
|
chainId?: string | string[];
|
|
3968
3690
|
cursor?: string | string[];
|
|
3691
|
+
feePayer?: string | string[];
|
|
3692
|
+
feeToken?: string | string[];
|
|
3693
|
+
include?: string | string[];
|
|
3969
3694
|
limit?: string | string[];
|
|
3970
3695
|
order?: string | string[];
|
|
3971
3696
|
page?: string | string[];
|
|
3697
|
+
recipient?: string | string[];
|
|
3698
|
+
sender?: string | string[];
|
|
3699
|
+
status?: string | string[];
|
|
3700
|
+
'timestamp.from'?: string | string[];
|
|
3701
|
+
'timestamp.to'?: string | string[];
|
|
3972
3702
|
} | undefined;
|
|
3973
3703
|
};
|
|
3974
3704
|
};
|
|
3975
3705
|
};
|
|
3976
3706
|
} & {
|
|
3977
|
-
"/v1/
|
|
3707
|
+
"/v1/transactions/:transactionHash/receipt": {
|
|
3978
3708
|
$get: {
|
|
3979
3709
|
output: null;
|
|
3980
3710
|
outputFormat: "body";
|
|
3981
3711
|
status: 402;
|
|
3982
3712
|
input: {
|
|
3983
3713
|
param: {
|
|
3984
|
-
|
|
3714
|
+
transactionHash: `0x${string}`;
|
|
3985
3715
|
};
|
|
3986
3716
|
} & {
|
|
3987
3717
|
query?: {
|
|
3988
3718
|
chainId?: string | string[];
|
|
3719
|
+
include?: string | string[];
|
|
3989
3720
|
} | undefined;
|
|
3990
3721
|
};
|
|
3991
3722
|
} | {
|
|
@@ -4001,11 +3732,12 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
|
|
|
4001
3732
|
status: 400;
|
|
4002
3733
|
input: {
|
|
4003
3734
|
param: {
|
|
4004
|
-
|
|
3735
|
+
transactionHash: `0x${string}`;
|
|
4005
3736
|
};
|
|
4006
3737
|
} & {
|
|
4007
3738
|
query?: {
|
|
4008
3739
|
chainId?: string | string[];
|
|
3740
|
+
include?: string | string[];
|
|
4009
3741
|
} | undefined;
|
|
4010
3742
|
};
|
|
4011
3743
|
} | {
|
|
@@ -4021,11 +3753,12 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
|
|
|
4021
3753
|
status: 401;
|
|
4022
3754
|
input: {
|
|
4023
3755
|
param: {
|
|
4024
|
-
|
|
3756
|
+
transactionHash: `0x${string}`;
|
|
4025
3757
|
};
|
|
4026
3758
|
} & {
|
|
4027
3759
|
query?: {
|
|
4028
3760
|
chainId?: string | string[];
|
|
3761
|
+
include?: string | string[];
|
|
4029
3762
|
} | undefined;
|
|
4030
3763
|
};
|
|
4031
3764
|
} | {
|
|
@@ -4041,11 +3774,12 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
|
|
|
4041
3774
|
status: 403;
|
|
4042
3775
|
input: {
|
|
4043
3776
|
param: {
|
|
4044
|
-
|
|
3777
|
+
transactionHash: `0x${string}`;
|
|
4045
3778
|
};
|
|
4046
3779
|
} & {
|
|
4047
3780
|
query?: {
|
|
4048
3781
|
chainId?: string | string[];
|
|
3782
|
+
include?: string | string[];
|
|
4049
3783
|
} | undefined;
|
|
4050
3784
|
};
|
|
4051
3785
|
} | {
|
|
@@ -4061,11 +3795,12 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
|
|
|
4061
3795
|
status: 429;
|
|
4062
3796
|
input: {
|
|
4063
3797
|
param: {
|
|
4064
|
-
|
|
3798
|
+
transactionHash: `0x${string}`;
|
|
4065
3799
|
};
|
|
4066
3800
|
} & {
|
|
4067
3801
|
query?: {
|
|
4068
3802
|
chainId?: string | string[];
|
|
3803
|
+
include?: string | string[];
|
|
4069
3804
|
} | undefined;
|
|
4070
3805
|
};
|
|
4071
3806
|
} | {
|
|
@@ -4081,11 +3816,12 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
|
|
|
4081
3816
|
status: 400;
|
|
4082
3817
|
input: {
|
|
4083
3818
|
param: {
|
|
4084
|
-
|
|
3819
|
+
transactionHash: `0x${string}`;
|
|
4085
3820
|
};
|
|
4086
3821
|
} & {
|
|
4087
3822
|
query?: {
|
|
4088
3823
|
chainId?: string | string[];
|
|
3824
|
+
include?: string | string[];
|
|
4089
3825
|
} | undefined;
|
|
4090
3826
|
};
|
|
4091
3827
|
} | {
|
|
@@ -4101,17 +3837,18 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
|
|
|
4101
3837
|
status: 502;
|
|
4102
3838
|
input: {
|
|
4103
3839
|
param: {
|
|
4104
|
-
|
|
3840
|
+
transactionHash: `0x${string}`;
|
|
4105
3841
|
};
|
|
4106
3842
|
} & {
|
|
4107
3843
|
query?: {
|
|
4108
3844
|
chainId?: string | string[];
|
|
3845
|
+
include?: string | string[];
|
|
4109
3846
|
} | undefined;
|
|
4110
3847
|
};
|
|
4111
3848
|
} | {
|
|
4112
3849
|
output: {
|
|
4113
3850
|
error: {
|
|
4114
|
-
code: "
|
|
3851
|
+
code: "transaction_invalid";
|
|
4115
3852
|
details?: readonly Response.error.Detail[] | undefined;
|
|
4116
3853
|
message: string;
|
|
4117
3854
|
};
|
|
@@ -4121,17 +3858,18 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
|
|
|
4121
3858
|
status: 400;
|
|
4122
3859
|
input: {
|
|
4123
3860
|
param: {
|
|
4124
|
-
|
|
3861
|
+
transactionHash: `0x${string}`;
|
|
4125
3862
|
};
|
|
4126
3863
|
} & {
|
|
4127
3864
|
query?: {
|
|
4128
3865
|
chainId?: string | string[];
|
|
3866
|
+
include?: string | string[];
|
|
4129
3867
|
} | undefined;
|
|
4130
3868
|
};
|
|
4131
3869
|
} | {
|
|
4132
3870
|
output: {
|
|
4133
3871
|
error: {
|
|
4134
|
-
code: "
|
|
3872
|
+
code: "receipt_not_found";
|
|
4135
3873
|
details?: readonly Response.error.Detail[] | undefined;
|
|
4136
3874
|
message: string;
|
|
4137
3875
|
};
|
|
@@ -4141,72 +3879,120 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
|
|
|
4141
3879
|
status: 404;
|
|
4142
3880
|
input: {
|
|
4143
3881
|
param: {
|
|
4144
|
-
|
|
3882
|
+
transactionHash: `0x${string}`;
|
|
4145
3883
|
};
|
|
4146
3884
|
} & {
|
|
4147
3885
|
query?: {
|
|
4148
3886
|
chainId?: string | string[];
|
|
3887
|
+
include?: string | string[];
|
|
4149
3888
|
} | undefined;
|
|
4150
3889
|
};
|
|
4151
3890
|
} | {
|
|
4152
3891
|
output: {
|
|
4153
|
-
|
|
4154
|
-
|
|
3892
|
+
blockHash: `0x${string}` | null;
|
|
3893
|
+
blockNumber: number;
|
|
3894
|
+
contractAddress: `0x${string}` | null;
|
|
3895
|
+
cumulativeGasUsed: number;
|
|
3896
|
+
effectiveGasPrice: string;
|
|
3897
|
+
feeAmount: string;
|
|
3898
|
+
feePayer?: `0x${string}` | undefined;
|
|
3899
|
+
feeToken?: `0x${string}` | undefined;
|
|
4155
3900
|
gasUsed: number;
|
|
4156
|
-
hash: `0x${string}`;
|
|
4157
3901
|
id: `0x${string}`;
|
|
3902
|
+
logs: {
|
|
3903
|
+
[x: string]: import("hono/utils/types").JSONValue;
|
|
3904
|
+
address: `0x${string}`;
|
|
3905
|
+
blockHash: `0x${string}` | null;
|
|
3906
|
+
blockNumber: `0x${string}` | null;
|
|
3907
|
+
blockTimestamp?: `0x${string}` | null | undefined;
|
|
3908
|
+
data: `0x${string}`;
|
|
3909
|
+
logIndex: `0x${string}` | null;
|
|
3910
|
+
removed: boolean;
|
|
3911
|
+
topics: `0x${string}`[];
|
|
3912
|
+
transactionHash: `0x${string}` | null;
|
|
3913
|
+
transactionIndex: `0x${string}` | null;
|
|
3914
|
+
}[];
|
|
4158
3915
|
meta: {
|
|
3916
|
+
feeToken?: {
|
|
3917
|
+
address: `0x${string}`;
|
|
3918
|
+
admin?: `0x${string}` | undefined;
|
|
3919
|
+
currency: string;
|
|
3920
|
+
createdAt?: string | undefined;
|
|
3921
|
+
decimals: number;
|
|
3922
|
+
holderCount?: number | undefined;
|
|
3923
|
+
id: string;
|
|
3924
|
+
logoUri?: string | undefined;
|
|
3925
|
+
name: string;
|
|
3926
|
+
quoteToken?: `0x${string}` | undefined;
|
|
3927
|
+
symbol: string;
|
|
3928
|
+
totalSupply?: string | undefined;
|
|
3929
|
+
transferStats?: {
|
|
3930
|
+
count: number;
|
|
3931
|
+
firstAt: string | null;
|
|
3932
|
+
lastAt: string | null;
|
|
3933
|
+
} | undefined;
|
|
3934
|
+
verified: boolean;
|
|
3935
|
+
} | undefined;
|
|
4159
3936
|
rpc: {
|
|
4160
3937
|
[x: string]: import("hono/utils/types").JSONValue;
|
|
4161
|
-
|
|
4162
|
-
|
|
4163
|
-
|
|
4164
|
-
|
|
3938
|
+
blobGasPrice?: `0x${string}` | undefined;
|
|
3939
|
+
blobGasUsed?: `0x${string}` | undefined;
|
|
3940
|
+
blockHash: `0x${string}` | null;
|
|
3941
|
+
blockNumber: `0x${string}`;
|
|
3942
|
+
blockTimestamp?: `0x${string}` | null | undefined;
|
|
3943
|
+
contractAddress?: `0x${string}` | null | undefined;
|
|
3944
|
+
cumulativeGasUsed: `0x${string}`;
|
|
3945
|
+
effectiveGasPrice: `0x${string}`;
|
|
3946
|
+
feePayer?: `0x${string}` | null | undefined;
|
|
3947
|
+
feeToken?: `0x${string}` | null | undefined;
|
|
3948
|
+
from: `0x${string}`;
|
|
4165
3949
|
gasUsed: `0x${string}`;
|
|
4166
|
-
|
|
4167
|
-
logsBloom?: `0x${string}` | null | undefined;
|
|
4168
|
-
miner: `0x${string}`;
|
|
4169
|
-
mixHash?: `0x${string}` | undefined;
|
|
4170
|
-
nonce?: `0x${string}` | null | undefined;
|
|
4171
|
-
number: `0x${string}` | null;
|
|
4172
|
-
parentHash: `0x${string}`;
|
|
4173
|
-
receiptsRoot: `0x${string}`;
|
|
4174
|
-
sha3Uncles?: `0x${string}` | undefined;
|
|
4175
|
-
size: `0x${string}`;
|
|
4176
|
-
stateRoot: `0x${string}`;
|
|
4177
|
-
timestamp: `0x${string}`;
|
|
4178
|
-
totalDifficulty?: `0x${string}` | undefined;
|
|
4179
|
-
transactions: `0x${string}`[];
|
|
4180
|
-
transactionsRoot: `0x${string}`;
|
|
4181
|
-
uncles?: `0x${string}`[] | undefined;
|
|
4182
|
-
withdrawals?: {
|
|
3950
|
+
logs: {
|
|
4183
3951
|
[x: string]: import("hono/utils/types").JSONValue;
|
|
4184
|
-
|
|
4185
|
-
|
|
3952
|
+
address: `0x${string}`;
|
|
3953
|
+
blockHash: `0x${string}` | null;
|
|
3954
|
+
blockNumber: `0x${string}` | null;
|
|
3955
|
+
blockTimestamp?: `0x${string}` | null | undefined;
|
|
3956
|
+
data: `0x${string}`;
|
|
3957
|
+
logIndex: `0x${string}` | null;
|
|
3958
|
+
removed: boolean;
|
|
3959
|
+
topics: `0x${string}`[];
|
|
3960
|
+
transactionHash: `0x${string}` | null;
|
|
3961
|
+
transactionIndex: `0x${string}` | null;
|
|
3962
|
+
}[];
|
|
3963
|
+
logsBloom?: `0x${string}` | undefined;
|
|
3964
|
+
root?: `0x${string}` | undefined;
|
|
3965
|
+
status: `0x${string}`;
|
|
3966
|
+
to: `0x${string}` | null;
|
|
3967
|
+
transactionHash: `0x${string}`;
|
|
3968
|
+
transactionIndex: `0x${string}`;
|
|
3969
|
+
type: `0x${string}`;
|
|
4186
3970
|
};
|
|
4187
3971
|
};
|
|
4188
|
-
|
|
4189
|
-
|
|
4190
|
-
|
|
4191
|
-
|
|
4192
|
-
|
|
4193
|
-
|
|
3972
|
+
recipient: `0x${string}` | null;
|
|
3973
|
+
sender: `0x${string}`;
|
|
3974
|
+
status: "reverted" | "success";
|
|
3975
|
+
timestamp: string | null;
|
|
3976
|
+
transactionHash: `0x${string}`;
|
|
3977
|
+
transactionIndex: number;
|
|
3978
|
+
type: "eip1559" | "eip2930" | "eip4844" | "eip7702" | "legacy" | "tempo" | "unknown";
|
|
4194
3979
|
};
|
|
4195
3980
|
outputFormat: "json";
|
|
4196
3981
|
status: 200;
|
|
4197
3982
|
input: {
|
|
4198
3983
|
param: {
|
|
4199
|
-
|
|
3984
|
+
transactionHash: `0x${string}`;
|
|
4200
3985
|
};
|
|
4201
3986
|
} & {
|
|
4202
3987
|
query?: {
|
|
4203
3988
|
chainId?: string | string[];
|
|
3989
|
+
include?: string | string[];
|
|
4204
3990
|
} | undefined;
|
|
4205
3991
|
};
|
|
4206
3992
|
};
|
|
4207
3993
|
};
|
|
4208
3994
|
}, "/"> | import("hono/types").MergeSchemaPath<{
|
|
4209
|
-
"/v1/transactions
|
|
3995
|
+
"/v1/transactions": {
|
|
4210
3996
|
$get: {
|
|
4211
3997
|
output: null;
|
|
4212
3998
|
outputFormat: "body";
|
|
@@ -4421,28 +4207,20 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
|
|
|
4421
4207
|
output: {
|
|
4422
4208
|
data: {
|
|
4423
4209
|
blockHash: `0x${string}` | null;
|
|
4424
|
-
blockNumber: number;
|
|
4425
|
-
|
|
4426
|
-
|
|
4427
|
-
|
|
4428
|
-
|
|
4429
|
-
|
|
4210
|
+
blockNumber: number | null;
|
|
4211
|
+
calls?: {
|
|
4212
|
+
data?: `0x${string}` | undefined;
|
|
4213
|
+
to: `0x${string}` | null;
|
|
4214
|
+
}[] | undefined;
|
|
4215
|
+
chainId?: number | undefined;
|
|
4430
4216
|
feeToken?: `0x${string}` | undefined;
|
|
4431
|
-
|
|
4217
|
+
gas: number;
|
|
4218
|
+
gasPrice?: string | undefined;
|
|
4219
|
+
hash: `0x${string}`;
|
|
4432
4220
|
id: `0x${string}`;
|
|
4433
|
-
|
|
4434
|
-
|
|
4435
|
-
|
|
4436
|
-
blockHash: `0x${string}` | null;
|
|
4437
|
-
blockNumber: `0x${string}` | null;
|
|
4438
|
-
blockTimestamp?: `0x${string}` | null | undefined;
|
|
4439
|
-
data: `0x${string}`;
|
|
4440
|
-
logIndex: `0x${string}` | null;
|
|
4441
|
-
removed: boolean;
|
|
4442
|
-
topics: `0x${string}`[];
|
|
4443
|
-
transactionHash: `0x${string}` | null;
|
|
4444
|
-
transactionIndex: `0x${string}` | null;
|
|
4445
|
-
}[];
|
|
4221
|
+
input?: `0x${string}` | undefined;
|
|
4222
|
+
maxFeePerGas?: string | undefined;
|
|
4223
|
+
maxPriorityFeePerGas?: string | undefined;
|
|
4446
4224
|
meta: {
|
|
4447
4225
|
feeToken?: {
|
|
4448
4226
|
address: `0x${string}`;
|
|
@@ -4464,20 +4242,17 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
|
|
|
4464
4242
|
} | undefined;
|
|
4465
4243
|
verified: boolean;
|
|
4466
4244
|
} | undefined;
|
|
4467
|
-
|
|
4468
|
-
[x: string]: import("hono/utils/types").JSONValue;
|
|
4469
|
-
blobGasPrice?: `0x${string}` | undefined;
|
|
4470
|
-
blobGasUsed?: `0x${string}` | undefined;
|
|
4245
|
+
receipt?: {
|
|
4471
4246
|
blockHash: `0x${string}` | null;
|
|
4472
|
-
blockNumber:
|
|
4473
|
-
|
|
4474
|
-
|
|
4475
|
-
|
|
4476
|
-
|
|
4477
|
-
feePayer?: `0x${string}` |
|
|
4478
|
-
feeToken?: `0x${string}` |
|
|
4479
|
-
|
|
4480
|
-
|
|
4247
|
+
blockNumber: number;
|
|
4248
|
+
contractAddress: `0x${string}` | null;
|
|
4249
|
+
cumulativeGasUsed: number;
|
|
4250
|
+
effectiveGasPrice: string;
|
|
4251
|
+
feeAmount: string;
|
|
4252
|
+
feePayer?: `0x${string}` | undefined;
|
|
4253
|
+
feeToken?: `0x${string}` | undefined;
|
|
4254
|
+
gasUsed: number;
|
|
4255
|
+
id: `0x${string}`;
|
|
4481
4256
|
logs: {
|
|
4482
4257
|
[x: string]: import("hono/utils/types").JSONValue;
|
|
4483
4258
|
address: `0x${string}`;
|
|
@@ -4491,22 +4266,140 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
|
|
|
4491
4266
|
transactionHash: `0x${string}` | null;
|
|
4492
4267
|
transactionIndex: `0x${string}` | null;
|
|
4493
4268
|
}[];
|
|
4494
|
-
|
|
4495
|
-
|
|
4496
|
-
|
|
4497
|
-
|
|
4269
|
+
meta: {
|
|
4270
|
+
feeToken?: {
|
|
4271
|
+
address: `0x${string}`;
|
|
4272
|
+
admin?: `0x${string}` | undefined;
|
|
4273
|
+
currency: string;
|
|
4274
|
+
createdAt?: string | undefined;
|
|
4275
|
+
decimals: number;
|
|
4276
|
+
holderCount?: number | undefined;
|
|
4277
|
+
id: string;
|
|
4278
|
+
logoUri?: string | undefined;
|
|
4279
|
+
name: string;
|
|
4280
|
+
quoteToken?: `0x${string}` | undefined;
|
|
4281
|
+
symbol: string;
|
|
4282
|
+
totalSupply?: string | undefined;
|
|
4283
|
+
transferStats?: {
|
|
4284
|
+
count: number;
|
|
4285
|
+
firstAt: string | null;
|
|
4286
|
+
lastAt: string | null;
|
|
4287
|
+
} | undefined;
|
|
4288
|
+
verified: boolean;
|
|
4289
|
+
} | undefined;
|
|
4290
|
+
rpc: {
|
|
4291
|
+
[x: string]: import("hono/utils/types").JSONValue;
|
|
4292
|
+
blobGasPrice?: `0x${string}` | undefined;
|
|
4293
|
+
blobGasUsed?: `0x${string}` | undefined;
|
|
4294
|
+
blockHash: `0x${string}` | null;
|
|
4295
|
+
blockNumber: `0x${string}`;
|
|
4296
|
+
blockTimestamp?: `0x${string}` | null | undefined;
|
|
4297
|
+
contractAddress?: `0x${string}` | null | undefined;
|
|
4298
|
+
cumulativeGasUsed: `0x${string}`;
|
|
4299
|
+
effectiveGasPrice: `0x${string}`;
|
|
4300
|
+
feePayer?: `0x${string}` | null | undefined;
|
|
4301
|
+
feeToken?: `0x${string}` | null | undefined;
|
|
4302
|
+
from: `0x${string}`;
|
|
4303
|
+
gasUsed: `0x${string}`;
|
|
4304
|
+
logs: {
|
|
4305
|
+
[x: string]: import("hono/utils/types").JSONValue;
|
|
4306
|
+
address: `0x${string}`;
|
|
4307
|
+
blockHash: `0x${string}` | null;
|
|
4308
|
+
blockNumber: `0x${string}` | null;
|
|
4309
|
+
blockTimestamp?: `0x${string}` | null | undefined;
|
|
4310
|
+
data: `0x${string}`;
|
|
4311
|
+
logIndex: `0x${string}` | null;
|
|
4312
|
+
removed: boolean;
|
|
4313
|
+
topics: `0x${string}`[];
|
|
4314
|
+
transactionHash: `0x${string}` | null;
|
|
4315
|
+
transactionIndex: `0x${string}` | null;
|
|
4316
|
+
}[];
|
|
4317
|
+
logsBloom?: `0x${string}` | undefined;
|
|
4318
|
+
root?: `0x${string}` | undefined;
|
|
4319
|
+
status: `0x${string}`;
|
|
4320
|
+
to: `0x${string}` | null;
|
|
4321
|
+
transactionHash: `0x${string}`;
|
|
4322
|
+
transactionIndex: `0x${string}`;
|
|
4323
|
+
type: `0x${string}`;
|
|
4324
|
+
};
|
|
4325
|
+
};
|
|
4326
|
+
recipient: `0x${string}` | null;
|
|
4327
|
+
sender: `0x${string}`;
|
|
4328
|
+
status: "reverted" | "success";
|
|
4329
|
+
timestamp: string | null;
|
|
4498
4330
|
transactionHash: `0x${string}`;
|
|
4499
|
-
transactionIndex:
|
|
4331
|
+
transactionIndex: number;
|
|
4332
|
+
type: "eip1559" | "eip2930" | "eip4844" | "eip7702" | "legacy" | "tempo" | "unknown";
|
|
4333
|
+
} | undefined;
|
|
4334
|
+
rpc: {
|
|
4335
|
+
[x: string]: import("hono/utils/types").JSONValue;
|
|
4336
|
+
aaAuthorizationList?: {
|
|
4337
|
+
[x: string]: import("hono/utils/types").JSONValue;
|
|
4338
|
+
}[] | undefined;
|
|
4339
|
+
accessList?: {
|
|
4340
|
+
[x: string]: import("hono/utils/types").JSONValue;
|
|
4341
|
+
address: `0x${string}`;
|
|
4342
|
+
storageKeys: `0x${string}`[];
|
|
4343
|
+
}[] | undefined;
|
|
4344
|
+
authorizationList?: {
|
|
4345
|
+
[x: string]: import("hono/utils/types").JSONValue;
|
|
4346
|
+
}[] | undefined;
|
|
4347
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
|
4348
|
+
blockHash: `0x${string}` | null;
|
|
4349
|
+
blockNumber: `0x${string}` | null;
|
|
4350
|
+
blockTimestamp?: `0x${string}` | null | undefined;
|
|
4351
|
+
calls?: {
|
|
4352
|
+
[x: string]: import("hono/utils/types").JSONValue;
|
|
4353
|
+
data?: `0x${string}` | null | undefined;
|
|
4354
|
+
input?: `0x${string}` | null | undefined;
|
|
4355
|
+
to?: `0x${string}` | null | undefined;
|
|
4356
|
+
value?: `0x${string}` | null | undefined;
|
|
4357
|
+
}[] | null | undefined;
|
|
4358
|
+
chainId?: `0x${string}` | undefined;
|
|
4359
|
+
feePayerSignature?: {
|
|
4360
|
+
[x: string]: import("hono/utils/types").JSONValue;
|
|
4361
|
+
type?: string | undefined;
|
|
4362
|
+
} | null | undefined;
|
|
4363
|
+
feeToken?: `0x${string}` | null | undefined;
|
|
4364
|
+
from: `0x${string}`;
|
|
4365
|
+
gas: `0x${string}`;
|
|
4366
|
+
gasPrice?: `0x${string}` | undefined;
|
|
4367
|
+
hash: `0x${string}`;
|
|
4368
|
+
input?: `0x${string}` | undefined;
|
|
4369
|
+
keyAuthorization?: {
|
|
4370
|
+
[x: string]: import("hono/utils/types").JSONValue;
|
|
4371
|
+
} | null | undefined;
|
|
4372
|
+
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
4373
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
|
4374
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
4375
|
+
nonce: `0x${string}`;
|
|
4376
|
+
nonceKey?: `0x${string}` | undefined;
|
|
4377
|
+
r?: `0x${string}` | undefined;
|
|
4378
|
+
s?: `0x${string}` | undefined;
|
|
4379
|
+
signature?: {
|
|
4380
|
+
[x: string]: import("hono/utils/types").JSONValue;
|
|
4381
|
+
type?: string | undefined;
|
|
4382
|
+
} | undefined;
|
|
4383
|
+
to?: `0x${string}` | null | undefined;
|
|
4384
|
+
transactionIndex: `0x${string}` | null;
|
|
4500
4385
|
type: `0x${string}`;
|
|
4386
|
+
v?: `0x${string}` | undefined;
|
|
4387
|
+
validAfter?: `0x${string}` | null | undefined;
|
|
4388
|
+
validBefore?: `0x${string}` | null | undefined;
|
|
4389
|
+
value?: `0x${string}` | undefined;
|
|
4390
|
+
yParity?: `0x${string}` | undefined;
|
|
4501
4391
|
};
|
|
4502
4392
|
};
|
|
4393
|
+
nonce: number;
|
|
4394
|
+
nonceKey?: `0x${string}` | undefined;
|
|
4503
4395
|
recipient: `0x${string}` | null;
|
|
4504
4396
|
sender: `0x${string}`;
|
|
4505
|
-
status: "reverted" | "success";
|
|
4506
4397
|
timestamp: string | null;
|
|
4507
|
-
|
|
4508
|
-
transactionIndex: number;
|
|
4398
|
+
transactionIndex: number | null;
|
|
4509
4399
|
type: "eip1559" | "eip2930" | "eip4844" | "eip7702" | "legacy" | "tempo" | "unknown";
|
|
4400
|
+
validAfter?: string | null | undefined;
|
|
4401
|
+
validBefore?: string | null | undefined;
|
|
4402
|
+
value: string;
|
|
4510
4403
|
}[];
|
|
4511
4404
|
meta?: {
|
|
4512
4405
|
totalCountCapped: boolean;
|
|
@@ -4539,7 +4432,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
|
|
|
4539
4432
|
};
|
|
4540
4433
|
};
|
|
4541
4434
|
} & {
|
|
4542
|
-
"/v1/transactions/:transactionHash
|
|
4435
|
+
"/v1/transactions/:transactionHash": {
|
|
4543
4436
|
$get: {
|
|
4544
4437
|
output: null;
|
|
4545
4438
|
outputFormat: "body";
|
|
@@ -4704,7 +4597,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
|
|
|
4704
4597
|
} | {
|
|
4705
4598
|
output: {
|
|
4706
4599
|
error: {
|
|
4707
|
-
code: "
|
|
4600
|
+
code: "transaction_not_found";
|
|
4708
4601
|
details?: readonly Response.error.Detail[] | undefined;
|
|
4709
4602
|
message: string;
|
|
4710
4603
|
};
|
|
@@ -4725,28 +4618,20 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
|
|
|
4725
4618
|
} | {
|
|
4726
4619
|
output: {
|
|
4727
4620
|
blockHash: `0x${string}` | null;
|
|
4728
|
-
blockNumber: number;
|
|
4729
|
-
|
|
4730
|
-
|
|
4731
|
-
|
|
4732
|
-
|
|
4733
|
-
|
|
4621
|
+
blockNumber: number | null;
|
|
4622
|
+
calls?: {
|
|
4623
|
+
data?: `0x${string}` | undefined;
|
|
4624
|
+
to: `0x${string}` | null;
|
|
4625
|
+
}[] | undefined;
|
|
4626
|
+
chainId?: number | undefined;
|
|
4734
4627
|
feeToken?: `0x${string}` | undefined;
|
|
4735
|
-
|
|
4628
|
+
gas: number;
|
|
4629
|
+
gasPrice?: string | undefined;
|
|
4630
|
+
hash: `0x${string}`;
|
|
4736
4631
|
id: `0x${string}`;
|
|
4737
|
-
|
|
4738
|
-
|
|
4739
|
-
|
|
4740
|
-
blockHash: `0x${string}` | null;
|
|
4741
|
-
blockNumber: `0x${string}` | null;
|
|
4742
|
-
blockTimestamp?: `0x${string}` | null | undefined;
|
|
4743
|
-
data: `0x${string}`;
|
|
4744
|
-
logIndex: `0x${string}` | null;
|
|
4745
|
-
removed: boolean;
|
|
4746
|
-
topics: `0x${string}`[];
|
|
4747
|
-
transactionHash: `0x${string}` | null;
|
|
4748
|
-
transactionIndex: `0x${string}` | null;
|
|
4749
|
-
}[];
|
|
4632
|
+
input?: `0x${string}` | undefined;
|
|
4633
|
+
maxFeePerGas?: string | undefined;
|
|
4634
|
+
maxPriorityFeePerGas?: string | undefined;
|
|
4750
4635
|
meta: {
|
|
4751
4636
|
feeToken?: {
|
|
4752
4637
|
address: `0x${string}`;
|
|
@@ -4768,49 +4653,164 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
|
|
|
4768
4653
|
} | undefined;
|
|
4769
4654
|
verified: boolean;
|
|
4770
4655
|
} | undefined;
|
|
4656
|
+
receipt?: {
|
|
4657
|
+
blockHash: `0x${string}` | null;
|
|
4658
|
+
blockNumber: number;
|
|
4659
|
+
contractAddress: `0x${string}` | null;
|
|
4660
|
+
cumulativeGasUsed: number;
|
|
4661
|
+
effectiveGasPrice: string;
|
|
4662
|
+
feeAmount: string;
|
|
4663
|
+
feePayer?: `0x${string}` | undefined;
|
|
4664
|
+
feeToken?: `0x${string}` | undefined;
|
|
4665
|
+
gasUsed: number;
|
|
4666
|
+
id: `0x${string}`;
|
|
4667
|
+
logs: {
|
|
4668
|
+
[x: string]: import("hono/utils/types").JSONValue;
|
|
4669
|
+
address: `0x${string}`;
|
|
4670
|
+
blockHash: `0x${string}` | null;
|
|
4671
|
+
blockNumber: `0x${string}` | null;
|
|
4672
|
+
blockTimestamp?: `0x${string}` | null | undefined;
|
|
4673
|
+
data: `0x${string}`;
|
|
4674
|
+
logIndex: `0x${string}` | null;
|
|
4675
|
+
removed: boolean;
|
|
4676
|
+
topics: `0x${string}`[];
|
|
4677
|
+
transactionHash: `0x${string}` | null;
|
|
4678
|
+
transactionIndex: `0x${string}` | null;
|
|
4679
|
+
}[];
|
|
4680
|
+
meta: {
|
|
4681
|
+
feeToken?: {
|
|
4682
|
+
address: `0x${string}`;
|
|
4683
|
+
admin?: `0x${string}` | undefined;
|
|
4684
|
+
currency: string;
|
|
4685
|
+
createdAt?: string | undefined;
|
|
4686
|
+
decimals: number;
|
|
4687
|
+
holderCount?: number | undefined;
|
|
4688
|
+
id: string;
|
|
4689
|
+
logoUri?: string | undefined;
|
|
4690
|
+
name: string;
|
|
4691
|
+
quoteToken?: `0x${string}` | undefined;
|
|
4692
|
+
symbol: string;
|
|
4693
|
+
totalSupply?: string | undefined;
|
|
4694
|
+
transferStats?: {
|
|
4695
|
+
count: number;
|
|
4696
|
+
firstAt: string | null;
|
|
4697
|
+
lastAt: string | null;
|
|
4698
|
+
} | undefined;
|
|
4699
|
+
verified: boolean;
|
|
4700
|
+
} | undefined;
|
|
4701
|
+
rpc: {
|
|
4702
|
+
[x: string]: import("hono/utils/types").JSONValue;
|
|
4703
|
+
blobGasPrice?: `0x${string}` | undefined;
|
|
4704
|
+
blobGasUsed?: `0x${string}` | undefined;
|
|
4705
|
+
blockHash: `0x${string}` | null;
|
|
4706
|
+
blockNumber: `0x${string}`;
|
|
4707
|
+
blockTimestamp?: `0x${string}` | null | undefined;
|
|
4708
|
+
contractAddress?: `0x${string}` | null | undefined;
|
|
4709
|
+
cumulativeGasUsed: `0x${string}`;
|
|
4710
|
+
effectiveGasPrice: `0x${string}`;
|
|
4711
|
+
feePayer?: `0x${string}` | null | undefined;
|
|
4712
|
+
feeToken?: `0x${string}` | null | undefined;
|
|
4713
|
+
from: `0x${string}`;
|
|
4714
|
+
gasUsed: `0x${string}`;
|
|
4715
|
+
logs: {
|
|
4716
|
+
[x: string]: import("hono/utils/types").JSONValue;
|
|
4717
|
+
address: `0x${string}`;
|
|
4718
|
+
blockHash: `0x${string}` | null;
|
|
4719
|
+
blockNumber: `0x${string}` | null;
|
|
4720
|
+
blockTimestamp?: `0x${string}` | null | undefined;
|
|
4721
|
+
data: `0x${string}`;
|
|
4722
|
+
logIndex: `0x${string}` | null;
|
|
4723
|
+
removed: boolean;
|
|
4724
|
+
topics: `0x${string}`[];
|
|
4725
|
+
transactionHash: `0x${string}` | null;
|
|
4726
|
+
transactionIndex: `0x${string}` | null;
|
|
4727
|
+
}[];
|
|
4728
|
+
logsBloom?: `0x${string}` | undefined;
|
|
4729
|
+
root?: `0x${string}` | undefined;
|
|
4730
|
+
status: `0x${string}`;
|
|
4731
|
+
to: `0x${string}` | null;
|
|
4732
|
+
transactionHash: `0x${string}`;
|
|
4733
|
+
transactionIndex: `0x${string}`;
|
|
4734
|
+
type: `0x${string}`;
|
|
4735
|
+
};
|
|
4736
|
+
};
|
|
4737
|
+
recipient: `0x${string}` | null;
|
|
4738
|
+
sender: `0x${string}`;
|
|
4739
|
+
status: "reverted" | "success";
|
|
4740
|
+
timestamp: string | null;
|
|
4741
|
+
transactionHash: `0x${string}`;
|
|
4742
|
+
transactionIndex: number;
|
|
4743
|
+
type: "eip1559" | "eip2930" | "eip4844" | "eip7702" | "legacy" | "tempo" | "unknown";
|
|
4744
|
+
} | undefined;
|
|
4771
4745
|
rpc: {
|
|
4772
4746
|
[x: string]: import("hono/utils/types").JSONValue;
|
|
4773
|
-
|
|
4774
|
-
|
|
4747
|
+
aaAuthorizationList?: {
|
|
4748
|
+
[x: string]: import("hono/utils/types").JSONValue;
|
|
4749
|
+
}[] | undefined;
|
|
4750
|
+
accessList?: {
|
|
4751
|
+
[x: string]: import("hono/utils/types").JSONValue;
|
|
4752
|
+
address: `0x${string}`;
|
|
4753
|
+
storageKeys: `0x${string}`[];
|
|
4754
|
+
}[] | undefined;
|
|
4755
|
+
authorizationList?: {
|
|
4756
|
+
[x: string]: import("hono/utils/types").JSONValue;
|
|
4757
|
+
}[] | undefined;
|
|
4758
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
|
4775
4759
|
blockHash: `0x${string}` | null;
|
|
4776
|
-
blockNumber: `0x${string}
|
|
4760
|
+
blockNumber: `0x${string}` | null;
|
|
4777
4761
|
blockTimestamp?: `0x${string}` | null | undefined;
|
|
4778
|
-
|
|
4779
|
-
|
|
4780
|
-
|
|
4781
|
-
|
|
4762
|
+
calls?: {
|
|
4763
|
+
[x: string]: import("hono/utils/types").JSONValue;
|
|
4764
|
+
data?: `0x${string}` | null | undefined;
|
|
4765
|
+
input?: `0x${string}` | null | undefined;
|
|
4766
|
+
to?: `0x${string}` | null | undefined;
|
|
4767
|
+
value?: `0x${string}` | null | undefined;
|
|
4768
|
+
}[] | null | undefined;
|
|
4769
|
+
chainId?: `0x${string}` | undefined;
|
|
4770
|
+
feePayerSignature?: {
|
|
4771
|
+
[x: string]: import("hono/utils/types").JSONValue;
|
|
4772
|
+
type?: string | undefined;
|
|
4773
|
+
} | null | undefined;
|
|
4782
4774
|
feeToken?: `0x${string}` | null | undefined;
|
|
4783
4775
|
from: `0x${string}`;
|
|
4784
|
-
|
|
4785
|
-
|
|
4776
|
+
gas: `0x${string}`;
|
|
4777
|
+
gasPrice?: `0x${string}` | undefined;
|
|
4778
|
+
hash: `0x${string}`;
|
|
4779
|
+
input?: `0x${string}` | undefined;
|
|
4780
|
+
keyAuthorization?: {
|
|
4786
4781
|
[x: string]: import("hono/utils/types").JSONValue;
|
|
4787
|
-
|
|
4788
|
-
|
|
4789
|
-
|
|
4790
|
-
|
|
4791
|
-
|
|
4792
|
-
|
|
4793
|
-
|
|
4794
|
-
|
|
4795
|
-
|
|
4796
|
-
|
|
4797
|
-
|
|
4798
|
-
|
|
4799
|
-
|
|
4800
|
-
|
|
4801
|
-
to: `0x${string}` | null;
|
|
4802
|
-
transactionHash: `0x${string}`;
|
|
4803
|
-
transactionIndex: `0x${string}`;
|
|
4782
|
+
} | null | undefined;
|
|
4783
|
+
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
4784
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
|
4785
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
4786
|
+
nonce: `0x${string}`;
|
|
4787
|
+
nonceKey?: `0x${string}` | undefined;
|
|
4788
|
+
r?: `0x${string}` | undefined;
|
|
4789
|
+
s?: `0x${string}` | undefined;
|
|
4790
|
+
signature?: {
|
|
4791
|
+
[x: string]: import("hono/utils/types").JSONValue;
|
|
4792
|
+
type?: string | undefined;
|
|
4793
|
+
} | undefined;
|
|
4794
|
+
to?: `0x${string}` | null | undefined;
|
|
4795
|
+
transactionIndex: `0x${string}` | null;
|
|
4804
4796
|
type: `0x${string}`;
|
|
4797
|
+
v?: `0x${string}` | undefined;
|
|
4798
|
+
validAfter?: `0x${string}` | null | undefined;
|
|
4799
|
+
validBefore?: `0x${string}` | null | undefined;
|
|
4800
|
+
value?: `0x${string}` | undefined;
|
|
4801
|
+
yParity?: `0x${string}` | undefined;
|
|
4805
4802
|
};
|
|
4806
4803
|
};
|
|
4804
|
+
nonce: number;
|
|
4805
|
+
nonceKey?: `0x${string}` | undefined;
|
|
4807
4806
|
recipient: `0x${string}` | null;
|
|
4808
4807
|
sender: `0x${string}`;
|
|
4809
|
-
status: "reverted" | "success";
|
|
4810
4808
|
timestamp: string | null;
|
|
4811
|
-
|
|
4812
|
-
transactionIndex: number;
|
|
4809
|
+
transactionIndex: number | null;
|
|
4813
4810
|
type: "eip1559" | "eip2930" | "eip4844" | "eip7702" | "legacy" | "tempo" | "unknown";
|
|
4811
|
+
validAfter?: string | null | undefined;
|
|
4812
|
+
validBefore?: string | null | undefined;
|
|
4813
|
+
value: string;
|
|
4814
4814
|
};
|
|
4815
4815
|
outputFormat: "json";
|
|
4816
4816
|
status: 200;
|
|
@@ -4827,7 +4827,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
|
|
|
4827
4827
|
};
|
|
4828
4828
|
};
|
|
4829
4829
|
}, "/"> | import("hono/types").MergeSchemaPath<{
|
|
4830
|
-
"/v1/funding/
|
|
4830
|
+
"/v1/funding/quotes": {
|
|
4831
4831
|
$get: {
|
|
4832
4832
|
output: null;
|
|
4833
4833
|
outputFormat: "body";
|
|
@@ -4835,8 +4835,6 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
|
|
|
4835
4835
|
input: {
|
|
4836
4836
|
query: {
|
|
4837
4837
|
destinationToken?: string | string[];
|
|
4838
|
-
include?: string | string[];
|
|
4839
|
-
limit?: string | string[];
|
|
4840
4838
|
provider?: string | string[];
|
|
4841
4839
|
sourceAmount: string | string[];
|
|
4842
4840
|
sourceAmountUnits?: string | string[];
|
|
@@ -4858,8 +4856,6 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
|
|
|
4858
4856
|
input: {
|
|
4859
4857
|
query: {
|
|
4860
4858
|
destinationToken?: string | string[];
|
|
4861
|
-
include?: string | string[];
|
|
4862
|
-
limit?: string | string[];
|
|
4863
4859
|
provider?: string | string[];
|
|
4864
4860
|
sourceAmount: string | string[];
|
|
4865
4861
|
sourceAmountUnits?: string | string[];
|
|
@@ -4881,8 +4877,6 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
|
|
|
4881
4877
|
input: {
|
|
4882
4878
|
query: {
|
|
4883
4879
|
destinationToken?: string | string[];
|
|
4884
|
-
include?: string | string[];
|
|
4885
|
-
limit?: string | string[];
|
|
4886
4880
|
provider?: string | string[];
|
|
4887
4881
|
sourceAmount: string | string[];
|
|
4888
4882
|
sourceAmountUnits?: string | string[];
|
|
@@ -4904,8 +4898,6 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
|
|
|
4904
4898
|
input: {
|
|
4905
4899
|
query: {
|
|
4906
4900
|
destinationToken?: string | string[];
|
|
4907
|
-
include?: string | string[];
|
|
4908
|
-
limit?: string | string[];
|
|
4909
4901
|
provider?: string | string[];
|
|
4910
4902
|
sourceAmount: string | string[];
|
|
4911
4903
|
sourceAmountUnits?: string | string[];
|
|
@@ -4927,8 +4919,6 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
|
|
|
4927
4919
|
input: {
|
|
4928
4920
|
query: {
|
|
4929
4921
|
destinationToken?: string | string[];
|
|
4930
|
-
include?: string | string[];
|
|
4931
|
-
limit?: string | string[];
|
|
4932
4922
|
provider?: string | string[];
|
|
4933
4923
|
sourceAmount: string | string[];
|
|
4934
4924
|
sourceAmountUnits?: string | string[];
|
|
@@ -4950,8 +4940,27 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
|
|
|
4950
4940
|
input: {
|
|
4951
4941
|
query: {
|
|
4952
4942
|
destinationToken?: string | string[];
|
|
4953
|
-
|
|
4954
|
-
|
|
4943
|
+
provider?: string | string[];
|
|
4944
|
+
sourceAmount: string | string[];
|
|
4945
|
+
sourceAmountUnits?: string | string[];
|
|
4946
|
+
sourceChain: string | string[];
|
|
4947
|
+
sourceToken: string | string[];
|
|
4948
|
+
};
|
|
4949
|
+
};
|
|
4950
|
+
} | {
|
|
4951
|
+
output: {
|
|
4952
|
+
error: {
|
|
4953
|
+
code: "upstream_error";
|
|
4954
|
+
details?: readonly Response.error.Detail[] | undefined;
|
|
4955
|
+
message: string;
|
|
4956
|
+
};
|
|
4957
|
+
requestId: string;
|
|
4958
|
+
};
|
|
4959
|
+
outputFormat: "json";
|
|
4960
|
+
status: 502;
|
|
4961
|
+
input: {
|
|
4962
|
+
query: {
|
|
4963
|
+
destinationToken?: string | string[];
|
|
4955
4964
|
provider?: string | string[];
|
|
4956
4965
|
sourceAmount: string | string[];
|
|
4957
4966
|
sourceAmountUnits?: string | string[];
|
|
@@ -4963,9 +4972,9 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
|
|
|
4963
4972
|
output: {
|
|
4964
4973
|
data: {
|
|
4965
4974
|
destinationChain: {
|
|
4966
|
-
addressFormat: "evm"
|
|
4975
|
+
addressFormat: "evm";
|
|
4967
4976
|
id: string;
|
|
4968
|
-
kind: "evm"
|
|
4977
|
+
kind: "evm";
|
|
4969
4978
|
name: string;
|
|
4970
4979
|
providerIds?: {
|
|
4971
4980
|
[x: string]: string;
|
|
@@ -4983,47 +4992,34 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
|
|
|
4983
4992
|
tokenKey: string;
|
|
4984
4993
|
verified: boolean;
|
|
4985
4994
|
};
|
|
4986
|
-
errorCode: string | null;
|
|
4987
4995
|
id: string;
|
|
4988
4996
|
provider: {
|
|
4989
|
-
id:
|
|
4997
|
+
id: "relay";
|
|
4990
4998
|
kind: string;
|
|
4991
4999
|
name: string;
|
|
4992
5000
|
requiresApiKey: boolean;
|
|
4993
5001
|
};
|
|
4994
5002
|
quality: {
|
|
4995
|
-
|
|
4996
|
-
estimatedSeconds: number | null;
|
|
4997
|
-
feeBps: number | null;
|
|
4998
|
-
historicalVolumeUsd24h: string | null;
|
|
4999
|
-
instantVolumeUsd: string | null;
|
|
5003
|
+
estimatedSeconds?: number | undefined;
|
|
5000
5004
|
liquiditySource: string;
|
|
5001
|
-
|
|
5002
|
-
|
|
5003
|
-
tier: "error" | "liquid" | "thin" | "unavailable" | "unknown";
|
|
5005
|
+
sourceDetail?: string | undefined;
|
|
5006
|
+
tier: "liquid" | "thin";
|
|
5004
5007
|
};
|
|
5005
5008
|
quote: {
|
|
5006
|
-
expiresAt: string | null;
|
|
5007
5009
|
inputAmount: string;
|
|
5008
|
-
|
|
5009
|
-
|
|
5010
|
-
|
|
5011
|
-
minSourceAmount: string | null;
|
|
5012
|
-
} | null;
|
|
5013
|
-
minimumOutputAmount: string | null;
|
|
5014
|
-
outputAmount: string | null;
|
|
5015
|
-
outputAmountFormatted: string | null;
|
|
5010
|
+
minimumOutputAmount?: string | undefined;
|
|
5011
|
+
outputAmount: string;
|
|
5012
|
+
outputAmountFormatted: string;
|
|
5016
5013
|
sampledAt: string;
|
|
5017
|
-
}
|
|
5014
|
+
};
|
|
5018
5015
|
sourceAmount: {
|
|
5019
5016
|
amount: string;
|
|
5020
5017
|
formatted: string;
|
|
5021
|
-
usd: string | null;
|
|
5022
5018
|
};
|
|
5023
5019
|
sourceChain: {
|
|
5024
|
-
addressFormat: "evm"
|
|
5020
|
+
addressFormat: "evm";
|
|
5025
5021
|
id: string;
|
|
5026
|
-
kind: "evm"
|
|
5022
|
+
kind: "evm";
|
|
5027
5023
|
name: string;
|
|
5028
5024
|
providerIds?: {
|
|
5029
5025
|
[x: string]: string;
|
|
@@ -5041,7 +5037,6 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
|
|
|
5041
5037
|
tokenKey: string;
|
|
5042
5038
|
verified: boolean;
|
|
5043
5039
|
};
|
|
5044
|
-
status: "available" | "error" | "thin" | "unavailable" | "unknown";
|
|
5045
5040
|
}[];
|
|
5046
5041
|
};
|
|
5047
5042
|
outputFormat: "json";
|
|
@@ -5049,8 +5044,6 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
|
|
|
5049
5044
|
input: {
|
|
5050
5045
|
query: {
|
|
5051
5046
|
destinationToken?: string | string[];
|
|
5052
|
-
include?: string | string[];
|
|
5053
|
-
limit?: string | string[];
|
|
5054
5047
|
provider?: string | string[];
|
|
5055
5048
|
sourceAmount: string | string[];
|
|
5056
5049
|
sourceAmountUnits?: string | string[];
|
|
@@ -5118,9 +5111,9 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
|
|
|
5118
5111
|
} | {
|
|
5119
5112
|
output: {
|
|
5120
5113
|
data: {
|
|
5121
|
-
addressFormat: "evm"
|
|
5114
|
+
addressFormat: "evm";
|
|
5122
5115
|
id: string;
|
|
5123
|
-
kind: "evm"
|
|
5116
|
+
kind: "evm";
|
|
5124
5117
|
name: string;
|
|
5125
5118
|
providerIds?: {
|
|
5126
5119
|
[x: string]: string;
|
|
@@ -5145,16 +5138,12 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
|
|
|
5145
5138
|
};
|
|
5146
5139
|
};
|
|
5147
5140
|
} & {
|
|
5148
|
-
"/v1/providers": {
|
|
5141
|
+
"/v1/funding/providers": {
|
|
5149
5142
|
$get: {
|
|
5150
5143
|
output: null;
|
|
5151
5144
|
outputFormat: "body";
|
|
5152
5145
|
status: 402;
|
|
5153
|
-
input: {
|
|
5154
|
-
query?: {
|
|
5155
|
-
capability?: string | string[];
|
|
5156
|
-
} | undefined;
|
|
5157
|
-
};
|
|
5146
|
+
input: {};
|
|
5158
5147
|
} | {
|
|
5159
5148
|
output: {
|
|
5160
5149
|
error: {
|
|
@@ -5166,11 +5155,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
|
|
|
5166
5155
|
};
|
|
5167
5156
|
outputFormat: "json";
|
|
5168
5157
|
status: 400;
|
|
5169
|
-
input: {
|
|
5170
|
-
query?: {
|
|
5171
|
-
capability?: string | string[];
|
|
5172
|
-
} | undefined;
|
|
5173
|
-
};
|
|
5158
|
+
input: {};
|
|
5174
5159
|
} | {
|
|
5175
5160
|
output: {
|
|
5176
5161
|
error: {
|
|
@@ -5182,11 +5167,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
|
|
|
5182
5167
|
};
|
|
5183
5168
|
outputFormat: "json";
|
|
5184
5169
|
status: 401;
|
|
5185
|
-
input: {
|
|
5186
|
-
query?: {
|
|
5187
|
-
capability?: string | string[];
|
|
5188
|
-
} | undefined;
|
|
5189
|
-
};
|
|
5170
|
+
input: {};
|
|
5190
5171
|
} | {
|
|
5191
5172
|
output: {
|
|
5192
5173
|
error: {
|
|
@@ -5198,11 +5179,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
|
|
|
5198
5179
|
};
|
|
5199
5180
|
outputFormat: "json";
|
|
5200
5181
|
status: 403;
|
|
5201
|
-
input: {
|
|
5202
|
-
query?: {
|
|
5203
|
-
capability?: string | string[];
|
|
5204
|
-
} | undefined;
|
|
5205
|
-
};
|
|
5182
|
+
input: {};
|
|
5206
5183
|
} | {
|
|
5207
5184
|
output: {
|
|
5208
5185
|
error: {
|
|
@@ -5214,45 +5191,20 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
|
|
|
5214
5191
|
};
|
|
5215
5192
|
outputFormat: "json";
|
|
5216
5193
|
status: 429;
|
|
5217
|
-
input: {
|
|
5218
|
-
query?: {
|
|
5219
|
-
capability?: string | string[];
|
|
5220
|
-
} | undefined;
|
|
5221
|
-
};
|
|
5222
|
-
} | {
|
|
5223
|
-
output: {
|
|
5224
|
-
error: {
|
|
5225
|
-
code: "query_invalid";
|
|
5226
|
-
details?: readonly Response.error.Detail[] | undefined;
|
|
5227
|
-
message: string;
|
|
5228
|
-
};
|
|
5229
|
-
requestId: string;
|
|
5230
|
-
};
|
|
5231
|
-
outputFormat: "json";
|
|
5232
|
-
status: 400;
|
|
5233
|
-
input: {
|
|
5234
|
-
query?: {
|
|
5235
|
-
capability?: string | string[];
|
|
5236
|
-
} | undefined;
|
|
5237
|
-
};
|
|
5194
|
+
input: {};
|
|
5238
5195
|
} | {
|
|
5239
5196
|
output: {
|
|
5240
5197
|
data: {
|
|
5241
|
-
|
|
5242
|
-
id: string;
|
|
5198
|
+
id: "relay";
|
|
5243
5199
|
kind: string;
|
|
5244
5200
|
name: string;
|
|
5245
5201
|
requiresApiKey: boolean;
|
|
5246
|
-
status: "configured" | "
|
|
5202
|
+
status: "configured" | "unconfigured";
|
|
5247
5203
|
}[];
|
|
5248
5204
|
};
|
|
5249
5205
|
outputFormat: "json";
|
|
5250
5206
|
status: 200;
|
|
5251
|
-
input: {
|
|
5252
|
-
query?: {
|
|
5253
|
-
capability?: string | string[];
|
|
5254
|
-
} | undefined;
|
|
5255
|
-
};
|
|
5207
|
+
input: {};
|
|
5256
5208
|
};
|
|
5257
5209
|
};
|
|
5258
5210
|
}, "/"> | import("hono/types").MergeSchemaPath<{
|
|
@@ -6684,30 +6636,6 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
|
|
|
6684
6636
|
verified?: string | string[];
|
|
6685
6637
|
} | undefined;
|
|
6686
6638
|
};
|
|
6687
|
-
} | {
|
|
6688
|
-
output: {
|
|
6689
|
-
error: {
|
|
6690
|
-
code: "upstream_error";
|
|
6691
|
-
details?: readonly Response.error.Detail[] | undefined;
|
|
6692
|
-
message: string;
|
|
6693
|
-
};
|
|
6694
|
-
requestId: string;
|
|
6695
|
-
};
|
|
6696
|
-
outputFormat: "json";
|
|
6697
|
-
status: 502;
|
|
6698
|
-
input: {
|
|
6699
|
-
query?: {
|
|
6700
|
-
addresses?: string | string[];
|
|
6701
|
-
chainId?: string | string[];
|
|
6702
|
-
currency?: string | string[];
|
|
6703
|
-
cursor?: string | string[];
|
|
6704
|
-
include?: string | string[];
|
|
6705
|
-
limit?: string | string[];
|
|
6706
|
-
order?: string | string[];
|
|
6707
|
-
page?: string | string[];
|
|
6708
|
-
verified?: string | string[];
|
|
6709
|
-
} | undefined;
|
|
6710
|
-
};
|
|
6711
6639
|
} | {
|
|
6712
6640
|
output: {
|
|
6713
6641
|
data: {
|
|
@@ -6733,7 +6661,31 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
|
|
|
6733
6661
|
nextCursor: string | null;
|
|
6734
6662
|
};
|
|
6735
6663
|
outputFormat: "json";
|
|
6736
|
-
status: 200;
|
|
6664
|
+
status: 200;
|
|
6665
|
+
input: {
|
|
6666
|
+
query?: {
|
|
6667
|
+
addresses?: string | string[];
|
|
6668
|
+
chainId?: string | string[];
|
|
6669
|
+
currency?: string | string[];
|
|
6670
|
+
cursor?: string | string[];
|
|
6671
|
+
include?: string | string[];
|
|
6672
|
+
limit?: string | string[];
|
|
6673
|
+
order?: string | string[];
|
|
6674
|
+
page?: string | string[];
|
|
6675
|
+
verified?: string | string[];
|
|
6676
|
+
} | undefined;
|
|
6677
|
+
};
|
|
6678
|
+
} | {
|
|
6679
|
+
output: {
|
|
6680
|
+
error: {
|
|
6681
|
+
code: "upstream_error";
|
|
6682
|
+
details?: readonly Response.error.Detail[] | undefined;
|
|
6683
|
+
message: string;
|
|
6684
|
+
};
|
|
6685
|
+
requestId: string;
|
|
6686
|
+
};
|
|
6687
|
+
outputFormat: "json";
|
|
6688
|
+
status: 502;
|
|
6737
6689
|
input: {
|
|
6738
6690
|
query?: {
|
|
6739
6691
|
addresses?: string | string[];
|
|
@@ -10018,11 +9970,413 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
|
|
|
10018
9970
|
details?: readonly Response.error.Detail[] | undefined;
|
|
10019
9971
|
message: string;
|
|
10020
9972
|
};
|
|
10021
|
-
requestId: string;
|
|
9973
|
+
requestId: string;
|
|
9974
|
+
};
|
|
9975
|
+
outputFormat: "json";
|
|
9976
|
+
status: 400;
|
|
9977
|
+
input: {};
|
|
9978
|
+
} | {
|
|
9979
|
+
output: {
|
|
9980
|
+
error: {
|
|
9981
|
+
code: "api_key_invalid" | "api_key_missing";
|
|
9982
|
+
details?: readonly Response.error.Detail[] | undefined;
|
|
9983
|
+
message: string;
|
|
9984
|
+
};
|
|
9985
|
+
requestId: string;
|
|
9986
|
+
};
|
|
9987
|
+
outputFormat: "json";
|
|
9988
|
+
status: 401;
|
|
9989
|
+
input: {};
|
|
9990
|
+
} | {
|
|
9991
|
+
output: {
|
|
9992
|
+
error: {
|
|
9993
|
+
code: "api_key_forbidden";
|
|
9994
|
+
details?: readonly Response.error.Detail[] | undefined;
|
|
9995
|
+
message: string;
|
|
9996
|
+
};
|
|
9997
|
+
requestId: string;
|
|
9998
|
+
};
|
|
9999
|
+
outputFormat: "json";
|
|
10000
|
+
status: 403;
|
|
10001
|
+
input: {};
|
|
10002
|
+
} | {
|
|
10003
|
+
output: {
|
|
10004
|
+
error: {
|
|
10005
|
+
code: "payment_required" | "rate_limit_exceeded";
|
|
10006
|
+
details?: readonly Response.error.Detail[] | undefined;
|
|
10007
|
+
message: string;
|
|
10008
|
+
};
|
|
10009
|
+
requestId: string;
|
|
10010
|
+
};
|
|
10011
|
+
outputFormat: "json";
|
|
10012
|
+
status: 429;
|
|
10013
|
+
input: {};
|
|
10014
|
+
} | {
|
|
10015
|
+
output: {
|
|
10016
|
+
error: {
|
|
10017
|
+
code: "webhooks_not_enabled";
|
|
10018
|
+
details?: readonly Response.error.Detail[] | undefined;
|
|
10019
|
+
message: string;
|
|
10020
|
+
};
|
|
10021
|
+
requestId: string;
|
|
10022
|
+
};
|
|
10023
|
+
outputFormat: "json";
|
|
10024
|
+
status: 404;
|
|
10025
|
+
input: {};
|
|
10026
|
+
} | {
|
|
10027
|
+
output: {
|
|
10028
|
+
data: {
|
|
10029
|
+
description: string;
|
|
10030
|
+
type: "block:created" | "log:emitted" | "token:transfer" | "transaction:included";
|
|
10031
|
+
}[];
|
|
10032
|
+
};
|
|
10033
|
+
outputFormat: "json";
|
|
10034
|
+
status: 200;
|
|
10035
|
+
input: {};
|
|
10036
|
+
};
|
|
10037
|
+
};
|
|
10038
|
+
} & {
|
|
10039
|
+
"/v1/webhooks": {
|
|
10040
|
+
$post: {
|
|
10041
|
+
output: {
|
|
10042
|
+
error: {
|
|
10043
|
+
code: "api_key_malformed";
|
|
10044
|
+
details?: readonly Response.error.Detail[] | undefined;
|
|
10045
|
+
message: string;
|
|
10046
|
+
};
|
|
10047
|
+
requestId: string;
|
|
10048
|
+
};
|
|
10049
|
+
outputFormat: "json";
|
|
10050
|
+
status: 400;
|
|
10051
|
+
input: {
|
|
10052
|
+
json: {
|
|
10053
|
+
chainId?: unknown;
|
|
10054
|
+
context?: {
|
|
10055
|
+
description?: string | undefined;
|
|
10056
|
+
metadata?: Record<string, string> | undefined;
|
|
10057
|
+
title?: string | undefined;
|
|
10058
|
+
} | undefined;
|
|
10059
|
+
destination: {
|
|
10060
|
+
type: "url";
|
|
10061
|
+
url: string;
|
|
10062
|
+
} | {
|
|
10063
|
+
type: "slack";
|
|
10064
|
+
url: string;
|
|
10065
|
+
} | {
|
|
10066
|
+
token: string;
|
|
10067
|
+
type: "betterstack";
|
|
10068
|
+
url: string;
|
|
10069
|
+
};
|
|
10070
|
+
eventType: "token:transfer";
|
|
10071
|
+
filters?: {
|
|
10072
|
+
address?: `0x${string}` | undefined;
|
|
10073
|
+
recipient?: `0x${string}` | undefined;
|
|
10074
|
+
sender?: `0x${string}` | undefined;
|
|
10075
|
+
token?: `0x${string}` | undefined;
|
|
10076
|
+
} | undefined;
|
|
10077
|
+
} | {
|
|
10078
|
+
chainId?: unknown;
|
|
10079
|
+
context?: {
|
|
10080
|
+
description?: string | undefined;
|
|
10081
|
+
metadata?: Record<string, string> | undefined;
|
|
10082
|
+
title?: string | undefined;
|
|
10083
|
+
} | undefined;
|
|
10084
|
+
destination: {
|
|
10085
|
+
type: "url";
|
|
10086
|
+
url: string;
|
|
10087
|
+
} | {
|
|
10088
|
+
type: "slack";
|
|
10089
|
+
url: string;
|
|
10090
|
+
} | {
|
|
10091
|
+
token: string;
|
|
10092
|
+
type: "betterstack";
|
|
10093
|
+
url: string;
|
|
10094
|
+
};
|
|
10095
|
+
eventType: "transaction:included";
|
|
10096
|
+
filters?: {
|
|
10097
|
+
hash?: {
|
|
10098
|
+
eq: `0x${string}`;
|
|
10099
|
+
} | {
|
|
10100
|
+
in: `0x${string}`[];
|
|
10101
|
+
} | {
|
|
10102
|
+
not: `0x${string}`;
|
|
10103
|
+
} | `0x${string}` | undefined;
|
|
10104
|
+
address?: {
|
|
10105
|
+
eq: `0x${string}`;
|
|
10106
|
+
} | {
|
|
10107
|
+
in: `0x${string}`[];
|
|
10108
|
+
} | {
|
|
10109
|
+
not: `0x${string}`;
|
|
10110
|
+
} | `0x${string}` | undefined;
|
|
10111
|
+
from?: {
|
|
10112
|
+
eq: `0x${string}`;
|
|
10113
|
+
} | {
|
|
10114
|
+
in: `0x${string}`[];
|
|
10115
|
+
} | {
|
|
10116
|
+
not: `0x${string}`;
|
|
10117
|
+
} | `0x${string}` | undefined;
|
|
10118
|
+
to?: {
|
|
10119
|
+
eq: `0x${string}`;
|
|
10120
|
+
} | {
|
|
10121
|
+
in: `0x${string}`[];
|
|
10122
|
+
} | {
|
|
10123
|
+
not: `0x${string}`;
|
|
10124
|
+
} | `0x${string}` | undefined;
|
|
10125
|
+
includeCalls?: boolean | undefined;
|
|
10126
|
+
includeReceipt?: boolean | undefined;
|
|
10127
|
+
value?: {
|
|
10128
|
+
eq?: `0x${string}` | undefined;
|
|
10129
|
+
gt?: `0x${string}` | undefined;
|
|
10130
|
+
gte?: `0x${string}` | undefined;
|
|
10131
|
+
lt?: `0x${string}` | undefined;
|
|
10132
|
+
lte?: `0x${string}` | undefined;
|
|
10133
|
+
} | `0x${string}` | undefined;
|
|
10134
|
+
input?: {
|
|
10135
|
+
selector: string;
|
|
10136
|
+
} | {
|
|
10137
|
+
startsWith: string;
|
|
10138
|
+
} | {
|
|
10139
|
+
eq: string;
|
|
10140
|
+
} | undefined;
|
|
10141
|
+
calls?: {
|
|
10142
|
+
to: {
|
|
10143
|
+
eq: `0x${string}`;
|
|
10144
|
+
} | {
|
|
10145
|
+
in: `0x${string}`[];
|
|
10146
|
+
} | {
|
|
10147
|
+
not: `0x${string}`;
|
|
10148
|
+
} | `0x${string}`;
|
|
10149
|
+
} | undefined;
|
|
10150
|
+
callCount?: {
|
|
10151
|
+
eq?: `0x${string}` | undefined;
|
|
10152
|
+
gt?: `0x${string}` | undefined;
|
|
10153
|
+
gte?: `0x${string}` | undefined;
|
|
10154
|
+
lt?: `0x${string}` | undefined;
|
|
10155
|
+
lte?: `0x${string}` | undefined;
|
|
10156
|
+
} | `0x${string}` | undefined;
|
|
10157
|
+
txType?: string | {
|
|
10158
|
+
eq: string;
|
|
10159
|
+
} | {
|
|
10160
|
+
in: string[];
|
|
10161
|
+
} | {
|
|
10162
|
+
not: string;
|
|
10163
|
+
} | undefined;
|
|
10164
|
+
feeToken?: {
|
|
10165
|
+
eq: `0x${string}`;
|
|
10166
|
+
} | {
|
|
10167
|
+
in: `0x${string}`[];
|
|
10168
|
+
} | {
|
|
10169
|
+
not: `0x${string}`;
|
|
10170
|
+
} | `0x${string}` | undefined;
|
|
10171
|
+
feePayer?: {
|
|
10172
|
+
eq: `0x${string}`;
|
|
10173
|
+
} | {
|
|
10174
|
+
in: `0x${string}`[];
|
|
10175
|
+
} | {
|
|
10176
|
+
not: `0x${string}`;
|
|
10177
|
+
} | `0x${string}` | undefined;
|
|
10178
|
+
gasLimit?: {
|
|
10179
|
+
eq?: `0x${string}` | undefined;
|
|
10180
|
+
gt?: `0x${string}` | undefined;
|
|
10181
|
+
gte?: `0x${string}` | undefined;
|
|
10182
|
+
lt?: `0x${string}` | undefined;
|
|
10183
|
+
lte?: `0x${string}` | undefined;
|
|
10184
|
+
} | `0x${string}` | undefined;
|
|
10185
|
+
gasUsed?: {
|
|
10186
|
+
eq?: `0x${string}` | undefined;
|
|
10187
|
+
gt?: `0x${string}` | undefined;
|
|
10188
|
+
gte?: `0x${string}` | undefined;
|
|
10189
|
+
lt?: `0x${string}` | undefined;
|
|
10190
|
+
lte?: `0x${string}` | undefined;
|
|
10191
|
+
} | `0x${string}` | undefined;
|
|
10192
|
+
maxFeePerGas?: {
|
|
10193
|
+
eq?: `0x${string}` | undefined;
|
|
10194
|
+
gt?: `0x${string}` | undefined;
|
|
10195
|
+
gte?: `0x${string}` | undefined;
|
|
10196
|
+
lt?: `0x${string}` | undefined;
|
|
10197
|
+
lte?: `0x${string}` | undefined;
|
|
10198
|
+
} | `0x${string}` | undefined;
|
|
10199
|
+
maxPriorityFeePerGas?: {
|
|
10200
|
+
eq?: `0x${string}` | undefined;
|
|
10201
|
+
gt?: `0x${string}` | undefined;
|
|
10202
|
+
gte?: `0x${string}` | undefined;
|
|
10203
|
+
lt?: `0x${string}` | undefined;
|
|
10204
|
+
lte?: `0x${string}` | undefined;
|
|
10205
|
+
} | `0x${string}` | undefined;
|
|
10206
|
+
nonce?: {
|
|
10207
|
+
eq?: `0x${string}` | undefined;
|
|
10208
|
+
gt?: `0x${string}` | undefined;
|
|
10209
|
+
gte?: `0x${string}` | undefined;
|
|
10210
|
+
lt?: `0x${string}` | undefined;
|
|
10211
|
+
lte?: `0x${string}` | undefined;
|
|
10212
|
+
} | `0x${string}` | undefined;
|
|
10213
|
+
nonceKey?: string | {
|
|
10214
|
+
eq: string;
|
|
10215
|
+
} | {
|
|
10216
|
+
in: string[];
|
|
10217
|
+
} | {
|
|
10218
|
+
not: string;
|
|
10219
|
+
} | undefined;
|
|
10220
|
+
validBefore?: {
|
|
10221
|
+
eq?: `0x${string}` | undefined;
|
|
10222
|
+
gt?: `0x${string}` | undefined;
|
|
10223
|
+
gte?: `0x${string}` | undefined;
|
|
10224
|
+
lt?: `0x${string}` | undefined;
|
|
10225
|
+
lte?: `0x${string}` | undefined;
|
|
10226
|
+
} | `0x${string}` | undefined;
|
|
10227
|
+
validAfter?: {
|
|
10228
|
+
eq?: `0x${string}` | undefined;
|
|
10229
|
+
gt?: `0x${string}` | undefined;
|
|
10230
|
+
gte?: `0x${string}` | undefined;
|
|
10231
|
+
lt?: `0x${string}` | undefined;
|
|
10232
|
+
lte?: `0x${string}` | undefined;
|
|
10233
|
+
} | `0x${string}` | undefined;
|
|
10234
|
+
blockNumber?: {
|
|
10235
|
+
eq?: `0x${string}` | undefined;
|
|
10236
|
+
gt?: `0x${string}` | undefined;
|
|
10237
|
+
gte?: `0x${string}` | undefined;
|
|
10238
|
+
lt?: `0x${string}` | undefined;
|
|
10239
|
+
lte?: `0x${string}` | undefined;
|
|
10240
|
+
} | `0x${string}` | undefined;
|
|
10241
|
+
timestamp?: {
|
|
10242
|
+
eq?: `0x${string}` | undefined;
|
|
10243
|
+
gt?: `0x${string}` | undefined;
|
|
10244
|
+
gte?: `0x${string}` | undefined;
|
|
10245
|
+
lt?: `0x${string}` | undefined;
|
|
10246
|
+
lte?: `0x${string}` | undefined;
|
|
10247
|
+
} | `0x${string}` | undefined;
|
|
10248
|
+
status?: "reverted" | "success" | undefined;
|
|
10249
|
+
} | undefined;
|
|
10250
|
+
} | {
|
|
10251
|
+
chainId?: unknown;
|
|
10252
|
+
context?: {
|
|
10253
|
+
description?: string | undefined;
|
|
10254
|
+
metadata?: Record<string, string> | undefined;
|
|
10255
|
+
title?: string | undefined;
|
|
10256
|
+
} | undefined;
|
|
10257
|
+
destination: {
|
|
10258
|
+
type: "url";
|
|
10259
|
+
url: string;
|
|
10260
|
+
} | {
|
|
10261
|
+
type: "slack";
|
|
10262
|
+
url: string;
|
|
10263
|
+
} | {
|
|
10264
|
+
token: string;
|
|
10265
|
+
type: "betterstack";
|
|
10266
|
+
url: string;
|
|
10267
|
+
};
|
|
10268
|
+
eventType: "log:emitted";
|
|
10269
|
+
filters: {
|
|
10270
|
+
address?: {
|
|
10271
|
+
eq: `0x${string}`;
|
|
10272
|
+
} | {
|
|
10273
|
+
in: `0x${string}`[];
|
|
10274
|
+
} | {
|
|
10275
|
+
not: `0x${string}`;
|
|
10276
|
+
} | `0x${string}` | undefined;
|
|
10277
|
+
signature?: string | undefined;
|
|
10278
|
+
topic0?: {
|
|
10279
|
+
eq: `0x${string}`;
|
|
10280
|
+
} | {
|
|
10281
|
+
in: `0x${string}`[];
|
|
10282
|
+
} | {
|
|
10283
|
+
not: `0x${string}`;
|
|
10284
|
+
} | `0x${string}` | undefined;
|
|
10285
|
+
topic1?: {
|
|
10286
|
+
eq: `0x${string}`;
|
|
10287
|
+
} | {
|
|
10288
|
+
in: `0x${string}`[];
|
|
10289
|
+
} | {
|
|
10290
|
+
not: `0x${string}`;
|
|
10291
|
+
} | `0x${string}` | undefined;
|
|
10292
|
+
topic2?: {
|
|
10293
|
+
eq: `0x${string}`;
|
|
10294
|
+
} | {
|
|
10295
|
+
in: `0x${string}`[];
|
|
10296
|
+
} | {
|
|
10297
|
+
not: `0x${string}`;
|
|
10298
|
+
} | `0x${string}` | undefined;
|
|
10299
|
+
topic3?: {
|
|
10300
|
+
eq: `0x${string}`;
|
|
10301
|
+
} | {
|
|
10302
|
+
in: `0x${string}`[];
|
|
10303
|
+
} | {
|
|
10304
|
+
not: `0x${string}`;
|
|
10305
|
+
} | `0x${string}` | undefined;
|
|
10306
|
+
args?: Record<string, unknown> | undefined;
|
|
10307
|
+
blockNumber?: {
|
|
10308
|
+
eq?: `0x${string}` | undefined;
|
|
10309
|
+
gt?: `0x${string}` | undefined;
|
|
10310
|
+
gte?: `0x${string}` | undefined;
|
|
10311
|
+
lt?: `0x${string}` | undefined;
|
|
10312
|
+
lte?: `0x${string}` | undefined;
|
|
10313
|
+
} | `0x${string}` | undefined;
|
|
10314
|
+
};
|
|
10315
|
+
} | {
|
|
10316
|
+
chainId?: unknown;
|
|
10317
|
+
context?: {
|
|
10318
|
+
description?: string | undefined;
|
|
10319
|
+
metadata?: Record<string, string> | undefined;
|
|
10320
|
+
title?: string | undefined;
|
|
10321
|
+
} | undefined;
|
|
10322
|
+
destination: {
|
|
10323
|
+
type: "url";
|
|
10324
|
+
url: string;
|
|
10325
|
+
} | {
|
|
10326
|
+
type: "slack";
|
|
10327
|
+
url: string;
|
|
10328
|
+
} | {
|
|
10329
|
+
token: string;
|
|
10330
|
+
type: "betterstack";
|
|
10331
|
+
url: string;
|
|
10332
|
+
};
|
|
10333
|
+
eventType: "block:created";
|
|
10334
|
+
filters?: {
|
|
10335
|
+
number?: {
|
|
10336
|
+
eq?: `0x${string}` | undefined;
|
|
10337
|
+
gt?: `0x${string}` | undefined;
|
|
10338
|
+
gte?: `0x${string}` | undefined;
|
|
10339
|
+
lt?: `0x${string}` | undefined;
|
|
10340
|
+
lte?: `0x${string}` | undefined;
|
|
10341
|
+
} | `0x${string}` | undefined;
|
|
10342
|
+
miner?: {
|
|
10343
|
+
eq: `0x${string}`;
|
|
10344
|
+
} | {
|
|
10345
|
+
in: `0x${string}`[];
|
|
10346
|
+
} | {
|
|
10347
|
+
not: `0x${string}`;
|
|
10348
|
+
} | `0x${string}` | undefined;
|
|
10349
|
+
proposer?: {
|
|
10350
|
+
eq: `0x${string}`;
|
|
10351
|
+
} | {
|
|
10352
|
+
in: `0x${string}`[];
|
|
10353
|
+
} | {
|
|
10354
|
+
not: `0x${string}`;
|
|
10355
|
+
} | `0x${string}` | undefined;
|
|
10356
|
+
gasUsed?: {
|
|
10357
|
+
eq?: `0x${string}` | undefined;
|
|
10358
|
+
gt?: `0x${string}` | undefined;
|
|
10359
|
+
gte?: `0x${string}` | undefined;
|
|
10360
|
+
lt?: `0x${string}` | undefined;
|
|
10361
|
+
lte?: `0x${string}` | undefined;
|
|
10362
|
+
} | `0x${string}` | undefined;
|
|
10363
|
+
gasLimit?: {
|
|
10364
|
+
eq?: `0x${string}` | undefined;
|
|
10365
|
+
gt?: `0x${string}` | undefined;
|
|
10366
|
+
gte?: `0x${string}` | undefined;
|
|
10367
|
+
lt?: `0x${string}` | undefined;
|
|
10368
|
+
lte?: `0x${string}` | undefined;
|
|
10369
|
+
} | `0x${string}` | undefined;
|
|
10370
|
+
timestamp?: {
|
|
10371
|
+
eq?: `0x${string}` | undefined;
|
|
10372
|
+
gt?: `0x${string}` | undefined;
|
|
10373
|
+
gte?: `0x${string}` | undefined;
|
|
10374
|
+
lt?: `0x${string}` | undefined;
|
|
10375
|
+
lte?: `0x${string}` | undefined;
|
|
10376
|
+
} | `0x${string}` | undefined;
|
|
10377
|
+
} | undefined;
|
|
10378
|
+
};
|
|
10022
10379
|
};
|
|
10023
|
-
outputFormat: "json";
|
|
10024
|
-
status: 400;
|
|
10025
|
-
input: {};
|
|
10026
10380
|
} | {
|
|
10027
10381
|
output: {
|
|
10028
10382
|
error: {
|
|
@@ -10034,68 +10388,6 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
|
|
|
10034
10388
|
};
|
|
10035
10389
|
outputFormat: "json";
|
|
10036
10390
|
status: 401;
|
|
10037
|
-
input: {};
|
|
10038
|
-
} | {
|
|
10039
|
-
output: {
|
|
10040
|
-
error: {
|
|
10041
|
-
code: "api_key_forbidden";
|
|
10042
|
-
details?: readonly Response.error.Detail[] | undefined;
|
|
10043
|
-
message: string;
|
|
10044
|
-
};
|
|
10045
|
-
requestId: string;
|
|
10046
|
-
};
|
|
10047
|
-
outputFormat: "json";
|
|
10048
|
-
status: 403;
|
|
10049
|
-
input: {};
|
|
10050
|
-
} | {
|
|
10051
|
-
output: {
|
|
10052
|
-
error: {
|
|
10053
|
-
code: "payment_required" | "rate_limit_exceeded";
|
|
10054
|
-
details?: readonly Response.error.Detail[] | undefined;
|
|
10055
|
-
message: string;
|
|
10056
|
-
};
|
|
10057
|
-
requestId: string;
|
|
10058
|
-
};
|
|
10059
|
-
outputFormat: "json";
|
|
10060
|
-
status: 429;
|
|
10061
|
-
input: {};
|
|
10062
|
-
} | {
|
|
10063
|
-
output: {
|
|
10064
|
-
error: {
|
|
10065
|
-
code: "webhooks_not_enabled";
|
|
10066
|
-
details?: readonly Response.error.Detail[] | undefined;
|
|
10067
|
-
message: string;
|
|
10068
|
-
};
|
|
10069
|
-
requestId: string;
|
|
10070
|
-
};
|
|
10071
|
-
outputFormat: "json";
|
|
10072
|
-
status: 404;
|
|
10073
|
-
input: {};
|
|
10074
|
-
} | {
|
|
10075
|
-
output: {
|
|
10076
|
-
data: {
|
|
10077
|
-
description: string;
|
|
10078
|
-
type: "block:created" | "log:emitted" | "token:transfer" | "transaction:included";
|
|
10079
|
-
}[];
|
|
10080
|
-
};
|
|
10081
|
-
outputFormat: "json";
|
|
10082
|
-
status: 200;
|
|
10083
|
-
input: {};
|
|
10084
|
-
};
|
|
10085
|
-
};
|
|
10086
|
-
} & {
|
|
10087
|
-
"/v1/webhooks": {
|
|
10088
|
-
$post: {
|
|
10089
|
-
output: {
|
|
10090
|
-
error: {
|
|
10091
|
-
code: "api_key_malformed";
|
|
10092
|
-
details?: readonly Response.error.Detail[] | undefined;
|
|
10093
|
-
message: string;
|
|
10094
|
-
};
|
|
10095
|
-
requestId: string;
|
|
10096
|
-
};
|
|
10097
|
-
outputFormat: "json";
|
|
10098
|
-
status: 400;
|
|
10099
10391
|
input: {
|
|
10100
10392
|
json: {
|
|
10101
10393
|
chainId?: unknown;
|
|
@@ -10428,14 +10720,14 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
|
|
|
10428
10720
|
} | {
|
|
10429
10721
|
output: {
|
|
10430
10722
|
error: {
|
|
10431
|
-
code: "
|
|
10723
|
+
code: "api_key_forbidden";
|
|
10432
10724
|
details?: readonly Response.error.Detail[] | undefined;
|
|
10433
10725
|
message: string;
|
|
10434
10726
|
};
|
|
10435
10727
|
requestId: string;
|
|
10436
10728
|
};
|
|
10437
10729
|
outputFormat: "json";
|
|
10438
|
-
status:
|
|
10730
|
+
status: 403;
|
|
10439
10731
|
input: {
|
|
10440
10732
|
json: {
|
|
10441
10733
|
chainId?: unknown;
|
|
@@ -10768,14 +11060,14 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
|
|
|
10768
11060
|
} | {
|
|
10769
11061
|
output: {
|
|
10770
11062
|
error: {
|
|
10771
|
-
code: "
|
|
11063
|
+
code: "payment_required" | "rate_limit_exceeded";
|
|
10772
11064
|
details?: readonly Response.error.Detail[] | undefined;
|
|
10773
11065
|
message: string;
|
|
10774
11066
|
};
|
|
10775
11067
|
requestId: string;
|
|
10776
11068
|
};
|
|
10777
11069
|
outputFormat: "json";
|
|
10778
|
-
status:
|
|
11070
|
+
status: 429;
|
|
10779
11071
|
input: {
|
|
10780
11072
|
json: {
|
|
10781
11073
|
chainId?: unknown;
|
|
@@ -11108,14 +11400,14 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
|
|
|
11108
11400
|
} | {
|
|
11109
11401
|
output: {
|
|
11110
11402
|
error: {
|
|
11111
|
-
code: "
|
|
11403
|
+
code: "upstream_error";
|
|
11112
11404
|
details?: readonly Response.error.Detail[] | undefined;
|
|
11113
11405
|
message: string;
|
|
11114
11406
|
};
|
|
11115
11407
|
requestId: string;
|
|
11116
11408
|
};
|
|
11117
11409
|
outputFormat: "json";
|
|
11118
|
-
status:
|
|
11410
|
+
status: 502;
|
|
11119
11411
|
input: {
|
|
11120
11412
|
json: {
|
|
11121
11413
|
chainId?: unknown;
|
|
@@ -11448,14 +11740,14 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
|
|
|
11448
11740
|
} | {
|
|
11449
11741
|
output: {
|
|
11450
11742
|
error: {
|
|
11451
|
-
code: "
|
|
11743
|
+
code: "webhooks_not_enabled";
|
|
11452
11744
|
details?: readonly Response.error.Detail[] | undefined;
|
|
11453
11745
|
message: string;
|
|
11454
11746
|
};
|
|
11455
11747
|
requestId: string;
|
|
11456
11748
|
};
|
|
11457
11749
|
outputFormat: "json";
|
|
11458
|
-
status:
|
|
11750
|
+
status: 404;
|
|
11459
11751
|
input: {
|
|
11460
11752
|
json: {
|
|
11461
11753
|
chainId?: unknown;
|
|
@@ -11788,14 +12080,14 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
|
|
|
11788
12080
|
} | {
|
|
11789
12081
|
output: {
|
|
11790
12082
|
error: {
|
|
11791
|
-
code: "
|
|
12083
|
+
code: "body_invalid";
|
|
11792
12084
|
details?: readonly Response.error.Detail[] | undefined;
|
|
11793
12085
|
message: string;
|
|
11794
12086
|
};
|
|
11795
12087
|
requestId: string;
|
|
11796
12088
|
};
|
|
11797
12089
|
outputFormat: "json";
|
|
11798
|
-
status:
|
|
12090
|
+
status: 400;
|
|
11799
12091
|
input: {
|
|
11800
12092
|
json: {
|
|
11801
12093
|
chainId?: unknown;
|
|
@@ -12128,14 +12420,14 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
|
|
|
12128
12420
|
} | {
|
|
12129
12421
|
output: {
|
|
12130
12422
|
error: {
|
|
12131
|
-
code: "
|
|
12423
|
+
code: "unauthorized";
|
|
12132
12424
|
details?: readonly Response.error.Detail[] | undefined;
|
|
12133
12425
|
message: string;
|
|
12134
12426
|
};
|
|
12135
12427
|
requestId: string;
|
|
12136
12428
|
};
|
|
12137
12429
|
outputFormat: "json";
|
|
12138
|
-
status:
|
|
12430
|
+
status: 401;
|
|
12139
12431
|
input: {
|
|
12140
12432
|
json: {
|
|
12141
12433
|
chainId?: unknown;
|
|
@@ -12468,14 +12760,14 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
|
|
|
12468
12760
|
} | {
|
|
12469
12761
|
output: {
|
|
12470
12762
|
error: {
|
|
12471
|
-
code: "
|
|
12763
|
+
code: "chain_id_unsupported";
|
|
12472
12764
|
details?: readonly Response.error.Detail[] | undefined;
|
|
12473
12765
|
message: string;
|
|
12474
12766
|
};
|
|
12475
12767
|
requestId: string;
|
|
12476
12768
|
};
|
|
12477
12769
|
outputFormat: "json";
|
|
12478
|
-
status:
|
|
12770
|
+
status: 400;
|
|
12479
12771
|
input: {
|
|
12480
12772
|
json: {
|
|
12481
12773
|
chainId?: unknown;
|
|
@@ -19566,8 +19858,8 @@ export declare namespace data {
|
|
|
19566
19858
|
assets?: Assets.Assets | undefined;
|
|
19567
19859
|
/** Default Tempo chain id for requests that omit `chainId`. */
|
|
19568
19860
|
defaultChainId?: Viem.ChainId | undefined;
|
|
19569
|
-
/** Funding
|
|
19570
|
-
|
|
19861
|
+
/** Funding quote provider configuration. */
|
|
19862
|
+
funding?: funding.Options | undefined;
|
|
19571
19863
|
/** Tempo RPC options: a static config, or a per-request resolver that routes by request principal to a separate (e.g. public, no-auth) RPC. */
|
|
19572
19864
|
rpc?: Viem.getClient.Rpc | undefined;
|
|
19573
19865
|
/** Extra chain ids this deployment serves, beyond the built-in public chains and `defaultChainId`. A `chainId` outside this set is rejected with a 400. */
|
|
@@ -19578,6 +19870,18 @@ export declare namespace data {
|
|
|
19578
19870
|
verifiedTokens?: VerifiedTokens | false | undefined;
|
|
19579
19871
|
/** Webhook feature configuration. Enabled by default (rows live in `db`); pass `false` to disable, leaving `/webhooks` mounted but returning `404` and hidden from the OpenAPI document. */
|
|
19580
19872
|
webhook?: Webhook | false | undefined;
|
|
19873
|
+
/**
|
|
19874
|
+
* Zone chains served by this deployment. REST and TIDX require a
|
|
19875
|
+
* `zone:<chainId>:read` scope; raw RPC may forward a Zone token instead.
|
|
19876
|
+
*/
|
|
19877
|
+
zones?: readonly Zone[] | undefined;
|
|
19878
|
+
};
|
|
19879
|
+
/** One zone chain served by this deployment. */
|
|
19880
|
+
type Zone = {
|
|
19881
|
+
/** Zone chain id. Consumer-supplied literal; the API never derives zone chain ids. */
|
|
19882
|
+
chainId: number;
|
|
19883
|
+
/** Zone RPC used when forwarding a caller-supplied Zone token. */
|
|
19884
|
+
forwardRpcUrl: string;
|
|
19581
19885
|
};
|
|
19582
19886
|
/** Verified-token feature configuration. */
|
|
19583
19887
|
type VerifiedTokens = {
|