tapimo 0.4.0 → 0.4.3
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 +1 -1
- package/dist/ApiKey.d.ts +1 -9
- package/dist/ApiKey.d.ts.map +1 -1
- package/dist/ApiKey.js +2 -3
- package/dist/ApiKey.js.map +1 -1
- package/dist/ApiKeys.d.ts +53 -27
- package/dist/ApiKeys.d.ts.map +1 -1
- package/dist/ApiKeys.js +32 -17
- package/dist/ApiKeys.js.map +1 -1
- package/dist/App.d.ts +2451 -1533
- package/dist/App.d.ts.map +1 -1
- package/dist/App.js +23 -9
- package/dist/App.js.map +1 -1
- package/dist/Assets.d.ts +10 -0
- package/dist/Assets.d.ts.map +1 -1
- package/dist/Assets.js +4 -0
- package/dist/Assets.js.map +1 -1
- package/dist/Auth.d.ts +2 -1
- package/dist/Auth.d.ts.map +1 -1
- package/dist/Auth.js +2 -1
- package/dist/Auth.js.map +1 -1
- package/dist/Scope.d.ts +40 -15
- package/dist/Scope.d.ts.map +1 -1
- package/dist/Scope.js +44 -13
- package/dist/Scope.js.map +1 -1
- package/dist/admin/App.d.ts +560 -9
- package/dist/admin/App.d.ts.map +1 -1
- package/dist/admin/App.js +38 -6
- package/dist/admin/App.js.map +1 -1
- package/dist/admin/apps/api-keys.d.ts +10 -24
- package/dist/admin/apps/api-keys.d.ts.map +1 -1
- package/dist/admin/apps/api-keys.js +10 -3
- package/dist/admin/apps/api-keys.js.map +1 -1
- package/dist/admin/apps/organizations.d.ts +833 -0
- package/dist/admin/apps/organizations.d.ts.map +1 -0
- package/dist/admin/apps/organizations.js +733 -0
- package/dist/admin/apps/organizations.js.map +1 -0
- package/dist/admin/apps/scopes.d.ts +8 -0
- package/dist/admin/apps/scopes.d.ts.map +1 -1
- package/dist/admin/ui.generated.d.ts +1 -1
- package/dist/admin/ui.generated.d.ts.map +1 -1
- package/dist/admin/ui.generated.js +53 -13
- package/dist/admin/ui.generated.js.map +1 -1
- package/dist/analytics/Analytics.d.ts +10 -0
- package/dist/analytics/Analytics.d.ts.map +1 -1
- package/dist/analytics/Analytics.js +8 -0
- package/dist/analytics/Analytics.js.map +1 -1
- package/dist/analytics/tables/requestEvents.d.ts +9 -0
- package/dist/analytics/tables/requestEvents.d.ts.map +1 -1
- package/dist/analytics/tables/requestEvents.js +14 -0
- package/dist/analytics/tables/requestEvents.js.map +1 -1
- package/dist/apps/data/App.d.ts +1354 -984
- package/dist/apps/data/App.d.ts.map +1 -1
- package/dist/apps/data/App.js +20 -3
- package/dist/apps/data/App.js.map +1 -1
- package/dist/apps/data/FundingRouteProviders.d.ts +94 -5
- package/dist/apps/data/FundingRouteProviders.d.ts.map +1 -1
- package/dist/apps/data/FundingRouteProviders.js +196 -5
- package/dist/apps/data/FundingRouteProviders.js.map +1 -1
- package/dist/apps/data/routes/activities.d.ts +38 -38
- package/dist/apps/data/routes/addresses.d.ts +24 -24
- package/dist/apps/data/routes/balances.d.ts +45 -45
- package/dist/apps/data/routes/blocks.d.ts +39 -39
- package/dist/apps/data/routes/coingecko.d.ts +176 -176
- package/dist/apps/data/routes/exchanges.d.ts +453 -453
- package/dist/apps/data/routes/fee-amm.d.ts +101 -101
- package/dist/apps/data/routes/funding.d.ts +730 -138
- package/dist/apps/data/routes/funding.d.ts.map +1 -1
- package/dist/apps/data/routes/funding.js +234 -0
- package/dist/apps/data/routes/funding.js.map +1 -1
- package/dist/apps/data/routes/indexer.d.ts +5 -5
- package/dist/apps/data/routes/rpc.d.ts +31 -31
- package/dist/apps/data/routes/verified-tokens.d.ts +81 -81
- package/dist/apps/management/App.d.ts +1156 -615
- package/dist/apps/management/App.d.ts.map +1 -1
- package/dist/apps/management/App.js +2 -2
- package/dist/apps/management/Billing.d.ts +3 -0
- package/dist/apps/management/Billing.d.ts.map +1 -1
- package/dist/apps/management/Billing.js +7 -2
- package/dist/apps/management/Billing.js.map +1 -1
- package/dist/apps/management/routes/api-keys.d.ts +106 -90
- package/dist/apps/management/routes/api-keys.d.ts.map +1 -1
- package/dist/apps/management/routes/api-keys.js +41 -30
- package/dist/apps/management/routes/api-keys.js.map +1 -1
- package/dist/apps/management/routes/billing.d.ts +278 -146
- package/dist/apps/management/routes/billing.d.ts.map +1 -1
- package/dist/apps/management/routes/billing.js +14 -14
- package/dist/apps/management/routes/billing.js.map +1 -1
- package/dist/apps/management/routes/invitations.d.ts +93 -20
- package/dist/apps/management/routes/invitations.d.ts.map +1 -1
- package/dist/apps/management/routes/invitations.js +12 -15
- package/dist/apps/management/routes/invitations.js.map +1 -1
- package/dist/apps/management/routes/me.d.ts +13 -13
- package/dist/apps/management/routes/members.d.ts +89 -18
- package/dist/apps/management/routes/members.d.ts.map +1 -1
- package/dist/apps/management/routes/members.js +10 -10
- package/dist/apps/management/routes/members.js.map +1 -1
- package/dist/apps/management/routes/orgs.d.ts +130 -70
- package/dist/apps/management/routes/orgs.d.ts.map +1 -1
- package/dist/apps/management/routes/orgs.js +19 -19
- package/dist/apps/management/routes/orgs.js.map +1 -1
- package/dist/apps/management/routes/projects.d.ts +137 -48
- package/dist/apps/management/routes/projects.d.ts.map +1 -1
- package/dist/apps/management/routes/projects.js +12 -13
- package/dist/apps/management/routes/projects.js.map +1 -1
- package/dist/apps/management/routes/scopes.d.ts +14 -28
- package/dist/apps/management/routes/scopes.d.ts.map +1 -1
- package/dist/apps/management/routes/scopes.js +6 -7
- package/dist/apps/management/routes/scopes.js.map +1 -1
- package/dist/apps/management/routes/usage.d.ts +63 -19
- package/dist/apps/management/routes/usage.d.ts.map +1 -1
- package/dist/apps/management/routes/usage.js +9 -10
- package/dist/apps/management/routes/usage.js.map +1 -1
- package/dist/apps/mcp.d.ts.map +1 -1
- package/dist/apps/mcp.js +35 -3
- package/dist/apps/mcp.js.map +1 -1
- package/dist/apps/relay/App.d.ts +26 -4
- package/dist/apps/relay/App.d.ts.map +1 -1
- package/dist/apps/relay/App.js +17 -14
- package/dist/apps/relay/App.js.map +1 -1
- package/dist/db/Db.d.ts +5 -3
- package/dist/db/Db.d.ts.map +1 -1
- package/dist/db/Db.js +52 -0
- package/dist/db/Db.js.map +1 -1
- package/dist/db/Schema.d.ts +13 -0
- package/dist/db/Schema.d.ts.map +1 -1
- package/dist/db/Schema.js +16 -1
- package/dist/db/Schema.js.map +1 -1
- package/dist/db/tables/adminAuditLogs.d.ts +27 -0
- package/dist/db/tables/adminAuditLogs.d.ts.map +1 -0
- package/dist/db/tables/adminAuditLogs.js +19 -0
- package/dist/db/tables/adminAuditLogs.js.map +1 -0
- package/dist/db/tables/invitations.d.ts +1 -1
- package/dist/db/tables/invitations.d.ts.map +1 -1
- package/dist/db/tables/memberships.d.ts +32 -4
- package/dist/db/tables/memberships.d.ts.map +1 -1
- package/dist/db/tables/memberships.js +31 -0
- package/dist/db/tables/memberships.js.map +1 -1
- package/dist/db/tables/organizations.d.ts +43 -1
- package/dist/db/tables/organizations.d.ts.map +1 -1
- package/dist/db/tables/organizations.js +103 -0
- package/dist/db/tables/organizations.js.map +1 -1
- package/dist/db/tables/projects.d.ts +25 -0
- package/dist/db/tables/projects.d.ts.map +1 -1
- package/dist/db/tables/projects.js +22 -0
- package/dist/db/tables/projects.js.map +1 -1
- package/dist/db/tables/webhookDeliveries.d.ts +26 -0
- package/dist/db/tables/webhookDeliveries.d.ts.map +1 -1
- package/dist/db/tables/webhookDeliveries.js +37 -0
- package/dist/db/tables/webhookDeliveries.js.map +1 -1
- package/dist/handlers/relay.d.ts +13 -10
- package/dist/handlers/relay.d.ts.map +1 -1
- package/dist/handlers/relay.js +46 -16
- package/dist/handlers/relay.js.map +1 -1
- package/dist/internal/Auth.d.ts +13 -18
- package/dist/internal/Auth.d.ts.map +1 -1
- package/dist/internal/Auth.js +78 -58
- package/dist/internal/Auth.js.map +1 -1
- package/dist/internal/Cursor.d.ts +1 -1
- package/dist/internal/Cursor.d.ts.map +1 -1
- package/dist/internal/Cursor.js +4 -0
- package/dist/internal/Cursor.js.map +1 -1
- package/dist/internal/EdgeCache.d.ts.map +1 -1
- package/dist/internal/EdgeCache.js +2 -0
- package/dist/internal/EdgeCache.js.map +1 -1
- package/dist/internal/FundingRoutes.d.ts +170 -0
- package/dist/internal/FundingRoutes.d.ts.map +1 -1
- package/dist/internal/FundingRoutes.js +68 -6
- package/dist/internal/FundingRoutes.js.map +1 -1
- package/dist/internal/Log.d.ts +16 -1
- package/dist/internal/Log.d.ts.map +1 -1
- package/dist/internal/Log.js +5 -3
- package/dist/internal/Log.js.map +1 -1
- package/package.json +2 -2
- package/src/ApiKey.ts +2 -3
- package/src/ApiKeys.ts +95 -17
- package/src/App.test.ts +44 -2
- package/src/App.ts +29 -9
- package/src/Assets.ts +8 -0
- package/src/Auth.test-d.ts +36 -0
- package/src/Auth.ts +20 -1
- package/src/Client.test-d.ts +64 -17
- package/src/Scope.test.ts +34 -0
- package/src/Scope.ts +53 -17
- package/src/admin/App.test.ts +33 -3
- package/src/admin/App.ts +49 -14
- package/src/admin/apps/api-keys.ts +10 -3
- package/src/admin/apps/organizations.test.ts +455 -0
- package/src/admin/apps/organizations.ts +953 -0
- package/src/admin/apps/scopes.test.ts +10 -0
- package/src/admin/ui/plugin.ts +1 -1
- package/src/admin/ui/src/components/MobileProfile.tsx +2 -0
- package/src/admin/ui/src/components/ThemeToggle.tsx +20 -0
- package/src/admin/ui/src/lib/api-keys.ts +36 -19
- package/src/admin/ui/src/lib/config.ts +2 -3
- package/src/admin/ui/src/lib/organizations.test.ts +89 -0
- package/src/admin/ui/src/lib/organizations.ts +262 -0
- package/src/admin/ui/src/lib/query-client.ts +3 -1
- package/src/admin/ui/src/lib/theme.ts +57 -0
- package/src/admin/ui/src/routeTree.gen.ts +47 -4
- package/src/admin/ui/src/routes/__root.tsx +18 -3
- package/src/admin/ui/src/routes/api-keys.tsx +52 -7
- package/src/admin/ui/src/routes/index.tsx +1 -1
- package/src/admin/ui/src/routes/organizations.tsx +158 -0
- package/src/admin/ui/src/routes/organizations_.$orgId.tsx +710 -0
- package/src/admin/ui/src/start.ts +6 -0
- package/src/admin/ui.generated.ts +63 -13
- package/src/analytics/Analytics.ts +25 -0
- package/src/analytics/tables/requestEvents.ts +33 -0
- package/src/apps/composition.test.ts +82 -2
- package/src/apps/data/App.ts +24 -3
- package/src/apps/data/FundingRouteProviders.test.ts +204 -0
- package/src/apps/data/FundingRouteProviders.ts +294 -9
- package/src/apps/data/routes/funding.test.ts +90 -23
- package/src/apps/data/routes/funding.ts +315 -0
- package/src/apps/data/routes/rpc.test.ts +33 -0
- package/src/apps/management/App.ts +2 -2
- package/src/apps/management/Billing.ts +10 -2
- package/src/apps/management/routes/api-keys.test.ts +137 -1
- package/src/apps/management/routes/api-keys.ts +63 -38
- package/src/apps/management/routes/billing.ts +14 -14
- package/src/apps/management/routes/invitations.test.ts +102 -1
- package/src/apps/management/routes/invitations.ts +13 -15
- package/src/apps/management/routes/members.ts +10 -10
- package/src/apps/management/routes/orgs.test.ts +78 -16
- package/src/apps/management/routes/orgs.ts +21 -20
- package/src/apps/management/routes/projects.ts +12 -13
- package/src/apps/management/routes/scopes.test.ts +16 -0
- package/src/apps/management/routes/scopes.ts +6 -7
- package/src/apps/management/routes/usage.ts +9 -14
- package/src/apps/mcp.test.ts +25 -1
- package/src/apps/mcp.ts +43 -3
- package/src/apps/relay/App.test.ts +23 -18
- package/src/apps/relay/App.ts +35 -14
- package/src/db/Db.ts +59 -3
- package/src/db/Schema.ts +20 -1
- package/src/db/tables/adminAuditLogs.ts +47 -0
- package/src/db/tables/invitations.ts +1 -1
- package/src/db/tables/memberships.ts +59 -3
- package/src/db/tables/organizations.ts +148 -1
- package/src/db/tables/projects.ts +47 -0
- package/src/db/tables/webhookDeliveries.ts +83 -0
- package/src/handlers/relay.test-d.ts +8 -0
- package/src/handlers/relay.test.ts +2 -2
- package/src/handlers/relay.ts +62 -22
- package/src/internal/Auth.test.ts +174 -7
- package/src/internal/Auth.ts +90 -62
- package/src/internal/Cursor.test.ts +10 -0
- package/src/internal/Cursor.ts +5 -1
- package/src/internal/EdgeCache.test.ts +11 -0
- package/src/internal/EdgeCache.ts +2 -0
- package/src/internal/FundingRoutes.test.ts +26 -0
- package/src/internal/FundingRoutes.ts +187 -18
- package/src/internal/Log.test.ts +41 -3
- package/src/internal/Log.ts +23 -4
package/dist/apps/data/App.d.ts
CHANGED
|
@@ -20,6 +20,11 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
|
|
|
20
20
|
outputFormat: "body";
|
|
21
21
|
status: 402;
|
|
22
22
|
input: {};
|
|
23
|
+
} | {
|
|
24
|
+
output: never;
|
|
25
|
+
outputFormat: never;
|
|
26
|
+
status: never;
|
|
27
|
+
input: {};
|
|
23
28
|
} | {
|
|
24
29
|
output: {
|
|
25
30
|
error: {
|
|
@@ -96,11 +101,6 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
|
|
|
96
101
|
outputFormat: "json";
|
|
97
102
|
status: 422;
|
|
98
103
|
input: {};
|
|
99
|
-
} | {
|
|
100
|
-
output: never;
|
|
101
|
-
outputFormat: never;
|
|
102
|
-
status: never;
|
|
103
|
-
input: {};
|
|
104
104
|
};
|
|
105
105
|
};
|
|
106
106
|
}, "/"> | import("hono/types").MergeSchemaPath<{
|
|
@@ -2589,7 +2589,7 @@ 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/blocks": {
|
|
2593
2593
|
$get: {
|
|
2594
2594
|
output: null;
|
|
2595
2595
|
outputFormat: "body";
|
|
@@ -2598,8 +2598,8 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
|
|
|
2598
2598
|
query?: {
|
|
2599
2599
|
chainId?: string | string[];
|
|
2600
2600
|
cursor?: string | string[];
|
|
2601
|
-
include?: string | string[];
|
|
2602
2601
|
limit?: string | string[];
|
|
2602
|
+
order?: string | string[];
|
|
2603
2603
|
page?: string | string[];
|
|
2604
2604
|
} | undefined;
|
|
2605
2605
|
};
|
|
@@ -2618,8 +2618,8 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
|
|
|
2618
2618
|
query?: {
|
|
2619
2619
|
chainId?: string | string[];
|
|
2620
2620
|
cursor?: string | string[];
|
|
2621
|
-
include?: string | string[];
|
|
2622
2621
|
limit?: string | string[];
|
|
2622
|
+
order?: string | string[];
|
|
2623
2623
|
page?: string | string[];
|
|
2624
2624
|
} | undefined;
|
|
2625
2625
|
};
|
|
@@ -2638,8 +2638,8 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
|
|
|
2638
2638
|
query?: {
|
|
2639
2639
|
chainId?: string | string[];
|
|
2640
2640
|
cursor?: string | string[];
|
|
2641
|
-
include?: string | string[];
|
|
2642
2641
|
limit?: string | string[];
|
|
2642
|
+
order?: string | string[];
|
|
2643
2643
|
page?: string | string[];
|
|
2644
2644
|
} | undefined;
|
|
2645
2645
|
};
|
|
@@ -2658,8 +2658,8 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
|
|
|
2658
2658
|
query?: {
|
|
2659
2659
|
chainId?: string | string[];
|
|
2660
2660
|
cursor?: string | string[];
|
|
2661
|
-
include?: string | string[];
|
|
2662
2661
|
limit?: string | string[];
|
|
2662
|
+
order?: string | string[];
|
|
2663
2663
|
page?: string | string[];
|
|
2664
2664
|
} | undefined;
|
|
2665
2665
|
};
|
|
@@ -2678,8 +2678,8 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
|
|
|
2678
2678
|
query?: {
|
|
2679
2679
|
chainId?: string | string[];
|
|
2680
2680
|
cursor?: string | string[];
|
|
2681
|
-
include?: string | string[];
|
|
2682
2681
|
limit?: string | string[];
|
|
2682
|
+
order?: string | string[];
|
|
2683
2683
|
page?: string | string[];
|
|
2684
2684
|
} | undefined;
|
|
2685
2685
|
};
|
|
@@ -2698,93 +2698,68 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
|
|
|
2698
2698
|
query?: {
|
|
2699
2699
|
chainId?: string | string[];
|
|
2700
2700
|
cursor?: string | string[];
|
|
2701
|
-
include?: string | string[];
|
|
2702
2701
|
limit?: string | string[];
|
|
2702
|
+
order?: string | string[];
|
|
2703
2703
|
page?: string | string[];
|
|
2704
2704
|
} | undefined;
|
|
2705
2705
|
};
|
|
2706
2706
|
} | {
|
|
2707
2707
|
output: {
|
|
2708
|
-
|
|
2709
|
-
|
|
2710
|
-
|
|
2711
|
-
|
|
2712
|
-
|
|
2713
|
-
|
|
2714
|
-
userToken: {
|
|
2715
|
-
address: `0x${string}`;
|
|
2716
|
-
currency?: string | undefined;
|
|
2717
|
-
decimals?: number | undefined;
|
|
2718
|
-
logoUri?: string | undefined;
|
|
2719
|
-
name?: string | undefined;
|
|
2720
|
-
symbol?: string | undefined;
|
|
2721
|
-
verified?: boolean | undefined;
|
|
2722
|
-
amount?: string | undefined;
|
|
2723
|
-
formatted?: string | undefined;
|
|
2724
|
-
};
|
|
2725
|
-
validatorToken: {
|
|
2726
|
-
address: `0x${string}`;
|
|
2727
|
-
currency?: string | undefined;
|
|
2728
|
-
decimals?: number | undefined;
|
|
2729
|
-
logoUri?: string | undefined;
|
|
2730
|
-
name?: string | undefined;
|
|
2731
|
-
symbol?: string | undefined;
|
|
2732
|
-
verified?: boolean | undefined;
|
|
2733
|
-
amount?: string | undefined;
|
|
2734
|
-
formatted?: string | undefined;
|
|
2735
|
-
};
|
|
2736
|
-
}[];
|
|
2737
|
-
nextCursor: string | null;
|
|
2708
|
+
error: {
|
|
2709
|
+
code: "upstream_error";
|
|
2710
|
+
details?: readonly Response.error.Detail[] | undefined;
|
|
2711
|
+
message: string;
|
|
2712
|
+
};
|
|
2713
|
+
requestId: string;
|
|
2738
2714
|
};
|
|
2739
2715
|
outputFormat: "json";
|
|
2740
|
-
status:
|
|
2716
|
+
status: 502;
|
|
2741
2717
|
input: {
|
|
2742
2718
|
query?: {
|
|
2743
2719
|
chainId?: string | string[];
|
|
2744
2720
|
cursor?: string | string[];
|
|
2745
|
-
include?: string | string[];
|
|
2746
2721
|
limit?: string | string[];
|
|
2722
|
+
order?: string | string[];
|
|
2747
2723
|
page?: string | string[];
|
|
2748
2724
|
} | undefined;
|
|
2749
2725
|
};
|
|
2750
2726
|
} | {
|
|
2751
2727
|
output: {
|
|
2752
|
-
|
|
2753
|
-
|
|
2754
|
-
|
|
2755
|
-
|
|
2756
|
-
|
|
2757
|
-
|
|
2728
|
+
data: {
|
|
2729
|
+
hash: `0x${string}`;
|
|
2730
|
+
id: `0x${string}`;
|
|
2731
|
+
number: number;
|
|
2732
|
+
timestamp: string;
|
|
2733
|
+
transactionCount: number;
|
|
2734
|
+
}[];
|
|
2735
|
+
nextCursor: string | null;
|
|
2758
2736
|
};
|
|
2759
2737
|
outputFormat: "json";
|
|
2760
|
-
status:
|
|
2738
|
+
status: 200;
|
|
2761
2739
|
input: {
|
|
2762
2740
|
query?: {
|
|
2763
2741
|
chainId?: string | string[];
|
|
2764
2742
|
cursor?: string | string[];
|
|
2765
|
-
include?: string | string[];
|
|
2766
2743
|
limit?: string | string[];
|
|
2744
|
+
order?: string | string[];
|
|
2767
2745
|
page?: string | string[];
|
|
2768
2746
|
} | undefined;
|
|
2769
2747
|
};
|
|
2770
2748
|
};
|
|
2771
2749
|
};
|
|
2772
2750
|
} & {
|
|
2773
|
-
"/v1/
|
|
2751
|
+
"/v1/blocks/:block": {
|
|
2774
2752
|
$get: {
|
|
2775
2753
|
output: null;
|
|
2776
2754
|
outputFormat: "body";
|
|
2777
2755
|
status: 402;
|
|
2778
2756
|
input: {
|
|
2757
|
+
param: {
|
|
2758
|
+
block: string;
|
|
2759
|
+
};
|
|
2760
|
+
} & {
|
|
2779
2761
|
query?: {
|
|
2780
2762
|
chainId?: string | string[];
|
|
2781
|
-
cursor?: string | string[];
|
|
2782
|
-
include?: string | string[];
|
|
2783
|
-
limit?: string | string[];
|
|
2784
|
-
order?: string | string[];
|
|
2785
|
-
page?: string | string[];
|
|
2786
|
-
userToken?: string | string[];
|
|
2787
|
-
validatorToken?: string | string[];
|
|
2788
2763
|
} | undefined;
|
|
2789
2764
|
};
|
|
2790
2765
|
} | {
|
|
@@ -2799,15 +2774,12 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
|
|
|
2799
2774
|
outputFormat: "json";
|
|
2800
2775
|
status: 400;
|
|
2801
2776
|
input: {
|
|
2777
|
+
param: {
|
|
2778
|
+
block: string;
|
|
2779
|
+
};
|
|
2780
|
+
} & {
|
|
2802
2781
|
query?: {
|
|
2803
2782
|
chainId?: string | string[];
|
|
2804
|
-
cursor?: string | string[];
|
|
2805
|
-
include?: string | string[];
|
|
2806
|
-
limit?: string | string[];
|
|
2807
|
-
order?: string | string[];
|
|
2808
|
-
page?: string | string[];
|
|
2809
|
-
userToken?: string | string[];
|
|
2810
|
-
validatorToken?: string | string[];
|
|
2811
2783
|
} | undefined;
|
|
2812
2784
|
};
|
|
2813
2785
|
} | {
|
|
@@ -2822,15 +2794,12 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
|
|
|
2822
2794
|
outputFormat: "json";
|
|
2823
2795
|
status: 401;
|
|
2824
2796
|
input: {
|
|
2797
|
+
param: {
|
|
2798
|
+
block: string;
|
|
2799
|
+
};
|
|
2800
|
+
} & {
|
|
2825
2801
|
query?: {
|
|
2826
2802
|
chainId?: string | string[];
|
|
2827
|
-
cursor?: string | string[];
|
|
2828
|
-
include?: string | string[];
|
|
2829
|
-
limit?: string | string[];
|
|
2830
|
-
order?: string | string[];
|
|
2831
|
-
page?: string | string[];
|
|
2832
|
-
userToken?: string | string[];
|
|
2833
|
-
validatorToken?: string | string[];
|
|
2834
2803
|
} | undefined;
|
|
2835
2804
|
};
|
|
2836
2805
|
} | {
|
|
@@ -2845,15 +2814,12 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
|
|
|
2845
2814
|
outputFormat: "json";
|
|
2846
2815
|
status: 403;
|
|
2847
2816
|
input: {
|
|
2817
|
+
param: {
|
|
2818
|
+
block: string;
|
|
2819
|
+
};
|
|
2820
|
+
} & {
|
|
2848
2821
|
query?: {
|
|
2849
2822
|
chainId?: string | string[];
|
|
2850
|
-
cursor?: string | string[];
|
|
2851
|
-
include?: string | string[];
|
|
2852
|
-
limit?: string | string[];
|
|
2853
|
-
order?: string | string[];
|
|
2854
|
-
page?: string | string[];
|
|
2855
|
-
userToken?: string | string[];
|
|
2856
|
-
validatorToken?: string | string[];
|
|
2857
2823
|
} | undefined;
|
|
2858
2824
|
};
|
|
2859
2825
|
} | {
|
|
@@ -2868,15 +2834,12 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
|
|
|
2868
2834
|
outputFormat: "json";
|
|
2869
2835
|
status: 429;
|
|
2870
2836
|
input: {
|
|
2837
|
+
param: {
|
|
2838
|
+
block: string;
|
|
2839
|
+
};
|
|
2840
|
+
} & {
|
|
2871
2841
|
query?: {
|
|
2872
2842
|
chainId?: string | string[];
|
|
2873
|
-
cursor?: string | string[];
|
|
2874
|
-
include?: string | string[];
|
|
2875
|
-
limit?: string | string[];
|
|
2876
|
-
order?: string | string[];
|
|
2877
|
-
page?: string | string[];
|
|
2878
|
-
userToken?: string | string[];
|
|
2879
|
-
validatorToken?: string | string[];
|
|
2880
2843
|
} | undefined;
|
|
2881
2844
|
};
|
|
2882
2845
|
} | {
|
|
@@ -2891,15 +2854,12 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
|
|
|
2891
2854
|
outputFormat: "json";
|
|
2892
2855
|
status: 400;
|
|
2893
2856
|
input: {
|
|
2857
|
+
param: {
|
|
2858
|
+
block: string;
|
|
2859
|
+
};
|
|
2860
|
+
} & {
|
|
2894
2861
|
query?: {
|
|
2895
2862
|
chainId?: string | string[];
|
|
2896
|
-
cursor?: string | string[];
|
|
2897
|
-
include?: string | string[];
|
|
2898
|
-
limit?: string | string[];
|
|
2899
|
-
order?: string | string[];
|
|
2900
|
-
page?: string | string[];
|
|
2901
|
-
userToken?: string | string[];
|
|
2902
|
-
validatorToken?: string | string[];
|
|
2903
2863
|
} | undefined;
|
|
2904
2864
|
};
|
|
2905
2865
|
} | {
|
|
@@ -2914,90 +2874,18 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
|
|
|
2914
2874
|
outputFormat: "json";
|
|
2915
2875
|
status: 502;
|
|
2916
2876
|
input: {
|
|
2877
|
+
param: {
|
|
2878
|
+
block: string;
|
|
2879
|
+
};
|
|
2880
|
+
} & {
|
|
2917
2881
|
query?: {
|
|
2918
2882
|
chainId?: string | string[];
|
|
2919
|
-
cursor?: string | string[];
|
|
2920
|
-
include?: string | string[];
|
|
2921
|
-
limit?: string | string[];
|
|
2922
|
-
order?: string | string[];
|
|
2923
|
-
page?: string | string[];
|
|
2924
|
-
userToken?: string | string[];
|
|
2925
|
-
validatorToken?: string | string[];
|
|
2926
|
-
} | undefined;
|
|
2927
|
-
};
|
|
2928
|
-
} | {
|
|
2929
|
-
output: {
|
|
2930
|
-
data: {
|
|
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}`;
|
|
2941
|
-
userToken: {
|
|
2942
|
-
address: `0x${string}`;
|
|
2943
|
-
currency?: string | undefined;
|
|
2944
|
-
decimals?: number | undefined;
|
|
2945
|
-
logoUri?: string | undefined;
|
|
2946
|
-
name?: string | undefined;
|
|
2947
|
-
symbol?: string | undefined;
|
|
2948
|
-
verified?: boolean | undefined;
|
|
2949
|
-
};
|
|
2950
|
-
validatorToken: {
|
|
2951
|
-
address: `0x${string}`;
|
|
2952
|
-
currency?: string | undefined;
|
|
2953
|
-
decimals?: number | undefined;
|
|
2954
|
-
logoUri?: string | undefined;
|
|
2955
|
-
name?: string | undefined;
|
|
2956
|
-
symbol?: string | undefined;
|
|
2957
|
-
verified?: boolean | undefined;
|
|
2958
|
-
};
|
|
2959
|
-
}[];
|
|
2960
|
-
meta?: {
|
|
2961
|
-
totalCountCapped: boolean;
|
|
2962
|
-
totalCount: number;
|
|
2963
|
-
} | undefined;
|
|
2964
|
-
nextCursor: string | null;
|
|
2965
|
-
};
|
|
2966
|
-
outputFormat: "json";
|
|
2967
|
-
status: 200;
|
|
2968
|
-
input: {
|
|
2969
|
-
query?: {
|
|
2970
|
-
chainId?: string | string[];
|
|
2971
|
-
cursor?: string | string[];
|
|
2972
|
-
include?: string | string[];
|
|
2973
|
-
limit?: string | string[];
|
|
2974
|
-
order?: string | string[];
|
|
2975
|
-
page?: string | string[];
|
|
2976
|
-
userToken?: string | string[];
|
|
2977
|
-
validatorToken?: string | string[];
|
|
2978
|
-
} | undefined;
|
|
2979
|
-
};
|
|
2980
|
-
};
|
|
2981
|
-
};
|
|
2982
|
-
}, "/"> | import("hono/types").MergeSchemaPath<{
|
|
2983
|
-
"/v1/blocks": {
|
|
2984
|
-
$get: {
|
|
2985
|
-
output: null;
|
|
2986
|
-
outputFormat: "body";
|
|
2987
|
-
status: 402;
|
|
2988
|
-
input: {
|
|
2989
|
-
query?: {
|
|
2990
|
-
chainId?: string | string[];
|
|
2991
|
-
cursor?: string | string[];
|
|
2992
|
-
limit?: string | string[];
|
|
2993
|
-
order?: string | string[];
|
|
2994
|
-
page?: string | string[];
|
|
2995
2883
|
} | undefined;
|
|
2996
2884
|
};
|
|
2997
2885
|
} | {
|
|
2998
2886
|
output: {
|
|
2999
2887
|
error: {
|
|
3000
|
-
code: "
|
|
2888
|
+
code: "block_invalid";
|
|
3001
2889
|
details?: readonly Response.error.Detail[] | undefined;
|
|
3002
2890
|
message: string;
|
|
3003
2891
|
};
|
|
@@ -3006,40 +2894,152 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
|
|
|
3006
2894
|
outputFormat: "json";
|
|
3007
2895
|
status: 400;
|
|
3008
2896
|
input: {
|
|
2897
|
+
param: {
|
|
2898
|
+
block: string;
|
|
2899
|
+
};
|
|
2900
|
+
} & {
|
|
3009
2901
|
query?: {
|
|
3010
2902
|
chainId?: string | string[];
|
|
3011
|
-
cursor?: string | string[];
|
|
3012
|
-
limit?: string | string[];
|
|
3013
|
-
order?: string | string[];
|
|
3014
|
-
page?: string | string[];
|
|
3015
2903
|
} | undefined;
|
|
3016
2904
|
};
|
|
3017
2905
|
} | {
|
|
3018
2906
|
output: {
|
|
3019
2907
|
error: {
|
|
3020
|
-
code: "
|
|
2908
|
+
code: "block_not_found";
|
|
3021
2909
|
details?: readonly Response.error.Detail[] | undefined;
|
|
3022
2910
|
message: string;
|
|
3023
2911
|
};
|
|
3024
2912
|
requestId: string;
|
|
3025
2913
|
};
|
|
3026
2914
|
outputFormat: "json";
|
|
3027
|
-
status:
|
|
2915
|
+
status: 404;
|
|
3028
2916
|
input: {
|
|
2917
|
+
param: {
|
|
2918
|
+
block: string;
|
|
2919
|
+
};
|
|
2920
|
+
} & {
|
|
3029
2921
|
query?: {
|
|
3030
2922
|
chainId?: string | string[];
|
|
3031
|
-
cursor?: string | string[];
|
|
3032
|
-
limit?: string | string[];
|
|
3033
|
-
order?: string | string[];
|
|
3034
|
-
page?: string | string[];
|
|
3035
2923
|
} | undefined;
|
|
3036
2924
|
};
|
|
3037
2925
|
} | {
|
|
3038
2926
|
output: {
|
|
3039
|
-
|
|
3040
|
-
|
|
3041
|
-
|
|
3042
|
-
|
|
2927
|
+
baseFeePerGas: string | null;
|
|
2928
|
+
gasLimit: number;
|
|
2929
|
+
gasUsed: number;
|
|
2930
|
+
hash: `0x${string}`;
|
|
2931
|
+
id: `0x${string}`;
|
|
2932
|
+
meta: {
|
|
2933
|
+
rpc: {
|
|
2934
|
+
[x: string]: import("hono/utils/types").JSONValue;
|
|
2935
|
+
baseFeePerGas?: `0x${string}` | null | undefined;
|
|
2936
|
+
difficulty?: `0x${string}` | undefined;
|
|
2937
|
+
extraData?: `0x${string}` | undefined;
|
|
2938
|
+
gasLimit: `0x${string}`;
|
|
2939
|
+
gasUsed: `0x${string}`;
|
|
2940
|
+
hash: `0x${string}` | null;
|
|
2941
|
+
logsBloom?: `0x${string}` | null | undefined;
|
|
2942
|
+
miner: `0x${string}`;
|
|
2943
|
+
mixHash?: `0x${string}` | undefined;
|
|
2944
|
+
nonce?: `0x${string}` | null | undefined;
|
|
2945
|
+
number: `0x${string}` | null;
|
|
2946
|
+
parentHash: `0x${string}`;
|
|
2947
|
+
receiptsRoot: `0x${string}`;
|
|
2948
|
+
sha3Uncles?: `0x${string}` | undefined;
|
|
2949
|
+
size: `0x${string}`;
|
|
2950
|
+
stateRoot: `0x${string}`;
|
|
2951
|
+
timestamp: `0x${string}`;
|
|
2952
|
+
totalDifficulty?: `0x${string}` | undefined;
|
|
2953
|
+
transactions: `0x${string}`[];
|
|
2954
|
+
transactionsRoot: `0x${string}`;
|
|
2955
|
+
uncles?: `0x${string}`[] | undefined;
|
|
2956
|
+
withdrawals?: {
|
|
2957
|
+
[x: string]: import("hono/utils/types").JSONValue;
|
|
2958
|
+
}[] | undefined;
|
|
2959
|
+
withdrawalsRoot?: `0x${string}` | undefined;
|
|
2960
|
+
};
|
|
2961
|
+
};
|
|
2962
|
+
miner: `0x${string}`;
|
|
2963
|
+
number: number;
|
|
2964
|
+
parentHash: `0x${string}`;
|
|
2965
|
+
size: number;
|
|
2966
|
+
timestamp: string;
|
|
2967
|
+
transactionCount: number;
|
|
2968
|
+
};
|
|
2969
|
+
outputFormat: "json";
|
|
2970
|
+
status: 200;
|
|
2971
|
+
input: {
|
|
2972
|
+
param: {
|
|
2973
|
+
block: string;
|
|
2974
|
+
};
|
|
2975
|
+
} & {
|
|
2976
|
+
query?: {
|
|
2977
|
+
chainId?: string | string[];
|
|
2978
|
+
} | undefined;
|
|
2979
|
+
};
|
|
2980
|
+
};
|
|
2981
|
+
};
|
|
2982
|
+
}, "/"> | import("hono/types").MergeSchemaPath<{
|
|
2983
|
+
"/v1/fee-amm/pools": {
|
|
2984
|
+
$get: {
|
|
2985
|
+
output: null;
|
|
2986
|
+
outputFormat: "body";
|
|
2987
|
+
status: 402;
|
|
2988
|
+
input: {
|
|
2989
|
+
query?: {
|
|
2990
|
+
chainId?: string | string[];
|
|
2991
|
+
cursor?: string | string[];
|
|
2992
|
+
include?: string | string[];
|
|
2993
|
+
limit?: string | string[];
|
|
2994
|
+
page?: string | string[];
|
|
2995
|
+
} | undefined;
|
|
2996
|
+
};
|
|
2997
|
+
} | {
|
|
2998
|
+
output: {
|
|
2999
|
+
error: {
|
|
3000
|
+
code: "api_key_malformed";
|
|
3001
|
+
details?: readonly Response.error.Detail[] | undefined;
|
|
3002
|
+
message: string;
|
|
3003
|
+
};
|
|
3004
|
+
requestId: string;
|
|
3005
|
+
};
|
|
3006
|
+
outputFormat: "json";
|
|
3007
|
+
status: 400;
|
|
3008
|
+
input: {
|
|
3009
|
+
query?: {
|
|
3010
|
+
chainId?: string | string[];
|
|
3011
|
+
cursor?: string | string[];
|
|
3012
|
+
include?: string | string[];
|
|
3013
|
+
limit?: 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
|
+
include?: string | string[];
|
|
3033
|
+
limit?: 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
3043
|
};
|
|
3044
3044
|
requestId: string;
|
|
3045
3045
|
};
|
|
@@ -3049,8 +3049,8 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
|
|
|
3049
3049
|
query?: {
|
|
3050
3050
|
chainId?: string | string[];
|
|
3051
3051
|
cursor?: string | string[];
|
|
3052
|
+
include?: string | string[];
|
|
3052
3053
|
limit?: string | string[];
|
|
3053
|
-
order?: string | string[];
|
|
3054
3054
|
page?: string | string[];
|
|
3055
3055
|
} | undefined;
|
|
3056
3056
|
};
|
|
@@ -3069,8 +3069,8 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
|
|
|
3069
3069
|
query?: {
|
|
3070
3070
|
chainId?: string | string[];
|
|
3071
3071
|
cursor?: string | string[];
|
|
3072
|
+
include?: string | string[];
|
|
3072
3073
|
limit?: string | string[];
|
|
3073
|
-
order?: string | string[];
|
|
3074
3074
|
page?: string | string[];
|
|
3075
3075
|
} | undefined;
|
|
3076
3076
|
};
|
|
@@ -3089,8 +3089,8 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
|
|
|
3089
3089
|
query?: {
|
|
3090
3090
|
chainId?: string | string[];
|
|
3091
3091
|
cursor?: string | string[];
|
|
3092
|
+
include?: string | string[];
|
|
3092
3093
|
limit?: string | string[];
|
|
3093
|
-
order?: string | string[];
|
|
3094
3094
|
page?: string | string[];
|
|
3095
3095
|
} | undefined;
|
|
3096
3096
|
};
|
|
@@ -3109,19 +3109,41 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
|
|
|
3109
3109
|
query?: {
|
|
3110
3110
|
chainId?: string | string[];
|
|
3111
3111
|
cursor?: string | string[];
|
|
3112
|
+
include?: string | string[];
|
|
3112
3113
|
limit?: string | string[];
|
|
3113
|
-
order?: string | string[];
|
|
3114
3114
|
page?: string | string[];
|
|
3115
3115
|
} | undefined;
|
|
3116
3116
|
};
|
|
3117
3117
|
} | {
|
|
3118
3118
|
output: {
|
|
3119
3119
|
data: {
|
|
3120
|
-
|
|
3120
|
+
createdAt: string;
|
|
3121
3121
|
id: `0x${string}`;
|
|
3122
|
-
|
|
3123
|
-
|
|
3124
|
-
|
|
3122
|
+
lastMintAt: string;
|
|
3123
|
+
mintCount: number;
|
|
3124
|
+
poolId: `0x${string}`;
|
|
3125
|
+
userToken: {
|
|
3126
|
+
address: `0x${string}`;
|
|
3127
|
+
currency?: string | undefined;
|
|
3128
|
+
decimals?: number | undefined;
|
|
3129
|
+
logoUri?: string | undefined;
|
|
3130
|
+
name?: string | undefined;
|
|
3131
|
+
symbol?: string | undefined;
|
|
3132
|
+
verified?: boolean | undefined;
|
|
3133
|
+
amount?: string | undefined;
|
|
3134
|
+
formatted?: string | undefined;
|
|
3135
|
+
};
|
|
3136
|
+
validatorToken: {
|
|
3137
|
+
address: `0x${string}`;
|
|
3138
|
+
currency?: string | undefined;
|
|
3139
|
+
decimals?: number | undefined;
|
|
3140
|
+
logoUri?: string | undefined;
|
|
3141
|
+
name?: string | undefined;
|
|
3142
|
+
symbol?: string | undefined;
|
|
3143
|
+
verified?: boolean | undefined;
|
|
3144
|
+
amount?: string | undefined;
|
|
3145
|
+
formatted?: string | undefined;
|
|
3146
|
+
};
|
|
3125
3147
|
}[];
|
|
3126
3148
|
nextCursor: string | null;
|
|
3127
3149
|
};
|
|
@@ -3131,26 +3153,29 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
|
|
|
3131
3153
|
query?: {
|
|
3132
3154
|
chainId?: string | string[];
|
|
3133
3155
|
cursor?: string | string[];
|
|
3156
|
+
include?: string | string[];
|
|
3134
3157
|
limit?: string | string[];
|
|
3135
|
-
order?: string | string[];
|
|
3136
3158
|
page?: string | string[];
|
|
3137
3159
|
} | undefined;
|
|
3138
3160
|
};
|
|
3139
3161
|
};
|
|
3140
3162
|
};
|
|
3141
3163
|
} & {
|
|
3142
|
-
"/v1/
|
|
3164
|
+
"/v1/fee-amm/mints": {
|
|
3143
3165
|
$get: {
|
|
3144
3166
|
output: null;
|
|
3145
3167
|
outputFormat: "body";
|
|
3146
3168
|
status: 402;
|
|
3147
3169
|
input: {
|
|
3148
|
-
param: {
|
|
3149
|
-
block: string;
|
|
3150
|
-
};
|
|
3151
|
-
} & {
|
|
3152
3170
|
query?: {
|
|
3153
3171
|
chainId?: string | string[];
|
|
3172
|
+
cursor?: string | string[];
|
|
3173
|
+
include?: string | string[];
|
|
3174
|
+
limit?: string | string[];
|
|
3175
|
+
order?: string | string[];
|
|
3176
|
+
page?: string | string[];
|
|
3177
|
+
userToken?: string | string[];
|
|
3178
|
+
validatorToken?: string | string[];
|
|
3154
3179
|
} | undefined;
|
|
3155
3180
|
};
|
|
3156
3181
|
} | {
|
|
@@ -3165,12 +3190,15 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
|
|
|
3165
3190
|
outputFormat: "json";
|
|
3166
3191
|
status: 400;
|
|
3167
3192
|
input: {
|
|
3168
|
-
param: {
|
|
3169
|
-
block: string;
|
|
3170
|
-
};
|
|
3171
|
-
} & {
|
|
3172
3193
|
query?: {
|
|
3173
3194
|
chainId?: string | string[];
|
|
3195
|
+
cursor?: string | string[];
|
|
3196
|
+
include?: string | string[];
|
|
3197
|
+
limit?: string | string[];
|
|
3198
|
+
order?: string | string[];
|
|
3199
|
+
page?: string | string[];
|
|
3200
|
+
userToken?: string | string[];
|
|
3201
|
+
validatorToken?: string | string[];
|
|
3174
3202
|
} | undefined;
|
|
3175
3203
|
};
|
|
3176
3204
|
} | {
|
|
@@ -3185,12 +3213,15 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
|
|
|
3185
3213
|
outputFormat: "json";
|
|
3186
3214
|
status: 401;
|
|
3187
3215
|
input: {
|
|
3188
|
-
param: {
|
|
3189
|
-
block: string;
|
|
3190
|
-
};
|
|
3191
|
-
} & {
|
|
3192
3216
|
query?: {
|
|
3193
3217
|
chainId?: string | string[];
|
|
3218
|
+
cursor?: string | string[];
|
|
3219
|
+
include?: string | string[];
|
|
3220
|
+
limit?: string | string[];
|
|
3221
|
+
order?: string | string[];
|
|
3222
|
+
page?: string | string[];
|
|
3223
|
+
userToken?: string | string[];
|
|
3224
|
+
validatorToken?: string | string[];
|
|
3194
3225
|
} | undefined;
|
|
3195
3226
|
};
|
|
3196
3227
|
} | {
|
|
@@ -3205,12 +3236,15 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
|
|
|
3205
3236
|
outputFormat: "json";
|
|
3206
3237
|
status: 403;
|
|
3207
3238
|
input: {
|
|
3208
|
-
param: {
|
|
3209
|
-
block: string;
|
|
3210
|
-
};
|
|
3211
|
-
} & {
|
|
3212
3239
|
query?: {
|
|
3213
3240
|
chainId?: string | string[];
|
|
3241
|
+
cursor?: string | string[];
|
|
3242
|
+
include?: string | string[];
|
|
3243
|
+
limit?: string | string[];
|
|
3244
|
+
order?: string | string[];
|
|
3245
|
+
page?: string | string[];
|
|
3246
|
+
userToken?: string | string[];
|
|
3247
|
+
validatorToken?: string | string[];
|
|
3214
3248
|
} | undefined;
|
|
3215
3249
|
};
|
|
3216
3250
|
} | {
|
|
@@ -3225,12 +3259,15 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
|
|
|
3225
3259
|
outputFormat: "json";
|
|
3226
3260
|
status: 429;
|
|
3227
3261
|
input: {
|
|
3228
|
-
param: {
|
|
3229
|
-
block: string;
|
|
3230
|
-
};
|
|
3231
|
-
} & {
|
|
3232
3262
|
query?: {
|
|
3233
3263
|
chainId?: string | string[];
|
|
3264
|
+
cursor?: string | string[];
|
|
3265
|
+
include?: string | string[];
|
|
3266
|
+
limit?: string | string[];
|
|
3267
|
+
order?: string | string[];
|
|
3268
|
+
page?: string | string[];
|
|
3269
|
+
userToken?: string | string[];
|
|
3270
|
+
validatorToken?: string | string[];
|
|
3234
3271
|
} | undefined;
|
|
3235
3272
|
};
|
|
3236
3273
|
} | {
|
|
@@ -3245,12 +3282,15 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
|
|
|
3245
3282
|
outputFormat: "json";
|
|
3246
3283
|
status: 400;
|
|
3247
3284
|
input: {
|
|
3248
|
-
param: {
|
|
3249
|
-
block: string;
|
|
3250
|
-
};
|
|
3251
|
-
} & {
|
|
3252
3285
|
query?: {
|
|
3253
3286
|
chainId?: string | string[];
|
|
3287
|
+
cursor?: string | string[];
|
|
3288
|
+
include?: string | string[];
|
|
3289
|
+
limit?: string | string[];
|
|
3290
|
+
order?: string | string[];
|
|
3291
|
+
page?: string | string[];
|
|
3292
|
+
userToken?: string | string[];
|
|
3293
|
+
validatorToken?: string | string[];
|
|
3254
3294
|
} | undefined;
|
|
3255
3295
|
};
|
|
3256
3296
|
} | {
|
|
@@ -3265,107 +3305,67 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
|
|
|
3265
3305
|
outputFormat: "json";
|
|
3266
3306
|
status: 502;
|
|
3267
3307
|
input: {
|
|
3268
|
-
param: {
|
|
3269
|
-
block: string;
|
|
3270
|
-
};
|
|
3271
|
-
} & {
|
|
3272
|
-
query?: {
|
|
3273
|
-
chainId?: string | string[];
|
|
3274
|
-
} | undefined;
|
|
3275
|
-
};
|
|
3276
|
-
} | {
|
|
3277
|
-
output: {
|
|
3278
|
-
error: {
|
|
3279
|
-
code: "block_invalid";
|
|
3280
|
-
details?: readonly Response.error.Detail[] | undefined;
|
|
3281
|
-
message: string;
|
|
3282
|
-
};
|
|
3283
|
-
requestId: string;
|
|
3284
|
-
};
|
|
3285
|
-
outputFormat: "json";
|
|
3286
|
-
status: 400;
|
|
3287
|
-
input: {
|
|
3288
|
-
param: {
|
|
3289
|
-
block: string;
|
|
3290
|
-
};
|
|
3291
|
-
} & {
|
|
3292
3308
|
query?: {
|
|
3293
3309
|
chainId?: string | string[];
|
|
3310
|
+
cursor?: string | string[];
|
|
3311
|
+
include?: string | string[];
|
|
3312
|
+
limit?: string | string[];
|
|
3313
|
+
order?: string | string[];
|
|
3314
|
+
page?: string | string[];
|
|
3315
|
+
userToken?: string | string[];
|
|
3316
|
+
validatorToken?: string | string[];
|
|
3294
3317
|
} | undefined;
|
|
3295
3318
|
};
|
|
3296
3319
|
} | {
|
|
3297
3320
|
output: {
|
|
3298
|
-
|
|
3299
|
-
|
|
3300
|
-
|
|
3301
|
-
|
|
3302
|
-
|
|
3303
|
-
|
|
3304
|
-
|
|
3305
|
-
|
|
3306
|
-
|
|
3307
|
-
|
|
3308
|
-
|
|
3309
|
-
|
|
3310
|
-
|
|
3311
|
-
|
|
3312
|
-
|
|
3313
|
-
|
|
3314
|
-
|
|
3315
|
-
|
|
3316
|
-
|
|
3317
|
-
output: {
|
|
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;
|
|
3321
|
+
data: {
|
|
3322
|
+
amountUserToken?: string | undefined;
|
|
3323
|
+
amountValidatorToken: string;
|
|
3324
|
+
blockNumber: number;
|
|
3325
|
+
id: string;
|
|
3326
|
+
liquidity: string;
|
|
3327
|
+
logIndex: number;
|
|
3328
|
+
minter: `0x${string}`;
|
|
3329
|
+
recipient?: `0x${string}` | undefined;
|
|
3330
|
+
timestamp: string;
|
|
3331
|
+
transactionHash: `0x${string}`;
|
|
3332
|
+
userToken: {
|
|
3333
|
+
address: `0x${string}`;
|
|
3334
|
+
currency?: string | undefined;
|
|
3335
|
+
decimals?: number | undefined;
|
|
3336
|
+
logoUri?: string | undefined;
|
|
3337
|
+
name?: string | undefined;
|
|
3338
|
+
symbol?: string | undefined;
|
|
3339
|
+
verified?: boolean | undefined;
|
|
3351
3340
|
};
|
|
3352
|
-
|
|
3353
|
-
|
|
3354
|
-
|
|
3355
|
-
|
|
3356
|
-
|
|
3357
|
-
|
|
3358
|
-
|
|
3341
|
+
validatorToken: {
|
|
3342
|
+
address: `0x${string}`;
|
|
3343
|
+
currency?: string | undefined;
|
|
3344
|
+
decimals?: number | undefined;
|
|
3345
|
+
logoUri?: string | undefined;
|
|
3346
|
+
name?: string | undefined;
|
|
3347
|
+
symbol?: string | undefined;
|
|
3348
|
+
verified?: boolean | undefined;
|
|
3349
|
+
};
|
|
3350
|
+
}[];
|
|
3351
|
+
meta?: {
|
|
3352
|
+
totalCountCapped: boolean;
|
|
3353
|
+
totalCount: number;
|
|
3354
|
+
} | undefined;
|
|
3355
|
+
nextCursor: string | null;
|
|
3359
3356
|
};
|
|
3360
3357
|
outputFormat: "json";
|
|
3361
3358
|
status: 200;
|
|
3362
3359
|
input: {
|
|
3363
|
-
param: {
|
|
3364
|
-
block: string;
|
|
3365
|
-
};
|
|
3366
|
-
} & {
|
|
3367
3360
|
query?: {
|
|
3368
3361
|
chainId?: string | string[];
|
|
3362
|
+
cursor?: string | string[];
|
|
3363
|
+
include?: string | string[];
|
|
3364
|
+
limit?: string | string[];
|
|
3365
|
+
order?: string | string[];
|
|
3366
|
+
page?: string | string[];
|
|
3367
|
+
userToken?: string | string[];
|
|
3368
|
+
validatorToken?: string | string[];
|
|
3369
3369
|
} | undefined;
|
|
3370
3370
|
};
|
|
3371
3371
|
};
|
|
@@ -4827,22 +4827,16 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
|
|
|
4827
4827
|
};
|
|
4828
4828
|
};
|
|
4829
4829
|
}, "/"> | import("hono/types").MergeSchemaPath<{
|
|
4830
|
-
"/v1/
|
|
4830
|
+
"/v1/verified-tokens": {
|
|
4831
4831
|
$get: {
|
|
4832
4832
|
output: null;
|
|
4833
4833
|
outputFormat: "body";
|
|
4834
4834
|
status: 402;
|
|
4835
4835
|
input: {
|
|
4836
|
-
query
|
|
4837
|
-
|
|
4838
|
-
|
|
4839
|
-
|
|
4840
|
-
provider?: string | string[];
|
|
4841
|
-
sourceAmount: string | string[];
|
|
4842
|
-
sourceAmountUnits?: string | string[];
|
|
4843
|
-
sourceChain: string | string[];
|
|
4844
|
-
sourceToken: string | string[];
|
|
4845
|
-
};
|
|
4836
|
+
query?: {
|
|
4837
|
+
chainId?: string | string[];
|
|
4838
|
+
currency?: string | string[];
|
|
4839
|
+
} | undefined;
|
|
4846
4840
|
};
|
|
4847
4841
|
} | {
|
|
4848
4842
|
output: {
|
|
@@ -4856,16 +4850,10 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
|
|
|
4856
4850
|
outputFormat: "json";
|
|
4857
4851
|
status: 400;
|
|
4858
4852
|
input: {
|
|
4859
|
-
query
|
|
4860
|
-
|
|
4861
|
-
|
|
4862
|
-
|
|
4863
|
-
provider?: string | string[];
|
|
4864
|
-
sourceAmount: string | string[];
|
|
4865
|
-
sourceAmountUnits?: string | string[];
|
|
4866
|
-
sourceChain: string | string[];
|
|
4867
|
-
sourceToken: string | string[];
|
|
4868
|
-
};
|
|
4853
|
+
query?: {
|
|
4854
|
+
chainId?: string | string[];
|
|
4855
|
+
currency?: string | string[];
|
|
4856
|
+
} | undefined;
|
|
4869
4857
|
};
|
|
4870
4858
|
} | {
|
|
4871
4859
|
output: {
|
|
@@ -4879,16 +4867,10 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
|
|
|
4879
4867
|
outputFormat: "json";
|
|
4880
4868
|
status: 401;
|
|
4881
4869
|
input: {
|
|
4882
|
-
query
|
|
4883
|
-
|
|
4884
|
-
|
|
4885
|
-
|
|
4886
|
-
provider?: string | string[];
|
|
4887
|
-
sourceAmount: string | string[];
|
|
4888
|
-
sourceAmountUnits?: string | string[];
|
|
4889
|
-
sourceChain: string | string[];
|
|
4890
|
-
sourceToken: string | string[];
|
|
4891
|
-
};
|
|
4870
|
+
query?: {
|
|
4871
|
+
chainId?: string | string[];
|
|
4872
|
+
currency?: string | string[];
|
|
4873
|
+
} | undefined;
|
|
4892
4874
|
};
|
|
4893
4875
|
} | {
|
|
4894
4876
|
output: {
|
|
@@ -4902,16 +4884,10 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
|
|
|
4902
4884
|
outputFormat: "json";
|
|
4903
4885
|
status: 403;
|
|
4904
4886
|
input: {
|
|
4905
|
-
query
|
|
4906
|
-
|
|
4907
|
-
|
|
4908
|
-
|
|
4909
|
-
provider?: string | string[];
|
|
4910
|
-
sourceAmount: string | string[];
|
|
4911
|
-
sourceAmountUnits?: string | string[];
|
|
4912
|
-
sourceChain: string | string[];
|
|
4913
|
-
sourceToken: string | string[];
|
|
4914
|
-
};
|
|
4887
|
+
query?: {
|
|
4888
|
+
chainId?: string | string[];
|
|
4889
|
+
currency?: string | string[];
|
|
4890
|
+
} | undefined;
|
|
4915
4891
|
};
|
|
4916
4892
|
} | {
|
|
4917
4893
|
output: {
|
|
@@ -4925,16 +4901,10 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
|
|
|
4925
4901
|
outputFormat: "json";
|
|
4926
4902
|
status: 429;
|
|
4927
4903
|
input: {
|
|
4928
|
-
query
|
|
4929
|
-
|
|
4930
|
-
|
|
4931
|
-
|
|
4932
|
-
provider?: string | string[];
|
|
4933
|
-
sourceAmount: string | string[];
|
|
4934
|
-
sourceAmountUnits?: string | string[];
|
|
4935
|
-
sourceChain: string | string[];
|
|
4936
|
-
sourceToken: string | string[];
|
|
4937
|
-
};
|
|
4904
|
+
query?: {
|
|
4905
|
+
chainId?: string | string[];
|
|
4906
|
+
currency?: string | string[];
|
|
4907
|
+
} | undefined;
|
|
4938
4908
|
};
|
|
4939
4909
|
} | {
|
|
4940
4910
|
output: {
|
|
@@ -4948,125 +4918,61 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
|
|
|
4948
4918
|
outputFormat: "json";
|
|
4949
4919
|
status: 400;
|
|
4950
4920
|
input: {
|
|
4951
|
-
query
|
|
4952
|
-
|
|
4953
|
-
|
|
4954
|
-
|
|
4955
|
-
|
|
4956
|
-
|
|
4957
|
-
|
|
4958
|
-
|
|
4959
|
-
|
|
4921
|
+
query?: {
|
|
4922
|
+
chainId?: string | string[];
|
|
4923
|
+
currency?: string | string[];
|
|
4924
|
+
} | undefined;
|
|
4925
|
+
};
|
|
4926
|
+
} | {
|
|
4927
|
+
output: {
|
|
4928
|
+
error: {
|
|
4929
|
+
code: "upstream_error";
|
|
4930
|
+
details?: readonly Response.error.Detail[] | undefined;
|
|
4931
|
+
message: string;
|
|
4960
4932
|
};
|
|
4933
|
+
requestId: string;
|
|
4934
|
+
};
|
|
4935
|
+
outputFormat: "json";
|
|
4936
|
+
status: 502;
|
|
4937
|
+
input: {
|
|
4938
|
+
query?: {
|
|
4939
|
+
chainId?: string | string[];
|
|
4940
|
+
currency?: string | string[];
|
|
4941
|
+
} | undefined;
|
|
4961
4942
|
};
|
|
4962
4943
|
} | {
|
|
4963
4944
|
output: {
|
|
4964
4945
|
data: {
|
|
4965
|
-
|
|
4966
|
-
|
|
4967
|
-
|
|
4968
|
-
|
|
4969
|
-
|
|
4970
|
-
|
|
4971
|
-
[x: string]: string;
|
|
4972
|
-
} | undefined;
|
|
4973
|
-
};
|
|
4974
|
-
destinationToken: {
|
|
4975
|
-
address: string;
|
|
4976
|
-
decimals: number;
|
|
4977
|
-
metadata: {
|
|
4978
|
-
[x: string]: string;
|
|
4979
|
-
};
|
|
4980
|
-
name: string;
|
|
4981
|
-
standard: string;
|
|
4982
|
-
symbol: string;
|
|
4983
|
-
tokenKey: string;
|
|
4984
|
-
verified: boolean;
|
|
4985
|
-
};
|
|
4986
|
-
errorCode: string | null;
|
|
4946
|
+
address: `0x${string}`;
|
|
4947
|
+
currency: string;
|
|
4948
|
+
decimals: number;
|
|
4949
|
+
logoUri?: string | undefined;
|
|
4950
|
+
name: string;
|
|
4951
|
+
symbol: string;
|
|
4987
4952
|
id: string;
|
|
4988
|
-
provider: {
|
|
4989
|
-
id: string;
|
|
4990
|
-
kind: string;
|
|
4991
|
-
name: string;
|
|
4992
|
-
requiresApiKey: boolean;
|
|
4993
|
-
};
|
|
4994
|
-
quality: {
|
|
4995
|
-
availableVolumeUsd: string | null;
|
|
4996
|
-
estimatedSeconds: number | null;
|
|
4997
|
-
feeBps: number | null;
|
|
4998
|
-
historicalVolumeUsd24h: string | null;
|
|
4999
|
-
instantVolumeUsd: string | null;
|
|
5000
|
-
liquiditySource: string;
|
|
5001
|
-
score: number | null;
|
|
5002
|
-
sourceDetail: string | null;
|
|
5003
|
-
tier: "error" | "liquid" | "thin" | "unavailable" | "unknown";
|
|
5004
|
-
};
|
|
5005
|
-
quote: {
|
|
5006
|
-
expiresAt: string | null;
|
|
5007
|
-
inputAmount: string;
|
|
5008
|
-
limits: {
|
|
5009
|
-
instantSourceAmount: string | null;
|
|
5010
|
-
maxSourceAmount: string | null;
|
|
5011
|
-
minSourceAmount: string | null;
|
|
5012
|
-
} | null;
|
|
5013
|
-
minimumOutputAmount: string | null;
|
|
5014
|
-
outputAmount: string | null;
|
|
5015
|
-
outputAmountFormatted: string | null;
|
|
5016
|
-
sampledAt: string;
|
|
5017
|
-
} | null;
|
|
5018
|
-
sourceAmount: {
|
|
5019
|
-
amount: string;
|
|
5020
|
-
formatted: string;
|
|
5021
|
-
usd: string | null;
|
|
5022
|
-
};
|
|
5023
|
-
sourceChain: {
|
|
5024
|
-
addressFormat: "evm" | "solana" | "tron";
|
|
5025
|
-
id: string;
|
|
5026
|
-
kind: "evm" | "solana" | "tron";
|
|
5027
|
-
name: string;
|
|
5028
|
-
providerIds?: {
|
|
5029
|
-
[x: string]: string;
|
|
5030
|
-
} | undefined;
|
|
5031
|
-
};
|
|
5032
|
-
sourceToken: {
|
|
5033
|
-
address: string;
|
|
5034
|
-
decimals: number;
|
|
5035
|
-
metadata: {
|
|
5036
|
-
[x: string]: string;
|
|
5037
|
-
};
|
|
5038
|
-
name: string;
|
|
5039
|
-
standard: string;
|
|
5040
|
-
symbol: string;
|
|
5041
|
-
tokenKey: string;
|
|
5042
|
-
verified: boolean;
|
|
5043
|
-
};
|
|
5044
|
-
status: "available" | "error" | "thin" | "unavailable" | "unknown";
|
|
5045
4953
|
}[];
|
|
5046
4954
|
};
|
|
5047
4955
|
outputFormat: "json";
|
|
5048
4956
|
status: 200;
|
|
5049
4957
|
input: {
|
|
5050
|
-
query
|
|
5051
|
-
|
|
5052
|
-
|
|
5053
|
-
|
|
5054
|
-
provider?: string | string[];
|
|
5055
|
-
sourceAmount: string | string[];
|
|
5056
|
-
sourceAmountUnits?: string | string[];
|
|
5057
|
-
sourceChain: string | string[];
|
|
5058
|
-
sourceToken: string | string[];
|
|
5059
|
-
};
|
|
4958
|
+
query?: {
|
|
4959
|
+
chainId?: string | string[];
|
|
4960
|
+
currency?: string | string[];
|
|
4961
|
+
} | undefined;
|
|
5060
4962
|
};
|
|
5061
4963
|
};
|
|
5062
4964
|
};
|
|
5063
4965
|
} & {
|
|
5064
|
-
"/v1/
|
|
4966
|
+
"/v1/verified-tokens/currencies": {
|
|
5065
4967
|
$get: {
|
|
5066
4968
|
output: null;
|
|
5067
4969
|
outputFormat: "body";
|
|
5068
4970
|
status: 402;
|
|
5069
|
-
input: {
|
|
4971
|
+
input: {
|
|
4972
|
+
query?: {
|
|
4973
|
+
chainId?: string | string[];
|
|
4974
|
+
} | undefined;
|
|
4975
|
+
};
|
|
5070
4976
|
} | {
|
|
5071
4977
|
output: {
|
|
5072
4978
|
error: {
|
|
@@ -5078,193 +4984,117 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
|
|
|
5078
4984
|
};
|
|
5079
4985
|
outputFormat: "json";
|
|
5080
4986
|
status: 400;
|
|
5081
|
-
input: {};
|
|
5082
|
-
} | {
|
|
5083
|
-
output: {
|
|
5084
|
-
error: {
|
|
5085
|
-
code: "api_key_invalid" | "api_key_missing";
|
|
5086
|
-
details?: readonly Response.error.Detail[] | undefined;
|
|
5087
|
-
message: string;
|
|
5088
|
-
};
|
|
5089
|
-
requestId: string;
|
|
5090
|
-
};
|
|
5091
|
-
outputFormat: "json";
|
|
5092
|
-
status: 401;
|
|
5093
|
-
input: {};
|
|
5094
|
-
} | {
|
|
5095
|
-
output: {
|
|
5096
|
-
error: {
|
|
5097
|
-
code: "api_key_forbidden";
|
|
5098
|
-
details?: readonly Response.error.Detail[] | undefined;
|
|
5099
|
-
message: string;
|
|
5100
|
-
};
|
|
5101
|
-
requestId: string;
|
|
5102
|
-
};
|
|
5103
|
-
outputFormat: "json";
|
|
5104
|
-
status: 403;
|
|
5105
|
-
input: {};
|
|
5106
|
-
} | {
|
|
5107
|
-
output: {
|
|
5108
|
-
error: {
|
|
5109
|
-
code: "payment_required" | "rate_limit_exceeded";
|
|
5110
|
-
details?: readonly Response.error.Detail[] | undefined;
|
|
5111
|
-
message: string;
|
|
5112
|
-
};
|
|
5113
|
-
requestId: string;
|
|
5114
|
-
};
|
|
5115
|
-
outputFormat: "json";
|
|
5116
|
-
status: 429;
|
|
5117
|
-
input: {};
|
|
5118
|
-
} | {
|
|
5119
|
-
output: {
|
|
5120
|
-
data: {
|
|
5121
|
-
addressFormat: "evm" | "solana" | "tron";
|
|
5122
|
-
id: string;
|
|
5123
|
-
kind: "evm" | "solana" | "tron";
|
|
5124
|
-
name: string;
|
|
5125
|
-
providerIds?: {
|
|
5126
|
-
[x: string]: string;
|
|
5127
|
-
} | undefined;
|
|
5128
|
-
tokens: {
|
|
5129
|
-
address: string;
|
|
5130
|
-
decimals: number;
|
|
5131
|
-
metadata: {
|
|
5132
|
-
[x: string]: string;
|
|
5133
|
-
};
|
|
5134
|
-
name: string;
|
|
5135
|
-
standard: string;
|
|
5136
|
-
symbol: string;
|
|
5137
|
-
tokenKey: string;
|
|
5138
|
-
verified: boolean;
|
|
5139
|
-
}[];
|
|
5140
|
-
}[];
|
|
5141
|
-
};
|
|
5142
|
-
outputFormat: "json";
|
|
5143
|
-
status: 200;
|
|
5144
|
-
input: {};
|
|
5145
|
-
};
|
|
5146
|
-
};
|
|
5147
|
-
} & {
|
|
5148
|
-
"/v1/providers": {
|
|
5149
|
-
$get: {
|
|
5150
|
-
output: null;
|
|
5151
|
-
outputFormat: "body";
|
|
5152
|
-
status: 402;
|
|
5153
4987
|
input: {
|
|
5154
4988
|
query?: {
|
|
5155
|
-
|
|
4989
|
+
chainId?: string | string[];
|
|
5156
4990
|
} | undefined;
|
|
5157
4991
|
};
|
|
5158
4992
|
} | {
|
|
5159
4993
|
output: {
|
|
5160
4994
|
error: {
|
|
5161
|
-
code: "
|
|
4995
|
+
code: "api_key_invalid" | "api_key_missing";
|
|
5162
4996
|
details?: readonly Response.error.Detail[] | undefined;
|
|
5163
4997
|
message: string;
|
|
5164
4998
|
};
|
|
5165
4999
|
requestId: string;
|
|
5166
5000
|
};
|
|
5167
5001
|
outputFormat: "json";
|
|
5168
|
-
status:
|
|
5002
|
+
status: 401;
|
|
5169
5003
|
input: {
|
|
5170
5004
|
query?: {
|
|
5171
|
-
|
|
5005
|
+
chainId?: string | string[];
|
|
5172
5006
|
} | undefined;
|
|
5173
5007
|
};
|
|
5174
5008
|
} | {
|
|
5175
5009
|
output: {
|
|
5176
5010
|
error: {
|
|
5177
|
-
code: "
|
|
5011
|
+
code: "api_key_forbidden";
|
|
5178
5012
|
details?: readonly Response.error.Detail[] | undefined;
|
|
5179
5013
|
message: string;
|
|
5180
5014
|
};
|
|
5181
5015
|
requestId: string;
|
|
5182
5016
|
};
|
|
5183
5017
|
outputFormat: "json";
|
|
5184
|
-
status:
|
|
5018
|
+
status: 403;
|
|
5185
5019
|
input: {
|
|
5186
5020
|
query?: {
|
|
5187
|
-
|
|
5021
|
+
chainId?: string | string[];
|
|
5188
5022
|
} | undefined;
|
|
5189
5023
|
};
|
|
5190
5024
|
} | {
|
|
5191
5025
|
output: {
|
|
5192
5026
|
error: {
|
|
5193
|
-
code: "
|
|
5027
|
+
code: "payment_required" | "rate_limit_exceeded";
|
|
5194
5028
|
details?: readonly Response.error.Detail[] | undefined;
|
|
5195
5029
|
message: string;
|
|
5196
5030
|
};
|
|
5197
5031
|
requestId: string;
|
|
5198
5032
|
};
|
|
5199
5033
|
outputFormat: "json";
|
|
5200
|
-
status:
|
|
5034
|
+
status: 429;
|
|
5201
5035
|
input: {
|
|
5202
5036
|
query?: {
|
|
5203
|
-
|
|
5037
|
+
chainId?: string | string[];
|
|
5204
5038
|
} | undefined;
|
|
5205
5039
|
};
|
|
5206
5040
|
} | {
|
|
5207
5041
|
output: {
|
|
5208
5042
|
error: {
|
|
5209
|
-
code: "
|
|
5043
|
+
code: "query_invalid";
|
|
5210
5044
|
details?: readonly Response.error.Detail[] | undefined;
|
|
5211
5045
|
message: string;
|
|
5212
5046
|
};
|
|
5213
5047
|
requestId: string;
|
|
5214
5048
|
};
|
|
5215
5049
|
outputFormat: "json";
|
|
5216
|
-
status:
|
|
5050
|
+
status: 400;
|
|
5217
5051
|
input: {
|
|
5218
5052
|
query?: {
|
|
5219
|
-
|
|
5053
|
+
chainId?: string | string[];
|
|
5220
5054
|
} | undefined;
|
|
5221
5055
|
};
|
|
5222
5056
|
} | {
|
|
5223
5057
|
output: {
|
|
5224
5058
|
error: {
|
|
5225
|
-
code: "
|
|
5059
|
+
code: "upstream_error";
|
|
5226
5060
|
details?: readonly Response.error.Detail[] | undefined;
|
|
5227
5061
|
message: string;
|
|
5228
5062
|
};
|
|
5229
5063
|
requestId: string;
|
|
5230
5064
|
};
|
|
5231
5065
|
outputFormat: "json";
|
|
5232
|
-
status:
|
|
5066
|
+
status: 502;
|
|
5233
5067
|
input: {
|
|
5234
5068
|
query?: {
|
|
5235
|
-
|
|
5069
|
+
chainId?: string | string[];
|
|
5236
5070
|
} | undefined;
|
|
5237
5071
|
};
|
|
5238
5072
|
} | {
|
|
5239
5073
|
output: {
|
|
5240
|
-
data:
|
|
5241
|
-
capabilities: "fundingRoutes"[];
|
|
5242
|
-
id: string;
|
|
5243
|
-
kind: string;
|
|
5244
|
-
name: string;
|
|
5245
|
-
requiresApiKey: boolean;
|
|
5246
|
-
status: "configured" | "inventoryOnly" | "planned";
|
|
5247
|
-
}[];
|
|
5074
|
+
data: string[];
|
|
5248
5075
|
};
|
|
5249
5076
|
outputFormat: "json";
|
|
5250
5077
|
status: 200;
|
|
5251
5078
|
input: {
|
|
5252
5079
|
query?: {
|
|
5253
|
-
|
|
5080
|
+
chainId?: string | string[];
|
|
5254
5081
|
} | undefined;
|
|
5255
5082
|
};
|
|
5256
5083
|
};
|
|
5257
5084
|
};
|
|
5258
|
-
}
|
|
5259
|
-
"/v1/verified-tokens": {
|
|
5085
|
+
} & {
|
|
5086
|
+
"/v1/verified-tokens/:address": {
|
|
5260
5087
|
$get: {
|
|
5261
5088
|
output: null;
|
|
5262
5089
|
outputFormat: "body";
|
|
5263
5090
|
status: 402;
|
|
5264
5091
|
input: {
|
|
5092
|
+
param: {
|
|
5093
|
+
address: `0x${string}`;
|
|
5094
|
+
};
|
|
5095
|
+
} & {
|
|
5265
5096
|
query?: {
|
|
5266
5097
|
chainId?: string | string[];
|
|
5267
|
-
currency?: string | string[];
|
|
5268
5098
|
} | undefined;
|
|
5269
5099
|
};
|
|
5270
5100
|
} | {
|
|
@@ -5279,9 +5109,12 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
|
|
|
5279
5109
|
outputFormat: "json";
|
|
5280
5110
|
status: 400;
|
|
5281
5111
|
input: {
|
|
5112
|
+
param: {
|
|
5113
|
+
address: `0x${string}`;
|
|
5114
|
+
};
|
|
5115
|
+
} & {
|
|
5282
5116
|
query?: {
|
|
5283
5117
|
chainId?: string | string[];
|
|
5284
|
-
currency?: string | string[];
|
|
5285
5118
|
} | undefined;
|
|
5286
5119
|
};
|
|
5287
5120
|
} | {
|
|
@@ -5296,9 +5129,12 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
|
|
|
5296
5129
|
outputFormat: "json";
|
|
5297
5130
|
status: 401;
|
|
5298
5131
|
input: {
|
|
5132
|
+
param: {
|
|
5133
|
+
address: `0x${string}`;
|
|
5134
|
+
};
|
|
5135
|
+
} & {
|
|
5299
5136
|
query?: {
|
|
5300
5137
|
chainId?: string | string[];
|
|
5301
|
-
currency?: string | string[];
|
|
5302
5138
|
} | undefined;
|
|
5303
5139
|
};
|
|
5304
5140
|
} | {
|
|
@@ -5313,9 +5149,12 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
|
|
|
5313
5149
|
outputFormat: "json";
|
|
5314
5150
|
status: 403;
|
|
5315
5151
|
input: {
|
|
5152
|
+
param: {
|
|
5153
|
+
address: `0x${string}`;
|
|
5154
|
+
};
|
|
5155
|
+
} & {
|
|
5316
5156
|
query?: {
|
|
5317
5157
|
chainId?: string | string[];
|
|
5318
|
-
currency?: string | string[];
|
|
5319
5158
|
} | undefined;
|
|
5320
5159
|
};
|
|
5321
5160
|
} | {
|
|
@@ -5330,9 +5169,12 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
|
|
|
5330
5169
|
outputFormat: "json";
|
|
5331
5170
|
status: 429;
|
|
5332
5171
|
input: {
|
|
5172
|
+
param: {
|
|
5173
|
+
address: `0x${string}`;
|
|
5174
|
+
};
|
|
5175
|
+
} & {
|
|
5333
5176
|
query?: {
|
|
5334
5177
|
chainId?: string | string[];
|
|
5335
|
-
currency?: string | string[];
|
|
5336
5178
|
} | undefined;
|
|
5337
5179
|
};
|
|
5338
5180
|
} | {
|
|
@@ -5347,9 +5189,12 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
|
|
|
5347
5189
|
outputFormat: "json";
|
|
5348
5190
|
status: 400;
|
|
5349
5191
|
input: {
|
|
5192
|
+
param: {
|
|
5193
|
+
address: `0x${string}`;
|
|
5194
|
+
};
|
|
5195
|
+
} & {
|
|
5350
5196
|
query?: {
|
|
5351
5197
|
chainId?: string | string[];
|
|
5352
|
-
currency?: string | string[];
|
|
5353
5198
|
} | undefined;
|
|
5354
5199
|
};
|
|
5355
5200
|
} | {
|
|
@@ -5364,40 +5209,10 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
|
|
|
5364
5209
|
outputFormat: "json";
|
|
5365
5210
|
status: 502;
|
|
5366
5211
|
input: {
|
|
5367
|
-
|
|
5368
|
-
chainId?: string | string[];
|
|
5369
|
-
currency?: string | string[];
|
|
5370
|
-
} | undefined;
|
|
5371
|
-
};
|
|
5372
|
-
} | {
|
|
5373
|
-
output: {
|
|
5374
|
-
data: {
|
|
5212
|
+
param: {
|
|
5375
5213
|
address: `0x${string}`;
|
|
5376
|
-
|
|
5377
|
-
|
|
5378
|
-
logoUri?: string | undefined;
|
|
5379
|
-
name: string;
|
|
5380
|
-
symbol: string;
|
|
5381
|
-
id: string;
|
|
5382
|
-
}[];
|
|
5383
|
-
};
|
|
5384
|
-
outputFormat: "json";
|
|
5385
|
-
status: 200;
|
|
5386
|
-
input: {
|
|
5387
|
-
query?: {
|
|
5388
|
-
chainId?: string | string[];
|
|
5389
|
-
currency?: string | string[];
|
|
5390
|
-
} | undefined;
|
|
5391
|
-
};
|
|
5392
|
-
};
|
|
5393
|
-
};
|
|
5394
|
-
} & {
|
|
5395
|
-
"/v1/verified-tokens/currencies": {
|
|
5396
|
-
$get: {
|
|
5397
|
-
output: null;
|
|
5398
|
-
outputFormat: "body";
|
|
5399
|
-
status: 402;
|
|
5400
|
-
input: {
|
|
5214
|
+
};
|
|
5215
|
+
} & {
|
|
5401
5216
|
query?: {
|
|
5402
5217
|
chainId?: string | string[];
|
|
5403
5218
|
} | undefined;
|
|
@@ -5405,7 +5220,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
|
|
|
5405
5220
|
} | {
|
|
5406
5221
|
output: {
|
|
5407
5222
|
error: {
|
|
5408
|
-
code: "
|
|
5223
|
+
code: "address_invalid";
|
|
5409
5224
|
details?: readonly Response.error.Detail[] | undefined;
|
|
5410
5225
|
message: string;
|
|
5411
5226
|
};
|
|
@@ -5414,6 +5229,10 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
|
|
|
5414
5229
|
outputFormat: "json";
|
|
5415
5230
|
status: 400;
|
|
5416
5231
|
input: {
|
|
5232
|
+
param: {
|
|
5233
|
+
address: `0x${string}`;
|
|
5234
|
+
};
|
|
5235
|
+
} & {
|
|
5417
5236
|
query?: {
|
|
5418
5237
|
chainId?: string | string[];
|
|
5419
5238
|
} | undefined;
|
|
@@ -5421,71 +5240,606 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
|
|
|
5421
5240
|
} | {
|
|
5422
5241
|
output: {
|
|
5423
5242
|
error: {
|
|
5424
|
-
code: "
|
|
5243
|
+
code: "verified_token_not_found";
|
|
5425
5244
|
details?: readonly Response.error.Detail[] | undefined;
|
|
5426
5245
|
message: string;
|
|
5427
5246
|
};
|
|
5428
5247
|
requestId: string;
|
|
5429
5248
|
};
|
|
5430
5249
|
outputFormat: "json";
|
|
5431
|
-
status:
|
|
5250
|
+
status: 404;
|
|
5432
5251
|
input: {
|
|
5252
|
+
param: {
|
|
5253
|
+
address: `0x${string}`;
|
|
5254
|
+
};
|
|
5255
|
+
} & {
|
|
5433
5256
|
query?: {
|
|
5434
5257
|
chainId?: string | string[];
|
|
5435
5258
|
} | undefined;
|
|
5436
5259
|
};
|
|
5260
|
+
} | {
|
|
5261
|
+
output: {
|
|
5262
|
+
address: `0x${string}`;
|
|
5263
|
+
currency: string;
|
|
5264
|
+
decimals: number;
|
|
5265
|
+
logoUri?: string | undefined;
|
|
5266
|
+
name: string;
|
|
5267
|
+
symbol: string;
|
|
5268
|
+
id: string;
|
|
5269
|
+
};
|
|
5270
|
+
outputFormat: "json";
|
|
5271
|
+
status: 200;
|
|
5272
|
+
input: {
|
|
5273
|
+
param: {
|
|
5274
|
+
address: `0x${string}`;
|
|
5275
|
+
};
|
|
5276
|
+
} & {
|
|
5277
|
+
query?: {
|
|
5278
|
+
chainId?: string | string[];
|
|
5279
|
+
} | undefined;
|
|
5280
|
+
};
|
|
5281
|
+
};
|
|
5282
|
+
};
|
|
5283
|
+
}, "/"> | import("hono/types").MergeSchemaPath<{
|
|
5284
|
+
"/v1/funding/routes": {
|
|
5285
|
+
$get: {
|
|
5286
|
+
output: null;
|
|
5287
|
+
outputFormat: "body";
|
|
5288
|
+
status: 402;
|
|
5289
|
+
input: {
|
|
5290
|
+
query: {
|
|
5291
|
+
destinationToken?: string | string[];
|
|
5292
|
+
include?: string | string[];
|
|
5293
|
+
limit?: string | string[];
|
|
5294
|
+
provider?: string | string[];
|
|
5295
|
+
sourceAmount: string | string[];
|
|
5296
|
+
sourceAmountUnits?: string | string[];
|
|
5297
|
+
sourceChain: string | string[];
|
|
5298
|
+
sourceToken: string | string[];
|
|
5299
|
+
};
|
|
5300
|
+
};
|
|
5301
|
+
} | {
|
|
5302
|
+
output: {
|
|
5303
|
+
error: {
|
|
5304
|
+
code: "api_key_malformed";
|
|
5305
|
+
details?: readonly Response.error.Detail[] | undefined;
|
|
5306
|
+
message: string;
|
|
5307
|
+
};
|
|
5308
|
+
requestId: string;
|
|
5309
|
+
};
|
|
5310
|
+
outputFormat: "json";
|
|
5311
|
+
status: 400;
|
|
5312
|
+
input: {
|
|
5313
|
+
query: {
|
|
5314
|
+
destinationToken?: string | string[];
|
|
5315
|
+
include?: string | string[];
|
|
5316
|
+
limit?: string | string[];
|
|
5317
|
+
provider?: string | string[];
|
|
5318
|
+
sourceAmount: string | string[];
|
|
5319
|
+
sourceAmountUnits?: string | string[];
|
|
5320
|
+
sourceChain: string | string[];
|
|
5321
|
+
sourceToken: string | string[];
|
|
5322
|
+
};
|
|
5323
|
+
};
|
|
5324
|
+
} | {
|
|
5325
|
+
output: {
|
|
5326
|
+
error: {
|
|
5327
|
+
code: "api_key_invalid" | "api_key_missing";
|
|
5328
|
+
details?: readonly Response.error.Detail[] | undefined;
|
|
5329
|
+
message: string;
|
|
5330
|
+
};
|
|
5331
|
+
requestId: string;
|
|
5332
|
+
};
|
|
5333
|
+
outputFormat: "json";
|
|
5334
|
+
status: 401;
|
|
5335
|
+
input: {
|
|
5336
|
+
query: {
|
|
5337
|
+
destinationToken?: string | string[];
|
|
5338
|
+
include?: string | string[];
|
|
5339
|
+
limit?: string | string[];
|
|
5340
|
+
provider?: string | string[];
|
|
5341
|
+
sourceAmount: string | string[];
|
|
5342
|
+
sourceAmountUnits?: string | string[];
|
|
5343
|
+
sourceChain: string | string[];
|
|
5344
|
+
sourceToken: string | string[];
|
|
5345
|
+
};
|
|
5346
|
+
};
|
|
5347
|
+
} | {
|
|
5348
|
+
output: {
|
|
5349
|
+
error: {
|
|
5350
|
+
code: "api_key_forbidden";
|
|
5351
|
+
details?: readonly Response.error.Detail[] | undefined;
|
|
5352
|
+
message: string;
|
|
5353
|
+
};
|
|
5354
|
+
requestId: string;
|
|
5355
|
+
};
|
|
5356
|
+
outputFormat: "json";
|
|
5357
|
+
status: 403;
|
|
5358
|
+
input: {
|
|
5359
|
+
query: {
|
|
5360
|
+
destinationToken?: string | string[];
|
|
5361
|
+
include?: string | string[];
|
|
5362
|
+
limit?: string | string[];
|
|
5363
|
+
provider?: string | string[];
|
|
5364
|
+
sourceAmount: string | string[];
|
|
5365
|
+
sourceAmountUnits?: string | string[];
|
|
5366
|
+
sourceChain: string | string[];
|
|
5367
|
+
sourceToken: string | string[];
|
|
5368
|
+
};
|
|
5369
|
+
};
|
|
5370
|
+
} | {
|
|
5371
|
+
output: {
|
|
5372
|
+
error: {
|
|
5373
|
+
code: "payment_required" | "rate_limit_exceeded";
|
|
5374
|
+
details?: readonly Response.error.Detail[] | undefined;
|
|
5375
|
+
message: string;
|
|
5376
|
+
};
|
|
5377
|
+
requestId: string;
|
|
5378
|
+
};
|
|
5379
|
+
outputFormat: "json";
|
|
5380
|
+
status: 429;
|
|
5381
|
+
input: {
|
|
5382
|
+
query: {
|
|
5383
|
+
destinationToken?: string | string[];
|
|
5384
|
+
include?: string | string[];
|
|
5385
|
+
limit?: string | string[];
|
|
5386
|
+
provider?: string | string[];
|
|
5387
|
+
sourceAmount: string | string[];
|
|
5388
|
+
sourceAmountUnits?: string | string[];
|
|
5389
|
+
sourceChain: string | string[];
|
|
5390
|
+
sourceToken: string | string[];
|
|
5391
|
+
};
|
|
5392
|
+
};
|
|
5393
|
+
} | {
|
|
5394
|
+
output: {
|
|
5395
|
+
error: {
|
|
5396
|
+
code: "query_invalid";
|
|
5397
|
+
details?: readonly Response.error.Detail[] | undefined;
|
|
5398
|
+
message: string;
|
|
5399
|
+
};
|
|
5400
|
+
requestId: string;
|
|
5401
|
+
};
|
|
5402
|
+
outputFormat: "json";
|
|
5403
|
+
status: 400;
|
|
5404
|
+
input: {
|
|
5405
|
+
query: {
|
|
5406
|
+
destinationToken?: string | string[];
|
|
5407
|
+
include?: string | string[];
|
|
5408
|
+
limit?: string | string[];
|
|
5409
|
+
provider?: string | string[];
|
|
5410
|
+
sourceAmount: string | string[];
|
|
5411
|
+
sourceAmountUnits?: string | string[];
|
|
5412
|
+
sourceChain: string | string[];
|
|
5413
|
+
sourceToken: string | string[];
|
|
5414
|
+
};
|
|
5415
|
+
};
|
|
5416
|
+
} | {
|
|
5417
|
+
output: {
|
|
5418
|
+
data: {
|
|
5419
|
+
destinationChain: {
|
|
5420
|
+
addressFormat: "evm" | "solana" | "tron";
|
|
5421
|
+
id: string;
|
|
5422
|
+
kind: "evm" | "solana" | "tron";
|
|
5423
|
+
name: string;
|
|
5424
|
+
providerIds?: {
|
|
5425
|
+
[x: string]: string;
|
|
5426
|
+
} | undefined;
|
|
5427
|
+
};
|
|
5428
|
+
destinationToken: {
|
|
5429
|
+
address: string;
|
|
5430
|
+
decimals: number;
|
|
5431
|
+
metadata: {
|
|
5432
|
+
[x: string]: string;
|
|
5433
|
+
};
|
|
5434
|
+
name: string;
|
|
5435
|
+
standard: string;
|
|
5436
|
+
symbol: string;
|
|
5437
|
+
tokenKey: string;
|
|
5438
|
+
verified: boolean;
|
|
5439
|
+
};
|
|
5440
|
+
errorCode: string | null;
|
|
5441
|
+
id: string;
|
|
5442
|
+
provider: {
|
|
5443
|
+
id: string;
|
|
5444
|
+
kind: string;
|
|
5445
|
+
name: string;
|
|
5446
|
+
requiresApiKey: boolean;
|
|
5447
|
+
};
|
|
5448
|
+
quality: {
|
|
5449
|
+
availableVolumeUsd: string | null;
|
|
5450
|
+
estimatedSeconds: number | null;
|
|
5451
|
+
feeBps: number | null;
|
|
5452
|
+
historicalVolumeUsd24h: string | null;
|
|
5453
|
+
instantVolumeUsd: string | null;
|
|
5454
|
+
liquiditySource: string;
|
|
5455
|
+
score: number | null;
|
|
5456
|
+
sourceDetail: string | null;
|
|
5457
|
+
tier: "error" | "liquid" | "thin" | "unavailable" | "unknown";
|
|
5458
|
+
};
|
|
5459
|
+
quote: {
|
|
5460
|
+
expiresAt: string | null;
|
|
5461
|
+
inputAmount: string;
|
|
5462
|
+
limits: {
|
|
5463
|
+
instantSourceAmount: string | null;
|
|
5464
|
+
maxSourceAmount: string | null;
|
|
5465
|
+
minSourceAmount: string | null;
|
|
5466
|
+
} | null;
|
|
5467
|
+
minimumOutputAmount: string | null;
|
|
5468
|
+
outputAmount: string | null;
|
|
5469
|
+
outputAmountFormatted: string | null;
|
|
5470
|
+
sampledAt: string;
|
|
5471
|
+
} | null;
|
|
5472
|
+
sourceAmount: {
|
|
5473
|
+
amount: string;
|
|
5474
|
+
formatted: string;
|
|
5475
|
+
usd: string | null;
|
|
5476
|
+
};
|
|
5477
|
+
sourceChain: {
|
|
5478
|
+
addressFormat: "evm" | "solana" | "tron";
|
|
5479
|
+
id: string;
|
|
5480
|
+
kind: "evm" | "solana" | "tron";
|
|
5481
|
+
name: string;
|
|
5482
|
+
providerIds?: {
|
|
5483
|
+
[x: string]: string;
|
|
5484
|
+
} | undefined;
|
|
5485
|
+
};
|
|
5486
|
+
sourceToken: {
|
|
5487
|
+
address: string;
|
|
5488
|
+
decimals: number;
|
|
5489
|
+
metadata: {
|
|
5490
|
+
[x: string]: string;
|
|
5491
|
+
};
|
|
5492
|
+
name: string;
|
|
5493
|
+
standard: string;
|
|
5494
|
+
symbol: string;
|
|
5495
|
+
tokenKey: string;
|
|
5496
|
+
verified: boolean;
|
|
5497
|
+
};
|
|
5498
|
+
status: "available" | "error" | "thin" | "unavailable" | "unknown";
|
|
5499
|
+
}[];
|
|
5500
|
+
};
|
|
5501
|
+
outputFormat: "json";
|
|
5502
|
+
status: 200;
|
|
5503
|
+
input: {
|
|
5504
|
+
query: {
|
|
5505
|
+
destinationToken?: string | string[];
|
|
5506
|
+
include?: string | string[];
|
|
5507
|
+
limit?: string | string[];
|
|
5508
|
+
provider?: string | string[];
|
|
5509
|
+
sourceAmount: string | string[];
|
|
5510
|
+
sourceAmountUnits?: string | string[];
|
|
5511
|
+
sourceChain: string | string[];
|
|
5512
|
+
sourceToken: string | string[];
|
|
5513
|
+
};
|
|
5514
|
+
};
|
|
5515
|
+
};
|
|
5516
|
+
};
|
|
5517
|
+
} & {
|
|
5518
|
+
"/v1/funding/routes/quote": {
|
|
5519
|
+
$post: {
|
|
5520
|
+
output: null;
|
|
5521
|
+
outputFormat: "body";
|
|
5522
|
+
status: 402;
|
|
5523
|
+
input: {
|
|
5524
|
+
json: {
|
|
5525
|
+
depositor: `0x${string}`;
|
|
5526
|
+
destinationToken?: string | undefined;
|
|
5527
|
+
provider: "across";
|
|
5528
|
+
recipient?: `0x${string}` | undefined;
|
|
5529
|
+
sourceAmount: string;
|
|
5530
|
+
sourceAmountUnits?: "baseUnits" | "decimal" | undefined;
|
|
5531
|
+
sourceChain: string;
|
|
5532
|
+
sourceToken: string;
|
|
5533
|
+
};
|
|
5534
|
+
};
|
|
5535
|
+
} | {
|
|
5536
|
+
output: {
|
|
5537
|
+
error: {
|
|
5538
|
+
code: "api_key_malformed";
|
|
5539
|
+
details?: readonly Response.error.Detail[] | undefined;
|
|
5540
|
+
message: string;
|
|
5541
|
+
};
|
|
5542
|
+
requestId: string;
|
|
5543
|
+
};
|
|
5544
|
+
outputFormat: "json";
|
|
5545
|
+
status: 400;
|
|
5546
|
+
input: {
|
|
5547
|
+
json: {
|
|
5548
|
+
depositor: `0x${string}`;
|
|
5549
|
+
destinationToken?: string | undefined;
|
|
5550
|
+
provider: "across";
|
|
5551
|
+
recipient?: `0x${string}` | undefined;
|
|
5552
|
+
sourceAmount: string;
|
|
5553
|
+
sourceAmountUnits?: "baseUnits" | "decimal" | undefined;
|
|
5554
|
+
sourceChain: string;
|
|
5555
|
+
sourceToken: string;
|
|
5556
|
+
};
|
|
5557
|
+
};
|
|
5558
|
+
} | {
|
|
5559
|
+
output: {
|
|
5560
|
+
error: {
|
|
5561
|
+
code: "api_key_invalid" | "api_key_missing";
|
|
5562
|
+
details?: readonly Response.error.Detail[] | undefined;
|
|
5563
|
+
message: string;
|
|
5564
|
+
};
|
|
5565
|
+
requestId: string;
|
|
5566
|
+
};
|
|
5567
|
+
outputFormat: "json";
|
|
5568
|
+
status: 401;
|
|
5569
|
+
input: {
|
|
5570
|
+
json: {
|
|
5571
|
+
depositor: `0x${string}`;
|
|
5572
|
+
destinationToken?: string | undefined;
|
|
5573
|
+
provider: "across";
|
|
5574
|
+
recipient?: `0x${string}` | undefined;
|
|
5575
|
+
sourceAmount: string;
|
|
5576
|
+
sourceAmountUnits?: "baseUnits" | "decimal" | undefined;
|
|
5577
|
+
sourceChain: string;
|
|
5578
|
+
sourceToken: string;
|
|
5579
|
+
};
|
|
5580
|
+
};
|
|
5581
|
+
} | {
|
|
5582
|
+
output: {
|
|
5583
|
+
error: {
|
|
5584
|
+
code: "api_key_forbidden";
|
|
5585
|
+
details?: readonly Response.error.Detail[] | undefined;
|
|
5586
|
+
message: string;
|
|
5587
|
+
};
|
|
5588
|
+
requestId: string;
|
|
5589
|
+
};
|
|
5590
|
+
outputFormat: "json";
|
|
5591
|
+
status: 403;
|
|
5592
|
+
input: {
|
|
5593
|
+
json: {
|
|
5594
|
+
depositor: `0x${string}`;
|
|
5595
|
+
destinationToken?: string | undefined;
|
|
5596
|
+
provider: "across";
|
|
5597
|
+
recipient?: `0x${string}` | undefined;
|
|
5598
|
+
sourceAmount: string;
|
|
5599
|
+
sourceAmountUnits?: "baseUnits" | "decimal" | undefined;
|
|
5600
|
+
sourceChain: string;
|
|
5601
|
+
sourceToken: string;
|
|
5602
|
+
};
|
|
5603
|
+
};
|
|
5604
|
+
} | {
|
|
5605
|
+
output: {
|
|
5606
|
+
error: {
|
|
5607
|
+
code: "payment_required" | "rate_limit_exceeded";
|
|
5608
|
+
details?: readonly Response.error.Detail[] | undefined;
|
|
5609
|
+
message: string;
|
|
5610
|
+
};
|
|
5611
|
+
requestId: string;
|
|
5612
|
+
};
|
|
5613
|
+
outputFormat: "json";
|
|
5614
|
+
status: 429;
|
|
5615
|
+
input: {
|
|
5616
|
+
json: {
|
|
5617
|
+
depositor: `0x${string}`;
|
|
5618
|
+
destinationToken?: string | undefined;
|
|
5619
|
+
provider: "across";
|
|
5620
|
+
recipient?: `0x${string}` | undefined;
|
|
5621
|
+
sourceAmount: string;
|
|
5622
|
+
sourceAmountUnits?: "baseUnits" | "decimal" | undefined;
|
|
5623
|
+
sourceChain: string;
|
|
5624
|
+
sourceToken: string;
|
|
5625
|
+
};
|
|
5626
|
+
};
|
|
5627
|
+
} | {
|
|
5628
|
+
output: {
|
|
5629
|
+
error: {
|
|
5630
|
+
code: "body_invalid";
|
|
5631
|
+
details?: readonly Response.error.Detail[] | undefined;
|
|
5632
|
+
message: string;
|
|
5633
|
+
};
|
|
5634
|
+
requestId: string;
|
|
5635
|
+
};
|
|
5636
|
+
outputFormat: "json";
|
|
5637
|
+
status: 400;
|
|
5638
|
+
input: {
|
|
5639
|
+
json: {
|
|
5640
|
+
depositor: `0x${string}`;
|
|
5641
|
+
destinationToken?: string | undefined;
|
|
5642
|
+
provider: "across";
|
|
5643
|
+
recipient?: `0x${string}` | undefined;
|
|
5644
|
+
sourceAmount: string;
|
|
5645
|
+
sourceAmountUnits?: "baseUnits" | "decimal" | undefined;
|
|
5646
|
+
sourceChain: string;
|
|
5647
|
+
sourceToken: string;
|
|
5648
|
+
};
|
|
5649
|
+
};
|
|
5650
|
+
} | {
|
|
5651
|
+
output: {
|
|
5652
|
+
destinationChain: {
|
|
5653
|
+
addressFormat: "evm" | "solana" | "tron";
|
|
5654
|
+
id: string;
|
|
5655
|
+
kind: "evm" | "solana" | "tron";
|
|
5656
|
+
name: string;
|
|
5657
|
+
providerIds?: {
|
|
5658
|
+
[x: string]: string;
|
|
5659
|
+
} | undefined;
|
|
5660
|
+
};
|
|
5661
|
+
destinationToken: {
|
|
5662
|
+
address: string;
|
|
5663
|
+
decimals: number;
|
|
5664
|
+
metadata: {
|
|
5665
|
+
[x: string]: string;
|
|
5666
|
+
};
|
|
5667
|
+
name: string;
|
|
5668
|
+
standard: string;
|
|
5669
|
+
symbol: string;
|
|
5670
|
+
tokenKey: string;
|
|
5671
|
+
verified: boolean;
|
|
5672
|
+
};
|
|
5673
|
+
estimatedSeconds: number | null;
|
|
5674
|
+
expiresAt: string;
|
|
5675
|
+
fees: {
|
|
5676
|
+
total: {
|
|
5677
|
+
amount: string;
|
|
5678
|
+
amountUsd: string | null;
|
|
5679
|
+
bps: number | null;
|
|
5680
|
+
token: {
|
|
5681
|
+
address: string;
|
|
5682
|
+
chainId: string;
|
|
5683
|
+
decimals: number;
|
|
5684
|
+
symbol: string;
|
|
5685
|
+
};
|
|
5686
|
+
};
|
|
5687
|
+
totalMax: {
|
|
5688
|
+
amount: string;
|
|
5689
|
+
amountUsd: string | null;
|
|
5690
|
+
bps: number | null;
|
|
5691
|
+
token: {
|
|
5692
|
+
address: string;
|
|
5693
|
+
chainId: string;
|
|
5694
|
+
decimals: number;
|
|
5695
|
+
symbol: string;
|
|
5696
|
+
};
|
|
5697
|
+
};
|
|
5698
|
+
};
|
|
5699
|
+
inputAmount: string;
|
|
5700
|
+
minimumOutputAmount: string;
|
|
5701
|
+
outputAmount: string;
|
|
5702
|
+
outputAmountFormatted: string;
|
|
5703
|
+
provider: {
|
|
5704
|
+
id: string;
|
|
5705
|
+
kind: string;
|
|
5706
|
+
name: string;
|
|
5707
|
+
requiresApiKey: boolean;
|
|
5708
|
+
};
|
|
5709
|
+
routeId: string;
|
|
5710
|
+
sampledAt: string;
|
|
5711
|
+
sourceChain: {
|
|
5712
|
+
addressFormat: "evm" | "solana" | "tron";
|
|
5713
|
+
id: string;
|
|
5714
|
+
kind: "evm" | "solana" | "tron";
|
|
5715
|
+
name: string;
|
|
5716
|
+
providerIds?: {
|
|
5717
|
+
[x: string]: string;
|
|
5718
|
+
} | undefined;
|
|
5719
|
+
};
|
|
5720
|
+
sourceToken: {
|
|
5721
|
+
address: string;
|
|
5722
|
+
decimals: number;
|
|
5723
|
+
metadata: {
|
|
5724
|
+
[x: string]: string;
|
|
5725
|
+
};
|
|
5726
|
+
name: string;
|
|
5727
|
+
standard: string;
|
|
5728
|
+
symbol: string;
|
|
5729
|
+
tokenKey: string;
|
|
5730
|
+
verified: boolean;
|
|
5731
|
+
};
|
|
5732
|
+
};
|
|
5733
|
+
outputFormat: "json";
|
|
5734
|
+
status: 200;
|
|
5735
|
+
input: {
|
|
5736
|
+
json: {
|
|
5737
|
+
depositor: `0x${string}`;
|
|
5738
|
+
destinationToken?: string | undefined;
|
|
5739
|
+
provider: "across";
|
|
5740
|
+
recipient?: `0x${string}` | undefined;
|
|
5741
|
+
sourceAmount: string;
|
|
5742
|
+
sourceAmountUnits?: "baseUnits" | "decimal" | undefined;
|
|
5743
|
+
sourceChain: string;
|
|
5744
|
+
sourceToken: string;
|
|
5745
|
+
};
|
|
5746
|
+
};
|
|
5747
|
+
} | {
|
|
5748
|
+
output: {
|
|
5749
|
+
error: {
|
|
5750
|
+
code: "route_not_found";
|
|
5751
|
+
details?: readonly Response.error.Detail[] | undefined;
|
|
5752
|
+
message: string;
|
|
5753
|
+
};
|
|
5754
|
+
requestId: string;
|
|
5755
|
+
};
|
|
5756
|
+
outputFormat: "json";
|
|
5757
|
+
status: 404;
|
|
5758
|
+
input: {
|
|
5759
|
+
json: {
|
|
5760
|
+
depositor: `0x${string}`;
|
|
5761
|
+
destinationToken?: string | undefined;
|
|
5762
|
+
provider: "across";
|
|
5763
|
+
recipient?: `0x${string}` | undefined;
|
|
5764
|
+
sourceAmount: string;
|
|
5765
|
+
sourceAmountUnits?: "baseUnits" | "decimal" | undefined;
|
|
5766
|
+
sourceChain: string;
|
|
5767
|
+
sourceToken: string;
|
|
5768
|
+
};
|
|
5769
|
+
};
|
|
5437
5770
|
} | {
|
|
5438
5771
|
output: {
|
|
5439
5772
|
error: {
|
|
5440
|
-
code: "
|
|
5773
|
+
code: "quote_unavailable";
|
|
5441
5774
|
details?: readonly Response.error.Detail[] | undefined;
|
|
5442
5775
|
message: string;
|
|
5443
5776
|
};
|
|
5444
5777
|
requestId: string;
|
|
5445
5778
|
};
|
|
5446
5779
|
outputFormat: "json";
|
|
5447
|
-
status:
|
|
5780
|
+
status: 404;
|
|
5448
5781
|
input: {
|
|
5449
|
-
|
|
5450
|
-
|
|
5451
|
-
|
|
5782
|
+
json: {
|
|
5783
|
+
depositor: `0x${string}`;
|
|
5784
|
+
destinationToken?: string | undefined;
|
|
5785
|
+
provider: "across";
|
|
5786
|
+
recipient?: `0x${string}` | undefined;
|
|
5787
|
+
sourceAmount: string;
|
|
5788
|
+
sourceAmountUnits?: "baseUnits" | "decimal" | undefined;
|
|
5789
|
+
sourceChain: string;
|
|
5790
|
+
sourceToken: string;
|
|
5791
|
+
};
|
|
5452
5792
|
};
|
|
5453
5793
|
} | {
|
|
5454
5794
|
output: {
|
|
5455
5795
|
error: {
|
|
5456
|
-
code: "
|
|
5796
|
+
code: "provider_unconfigured";
|
|
5457
5797
|
details?: readonly Response.error.Detail[] | undefined;
|
|
5458
5798
|
message: string;
|
|
5459
5799
|
};
|
|
5460
5800
|
requestId: string;
|
|
5461
5801
|
};
|
|
5462
5802
|
outputFormat: "json";
|
|
5463
|
-
status:
|
|
5803
|
+
status: 501;
|
|
5464
5804
|
input: {
|
|
5465
|
-
|
|
5466
|
-
|
|
5467
|
-
|
|
5805
|
+
json: {
|
|
5806
|
+
depositor: `0x${string}`;
|
|
5807
|
+
destinationToken?: string | undefined;
|
|
5808
|
+
provider: "across";
|
|
5809
|
+
recipient?: `0x${string}` | undefined;
|
|
5810
|
+
sourceAmount: string;
|
|
5811
|
+
sourceAmountUnits?: "baseUnits" | "decimal" | undefined;
|
|
5812
|
+
sourceChain: string;
|
|
5813
|
+
sourceToken: string;
|
|
5814
|
+
};
|
|
5468
5815
|
};
|
|
5469
5816
|
} | {
|
|
5470
5817
|
output: {
|
|
5471
5818
|
error: {
|
|
5472
|
-
code: "
|
|
5819
|
+
code: "provider_rate_limited";
|
|
5473
5820
|
details?: readonly Response.error.Detail[] | undefined;
|
|
5474
5821
|
message: string;
|
|
5475
5822
|
};
|
|
5476
5823
|
requestId: string;
|
|
5477
5824
|
};
|
|
5478
5825
|
outputFormat: "json";
|
|
5479
|
-
status:
|
|
5826
|
+
status: 502;
|
|
5480
5827
|
input: {
|
|
5481
|
-
|
|
5482
|
-
|
|
5483
|
-
|
|
5828
|
+
json: {
|
|
5829
|
+
depositor: `0x${string}`;
|
|
5830
|
+
destinationToken?: string | undefined;
|
|
5831
|
+
provider: "across";
|
|
5832
|
+
recipient?: `0x${string}` | undefined;
|
|
5833
|
+
sourceAmount: string;
|
|
5834
|
+
sourceAmountUnits?: "baseUnits" | "decimal" | undefined;
|
|
5835
|
+
sourceChain: string;
|
|
5836
|
+
sourceToken: string;
|
|
5837
|
+
};
|
|
5484
5838
|
};
|
|
5485
5839
|
} | {
|
|
5486
5840
|
output: {
|
|
5487
5841
|
error: {
|
|
5488
|
-
code: "
|
|
5842
|
+
code: "provider_timeout";
|
|
5489
5843
|
details?: readonly Response.error.Detail[] | undefined;
|
|
5490
5844
|
message: string;
|
|
5491
5845
|
};
|
|
@@ -5494,38 +5848,49 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
|
|
|
5494
5848
|
outputFormat: "json";
|
|
5495
5849
|
status: 502;
|
|
5496
5850
|
input: {
|
|
5497
|
-
|
|
5498
|
-
|
|
5499
|
-
|
|
5851
|
+
json: {
|
|
5852
|
+
depositor: `0x${string}`;
|
|
5853
|
+
destinationToken?: string | undefined;
|
|
5854
|
+
provider: "across";
|
|
5855
|
+
recipient?: `0x${string}` | undefined;
|
|
5856
|
+
sourceAmount: string;
|
|
5857
|
+
sourceAmountUnits?: "baseUnits" | "decimal" | undefined;
|
|
5858
|
+
sourceChain: string;
|
|
5859
|
+
sourceToken: string;
|
|
5860
|
+
};
|
|
5500
5861
|
};
|
|
5501
5862
|
} | {
|
|
5502
5863
|
output: {
|
|
5503
|
-
|
|
5864
|
+
error: {
|
|
5865
|
+
code: "provider_error";
|
|
5866
|
+
details?: readonly Response.error.Detail[] | undefined;
|
|
5867
|
+
message: string;
|
|
5868
|
+
};
|
|
5869
|
+
requestId: string;
|
|
5504
5870
|
};
|
|
5505
5871
|
outputFormat: "json";
|
|
5506
|
-
status:
|
|
5872
|
+
status: 502;
|
|
5507
5873
|
input: {
|
|
5508
|
-
|
|
5509
|
-
|
|
5510
|
-
|
|
5874
|
+
json: {
|
|
5875
|
+
depositor: `0x${string}`;
|
|
5876
|
+
destinationToken?: string | undefined;
|
|
5877
|
+
provider: "across";
|
|
5878
|
+
recipient?: `0x${string}` | undefined;
|
|
5879
|
+
sourceAmount: string;
|
|
5880
|
+
sourceAmountUnits?: "baseUnits" | "decimal" | undefined;
|
|
5881
|
+
sourceChain: string;
|
|
5882
|
+
sourceToken: string;
|
|
5883
|
+
};
|
|
5511
5884
|
};
|
|
5512
5885
|
};
|
|
5513
5886
|
};
|
|
5514
5887
|
} & {
|
|
5515
|
-
"/v1/
|
|
5888
|
+
"/v1/funding/chains": {
|
|
5516
5889
|
$get: {
|
|
5517
5890
|
output: null;
|
|
5518
5891
|
outputFormat: "body";
|
|
5519
5892
|
status: 402;
|
|
5520
|
-
input: {
|
|
5521
|
-
param: {
|
|
5522
|
-
address: `0x${string}`;
|
|
5523
|
-
};
|
|
5524
|
-
} & {
|
|
5525
|
-
query?: {
|
|
5526
|
-
chainId?: string | string[];
|
|
5527
|
-
} | undefined;
|
|
5528
|
-
};
|
|
5893
|
+
input: {};
|
|
5529
5894
|
} | {
|
|
5530
5895
|
output: {
|
|
5531
5896
|
error: {
|
|
@@ -5537,15 +5902,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
|
|
|
5537
5902
|
};
|
|
5538
5903
|
outputFormat: "json";
|
|
5539
5904
|
status: 400;
|
|
5540
|
-
input: {
|
|
5541
|
-
param: {
|
|
5542
|
-
address: `0x${string}`;
|
|
5543
|
-
};
|
|
5544
|
-
} & {
|
|
5545
|
-
query?: {
|
|
5546
|
-
chainId?: string | string[];
|
|
5547
|
-
} | undefined;
|
|
5548
|
-
};
|
|
5905
|
+
input: {};
|
|
5549
5906
|
} | {
|
|
5550
5907
|
output: {
|
|
5551
5908
|
error: {
|
|
@@ -5557,15 +5914,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
|
|
|
5557
5914
|
};
|
|
5558
5915
|
outputFormat: "json";
|
|
5559
5916
|
status: 401;
|
|
5560
|
-
input: {
|
|
5561
|
-
param: {
|
|
5562
|
-
address: `0x${string}`;
|
|
5563
|
-
};
|
|
5564
|
-
} & {
|
|
5565
|
-
query?: {
|
|
5566
|
-
chainId?: string | string[];
|
|
5567
|
-
} | undefined;
|
|
5568
|
-
};
|
|
5917
|
+
input: {};
|
|
5569
5918
|
} | {
|
|
5570
5919
|
output: {
|
|
5571
5920
|
error: {
|
|
@@ -5577,15 +5926,7 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
|
|
|
5577
5926
|
};
|
|
5578
5927
|
outputFormat: "json";
|
|
5579
5928
|
status: 403;
|
|
5580
|
-
input: {
|
|
5581
|
-
param: {
|
|
5582
|
-
address: `0x${string}`;
|
|
5583
|
-
};
|
|
5584
|
-
} & {
|
|
5585
|
-
query?: {
|
|
5586
|
-
chainId?: string | string[];
|
|
5587
|
-
} | undefined;
|
|
5588
|
-
};
|
|
5929
|
+
input: {};
|
|
5589
5930
|
} | {
|
|
5590
5931
|
output: {
|
|
5591
5932
|
error: {
|
|
@@ -5597,19 +5938,51 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
|
|
|
5597
5938
|
};
|
|
5598
5939
|
outputFormat: "json";
|
|
5599
5940
|
status: 429;
|
|
5941
|
+
input: {};
|
|
5942
|
+
} | {
|
|
5943
|
+
output: {
|
|
5944
|
+
data: {
|
|
5945
|
+
addressFormat: "evm" | "solana" | "tron";
|
|
5946
|
+
id: string;
|
|
5947
|
+
kind: "evm" | "solana" | "tron";
|
|
5948
|
+
name: string;
|
|
5949
|
+
providerIds?: {
|
|
5950
|
+
[x: string]: string;
|
|
5951
|
+
} | undefined;
|
|
5952
|
+
tokens: {
|
|
5953
|
+
address: string;
|
|
5954
|
+
decimals: number;
|
|
5955
|
+
metadata: {
|
|
5956
|
+
[x: string]: string;
|
|
5957
|
+
};
|
|
5958
|
+
name: string;
|
|
5959
|
+
standard: string;
|
|
5960
|
+
symbol: string;
|
|
5961
|
+
tokenKey: string;
|
|
5962
|
+
verified: boolean;
|
|
5963
|
+
}[];
|
|
5964
|
+
}[];
|
|
5965
|
+
};
|
|
5966
|
+
outputFormat: "json";
|
|
5967
|
+
status: 200;
|
|
5968
|
+
input: {};
|
|
5969
|
+
};
|
|
5970
|
+
};
|
|
5971
|
+
} & {
|
|
5972
|
+
"/v1/providers": {
|
|
5973
|
+
$get: {
|
|
5974
|
+
output: null;
|
|
5975
|
+
outputFormat: "body";
|
|
5976
|
+
status: 402;
|
|
5600
5977
|
input: {
|
|
5601
|
-
param: {
|
|
5602
|
-
address: `0x${string}`;
|
|
5603
|
-
};
|
|
5604
|
-
} & {
|
|
5605
5978
|
query?: {
|
|
5606
|
-
|
|
5979
|
+
capability?: string | string[];
|
|
5607
5980
|
} | undefined;
|
|
5608
5981
|
};
|
|
5609
5982
|
} | {
|
|
5610
5983
|
output: {
|
|
5611
5984
|
error: {
|
|
5612
|
-
code: "
|
|
5985
|
+
code: "api_key_malformed";
|
|
5613
5986
|
details?: readonly Response.error.Detail[] | undefined;
|
|
5614
5987
|
message: string;
|
|
5615
5988
|
};
|
|
@@ -5618,93 +5991,90 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
|
|
|
5618
5991
|
outputFormat: "json";
|
|
5619
5992
|
status: 400;
|
|
5620
5993
|
input: {
|
|
5621
|
-
param: {
|
|
5622
|
-
address: `0x${string}`;
|
|
5623
|
-
};
|
|
5624
|
-
} & {
|
|
5625
5994
|
query?: {
|
|
5626
|
-
|
|
5995
|
+
capability?: string | string[];
|
|
5627
5996
|
} | undefined;
|
|
5628
5997
|
};
|
|
5629
5998
|
} | {
|
|
5630
5999
|
output: {
|
|
5631
6000
|
error: {
|
|
5632
|
-
code: "
|
|
6001
|
+
code: "api_key_invalid" | "api_key_missing";
|
|
5633
6002
|
details?: readonly Response.error.Detail[] | undefined;
|
|
5634
6003
|
message: string;
|
|
5635
6004
|
};
|
|
5636
6005
|
requestId: string;
|
|
5637
6006
|
};
|
|
5638
6007
|
outputFormat: "json";
|
|
5639
|
-
status:
|
|
6008
|
+
status: 401;
|
|
5640
6009
|
input: {
|
|
5641
|
-
param: {
|
|
5642
|
-
address: `0x${string}`;
|
|
5643
|
-
};
|
|
5644
|
-
} & {
|
|
5645
6010
|
query?: {
|
|
5646
|
-
|
|
6011
|
+
capability?: string | string[];
|
|
5647
6012
|
} | undefined;
|
|
5648
6013
|
};
|
|
5649
6014
|
} | {
|
|
5650
6015
|
output: {
|
|
5651
6016
|
error: {
|
|
5652
|
-
code: "
|
|
6017
|
+
code: "api_key_forbidden";
|
|
5653
6018
|
details?: readonly Response.error.Detail[] | undefined;
|
|
5654
6019
|
message: string;
|
|
5655
6020
|
};
|
|
5656
6021
|
requestId: string;
|
|
5657
6022
|
};
|
|
5658
6023
|
outputFormat: "json";
|
|
5659
|
-
status:
|
|
6024
|
+
status: 403;
|
|
5660
6025
|
input: {
|
|
5661
|
-
param: {
|
|
5662
|
-
address: `0x${string}`;
|
|
5663
|
-
};
|
|
5664
|
-
} & {
|
|
5665
6026
|
query?: {
|
|
5666
|
-
|
|
6027
|
+
capability?: string | string[];
|
|
5667
6028
|
} | undefined;
|
|
5668
6029
|
};
|
|
5669
6030
|
} | {
|
|
5670
6031
|
output: {
|
|
5671
6032
|
error: {
|
|
5672
|
-
code: "
|
|
6033
|
+
code: "payment_required" | "rate_limit_exceeded";
|
|
5673
6034
|
details?: readonly Response.error.Detail[] | undefined;
|
|
5674
6035
|
message: string;
|
|
5675
6036
|
};
|
|
5676
6037
|
requestId: string;
|
|
5677
6038
|
};
|
|
5678
6039
|
outputFormat: "json";
|
|
5679
|
-
status:
|
|
6040
|
+
status: 429;
|
|
5680
6041
|
input: {
|
|
5681
|
-
|
|
5682
|
-
|
|
6042
|
+
query?: {
|
|
6043
|
+
capability?: string | string[];
|
|
6044
|
+
} | undefined;
|
|
6045
|
+
};
|
|
6046
|
+
} | {
|
|
6047
|
+
output: {
|
|
6048
|
+
error: {
|
|
6049
|
+
code: "query_invalid";
|
|
6050
|
+
details?: readonly Response.error.Detail[] | undefined;
|
|
6051
|
+
message: string;
|
|
5683
6052
|
};
|
|
5684
|
-
|
|
6053
|
+
requestId: string;
|
|
6054
|
+
};
|
|
6055
|
+
outputFormat: "json";
|
|
6056
|
+
status: 400;
|
|
6057
|
+
input: {
|
|
5685
6058
|
query?: {
|
|
5686
|
-
|
|
6059
|
+
capability?: string | string[];
|
|
5687
6060
|
} | undefined;
|
|
5688
6061
|
};
|
|
5689
6062
|
} | {
|
|
5690
6063
|
output: {
|
|
5691
|
-
|
|
5692
|
-
|
|
5693
|
-
|
|
5694
|
-
|
|
5695
|
-
|
|
5696
|
-
|
|
5697
|
-
|
|
6064
|
+
data: {
|
|
6065
|
+
capabilities: "fundingRoutes"[];
|
|
6066
|
+
id: string;
|
|
6067
|
+
kind: string;
|
|
6068
|
+
name: string;
|
|
6069
|
+
requiresApiKey: boolean;
|
|
6070
|
+
status: "configured" | "inventoryOnly" | "planned";
|
|
6071
|
+
}[];
|
|
5698
6072
|
};
|
|
5699
6073
|
outputFormat: "json";
|
|
5700
6074
|
status: 200;
|
|
5701
6075
|
input: {
|
|
5702
|
-
param: {
|
|
5703
|
-
address: `0x${string}`;
|
|
5704
|
-
};
|
|
5705
|
-
} & {
|
|
5706
6076
|
query?: {
|
|
5707
|
-
|
|
6077
|
+
capability?: string | string[];
|
|
5708
6078
|
} | undefined;
|
|
5709
6079
|
};
|
|
5710
6080
|
};
|
|
@@ -6684,30 +7054,6 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
|
|
|
6684
7054
|
verified?: string | string[];
|
|
6685
7055
|
} | undefined;
|
|
6686
7056
|
};
|
|
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
7057
|
} | {
|
|
6712
7058
|
output: {
|
|
6713
7059
|
data: {
|
|
@@ -6733,7 +7079,31 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
|
|
|
6733
7079
|
nextCursor: string | null;
|
|
6734
7080
|
};
|
|
6735
7081
|
outputFormat: "json";
|
|
6736
|
-
status: 200;
|
|
7082
|
+
status: 200;
|
|
7083
|
+
input: {
|
|
7084
|
+
query?: {
|
|
7085
|
+
addresses?: string | string[];
|
|
7086
|
+
chainId?: string | string[];
|
|
7087
|
+
currency?: string | string[];
|
|
7088
|
+
cursor?: string | string[];
|
|
7089
|
+
include?: string | string[];
|
|
7090
|
+
limit?: string | string[];
|
|
7091
|
+
order?: string | string[];
|
|
7092
|
+
page?: string | string[];
|
|
7093
|
+
verified?: string | string[];
|
|
7094
|
+
} | undefined;
|
|
7095
|
+
};
|
|
7096
|
+
} | {
|
|
7097
|
+
output: {
|
|
7098
|
+
error: {
|
|
7099
|
+
code: "upstream_error";
|
|
7100
|
+
details?: readonly Response.error.Detail[] | undefined;
|
|
7101
|
+
message: string;
|
|
7102
|
+
};
|
|
7103
|
+
requestId: string;
|
|
7104
|
+
};
|
|
7105
|
+
outputFormat: "json";
|
|
7106
|
+
status: 502;
|
|
6737
7107
|
input: {
|
|
6738
7108
|
query?: {
|
|
6739
7109
|
addresses?: string | string[];
|
|
@@ -15913,6 +16283,261 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
|
|
|
15913
16283
|
};
|
|
15914
16284
|
};
|
|
15915
16285
|
}, "/"> | import("hono/types").MergeSchemaPath<import("hono/types").BlankSchema | import("hono/types").MergeSchemaPath<{
|
|
16286
|
+
"/v1/addresses/:address/balances": {
|
|
16287
|
+
$get: {
|
|
16288
|
+
output: null;
|
|
16289
|
+
outputFormat: "body";
|
|
16290
|
+
status: 402;
|
|
16291
|
+
input: {
|
|
16292
|
+
param: {
|
|
16293
|
+
address: `0x${string}`;
|
|
16294
|
+
};
|
|
16295
|
+
} & {
|
|
16296
|
+
query?: {
|
|
16297
|
+
chainId?: string | string[];
|
|
16298
|
+
currency?: string | string[];
|
|
16299
|
+
cursor?: string | string[];
|
|
16300
|
+
feeEligible?: string | string[];
|
|
16301
|
+
include?: string | string[];
|
|
16302
|
+
limit?: string | string[];
|
|
16303
|
+
page?: string | string[];
|
|
16304
|
+
verified?: string | string[];
|
|
16305
|
+
} | undefined;
|
|
16306
|
+
};
|
|
16307
|
+
} | {
|
|
16308
|
+
output: {
|
|
16309
|
+
error: {
|
|
16310
|
+
code: "api_key_malformed";
|
|
16311
|
+
details?: readonly Response.error.Detail[] | undefined;
|
|
16312
|
+
message: string;
|
|
16313
|
+
};
|
|
16314
|
+
requestId: string;
|
|
16315
|
+
};
|
|
16316
|
+
outputFormat: "json";
|
|
16317
|
+
status: 400;
|
|
16318
|
+
input: {
|
|
16319
|
+
param: {
|
|
16320
|
+
address: `0x${string}`;
|
|
16321
|
+
};
|
|
16322
|
+
} & {
|
|
16323
|
+
query?: {
|
|
16324
|
+
chainId?: string | string[];
|
|
16325
|
+
currency?: string | string[];
|
|
16326
|
+
cursor?: string | string[];
|
|
16327
|
+
feeEligible?: string | string[];
|
|
16328
|
+
include?: string | string[];
|
|
16329
|
+
limit?: string | string[];
|
|
16330
|
+
page?: string | string[];
|
|
16331
|
+
verified?: string | string[];
|
|
16332
|
+
} | undefined;
|
|
16333
|
+
};
|
|
16334
|
+
} | {
|
|
16335
|
+
output: {
|
|
16336
|
+
error: {
|
|
16337
|
+
code: "api_key_invalid" | "api_key_missing";
|
|
16338
|
+
details?: readonly Response.error.Detail[] | undefined;
|
|
16339
|
+
message: string;
|
|
16340
|
+
};
|
|
16341
|
+
requestId: string;
|
|
16342
|
+
};
|
|
16343
|
+
outputFormat: "json";
|
|
16344
|
+
status: 401;
|
|
16345
|
+
input: {
|
|
16346
|
+
param: {
|
|
16347
|
+
address: `0x${string}`;
|
|
16348
|
+
};
|
|
16349
|
+
} & {
|
|
16350
|
+
query?: {
|
|
16351
|
+
chainId?: string | string[];
|
|
16352
|
+
currency?: string | string[];
|
|
16353
|
+
cursor?: string | string[];
|
|
16354
|
+
feeEligible?: string | string[];
|
|
16355
|
+
include?: string | string[];
|
|
16356
|
+
limit?: string | string[];
|
|
16357
|
+
page?: string | string[];
|
|
16358
|
+
verified?: string | string[];
|
|
16359
|
+
} | undefined;
|
|
16360
|
+
};
|
|
16361
|
+
} | {
|
|
16362
|
+
output: {
|
|
16363
|
+
error: {
|
|
16364
|
+
code: "api_key_forbidden";
|
|
16365
|
+
details?: readonly Response.error.Detail[] | undefined;
|
|
16366
|
+
message: string;
|
|
16367
|
+
};
|
|
16368
|
+
requestId: string;
|
|
16369
|
+
};
|
|
16370
|
+
outputFormat: "json";
|
|
16371
|
+
status: 403;
|
|
16372
|
+
input: {
|
|
16373
|
+
param: {
|
|
16374
|
+
address: `0x${string}`;
|
|
16375
|
+
};
|
|
16376
|
+
} & {
|
|
16377
|
+
query?: {
|
|
16378
|
+
chainId?: string | string[];
|
|
16379
|
+
currency?: string | string[];
|
|
16380
|
+
cursor?: string | string[];
|
|
16381
|
+
feeEligible?: string | string[];
|
|
16382
|
+
include?: string | string[];
|
|
16383
|
+
limit?: string | string[];
|
|
16384
|
+
page?: string | string[];
|
|
16385
|
+
verified?: string | string[];
|
|
16386
|
+
} | undefined;
|
|
16387
|
+
};
|
|
16388
|
+
} | {
|
|
16389
|
+
output: {
|
|
16390
|
+
error: {
|
|
16391
|
+
code: "payment_required" | "rate_limit_exceeded";
|
|
16392
|
+
details?: readonly Response.error.Detail[] | undefined;
|
|
16393
|
+
message: string;
|
|
16394
|
+
};
|
|
16395
|
+
requestId: string;
|
|
16396
|
+
};
|
|
16397
|
+
outputFormat: "json";
|
|
16398
|
+
status: 429;
|
|
16399
|
+
input: {
|
|
16400
|
+
param: {
|
|
16401
|
+
address: `0x${string}`;
|
|
16402
|
+
};
|
|
16403
|
+
} & {
|
|
16404
|
+
query?: {
|
|
16405
|
+
chainId?: string | string[];
|
|
16406
|
+
currency?: string | string[];
|
|
16407
|
+
cursor?: string | string[];
|
|
16408
|
+
feeEligible?: string | string[];
|
|
16409
|
+
include?: string | string[];
|
|
16410
|
+
limit?: string | string[];
|
|
16411
|
+
page?: string | string[];
|
|
16412
|
+
verified?: string | string[];
|
|
16413
|
+
} | undefined;
|
|
16414
|
+
};
|
|
16415
|
+
} | {
|
|
16416
|
+
output: {
|
|
16417
|
+
error: {
|
|
16418
|
+
code: "query_invalid";
|
|
16419
|
+
details?: readonly Response.error.Detail[] | undefined;
|
|
16420
|
+
message: string;
|
|
16421
|
+
};
|
|
16422
|
+
requestId: string;
|
|
16423
|
+
};
|
|
16424
|
+
outputFormat: "json";
|
|
16425
|
+
status: 400;
|
|
16426
|
+
input: {
|
|
16427
|
+
param: {
|
|
16428
|
+
address: `0x${string}`;
|
|
16429
|
+
};
|
|
16430
|
+
} & {
|
|
16431
|
+
query?: {
|
|
16432
|
+
chainId?: string | string[];
|
|
16433
|
+
currency?: string | string[];
|
|
16434
|
+
cursor?: string | string[];
|
|
16435
|
+
feeEligible?: string | string[];
|
|
16436
|
+
include?: string | string[];
|
|
16437
|
+
limit?: string | string[];
|
|
16438
|
+
page?: string | string[];
|
|
16439
|
+
verified?: string | string[];
|
|
16440
|
+
} | undefined;
|
|
16441
|
+
};
|
|
16442
|
+
} | {
|
|
16443
|
+
output: {
|
|
16444
|
+
error: {
|
|
16445
|
+
code: "upstream_error";
|
|
16446
|
+
details?: readonly Response.error.Detail[] | undefined;
|
|
16447
|
+
message: string;
|
|
16448
|
+
};
|
|
16449
|
+
requestId: string;
|
|
16450
|
+
};
|
|
16451
|
+
outputFormat: "json";
|
|
16452
|
+
status: 502;
|
|
16453
|
+
input: {
|
|
16454
|
+
param: {
|
|
16455
|
+
address: `0x${string}`;
|
|
16456
|
+
};
|
|
16457
|
+
} & {
|
|
16458
|
+
query?: {
|
|
16459
|
+
chainId?: string | string[];
|
|
16460
|
+
currency?: string | string[];
|
|
16461
|
+
cursor?: string | string[];
|
|
16462
|
+
feeEligible?: string | string[];
|
|
16463
|
+
include?: string | string[];
|
|
16464
|
+
limit?: string | string[];
|
|
16465
|
+
page?: string | string[];
|
|
16466
|
+
verified?: string | string[];
|
|
16467
|
+
} | undefined;
|
|
16468
|
+
};
|
|
16469
|
+
} | {
|
|
16470
|
+
output: {
|
|
16471
|
+
error: {
|
|
16472
|
+
code: "address_invalid";
|
|
16473
|
+
details?: readonly Response.error.Detail[] | undefined;
|
|
16474
|
+
message: string;
|
|
16475
|
+
};
|
|
16476
|
+
requestId: string;
|
|
16477
|
+
};
|
|
16478
|
+
outputFormat: "json";
|
|
16479
|
+
status: 400;
|
|
16480
|
+
input: {
|
|
16481
|
+
param: {
|
|
16482
|
+
address: `0x${string}`;
|
|
16483
|
+
};
|
|
16484
|
+
} & {
|
|
16485
|
+
query?: {
|
|
16486
|
+
chainId?: string | string[];
|
|
16487
|
+
currency?: string | string[];
|
|
16488
|
+
cursor?: string | string[];
|
|
16489
|
+
feeEligible?: string | string[];
|
|
16490
|
+
include?: string | string[];
|
|
16491
|
+
limit?: string | string[];
|
|
16492
|
+
page?: string | string[];
|
|
16493
|
+
verified?: string | string[];
|
|
16494
|
+
} | undefined;
|
|
16495
|
+
};
|
|
16496
|
+
} | {
|
|
16497
|
+
output: {
|
|
16498
|
+
data: {
|
|
16499
|
+
amount: string;
|
|
16500
|
+
formatted: string;
|
|
16501
|
+
id: string;
|
|
16502
|
+
feeEligible?: boolean | undefined;
|
|
16503
|
+
token: {
|
|
16504
|
+
address: `0x${string}`;
|
|
16505
|
+
currency: string;
|
|
16506
|
+
decimals: number;
|
|
16507
|
+
id: string;
|
|
16508
|
+
logoUri?: string | undefined;
|
|
16509
|
+
name: string;
|
|
16510
|
+
symbol: string;
|
|
16511
|
+
verified: boolean;
|
|
16512
|
+
};
|
|
16513
|
+
}[];
|
|
16514
|
+
meta?: {
|
|
16515
|
+
totalCountCapped: boolean;
|
|
16516
|
+
totalCount: number;
|
|
16517
|
+
} | undefined;
|
|
16518
|
+
nextCursor: string | null;
|
|
16519
|
+
};
|
|
16520
|
+
outputFormat: "json";
|
|
16521
|
+
status: 200;
|
|
16522
|
+
input: {
|
|
16523
|
+
param: {
|
|
16524
|
+
address: `0x${string}`;
|
|
16525
|
+
};
|
|
16526
|
+
} & {
|
|
16527
|
+
query?: {
|
|
16528
|
+
chainId?: string | string[];
|
|
16529
|
+
currency?: string | string[];
|
|
16530
|
+
cursor?: string | string[];
|
|
16531
|
+
feeEligible?: string | string[];
|
|
16532
|
+
include?: string | string[];
|
|
16533
|
+
limit?: string | string[];
|
|
16534
|
+
page?: string | string[];
|
|
16535
|
+
verified?: string | string[];
|
|
16536
|
+
} | undefined;
|
|
16537
|
+
};
|
|
16538
|
+
};
|
|
16539
|
+
};
|
|
16540
|
+
}, "/"> | import("hono/types").MergeSchemaPath<{
|
|
15916
16541
|
"/v1/addresses/:address/activities": {
|
|
15917
16542
|
$get: {
|
|
15918
16543
|
output: null;
|
|
@@ -19303,261 +19928,6 @@ export declare function data(options?: data.Options): import("hono/hono-base").H
|
|
|
19303
19928
|
};
|
|
19304
19929
|
};
|
|
19305
19930
|
};
|
|
19306
|
-
}, "/"> | import("hono/types").MergeSchemaPath<{
|
|
19307
|
-
"/v1/addresses/:address/balances": {
|
|
19308
|
-
$get: {
|
|
19309
|
-
output: null;
|
|
19310
|
-
outputFormat: "body";
|
|
19311
|
-
status: 402;
|
|
19312
|
-
input: {
|
|
19313
|
-
param: {
|
|
19314
|
-
address: `0x${string}`;
|
|
19315
|
-
};
|
|
19316
|
-
} & {
|
|
19317
|
-
query?: {
|
|
19318
|
-
chainId?: string | string[];
|
|
19319
|
-
currency?: string | string[];
|
|
19320
|
-
cursor?: string | string[];
|
|
19321
|
-
feeEligible?: string | string[];
|
|
19322
|
-
include?: string | string[];
|
|
19323
|
-
limit?: string | string[];
|
|
19324
|
-
page?: string | string[];
|
|
19325
|
-
verified?: string | string[];
|
|
19326
|
-
} | undefined;
|
|
19327
|
-
};
|
|
19328
|
-
} | {
|
|
19329
|
-
output: {
|
|
19330
|
-
error: {
|
|
19331
|
-
code: "api_key_malformed";
|
|
19332
|
-
details?: readonly Response.error.Detail[] | undefined;
|
|
19333
|
-
message: string;
|
|
19334
|
-
};
|
|
19335
|
-
requestId: string;
|
|
19336
|
-
};
|
|
19337
|
-
outputFormat: "json";
|
|
19338
|
-
status: 400;
|
|
19339
|
-
input: {
|
|
19340
|
-
param: {
|
|
19341
|
-
address: `0x${string}`;
|
|
19342
|
-
};
|
|
19343
|
-
} & {
|
|
19344
|
-
query?: {
|
|
19345
|
-
chainId?: string | string[];
|
|
19346
|
-
currency?: string | string[];
|
|
19347
|
-
cursor?: string | string[];
|
|
19348
|
-
feeEligible?: string | string[];
|
|
19349
|
-
include?: string | string[];
|
|
19350
|
-
limit?: string | string[];
|
|
19351
|
-
page?: string | string[];
|
|
19352
|
-
verified?: string | string[];
|
|
19353
|
-
} | undefined;
|
|
19354
|
-
};
|
|
19355
|
-
} | {
|
|
19356
|
-
output: {
|
|
19357
|
-
error: {
|
|
19358
|
-
code: "api_key_invalid" | "api_key_missing";
|
|
19359
|
-
details?: readonly Response.error.Detail[] | undefined;
|
|
19360
|
-
message: string;
|
|
19361
|
-
};
|
|
19362
|
-
requestId: string;
|
|
19363
|
-
};
|
|
19364
|
-
outputFormat: "json";
|
|
19365
|
-
status: 401;
|
|
19366
|
-
input: {
|
|
19367
|
-
param: {
|
|
19368
|
-
address: `0x${string}`;
|
|
19369
|
-
};
|
|
19370
|
-
} & {
|
|
19371
|
-
query?: {
|
|
19372
|
-
chainId?: string | string[];
|
|
19373
|
-
currency?: string | string[];
|
|
19374
|
-
cursor?: string | string[];
|
|
19375
|
-
feeEligible?: string | string[];
|
|
19376
|
-
include?: string | string[];
|
|
19377
|
-
limit?: string | string[];
|
|
19378
|
-
page?: string | string[];
|
|
19379
|
-
verified?: string | string[];
|
|
19380
|
-
} | undefined;
|
|
19381
|
-
};
|
|
19382
|
-
} | {
|
|
19383
|
-
output: {
|
|
19384
|
-
error: {
|
|
19385
|
-
code: "api_key_forbidden";
|
|
19386
|
-
details?: readonly Response.error.Detail[] | undefined;
|
|
19387
|
-
message: string;
|
|
19388
|
-
};
|
|
19389
|
-
requestId: string;
|
|
19390
|
-
};
|
|
19391
|
-
outputFormat: "json";
|
|
19392
|
-
status: 403;
|
|
19393
|
-
input: {
|
|
19394
|
-
param: {
|
|
19395
|
-
address: `0x${string}`;
|
|
19396
|
-
};
|
|
19397
|
-
} & {
|
|
19398
|
-
query?: {
|
|
19399
|
-
chainId?: string | string[];
|
|
19400
|
-
currency?: string | string[];
|
|
19401
|
-
cursor?: string | string[];
|
|
19402
|
-
feeEligible?: string | string[];
|
|
19403
|
-
include?: string | string[];
|
|
19404
|
-
limit?: string | string[];
|
|
19405
|
-
page?: string | string[];
|
|
19406
|
-
verified?: string | string[];
|
|
19407
|
-
} | undefined;
|
|
19408
|
-
};
|
|
19409
|
-
} | {
|
|
19410
|
-
output: {
|
|
19411
|
-
error: {
|
|
19412
|
-
code: "payment_required" | "rate_limit_exceeded";
|
|
19413
|
-
details?: readonly Response.error.Detail[] | undefined;
|
|
19414
|
-
message: string;
|
|
19415
|
-
};
|
|
19416
|
-
requestId: string;
|
|
19417
|
-
};
|
|
19418
|
-
outputFormat: "json";
|
|
19419
|
-
status: 429;
|
|
19420
|
-
input: {
|
|
19421
|
-
param: {
|
|
19422
|
-
address: `0x${string}`;
|
|
19423
|
-
};
|
|
19424
|
-
} & {
|
|
19425
|
-
query?: {
|
|
19426
|
-
chainId?: string | string[];
|
|
19427
|
-
currency?: string | string[];
|
|
19428
|
-
cursor?: string | string[];
|
|
19429
|
-
feeEligible?: string | string[];
|
|
19430
|
-
include?: string | string[];
|
|
19431
|
-
limit?: string | string[];
|
|
19432
|
-
page?: string | string[];
|
|
19433
|
-
verified?: string | string[];
|
|
19434
|
-
} | undefined;
|
|
19435
|
-
};
|
|
19436
|
-
} | {
|
|
19437
|
-
output: {
|
|
19438
|
-
error: {
|
|
19439
|
-
code: "query_invalid";
|
|
19440
|
-
details?: readonly Response.error.Detail[] | undefined;
|
|
19441
|
-
message: string;
|
|
19442
|
-
};
|
|
19443
|
-
requestId: string;
|
|
19444
|
-
};
|
|
19445
|
-
outputFormat: "json";
|
|
19446
|
-
status: 400;
|
|
19447
|
-
input: {
|
|
19448
|
-
param: {
|
|
19449
|
-
address: `0x${string}`;
|
|
19450
|
-
};
|
|
19451
|
-
} & {
|
|
19452
|
-
query?: {
|
|
19453
|
-
chainId?: string | string[];
|
|
19454
|
-
currency?: string | string[];
|
|
19455
|
-
cursor?: string | string[];
|
|
19456
|
-
feeEligible?: string | string[];
|
|
19457
|
-
include?: string | string[];
|
|
19458
|
-
limit?: string | string[];
|
|
19459
|
-
page?: string | string[];
|
|
19460
|
-
verified?: string | string[];
|
|
19461
|
-
} | undefined;
|
|
19462
|
-
};
|
|
19463
|
-
} | {
|
|
19464
|
-
output: {
|
|
19465
|
-
error: {
|
|
19466
|
-
code: "upstream_error";
|
|
19467
|
-
details?: readonly Response.error.Detail[] | undefined;
|
|
19468
|
-
message: string;
|
|
19469
|
-
};
|
|
19470
|
-
requestId: string;
|
|
19471
|
-
};
|
|
19472
|
-
outputFormat: "json";
|
|
19473
|
-
status: 502;
|
|
19474
|
-
input: {
|
|
19475
|
-
param: {
|
|
19476
|
-
address: `0x${string}`;
|
|
19477
|
-
};
|
|
19478
|
-
} & {
|
|
19479
|
-
query?: {
|
|
19480
|
-
chainId?: string | string[];
|
|
19481
|
-
currency?: string | string[];
|
|
19482
|
-
cursor?: string | string[];
|
|
19483
|
-
feeEligible?: string | string[];
|
|
19484
|
-
include?: string | string[];
|
|
19485
|
-
limit?: string | string[];
|
|
19486
|
-
page?: string | string[];
|
|
19487
|
-
verified?: string | string[];
|
|
19488
|
-
} | undefined;
|
|
19489
|
-
};
|
|
19490
|
-
} | {
|
|
19491
|
-
output: {
|
|
19492
|
-
error: {
|
|
19493
|
-
code: "address_invalid";
|
|
19494
|
-
details?: readonly Response.error.Detail[] | undefined;
|
|
19495
|
-
message: string;
|
|
19496
|
-
};
|
|
19497
|
-
requestId: string;
|
|
19498
|
-
};
|
|
19499
|
-
outputFormat: "json";
|
|
19500
|
-
status: 400;
|
|
19501
|
-
input: {
|
|
19502
|
-
param: {
|
|
19503
|
-
address: `0x${string}`;
|
|
19504
|
-
};
|
|
19505
|
-
} & {
|
|
19506
|
-
query?: {
|
|
19507
|
-
chainId?: string | string[];
|
|
19508
|
-
currency?: string | string[];
|
|
19509
|
-
cursor?: string | string[];
|
|
19510
|
-
feeEligible?: string | string[];
|
|
19511
|
-
include?: string | string[];
|
|
19512
|
-
limit?: string | string[];
|
|
19513
|
-
page?: string | string[];
|
|
19514
|
-
verified?: string | string[];
|
|
19515
|
-
} | undefined;
|
|
19516
|
-
};
|
|
19517
|
-
} | {
|
|
19518
|
-
output: {
|
|
19519
|
-
data: {
|
|
19520
|
-
amount: string;
|
|
19521
|
-
formatted: string;
|
|
19522
|
-
id: string;
|
|
19523
|
-
feeEligible?: boolean | undefined;
|
|
19524
|
-
token: {
|
|
19525
|
-
address: `0x${string}`;
|
|
19526
|
-
currency: string;
|
|
19527
|
-
decimals: number;
|
|
19528
|
-
id: string;
|
|
19529
|
-
logoUri?: string | undefined;
|
|
19530
|
-
name: string;
|
|
19531
|
-
symbol: string;
|
|
19532
|
-
verified: boolean;
|
|
19533
|
-
};
|
|
19534
|
-
}[];
|
|
19535
|
-
meta?: {
|
|
19536
|
-
totalCountCapped: boolean;
|
|
19537
|
-
totalCount: number;
|
|
19538
|
-
} | undefined;
|
|
19539
|
-
nextCursor: string | null;
|
|
19540
|
-
};
|
|
19541
|
-
outputFormat: "json";
|
|
19542
|
-
status: 200;
|
|
19543
|
-
input: {
|
|
19544
|
-
param: {
|
|
19545
|
-
address: `0x${string}`;
|
|
19546
|
-
};
|
|
19547
|
-
} & {
|
|
19548
|
-
query?: {
|
|
19549
|
-
chainId?: string | string[];
|
|
19550
|
-
currency?: string | string[];
|
|
19551
|
-
cursor?: string | string[];
|
|
19552
|
-
feeEligible?: string | string[];
|
|
19553
|
-
include?: string | string[];
|
|
19554
|
-
limit?: string | string[];
|
|
19555
|
-
page?: string | string[];
|
|
19556
|
-
verified?: string | string[];
|
|
19557
|
-
} | undefined;
|
|
19558
|
-
};
|
|
19559
|
-
};
|
|
19560
|
-
};
|
|
19561
19931
|
}, "/">, "/">, "/", "/assets/*">;
|
|
19562
19932
|
export declare namespace data {
|
|
19563
19933
|
/** Options for the data route group. */
|