tapimo 0.7.2 → 0.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +10 -7
- package/dist/ApiKey.d.ts +3 -0
- package/dist/ApiKey.d.ts.map +1 -1
- package/dist/ApiKey.js +10 -0
- package/dist/ApiKey.js.map +1 -1
- package/dist/ApiKeys.d.ts +7 -3
- package/dist/ApiKeys.d.ts.map +1 -1
- package/dist/ApiKeys.js +9 -2
- package/dist/ApiKeys.js.map +1 -1
- package/dist/App.d.ts +20434 -19484
- package/dist/App.d.ts.map +1 -1
- package/dist/App.js +62 -4
- package/dist/App.js.map +1 -1
- package/dist/admin/App.d.ts +84 -74
- package/dist/admin/App.d.ts.map +1 -1
- package/dist/admin/apps/api-keys.d.ts +14 -1
- package/dist/admin/apps/api-keys.d.ts.map +1 -1
- package/dist/admin/apps/api-keys.js +6 -2
- package/dist/admin/apps/api-keys.js.map +1 -1
- package/dist/admin/apps/organizations.d.ts +2 -0
- package/dist/admin/apps/organizations.d.ts.map +1 -1
- package/dist/admin/apps/verified-tokens.d.ts +168 -168
- package/dist/admin/ui.generated.d.ts +1 -1
- package/dist/admin/ui.generated.js +67 -67
- package/dist/admin/ui.generated.js.map +1 -1
- package/dist/analytics/Analytics.d.ts +2 -0
- package/dist/analytics/Analytics.d.ts.map +1 -1
- package/dist/analytics/Analytics.js +3 -0
- package/dist/analytics/Analytics.js.map +1 -1
- package/dist/apps/data/App.d.ts +10305 -12785
- package/dist/apps/data/App.d.ts.map +1 -1
- package/dist/apps/data/App.js +4 -8
- package/dist/apps/data/App.js.map +1 -1
- package/dist/apps/data/routes/activities.d.ts +24 -24
- package/dist/apps/data/routes/addresses.d.ts +288 -288
- package/dist/apps/data/routes/balances.d.ts +6 -6
- package/dist/apps/data/routes/blocks.d.ts +39 -39
- package/dist/apps/data/routes/coingecko.d.ts +170 -170
- package/dist/apps/data/routes/earn.d.ts +436 -6
- package/dist/apps/data/routes/earn.d.ts.map +1 -1
- package/dist/apps/data/routes/earn.js +631 -4
- package/dist/apps/data/routes/earn.js.map +1 -1
- package/dist/apps/data/routes/exchanges.d.ts +10 -10
- package/dist/apps/data/routes/fee-amm.d.ts +2 -2
- package/dist/apps/data/routes/indexer.d.ts +6 -6
- package/dist/apps/data/routes/indexer.js +4 -1
- package/dist/apps/data/routes/indexer.js.map +1 -1
- package/dist/apps/data/routes/receipts.d.ts +235 -235
- package/dist/apps/data/routes/rpc.d.ts +1 -1
- package/dist/apps/data/routes/rpc.js +4 -1
- package/dist/apps/data/routes/rpc.js.map +1 -1
- package/dist/apps/data/routes/tokenlist.d.ts +36 -36
- package/dist/apps/data/routes/tokens.d.ts +6 -6
- package/dist/apps/data/routes/transactions.d.ts +2 -2
- package/dist/apps/data/routes/transfers.d.ts +1 -1
- package/dist/apps/data/routes/valuation.d.ts +1 -1
- package/dist/apps/data/routes/verified-tokens.d.ts +36 -36
- package/dist/apps/data/routes/webhooks.d.ts +9 -9
- package/dist/apps/data/routes/zones.d.ts +14 -14
- package/dist/apps/funding/Access.d.ts +16 -0
- package/dist/apps/funding/Access.d.ts.map +1 -0
- package/dist/apps/funding/Access.js +22 -0
- package/dist/apps/funding/Access.js.map +1 -0
- package/dist/apps/{data/routes/funding.d.ts → funding/App.d.ts} +1717 -3035
- package/dist/apps/funding/App.d.ts.map +1 -0
- package/dist/apps/funding/App.js +46 -0
- package/dist/apps/funding/App.js.map +1 -0
- package/dist/apps/funding/Inventory.d.ts +5 -0
- package/dist/apps/funding/Inventory.d.ts.map +1 -0
- package/dist/apps/funding/Inventory.js +25 -0
- package/dist/apps/funding/Inventory.js.map +1 -0
- package/dist/apps/funding/ProviderAttempts.d.ts +5 -0
- package/dist/apps/funding/ProviderAttempts.d.ts.map +1 -0
- package/dist/apps/funding/ProviderAttempts.js +24 -0
- package/dist/apps/funding/ProviderAttempts.js.map +1 -0
- package/dist/apps/funding/index.d.ts +2 -0
- package/dist/apps/funding/index.d.ts.map +1 -0
- package/dist/apps/funding/index.js +2 -0
- package/dist/apps/funding/index.js.map +1 -0
- package/dist/apps/funding/routes/chains.d.ts +169 -0
- package/dist/apps/funding/routes/chains.d.ts.map +1 -0
- package/dist/apps/funding/routes/chains.js +80 -0
- package/dist/apps/funding/routes/chains.js.map +1 -0
- package/dist/apps/funding/routes/deposit-addresses.d.ts +2388 -0
- package/dist/apps/funding/routes/deposit-addresses.d.ts.map +1 -0
- package/dist/apps/funding/routes/deposit-addresses.js +860 -0
- package/dist/apps/funding/routes/deposit-addresses.js.map +1 -0
- package/dist/apps/funding/routes/providers.d.ts +91 -0
- package/dist/apps/funding/routes/providers.d.ts.map +1 -0
- package/dist/apps/funding/routes/providers.js +56 -0
- package/dist/apps/funding/routes/providers.js.map +1 -0
- package/dist/apps/funding/routes/quotes.d.ts +426 -0
- package/dist/apps/funding/routes/quotes.d.ts.map +1 -0
- package/dist/apps/funding/routes/quotes.js +188 -0
- package/dist/apps/funding/routes/quotes.js.map +1 -0
- package/dist/apps/funding/routes/transfers.d.ts +1999 -0
- package/dist/apps/funding/routes/transfers.d.ts.map +1 -0
- package/dist/apps/funding/routes/transfers.js +614 -0
- package/dist/apps/funding/routes/transfers.js.map +1 -0
- package/dist/apps/index.d.ts +1 -0
- package/dist/apps/index.d.ts.map +1 -1
- package/dist/apps/index.js +1 -0
- package/dist/apps/index.js.map +1 -1
- package/dist/apps/management/App.d.ts +430 -165
- package/dist/apps/management/App.d.ts.map +1 -1
- package/dist/apps/management/routes/api-keys.d.ts +298 -21
- package/dist/apps/management/routes/api-keys.d.ts.map +1 -1
- package/dist/apps/management/routes/api-keys.js +75 -1
- package/dist/apps/management/routes/api-keys.js.map +1 -1
- package/dist/apps/management/routes/billing.d.ts +6 -6
- package/dist/apps/management/routes/faucet.d.ts +35 -35
- package/dist/apps/management/routes/invitations.d.ts +48 -48
- package/dist/apps/management/routes/invite-links.d.ts +38 -38
- package/dist/apps/management/routes/members.d.ts +69 -69
- package/dist/apps/management/routes/orgs.d.ts +37 -37
- package/dist/apps/management/routes/projects.d.ts +25 -25
- package/dist/apps/management/routes/scopes.d.ts +1 -1
- package/dist/apps/management/routes/usage.d.ts +72 -72
- package/dist/apps/management/routes/verified-token-requests.d.ts +18 -18
- package/dist/apps/management/routes/webhooks.d.ts +128 -128
- package/dist/apps/mcp.d.ts +2 -3
- package/dist/apps/mcp.d.ts.map +1 -1
- package/dist/apps/mcp.js +16 -14
- package/dist/apps/mcp.js.map +1 -1
- package/dist/apps/metadata.d.ts +4 -0
- package/dist/apps/metadata.d.ts.map +1 -1
- package/dist/apps/metadata.js +10 -0
- package/dist/apps/metadata.js.map +1 -1
- package/dist/apps/mpp/App.d.ts +2 -2
- package/dist/cloudflare.d.ts +50 -0
- package/dist/cloudflare.d.ts.map +1 -1
- package/dist/cloudflare.js +178 -0
- package/dist/cloudflare.js.map +1 -1
- package/dist/db/Db.d.ts +2 -0
- package/dist/db/Db.d.ts.map +1 -1
- package/dist/db/Db.js +37 -0
- package/dist/db/Db.js.map +1 -1
- package/dist/db/Schema.d.ts +12 -0
- package/dist/db/Schema.d.ts.map +1 -1
- package/dist/db/Schema.js +20 -0
- package/dist/db/Schema.js.map +1 -1
- package/dist/db/tables/fundingDepositAddresses.d.ts +13 -0
- package/dist/db/tables/fundingDepositAddresses.d.ts.map +1 -1
- package/dist/db/tables/fundingDepositAddresses.js +12 -0
- package/dist/db/tables/fundingDepositAddresses.js.map +1 -1
- package/dist/db/tables/fundingDepositRequestObservations.d.ts +45 -0
- package/dist/db/tables/fundingDepositRequestObservations.d.ts.map +1 -0
- package/dist/db/tables/fundingDepositRequestObservations.js +46 -0
- package/dist/db/tables/fundingDepositRequestObservations.js.map +1 -0
- package/dist/db/tables/fundingDeposits.d.ts +57 -1
- package/dist/db/tables/fundingDeposits.d.ts.map +1 -1
- package/dist/db/tables/fundingDeposits.js +82 -0
- package/dist/db/tables/fundingDeposits.js.map +1 -1
- package/dist/internal/Auth.d.ts +11 -11
- package/dist/internal/Auth.d.ts.map +1 -1
- package/dist/internal/Auth.js +41 -15
- package/dist/internal/Auth.js.map +1 -1
- package/dist/internal/Cache.js +1 -1
- package/dist/internal/Cache.js.map +1 -1
- package/dist/internal/EdgeCache.d.ts +2 -2
- package/dist/internal/EdgeCache.d.ts.map +1 -1
- package/dist/internal/EdgeCache.js +10 -4
- package/dist/internal/EdgeCache.js.map +1 -1
- package/dist/internal/IpAllowlist.d.ts +15 -0
- package/dist/internal/IpAllowlist.d.ts.map +1 -0
- package/dist/internal/IpAllowlist.js +27 -0
- package/dist/internal/IpAllowlist.js.map +1 -0
- package/dist/internal/OpenApi.d.ts +1 -1
- package/dist/internal/OpenApi.js +1 -1
- package/dist/internal/OpenApi.js.map +1 -1
- package/dist/internal/Tidx.d.ts +6 -0
- package/dist/internal/Tidx.d.ts.map +1 -1
- package/dist/internal/Tidx.js +13 -3
- package/dist/internal/Tidx.js.map +1 -1
- package/dist/internal/Viem.d.ts +8 -0
- package/dist/internal/Viem.d.ts.map +1 -1
- package/dist/internal/Viem.js +12 -5
- package/dist/internal/Viem.js.map +1 -1
- package/dist/internal/funding/Deposit.d.ts +42 -0
- package/dist/internal/funding/Deposit.d.ts.map +1 -1
- package/dist/internal/funding/Deposit.js +37 -5
- package/dist/internal/funding/Deposit.js.map +1 -1
- package/dist/internal/funding/Evidence.d.ts +1 -5
- package/dist/internal/funding/Evidence.d.ts.map +1 -1
- package/dist/internal/funding/Evidence.js +4 -3
- package/dist/internal/funding/Evidence.js.map +1 -1
- package/dist/internal/funding/Provider.d.ts +102 -0
- package/dist/internal/funding/Provider.d.ts.map +1 -1
- package/dist/internal/funding/Provider.js +5 -0
- package/dist/internal/funding/Provider.js.map +1 -1
- package/dist/internal/funding/Reconciliation.d.ts +16 -2
- package/dist/internal/funding/Reconciliation.d.ts.map +1 -1
- package/dist/internal/funding/Reconciliation.js +257 -48
- package/dist/internal/funding/Reconciliation.js.map +1 -1
- package/dist/internal/funding/SourceObservation.d.ts +108 -0
- package/dist/internal/funding/SourceObservation.d.ts.map +1 -0
- package/dist/internal/funding/SourceObservation.js +143 -0
- package/dist/internal/funding/SourceObservation.js.map +1 -0
- package/dist/internal/funding/Subsidy.d.ts +2 -2
- package/dist/internal/funding/Subsidy.d.ts.map +1 -1
- package/dist/internal/funding/Subsidy.js +1 -1
- package/dist/internal/funding/Subsidy.js.map +1 -1
- package/dist/internal/funding/index.d.ts +1 -0
- package/dist/internal/funding/index.d.ts.map +1 -1
- package/dist/internal/funding/index.js +1 -0
- package/dist/internal/funding/index.js.map +1 -1
- package/dist/internal/funding/providers/relay.d.ts +43 -1
- package/dist/internal/funding/providers/relay.d.ts.map +1 -1
- package/dist/internal/funding/providers/relay.js +434 -27
- package/dist/internal/funding/providers/relay.js.map +1 -1
- package/package.json +3 -3
- package/src/ApiKey.test.ts +35 -0
- package/src/ApiKey.ts +27 -0
- package/src/ApiKeys.test.ts +29 -0
- package/src/ApiKeys.ts +11 -3
- package/src/App.test.ts +23 -5
- package/src/App.ts +76 -5
- package/src/Client.test-d.ts +171 -19
- package/src/admin/apps/api-keys.test.ts +25 -1
- package/src/admin/apps/api-keys.ts +6 -2
- package/src/admin/ui.generated.ts +67 -67
- package/src/analytics/Analytics.ts +4 -0
- package/src/apps/composition.test.ts +100 -2
- package/src/apps/data/App.test.ts +0 -12
- package/src/apps/data/App.ts +4 -8
- package/src/apps/data/routes/earn.test.ts +283 -0
- package/src/apps/data/routes/earn.ts +800 -3
- package/src/apps/data/routes/indexer.ts +2 -1
- package/src/apps/data/routes/rpc.ts +2 -0
- package/src/apps/data/routes/tokens.test.ts +6 -8
- package/src/apps/funding/Access.ts +26 -0
- package/src/apps/funding/App.test.ts +78 -0
- package/src/apps/funding/App.ts +63 -0
- package/src/apps/funding/Inventory.ts +30 -0
- package/src/apps/funding/ProviderAttempts.ts +26 -0
- package/src/apps/funding/index.ts +1 -0
- package/src/apps/funding/routes/chains.test.ts +78 -0
- package/src/apps/funding/routes/chains.ts +101 -0
- package/src/apps/funding/routes/deposit-addresses.test.ts +1628 -0
- package/src/apps/funding/routes/deposit-addresses.ts +1015 -0
- package/src/apps/funding/routes/providers.test.ts +165 -0
- package/src/apps/funding/routes/providers.ts +73 -0
- package/src/apps/funding/routes/quotes.test.ts +511 -0
- package/src/apps/funding/routes/quotes.ts +205 -0
- package/src/apps/funding/routes/transfers.test.ts +1255 -0
- package/src/apps/funding/routes/transfers.ts +704 -0
- package/src/apps/index.ts +1 -0
- package/src/apps/management/routes/api-keys.test.ts +98 -0
- package/src/apps/management/routes/api-keys.ts +96 -1
- package/src/apps/mcp.test.ts +17 -2
- package/src/apps/mcp.ts +18 -13
- package/src/apps/metadata.ts +12 -0
- package/src/apps/mpp/internal/Policy.test.ts +7 -1
- package/src/cloudflare.ts +279 -0
- package/src/db/Db.ts +62 -0
- package/src/db/Schema.ts +24 -0
- package/src/db/tables/fundingDepositAddresses.ts +28 -0
- package/src/db/tables/fundingDepositRequestObservations.test.ts +106 -0
- package/src/db/tables/fundingDepositRequestObservations.ts +99 -0
- package/src/db/tables/fundingDeposits.test.ts +138 -0
- package/src/db/tables/fundingDeposits.ts +145 -1
- package/src/internal/Auth.test.ts +177 -5
- package/src/internal/Auth.ts +48 -18
- package/src/internal/Cache.test.ts +37 -3
- package/src/internal/Cache.ts +1 -1
- package/src/internal/EdgeCache.test.ts +7 -7
- package/src/internal/EdgeCache.ts +13 -4
- package/src/internal/IpAllowlist.test.ts +52 -0
- package/src/internal/IpAllowlist.ts +39 -0
- package/src/internal/Log.test.ts +7 -1
- package/src/internal/OpenApi.ts +1 -1
- package/src/internal/Tidx.test.ts +28 -0
- package/src/internal/Tidx.ts +19 -3
- package/src/internal/Viem.test.ts +28 -0
- package/src/internal/Viem.ts +21 -5
- package/src/internal/funding/Deposit.ts +74 -5
- package/src/internal/funding/Evidence.test.ts +2 -2
- package/src/internal/funding/Evidence.ts +4 -9
- package/src/internal/funding/Provider.ts +115 -0
- package/src/internal/funding/Reconciliation.local.test.ts +7 -0
- package/src/internal/funding/Reconciliation.test.ts +1052 -35
- package/src/internal/funding/Reconciliation.ts +328 -56
- package/src/internal/funding/SourceObservation.test.ts +301 -0
- package/src/internal/funding/SourceObservation.ts +267 -0
- package/src/internal/funding/Subsidy.ts +2 -2
- package/src/internal/funding/index.test.ts +1 -0
- package/src/internal/funding/index.ts +1 -0
- package/src/internal/funding/providers/relay.test.ts +94 -4
- package/src/internal/funding/providers/relay.ts +528 -27
- package/dist/apps/data/routes/funding.d.ts.map +0 -1
- package/dist/apps/data/routes/funding.js +0 -1557
- package/dist/apps/data/routes/funding.js.map +0 -1
- package/src/apps/data/routes/funding.test.ts +0 -2994
- package/src/apps/data/routes/funding.ts +0 -1821
|
@@ -217,14 +217,9 @@ export declare namespace schema {
|
|
|
217
217
|
export declare function coingecko(): import("hono/hono-base").HonoBase<App.Environment, {
|
|
218
218
|
"/gecko/:chainId/latest-block": {
|
|
219
219
|
$get: {
|
|
220
|
-
output:
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
blockTimestamp: number;
|
|
224
|
-
};
|
|
225
|
-
};
|
|
226
|
-
outputFormat: "json";
|
|
227
|
-
status: 200;
|
|
220
|
+
output: null;
|
|
221
|
+
outputFormat: "body";
|
|
222
|
+
status: 402;
|
|
228
223
|
input: {
|
|
229
224
|
param: {
|
|
230
225
|
chainId: string;
|
|
@@ -233,14 +228,14 @@ export declare function coingecko(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
233
228
|
} | {
|
|
234
229
|
output: {
|
|
235
230
|
error: {
|
|
236
|
-
code: "
|
|
231
|
+
code: "upstream_error";
|
|
237
232
|
details?: readonly Response.error.Detail[] | undefined;
|
|
238
233
|
message: string;
|
|
239
234
|
};
|
|
240
235
|
requestId: string;
|
|
241
236
|
};
|
|
242
237
|
outputFormat: "json";
|
|
243
|
-
status:
|
|
238
|
+
status: 502;
|
|
244
239
|
input: {
|
|
245
240
|
param: {
|
|
246
241
|
chainId: string;
|
|
@@ -249,7 +244,7 @@ export declare function coingecko(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
249
244
|
} | {
|
|
250
245
|
output: {
|
|
251
246
|
error: {
|
|
252
|
-
code: "
|
|
247
|
+
code: "api_key_malformed";
|
|
253
248
|
details?: readonly Response.error.Detail[] | undefined;
|
|
254
249
|
message: string;
|
|
255
250
|
};
|
|
@@ -279,9 +274,16 @@ export declare function coingecko(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
279
274
|
};
|
|
280
275
|
};
|
|
281
276
|
} | {
|
|
282
|
-
output:
|
|
283
|
-
|
|
284
|
-
|
|
277
|
+
output: {
|
|
278
|
+
error: {
|
|
279
|
+
code: "api_key_forbidden" | "api_key_ip_forbidden";
|
|
280
|
+
details?: readonly Response.error.Detail[] | undefined;
|
|
281
|
+
message: string;
|
|
282
|
+
};
|
|
283
|
+
requestId: string;
|
|
284
|
+
};
|
|
285
|
+
outputFormat: "json";
|
|
286
|
+
status: 403;
|
|
285
287
|
input: {
|
|
286
288
|
param: {
|
|
287
289
|
chainId: string;
|
|
@@ -290,14 +292,14 @@ export declare function coingecko(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
290
292
|
} | {
|
|
291
293
|
output: {
|
|
292
294
|
error: {
|
|
293
|
-
code: "
|
|
295
|
+
code: "payment_required" | "rate_limit_exceeded";
|
|
294
296
|
details?: readonly Response.error.Detail[] | undefined;
|
|
295
297
|
message: string;
|
|
296
298
|
};
|
|
297
299
|
requestId: string;
|
|
298
300
|
};
|
|
299
301
|
outputFormat: "json";
|
|
300
|
-
status:
|
|
302
|
+
status: 429;
|
|
301
303
|
input: {
|
|
302
304
|
param: {
|
|
303
305
|
chainId: string;
|
|
@@ -306,14 +308,14 @@ export declare function coingecko(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
306
308
|
} | {
|
|
307
309
|
output: {
|
|
308
310
|
error: {
|
|
309
|
-
code: "
|
|
311
|
+
code: "chain_id_invalid";
|
|
310
312
|
details?: readonly Response.error.Detail[] | undefined;
|
|
311
313
|
message: string;
|
|
312
314
|
};
|
|
313
315
|
requestId: string;
|
|
314
316
|
};
|
|
315
317
|
outputFormat: "json";
|
|
316
|
-
status:
|
|
318
|
+
status: 400;
|
|
317
319
|
input: {
|
|
318
320
|
param: {
|
|
319
321
|
chainId: string;
|
|
@@ -322,14 +324,14 @@ export declare function coingecko(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
322
324
|
} | {
|
|
323
325
|
output: {
|
|
324
326
|
error: {
|
|
325
|
-
code: "
|
|
327
|
+
code: "not_found";
|
|
326
328
|
details?: readonly Response.error.Detail[] | undefined;
|
|
327
329
|
message: string;
|
|
328
330
|
};
|
|
329
331
|
requestId: string;
|
|
330
332
|
};
|
|
331
333
|
outputFormat: "json";
|
|
332
|
-
status:
|
|
334
|
+
status: 404;
|
|
333
335
|
input: {
|
|
334
336
|
param: {
|
|
335
337
|
chainId: string;
|
|
@@ -337,15 +339,13 @@ export declare function coingecko(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
337
339
|
};
|
|
338
340
|
} | {
|
|
339
341
|
output: {
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
message: string;
|
|
342
|
+
block: {
|
|
343
|
+
blockNumber: number;
|
|
344
|
+
blockTimestamp: number;
|
|
344
345
|
};
|
|
345
|
-
requestId: string;
|
|
346
346
|
};
|
|
347
347
|
outputFormat: "json";
|
|
348
|
-
status:
|
|
348
|
+
status: 200;
|
|
349
349
|
input: {
|
|
350
350
|
param: {
|
|
351
351
|
chainId: string;
|
|
@@ -356,17 +356,9 @@ export declare function coingecko(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
356
356
|
} & {
|
|
357
357
|
"/gecko/:chainId/assets/:address": {
|
|
358
358
|
$get: {
|
|
359
|
-
output:
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
name: string;
|
|
363
|
-
symbol: string;
|
|
364
|
-
decimals: number;
|
|
365
|
-
totalSupply: string;
|
|
366
|
-
};
|
|
367
|
-
};
|
|
368
|
-
outputFormat: "json";
|
|
369
|
-
status: 200;
|
|
359
|
+
output: null;
|
|
360
|
+
outputFormat: "body";
|
|
361
|
+
status: 402;
|
|
370
362
|
input: {
|
|
371
363
|
param: {
|
|
372
364
|
chainId: string;
|
|
@@ -376,14 +368,14 @@ export declare function coingecko(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
376
368
|
} | {
|
|
377
369
|
output: {
|
|
378
370
|
error: {
|
|
379
|
-
code: "
|
|
371
|
+
code: "upstream_error";
|
|
380
372
|
details?: readonly Response.error.Detail[] | undefined;
|
|
381
373
|
message: string;
|
|
382
374
|
};
|
|
383
375
|
requestId: string;
|
|
384
376
|
};
|
|
385
377
|
outputFormat: "json";
|
|
386
|
-
status:
|
|
378
|
+
status: 502;
|
|
387
379
|
input: {
|
|
388
380
|
param: {
|
|
389
381
|
chainId: string;
|
|
@@ -393,7 +385,7 @@ export declare function coingecko(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
393
385
|
} | {
|
|
394
386
|
output: {
|
|
395
387
|
error: {
|
|
396
|
-
code: "
|
|
388
|
+
code: "api_key_malformed";
|
|
397
389
|
details?: readonly Response.error.Detail[] | undefined;
|
|
398
390
|
message: string;
|
|
399
391
|
};
|
|
@@ -425,9 +417,16 @@ export declare function coingecko(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
425
417
|
};
|
|
426
418
|
};
|
|
427
419
|
} | {
|
|
428
|
-
output:
|
|
429
|
-
|
|
430
|
-
|
|
420
|
+
output: {
|
|
421
|
+
error: {
|
|
422
|
+
code: "api_key_forbidden" | "api_key_ip_forbidden";
|
|
423
|
+
details?: readonly Response.error.Detail[] | undefined;
|
|
424
|
+
message: string;
|
|
425
|
+
};
|
|
426
|
+
requestId: string;
|
|
427
|
+
};
|
|
428
|
+
outputFormat: "json";
|
|
429
|
+
status: 403;
|
|
431
430
|
input: {
|
|
432
431
|
param: {
|
|
433
432
|
chainId: string;
|
|
@@ -437,14 +436,14 @@ export declare function coingecko(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
437
436
|
} | {
|
|
438
437
|
output: {
|
|
439
438
|
error: {
|
|
440
|
-
code: "
|
|
439
|
+
code: "payment_required" | "rate_limit_exceeded";
|
|
441
440
|
details?: readonly Response.error.Detail[] | undefined;
|
|
442
441
|
message: string;
|
|
443
442
|
};
|
|
444
443
|
requestId: string;
|
|
445
444
|
};
|
|
446
445
|
outputFormat: "json";
|
|
447
|
-
status:
|
|
446
|
+
status: 429;
|
|
448
447
|
input: {
|
|
449
448
|
param: {
|
|
450
449
|
chainId: string;
|
|
@@ -454,14 +453,14 @@ export declare function coingecko(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
454
453
|
} | {
|
|
455
454
|
output: {
|
|
456
455
|
error: {
|
|
457
|
-
code: "
|
|
456
|
+
code: "address_invalid";
|
|
458
457
|
details?: readonly Response.error.Detail[] | undefined;
|
|
459
458
|
message: string;
|
|
460
459
|
};
|
|
461
460
|
requestId: string;
|
|
462
461
|
};
|
|
463
462
|
outputFormat: "json";
|
|
464
|
-
status:
|
|
463
|
+
status: 400;
|
|
465
464
|
input: {
|
|
466
465
|
param: {
|
|
467
466
|
chainId: string;
|
|
@@ -471,14 +470,14 @@ export declare function coingecko(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
471
470
|
} | {
|
|
472
471
|
output: {
|
|
473
472
|
error: {
|
|
474
|
-
code: "
|
|
473
|
+
code: "not_found";
|
|
475
474
|
details?: readonly Response.error.Detail[] | undefined;
|
|
476
475
|
message: string;
|
|
477
476
|
};
|
|
478
477
|
requestId: string;
|
|
479
478
|
};
|
|
480
479
|
outputFormat: "json";
|
|
481
|
-
status:
|
|
480
|
+
status: 404;
|
|
482
481
|
input: {
|
|
483
482
|
param: {
|
|
484
483
|
chainId: string;
|
|
@@ -487,15 +486,16 @@ export declare function coingecko(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
487
486
|
};
|
|
488
487
|
} | {
|
|
489
488
|
output: {
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
489
|
+
asset: {
|
|
490
|
+
id: string;
|
|
491
|
+
name: string;
|
|
492
|
+
symbol: string;
|
|
493
|
+
decimals: number;
|
|
494
|
+
totalSupply: string;
|
|
494
495
|
};
|
|
495
|
-
requestId: string;
|
|
496
496
|
};
|
|
497
497
|
outputFormat: "json";
|
|
498
|
-
status:
|
|
498
|
+
status: 200;
|
|
499
499
|
input: {
|
|
500
500
|
param: {
|
|
501
501
|
chainId: string;
|
|
@@ -507,35 +507,9 @@ export declare function coingecko(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
507
507
|
} & {
|
|
508
508
|
"/gecko/:chainId/pairs": {
|
|
509
509
|
$get: {
|
|
510
|
-
output:
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
dexKey: string;
|
|
514
|
-
asset0Id: string;
|
|
515
|
-
asset1Id: string;
|
|
516
|
-
token0: {
|
|
517
|
-
address: string;
|
|
518
|
-
name: string;
|
|
519
|
-
symbol: string;
|
|
520
|
-
decimals: number;
|
|
521
|
-
totalSupply: string;
|
|
522
|
-
};
|
|
523
|
-
token1: {
|
|
524
|
-
address: string;
|
|
525
|
-
name: string;
|
|
526
|
-
symbol: string;
|
|
527
|
-
decimals: number;
|
|
528
|
-
totalSupply: string;
|
|
529
|
-
};
|
|
530
|
-
reserve0: string;
|
|
531
|
-
reserve1: string;
|
|
532
|
-
createdAtBlockNumber?: number | undefined;
|
|
533
|
-
createdAtBlockTimestamp?: number | undefined;
|
|
534
|
-
createdAtTxnId?: string | undefined;
|
|
535
|
-
}[];
|
|
536
|
-
};
|
|
537
|
-
outputFormat: "json";
|
|
538
|
-
status: 200;
|
|
510
|
+
output: null;
|
|
511
|
+
outputFormat: "body";
|
|
512
|
+
status: 402;
|
|
539
513
|
input: {
|
|
540
514
|
param: {
|
|
541
515
|
chainId: string;
|
|
@@ -548,14 +522,14 @@ export declare function coingecko(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
548
522
|
} | {
|
|
549
523
|
output: {
|
|
550
524
|
error: {
|
|
551
|
-
code: "
|
|
525
|
+
code: "upstream_error";
|
|
552
526
|
details?: readonly Response.error.Detail[] | undefined;
|
|
553
527
|
message: string;
|
|
554
528
|
};
|
|
555
529
|
requestId: string;
|
|
556
530
|
};
|
|
557
531
|
outputFormat: "json";
|
|
558
|
-
status:
|
|
532
|
+
status: 502;
|
|
559
533
|
input: {
|
|
560
534
|
param: {
|
|
561
535
|
chainId: string;
|
|
@@ -568,7 +542,7 @@ export declare function coingecko(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
568
542
|
} | {
|
|
569
543
|
output: {
|
|
570
544
|
error: {
|
|
571
|
-
code: "
|
|
545
|
+
code: "api_key_malformed";
|
|
572
546
|
details?: readonly Response.error.Detail[] | undefined;
|
|
573
547
|
message: string;
|
|
574
548
|
};
|
|
@@ -605,23 +579,10 @@ export declare function coingecko(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
605
579
|
limit?: string | string[];
|
|
606
580
|
} | undefined;
|
|
607
581
|
};
|
|
608
|
-
} | {
|
|
609
|
-
output: null;
|
|
610
|
-
outputFormat: "body";
|
|
611
|
-
status: 402;
|
|
612
|
-
input: {
|
|
613
|
-
param: {
|
|
614
|
-
chainId: string;
|
|
615
|
-
};
|
|
616
|
-
} & {
|
|
617
|
-
query?: {
|
|
618
|
-
limit?: string | string[];
|
|
619
|
-
} | undefined;
|
|
620
|
-
};
|
|
621
582
|
} | {
|
|
622
583
|
output: {
|
|
623
584
|
error: {
|
|
624
|
-
code: "api_key_forbidden";
|
|
585
|
+
code: "api_key_forbidden" | "api_key_ip_forbidden";
|
|
625
586
|
details?: readonly Response.error.Detail[] | undefined;
|
|
626
587
|
message: string;
|
|
627
588
|
};
|
|
@@ -661,14 +622,14 @@ export declare function coingecko(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
661
622
|
} | {
|
|
662
623
|
output: {
|
|
663
624
|
error: {
|
|
664
|
-
code: "
|
|
625
|
+
code: "query_invalid";
|
|
665
626
|
details?: readonly Response.error.Detail[] | undefined;
|
|
666
627
|
message: string;
|
|
667
628
|
};
|
|
668
629
|
requestId: string;
|
|
669
630
|
};
|
|
670
631
|
outputFormat: "json";
|
|
671
|
-
status:
|
|
632
|
+
status: 400;
|
|
672
633
|
input: {
|
|
673
634
|
param: {
|
|
674
635
|
chainId: string;
|
|
@@ -678,13 +639,9 @@ export declare function coingecko(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
678
639
|
limit?: string | string[];
|
|
679
640
|
} | undefined;
|
|
680
641
|
};
|
|
681
|
-
}
|
|
682
|
-
};
|
|
683
|
-
} & {
|
|
684
|
-
"/gecko/:chainId/pairs/:pairId": {
|
|
685
|
-
$get: {
|
|
642
|
+
} | {
|
|
686
643
|
output: {
|
|
687
|
-
|
|
644
|
+
pairs: {
|
|
688
645
|
id: `0x${string}`;
|
|
689
646
|
dexKey: string;
|
|
690
647
|
asset0Id: string;
|
|
@@ -708,10 +665,27 @@ export declare function coingecko(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
708
665
|
createdAtBlockNumber?: number | undefined;
|
|
709
666
|
createdAtBlockTimestamp?: number | undefined;
|
|
710
667
|
createdAtTxnId?: string | undefined;
|
|
711
|
-
};
|
|
668
|
+
}[];
|
|
712
669
|
};
|
|
713
670
|
outputFormat: "json";
|
|
714
671
|
status: 200;
|
|
672
|
+
input: {
|
|
673
|
+
param: {
|
|
674
|
+
chainId: string;
|
|
675
|
+
};
|
|
676
|
+
} & {
|
|
677
|
+
query?: {
|
|
678
|
+
limit?: string | string[];
|
|
679
|
+
} | undefined;
|
|
680
|
+
};
|
|
681
|
+
};
|
|
682
|
+
};
|
|
683
|
+
} & {
|
|
684
|
+
"/gecko/:chainId/pairs/:pairId": {
|
|
685
|
+
$get: {
|
|
686
|
+
output: null;
|
|
687
|
+
outputFormat: "body";
|
|
688
|
+
status: 402;
|
|
715
689
|
input: {
|
|
716
690
|
param: {
|
|
717
691
|
chainId: string;
|
|
@@ -721,14 +695,14 @@ export declare function coingecko(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
721
695
|
} | {
|
|
722
696
|
output: {
|
|
723
697
|
error: {
|
|
724
|
-
code: "
|
|
698
|
+
code: "upstream_error";
|
|
725
699
|
details?: readonly Response.error.Detail[] | undefined;
|
|
726
700
|
message: string;
|
|
727
701
|
};
|
|
728
702
|
requestId: string;
|
|
729
703
|
};
|
|
730
704
|
outputFormat: "json";
|
|
731
|
-
status:
|
|
705
|
+
status: 502;
|
|
732
706
|
input: {
|
|
733
707
|
param: {
|
|
734
708
|
chainId: string;
|
|
@@ -738,7 +712,7 @@ export declare function coingecko(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
738
712
|
} | {
|
|
739
713
|
output: {
|
|
740
714
|
error: {
|
|
741
|
-
code: "
|
|
715
|
+
code: "api_key_malformed";
|
|
742
716
|
details?: readonly Response.error.Detail[] | undefined;
|
|
743
717
|
message: string;
|
|
744
718
|
};
|
|
@@ -770,9 +744,16 @@ export declare function coingecko(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
770
744
|
};
|
|
771
745
|
};
|
|
772
746
|
} | {
|
|
773
|
-
output:
|
|
774
|
-
|
|
775
|
-
|
|
747
|
+
output: {
|
|
748
|
+
error: {
|
|
749
|
+
code: "api_key_forbidden" | "api_key_ip_forbidden";
|
|
750
|
+
details?: readonly Response.error.Detail[] | undefined;
|
|
751
|
+
message: string;
|
|
752
|
+
};
|
|
753
|
+
requestId: string;
|
|
754
|
+
};
|
|
755
|
+
outputFormat: "json";
|
|
756
|
+
status: 403;
|
|
776
757
|
input: {
|
|
777
758
|
param: {
|
|
778
759
|
chainId: string;
|
|
@@ -782,14 +763,14 @@ export declare function coingecko(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
782
763
|
} | {
|
|
783
764
|
output: {
|
|
784
765
|
error: {
|
|
785
|
-
code: "
|
|
766
|
+
code: "payment_required" | "rate_limit_exceeded";
|
|
786
767
|
details?: readonly Response.error.Detail[] | undefined;
|
|
787
768
|
message: string;
|
|
788
769
|
};
|
|
789
770
|
requestId: string;
|
|
790
771
|
};
|
|
791
772
|
outputFormat: "json";
|
|
792
|
-
status:
|
|
773
|
+
status: 429;
|
|
793
774
|
input: {
|
|
794
775
|
param: {
|
|
795
776
|
chainId: string;
|
|
@@ -816,14 +797,14 @@ export declare function coingecko(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
816
797
|
} | {
|
|
817
798
|
output: {
|
|
818
799
|
error: {
|
|
819
|
-
code: "
|
|
800
|
+
code: "pair_id_invalid";
|
|
820
801
|
details?: readonly Response.error.Detail[] | undefined;
|
|
821
802
|
message: string;
|
|
822
803
|
};
|
|
823
804
|
requestId: string;
|
|
824
805
|
};
|
|
825
806
|
outputFormat: "json";
|
|
826
|
-
status:
|
|
807
|
+
status: 400;
|
|
827
808
|
input: {
|
|
828
809
|
param: {
|
|
829
810
|
chainId: string;
|
|
@@ -832,15 +813,34 @@ export declare function coingecko(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
832
813
|
};
|
|
833
814
|
} | {
|
|
834
815
|
output: {
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
816
|
+
pair: {
|
|
817
|
+
id: `0x${string}`;
|
|
818
|
+
dexKey: string;
|
|
819
|
+
asset0Id: string;
|
|
820
|
+
asset1Id: string;
|
|
821
|
+
token0: {
|
|
822
|
+
address: string;
|
|
823
|
+
name: string;
|
|
824
|
+
symbol: string;
|
|
825
|
+
decimals: number;
|
|
826
|
+
totalSupply: string;
|
|
827
|
+
};
|
|
828
|
+
token1: {
|
|
829
|
+
address: string;
|
|
830
|
+
name: string;
|
|
831
|
+
symbol: string;
|
|
832
|
+
decimals: number;
|
|
833
|
+
totalSupply: string;
|
|
834
|
+
};
|
|
835
|
+
reserve0: string;
|
|
836
|
+
reserve1: string;
|
|
837
|
+
createdAtBlockNumber?: number | undefined;
|
|
838
|
+
createdAtBlockTimestamp?: number | undefined;
|
|
839
|
+
createdAtTxnId?: string | undefined;
|
|
839
840
|
};
|
|
840
|
-
requestId: string;
|
|
841
841
|
};
|
|
842
842
|
outputFormat: "json";
|
|
843
|
-
status:
|
|
843
|
+
status: 200;
|
|
844
844
|
input: {
|
|
845
845
|
param: {
|
|
846
846
|
chainId: string;
|
|
@@ -852,31 +852,9 @@ export declare function coingecko(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
852
852
|
} & {
|
|
853
853
|
"/gecko/:chainId/events": {
|
|
854
854
|
$get: {
|
|
855
|
-
output:
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
blockNumber: number;
|
|
859
|
-
blockTimestamp: number;
|
|
860
|
-
};
|
|
861
|
-
eventType: "swap";
|
|
862
|
-
txnId: string;
|
|
863
|
-
txnIndex: number;
|
|
864
|
-
eventIndex: number;
|
|
865
|
-
maker: string;
|
|
866
|
-
pairId: `0x${string}`;
|
|
867
|
-
asset0In?: string | undefined;
|
|
868
|
-
asset1In?: string | undefined;
|
|
869
|
-
asset0Out?: string | undefined;
|
|
870
|
-
asset1Out?: string | undefined;
|
|
871
|
-
priceNative: string;
|
|
872
|
-
reserves: {
|
|
873
|
-
asset0: string;
|
|
874
|
-
asset1: string;
|
|
875
|
-
};
|
|
876
|
-
}[];
|
|
877
|
-
};
|
|
878
|
-
outputFormat: "json";
|
|
879
|
-
status: 200;
|
|
855
|
+
output: null;
|
|
856
|
+
outputFormat: "body";
|
|
857
|
+
status: 402;
|
|
880
858
|
input: {
|
|
881
859
|
param: {
|
|
882
860
|
chainId: string;
|
|
@@ -890,14 +868,14 @@ export declare function coingecko(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
890
868
|
} | {
|
|
891
869
|
output: {
|
|
892
870
|
error: {
|
|
893
|
-
code: "
|
|
871
|
+
code: "upstream_error";
|
|
894
872
|
details?: readonly Response.error.Detail[] | undefined;
|
|
895
873
|
message: string;
|
|
896
874
|
};
|
|
897
875
|
requestId: string;
|
|
898
876
|
};
|
|
899
877
|
outputFormat: "json";
|
|
900
|
-
status:
|
|
878
|
+
status: 502;
|
|
901
879
|
input: {
|
|
902
880
|
param: {
|
|
903
881
|
chainId: string;
|
|
@@ -911,7 +889,7 @@ export declare function coingecko(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
911
889
|
} | {
|
|
912
890
|
output: {
|
|
913
891
|
error: {
|
|
914
|
-
code: "
|
|
892
|
+
code: "api_key_malformed";
|
|
915
893
|
details?: readonly Response.error.Detail[] | undefined;
|
|
916
894
|
message: string;
|
|
917
895
|
};
|
|
@@ -951,9 +929,16 @@ export declare function coingecko(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
951
929
|
} | undefined;
|
|
952
930
|
};
|
|
953
931
|
} | {
|
|
954
|
-
output:
|
|
955
|
-
|
|
956
|
-
|
|
932
|
+
output: {
|
|
933
|
+
error: {
|
|
934
|
+
code: "api_key_forbidden" | "api_key_ip_forbidden";
|
|
935
|
+
details?: readonly Response.error.Detail[] | undefined;
|
|
936
|
+
message: string;
|
|
937
|
+
};
|
|
938
|
+
requestId: string;
|
|
939
|
+
};
|
|
940
|
+
outputFormat: "json";
|
|
941
|
+
status: 403;
|
|
957
942
|
input: {
|
|
958
943
|
param: {
|
|
959
944
|
chainId: string;
|
|
@@ -967,14 +952,14 @@ export declare function coingecko(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
967
952
|
} | {
|
|
968
953
|
output: {
|
|
969
954
|
error: {
|
|
970
|
-
code: "
|
|
955
|
+
code: "payment_required" | "rate_limit_exceeded";
|
|
971
956
|
details?: readonly Response.error.Detail[] | undefined;
|
|
972
957
|
message: string;
|
|
973
958
|
};
|
|
974
959
|
requestId: string;
|
|
975
960
|
};
|
|
976
961
|
outputFormat: "json";
|
|
977
|
-
status:
|
|
962
|
+
status: 429;
|
|
978
963
|
input: {
|
|
979
964
|
param: {
|
|
980
965
|
chainId: string;
|
|
@@ -988,14 +973,14 @@ export declare function coingecko(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
988
973
|
} | {
|
|
989
974
|
output: {
|
|
990
975
|
error: {
|
|
991
|
-
code: "
|
|
976
|
+
code: "query_invalid";
|
|
992
977
|
details?: readonly Response.error.Detail[] | undefined;
|
|
993
978
|
message: string;
|
|
994
979
|
};
|
|
995
980
|
requestId: string;
|
|
996
981
|
};
|
|
997
982
|
outputFormat: "json";
|
|
998
|
-
status:
|
|
983
|
+
status: 400;
|
|
999
984
|
input: {
|
|
1000
985
|
param: {
|
|
1001
986
|
chainId: string;
|
|
@@ -1009,14 +994,14 @@ export declare function coingecko(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
1009
994
|
} | {
|
|
1010
995
|
output: {
|
|
1011
996
|
error: {
|
|
1012
|
-
code: "
|
|
997
|
+
code: "not_found";
|
|
1013
998
|
details?: readonly Response.error.Detail[] | undefined;
|
|
1014
999
|
message: string;
|
|
1015
1000
|
};
|
|
1016
1001
|
requestId: string;
|
|
1017
1002
|
};
|
|
1018
1003
|
outputFormat: "json";
|
|
1019
|
-
status:
|
|
1004
|
+
status: 404;
|
|
1020
1005
|
input: {
|
|
1021
1006
|
param: {
|
|
1022
1007
|
chainId: string;
|
|
@@ -1029,15 +1014,30 @@ export declare function coingecko(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
1029
1014
|
};
|
|
1030
1015
|
} | {
|
|
1031
1016
|
output: {
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1017
|
+
events: {
|
|
1018
|
+
block: {
|
|
1019
|
+
blockNumber: number;
|
|
1020
|
+
blockTimestamp: number;
|
|
1021
|
+
};
|
|
1022
|
+
eventType: "swap";
|
|
1023
|
+
txnId: string;
|
|
1024
|
+
txnIndex: number;
|
|
1025
|
+
eventIndex: number;
|
|
1026
|
+
maker: string;
|
|
1027
|
+
pairId: `0x${string}`;
|
|
1028
|
+
asset0In?: string | undefined;
|
|
1029
|
+
asset1In?: string | undefined;
|
|
1030
|
+
asset0Out?: string | undefined;
|
|
1031
|
+
asset1Out?: string | undefined;
|
|
1032
|
+
priceNative: string;
|
|
1033
|
+
reserves: {
|
|
1034
|
+
asset0: string;
|
|
1035
|
+
asset1: string;
|
|
1036
|
+
};
|
|
1037
|
+
}[];
|
|
1038
1038
|
};
|
|
1039
1039
|
outputFormat: "json";
|
|
1040
|
-
status:
|
|
1040
|
+
status: 200;
|
|
1041
1041
|
input: {
|
|
1042
1042
|
param: {
|
|
1043
1043
|
chainId: string;
|