tapimo 0.5.2 → 0.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/App.d.ts +13987 -5755
- package/dist/App.d.ts.map +1 -1
- package/dist/App.js.map +1 -1
- package/dist/admin/App.d.ts +910 -412
- package/dist/admin/App.d.ts.map +1 -1
- package/dist/admin/App.js +4 -0
- package/dist/admin/App.js.map +1 -1
- package/dist/admin/apps/early-access.d.ts +148 -0
- package/dist/admin/apps/early-access.d.ts.map +1 -0
- package/dist/admin/apps/early-access.js +133 -0
- package/dist/admin/apps/early-access.js.map +1 -0
- package/dist/admin/apps/verified-tokens.d.ts +643 -118
- package/dist/admin/apps/verified-tokens.d.ts.map +1 -1
- package/dist/admin/apps/verified-tokens.js +214 -1
- package/dist/admin/apps/verified-tokens.js.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 +45 -33
- package/dist/admin/ui.generated.js.map +1 -1
- package/dist/apps/data/App.d.ts +3733 -2428
- package/dist/apps/data/App.d.ts.map +1 -1
- package/dist/apps/data/App.js +11 -6
- package/dist/apps/data/App.js.map +1 -1
- package/dist/apps/data/FundingQuoteProviders.d.ts +34 -1
- package/dist/apps/data/FundingQuoteProviders.d.ts.map +1 -1
- package/dist/apps/data/FundingQuoteProviders.js +193 -2
- package/dist/apps/data/FundingQuoteProviders.js.map +1 -1
- package/dist/apps/data/FxOracle.d.ts +71 -0
- package/dist/apps/data/FxOracle.d.ts.map +1 -0
- package/dist/apps/data/FxOracle.js +97 -0
- package/dist/apps/data/FxOracle.js.map +1 -0
- package/dist/apps/data/index.d.ts +1 -0
- package/dist/apps/data/index.d.ts.map +1 -1
- package/dist/apps/data/index.js +1 -0
- package/dist/apps/data/index.js.map +1 -1
- package/dist/apps/data/routes/activities.d.ts +3575 -1358
- package/dist/apps/data/routes/activities.d.ts.map +1 -1
- package/dist/apps/data/routes/activities.js +230 -88
- package/dist/apps/data/routes/activities.js.map +1 -1
- package/dist/apps/data/routes/addresses.d.ts +963 -342
- package/dist/apps/data/routes/addresses.d.ts.map +1 -1
- package/dist/apps/data/routes/addresses.js +11 -9
- package/dist/apps/data/routes/addresses.js.map +1 -1
- package/dist/apps/data/routes/balances.d.ts +108 -57
- package/dist/apps/data/routes/balances.d.ts.map +1 -1
- package/dist/apps/data/routes/balances.js +88 -45
- package/dist/apps/data/routes/balances.js.map +1 -1
- package/dist/apps/data/routes/coingecko.d.ts +169 -169
- package/dist/apps/data/routes/exchanges.d.ts +952 -201
- package/dist/apps/data/routes/exchanges.d.ts.map +1 -1
- package/dist/apps/data/routes/exchanges.js +518 -76
- package/dist/apps/data/routes/exchanges.js.map +1 -1
- package/dist/apps/data/routes/fee-amm.d.ts +24 -24
- package/dist/apps/data/routes/funding.d.ts +8 -2
- package/dist/apps/data/routes/funding.d.ts.map +1 -1
- package/dist/apps/data/routes/funding.js +32 -6
- 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/receipts.d.ts +392 -315
- package/dist/apps/data/routes/receipts.d.ts.map +1 -1
- package/dist/apps/data/routes/receipts.js +152 -77
- package/dist/apps/data/routes/receipts.js.map +1 -1
- package/dist/apps/data/routes/tokens.d.ts +166 -173
- package/dist/apps/data/routes/tokens.d.ts.map +1 -1
- package/dist/apps/data/routes/tokens.js +14 -12
- package/dist/apps/data/routes/tokens.js.map +1 -1
- package/dist/apps/data/routes/transactions.d.ts +277 -536
- package/dist/apps/data/routes/transactions.d.ts.map +1 -1
- package/dist/apps/data/routes/transactions.js +96 -77
- package/dist/apps/data/routes/transactions.js.map +1 -1
- package/dist/apps/data/routes/transfers.d.ts +82 -17
- package/dist/apps/data/routes/transfers.d.ts.map +1 -1
- package/dist/apps/data/routes/transfers.js +70 -13
- package/dist/apps/data/routes/transfers.js.map +1 -1
- package/dist/apps/data/routes/valuation.d.ts +307 -0
- package/dist/apps/data/routes/valuation.d.ts.map +1 -0
- package/dist/apps/data/routes/valuation.js +292 -0
- package/dist/apps/data/routes/valuation.js.map +1 -0
- package/dist/apps/data/routes/verified-tokens.d.ts.map +1 -1
- package/dist/apps/data/routes/verified-tokens.js +7 -5
- package/dist/apps/data/routes/verified-tokens.js.map +1 -1
- package/dist/apps/data/routes/webhooks.d.ts +459 -479
- package/dist/apps/data/routes/webhooks.d.ts.map +1 -1
- package/dist/apps/data/routes/webhooks.js +124 -25
- package/dist/apps/data/routes/webhooks.js.map +1 -1
- package/dist/apps/index.d.ts +1 -1
- package/dist/apps/index.d.ts.map +1 -1
- package/dist/apps/index.js +1 -1
- package/dist/apps/index.js.map +1 -1
- package/dist/apps/management/App.d.ts +8606 -1681
- package/dist/apps/management/App.d.ts.map +1 -1
- package/dist/apps/management/App.js +12 -1
- package/dist/apps/management/App.js.map +1 -1
- package/dist/apps/management/routes/api-keys.d.ts +23 -0
- package/dist/apps/management/routes/api-keys.d.ts.map +1 -1
- package/dist/apps/management/routes/api-keys.js +5 -3
- package/dist/apps/management/routes/api-keys.js.map +1 -1
- package/dist/apps/management/routes/billing.d.ts +88 -48
- package/dist/apps/management/routes/billing.d.ts.map +1 -1
- package/dist/apps/management/routes/billing.js +10 -2
- package/dist/apps/management/routes/billing.js.map +1 -1
- package/dist/apps/management/routes/faucet.d.ts +218 -0
- package/dist/apps/management/routes/faucet.d.ts.map +1 -0
- package/dist/apps/management/routes/faucet.js +139 -0
- package/dist/apps/management/routes/faucet.js.map +1 -0
- package/dist/apps/management/routes/invitations.d.ts +121 -121
- package/dist/apps/management/routes/invitations.d.ts.map +1 -1
- package/dist/apps/management/routes/invitations.js +3 -0
- package/dist/apps/management/routes/invitations.js.map +1 -1
- package/dist/apps/management/routes/invite-links.d.ts +197 -168
- package/dist/apps/management/routes/invite-links.d.ts.map +1 -1
- package/dist/apps/management/routes/invite-links.js +26 -1
- package/dist/apps/management/routes/invite-links.js.map +1 -1
- package/dist/apps/management/routes/me.d.ts +2 -0
- package/dist/apps/management/routes/me.d.ts.map +1 -1
- package/dist/apps/management/routes/me.js +4 -0
- package/dist/apps/management/routes/me.js.map +1 -1
- package/dist/apps/management/routes/members.d.ts +49 -49
- package/dist/apps/management/routes/orgs.d.ts +91 -91
- package/dist/apps/management/routes/projects.d.ts +115 -115
- package/dist/apps/management/routes/usage.d.ts +35 -32
- package/dist/apps/management/routes/usage.d.ts.map +1 -1
- package/dist/apps/management/routes/usage.js +4 -0
- package/dist/apps/management/routes/usage.js.map +1 -1
- package/dist/apps/management/routes/verified-token-requests.d.ts +697 -0
- package/dist/apps/management/routes/verified-token-requests.d.ts.map +1 -0
- package/dist/apps/management/routes/verified-token-requests.js +271 -0
- package/dist/apps/management/routes/verified-token-requests.js.map +1 -0
- package/dist/apps/management/routes/webhooks.d.ts +6977 -0
- package/dist/apps/management/routes/webhooks.d.ts.map +1 -0
- package/dist/apps/management/routes/webhooks.js +573 -0
- package/dist/apps/management/routes/webhooks.js.map +1 -0
- package/dist/apps/mcp.d.ts +9 -2
- package/dist/apps/mcp.d.ts.map +1 -1
- package/dist/apps/mcp.js +9 -4
- package/dist/apps/mcp.js.map +1 -1
- package/dist/cli/Cli.d.ts.map +1 -1
- package/dist/cli/Cli.js +7 -2
- package/dist/cli/Cli.js.map +1 -1
- package/dist/db/Db.d.ts +4 -0
- package/dist/db/Db.d.ts.map +1 -1
- package/dist/db/Db.js +83 -0
- package/dist/db/Db.js.map +1 -1
- package/dist/db/Schema.d.ts +41 -0
- package/dist/db/Schema.d.ts.map +1 -1
- package/dist/db/Schema.js +45 -0
- package/dist/db/Schema.js.map +1 -1
- package/dist/db/tables/earlyAccess.d.ts +50 -0
- package/dist/db/tables/earlyAccess.d.ts.map +1 -0
- package/dist/db/tables/earlyAccess.js +63 -0
- package/dist/db/tables/earlyAccess.js.map +1 -0
- package/dist/db/tables/invitations.d.ts +12 -1
- package/dist/db/tables/invitations.d.ts.map +1 -1
- package/dist/db/tables/invitations.js +23 -0
- package/dist/db/tables/invitations.js.map +1 -1
- package/dist/db/tables/inviteLinks.d.ts +10 -2
- package/dist/db/tables/inviteLinks.d.ts.map +1 -1
- package/dist/db/tables/inviteLinks.js +10 -1
- package/dist/db/tables/inviteLinks.js.map +1 -1
- package/dist/db/tables/sponsoredTransactions.d.ts +2 -0
- package/dist/db/tables/sponsoredTransactions.d.ts.map +1 -1
- package/dist/db/tables/sponsoredTransactions.js +2 -0
- package/dist/db/tables/sponsoredTransactions.js.map +1 -1
- package/dist/db/tables/verifiedTokenRequests.d.ts +94 -0
- package/dist/db/tables/verifiedTokenRequests.d.ts.map +1 -0
- package/dist/db/tables/verifiedTokenRequests.js +120 -0
- package/dist/db/tables/verifiedTokenRequests.js.map +1 -0
- package/dist/db/tables/webhookSubscriptions.d.ts +14 -0
- package/dist/db/tables/webhookSubscriptions.d.ts.map +1 -1
- package/dist/db/tables/webhookSubscriptions.js +16 -0
- package/dist/db/tables/webhookSubscriptions.js.map +1 -1
- package/dist/internal/Auth.d.ts +43 -2
- package/dist/internal/Auth.d.ts.map +1 -1
- package/dist/internal/Auth.js +60 -45
- package/dist/internal/Auth.js.map +1 -1
- package/dist/internal/FundingQuotes.d.ts +69 -15
- package/dist/internal/FundingQuotes.d.ts.map +1 -1
- package/dist/internal/FundingQuotes.js +74 -25
- package/dist/internal/FundingQuotes.js.map +1 -1
- package/dist/internal/Log.d.ts +19 -1
- package/dist/internal/Log.d.ts.map +1 -1
- package/dist/internal/Log.js +2 -0
- package/dist/internal/Log.js.map +1 -1
- package/dist/internal/MetricSink.d.ts.map +1 -1
- package/dist/internal/MetricSink.js +9 -0
- package/dist/internal/MetricSink.js.map +1 -1
- package/dist/internal/OpenApi.d.ts +2 -2
- package/dist/internal/OpenApi.d.ts.map +1 -1
- package/dist/internal/OpenApi.js +3 -0
- package/dist/internal/OpenApi.js.map +1 -1
- package/dist/internal/Schema.d.ts +14 -5
- package/dist/internal/Schema.d.ts.map +1 -1
- package/dist/internal/Schema.js +23 -5
- package/dist/internal/Schema.js.map +1 -1
- package/dist/internal/Value.d.ts +18 -0
- package/dist/internal/Value.d.ts.map +1 -1
- package/dist/internal/Value.js +11 -1
- package/dist/internal/Value.js.map +1 -1
- package/dist/internal/VerifiedTokens.d.ts.map +1 -1
- package/dist/internal/VerifiedTokens.js +10 -1
- package/dist/internal/VerifiedTokens.js.map +1 -1
- package/dist/internal/Viem.d.ts +1 -1
- package/dist/internal/Webhooks.d.ts +24 -3
- package/dist/internal/Webhooks.d.ts.map +1 -1
- package/dist/internal/Webhooks.js +34 -8
- package/dist/internal/Webhooks.js.map +1 -1
- package/package.json +2 -2
- package/src/App.ts +9 -1
- package/src/Client.test-d.ts +638 -6
- package/src/admin/App.ts +4 -0
- package/src/admin/apps/early-access.test.ts +125 -0
- package/src/admin/apps/early-access.ts +175 -0
- package/src/admin/apps/verified-tokens.test.ts +201 -0
- package/src/admin/apps/verified-tokens.ts +532 -286
- package/src/admin/ui/plugin.ts +2 -1
- package/src/admin/ui/src/lib/early-access.ts +63 -0
- package/src/admin/ui/src/lib/verified-tokens.ts +79 -0
- package/src/admin/ui/src/routeTree.gen.ts +33 -2
- package/src/admin/ui/src/routes/__root.tsx +2 -1
- package/src/admin/ui/src/routes/early-access.tsx +157 -0
- package/src/admin/ui/src/routes/verified-tokens.tsx +230 -19
- package/src/admin/ui.generated.ts +48 -33
- package/src/apps/data/App.ts +22 -14
- package/src/apps/data/FundingQuoteProviders.test.ts +298 -0
- package/src/apps/data/FundingQuoteProviders.ts +257 -4
- package/src/apps/data/FxOracle.test.ts +118 -0
- package/src/apps/data/FxOracle.ts +153 -0
- package/src/apps/data/index.ts +1 -0
- package/src/apps/data/routes/activities.test.ts +173 -3
- package/src/apps/data/routes/activities.ts +403 -132
- package/src/apps/data/routes/addresses.ts +19 -9
- package/src/apps/data/routes/balances.test.ts +144 -11
- package/src/apps/data/routes/balances.ts +140 -51
- package/src/apps/data/routes/exchanges.test.ts +540 -9
- package/src/apps/data/routes/exchanges.ts +690 -103
- package/src/apps/data/routes/funding.test.ts +84 -0
- package/src/apps/data/routes/funding.ts +38 -6
- package/src/apps/data/routes/receipts.test.ts +125 -23
- package/src/apps/data/routes/receipts.ts +205 -100
- package/src/apps/data/routes/tokens.test.ts +43 -0
- package/src/apps/data/routes/tokens.ts +27 -12
- package/src/apps/data/routes/transactions.test.ts +72 -19
- package/src/apps/data/routes/transactions.ts +162 -92
- package/src/apps/data/routes/transfers.test.ts +146 -4
- package/src/apps/data/routes/transfers.ts +91 -13
- package/src/apps/data/routes/valuation.test.ts +422 -0
- package/src/apps/data/routes/valuation.ts +423 -0
- package/src/apps/data/routes/verified-tokens.ts +14 -2
- package/src/apps/data/routes/webhooks.test.ts +56 -8
- package/src/apps/data/routes/webhooks.ts +144 -27
- package/src/apps/index.ts +1 -1
- package/src/apps/management/App.ts +13 -0
- package/src/apps/management/routes/api-keys.test.ts +87 -0
- package/src/apps/management/routes/api-keys.ts +4 -3
- package/src/apps/management/routes/billing.test.ts +112 -1
- package/src/apps/management/routes/billing.ts +7 -2
- package/src/apps/management/routes/faucet.test.ts +79 -0
- package/src/apps/management/routes/faucet.ts +185 -0
- package/src/apps/management/routes/invitations.test.ts +172 -0
- package/src/apps/management/routes/invitations.ts +3 -0
- package/src/apps/management/routes/invite-links.test.ts +117 -0
- package/src/apps/management/routes/invite-links.ts +43 -1
- package/src/apps/management/routes/me.test.ts +140 -88
- package/src/apps/management/routes/me.ts +6 -0
- package/src/apps/management/routes/usage.test.ts +6 -0
- package/src/apps/management/routes/usage.ts +7 -0
- package/src/apps/management/routes/verified-token-requests.test.ts +377 -0
- package/src/apps/management/routes/verified-token-requests.ts +397 -0
- package/src/apps/management/routes/webhooks.test.ts +426 -0
- package/src/apps/management/routes/webhooks.ts +672 -0
- package/src/apps/mcp.test.ts +13 -0
- package/src/apps/mcp.ts +18 -5
- package/src/cli/Cli.test.ts +36 -0
- package/src/cli/Cli.ts +7 -2
- package/src/db/Db.test.ts +19 -0
- package/src/db/Db.ts +95 -0
- package/src/db/Schema.ts +53 -0
- package/src/db/tables/earlyAccess.ts +86 -0
- package/src/db/tables/invitations.ts +26 -1
- package/src/db/tables/inviteLinks.ts +22 -3
- package/src/db/tables/sponsoredTransactions.ts +4 -0
- package/src/db/tables/verifiedTokenRequests.test.ts +200 -0
- package/src/db/tables/verifiedTokenRequests.ts +182 -0
- package/src/db/tables/webhookSubscriptions.ts +31 -0
- package/src/internal/Auth.ts +73 -45
- package/src/internal/FundingQuotes.test.ts +143 -1
- package/src/internal/FundingQuotes.ts +95 -28
- package/src/internal/Log.test-d.ts +21 -0
- package/src/internal/Log.test.ts +50 -0
- package/src/internal/Log.ts +24 -1
- package/src/internal/MetricSink.test.ts +160 -0
- package/src/internal/MetricSink.ts +10 -0
- package/src/internal/OpenApi.ts +3 -0
- package/src/internal/Schema.ts +50 -5
- package/src/internal/Value.test.ts +20 -0
- package/src/internal/Value.ts +24 -1
- package/src/internal/VerifiedTokens.ts +9 -1
- package/src/internal/Webhooks.test.ts +140 -0
- package/src/internal/Webhooks.ts +53 -9
|
@@ -1,20 +1,222 @@
|
|
|
1
1
|
import type * as App from '../../../App.js';
|
|
2
|
+
import * as Valuation from './valuation.js';
|
|
2
3
|
/**
|
|
3
4
|
* Composes the `/v1/addresses/:address/*` route surface from the
|
|
4
5
|
* address-scoped sub-routers exported by each resource module. The handlers,
|
|
5
6
|
* schemas, and paths live with the resource they describe (activities,
|
|
6
|
-
* balances); this composer only aggregates them so docs grouping
|
|
7
|
-
* while URLs stay nested under the parent resource.
|
|
7
|
+
* balances, valuation); this composer only aggregates them so docs grouping
|
|
8
|
+
* stays by tag while URLs stay nested under the parent resource.
|
|
8
9
|
*
|
|
9
10
|
* Only subject-relative resources live here — rows that cannot be interpreted
|
|
10
|
-
* without the path address (activity classification, held-token balances
|
|
11
|
-
* Plain filtered views of canonical collections are
|
|
12
|
-
* instead (`GET /transactions?address=…`,
|
|
13
|
-
* `GET /transactions/receipts?address=…`).
|
|
11
|
+
* without the path address (activity classification, held-token balances,
|
|
12
|
+
* holdings valuation). Plain filtered views of canonical collections are
|
|
13
|
+
* reached via search params instead (`GET /transactions?address=…`,
|
|
14
|
+
* `GET /transfers?address=…`, `GET /transactions/receipts?address=…`).
|
|
14
15
|
*/
|
|
15
|
-
export declare function addresses(): import("hono/hono-base").HonoBase<App.Environment, import("hono/types").BlankSchema | import("hono/types").MergeSchemaPath<{
|
|
16
|
+
export declare function addresses(options?: addresses.Options): import("hono/hono-base").HonoBase<App.Environment, import("hono/types").BlankSchema | import("hono/types").MergeSchemaPath<{
|
|
16
17
|
"/v1/addresses/:address/activities": {
|
|
17
18
|
$get: {
|
|
19
|
+
output: null;
|
|
20
|
+
outputFormat: "body";
|
|
21
|
+
status: 402;
|
|
22
|
+
input: {
|
|
23
|
+
param: {
|
|
24
|
+
address: `0x${string}`;
|
|
25
|
+
};
|
|
26
|
+
} & {
|
|
27
|
+
query?: {
|
|
28
|
+
chainId?: string | string[];
|
|
29
|
+
cursor?: string | string[];
|
|
30
|
+
denomination?: string | string[];
|
|
31
|
+
group?: string | string[];
|
|
32
|
+
include?: string | string[];
|
|
33
|
+
limit?: string | string[];
|
|
34
|
+
logs?: string | string[];
|
|
35
|
+
} | undefined;
|
|
36
|
+
};
|
|
37
|
+
} | {
|
|
38
|
+
output: {
|
|
39
|
+
error: {
|
|
40
|
+
code: "api_key_malformed";
|
|
41
|
+
details?: readonly import("../../../internal/Response.js").error.Detail[] | undefined;
|
|
42
|
+
message: string;
|
|
43
|
+
};
|
|
44
|
+
requestId: string;
|
|
45
|
+
};
|
|
46
|
+
outputFormat: "json";
|
|
47
|
+
status: 400;
|
|
48
|
+
input: {
|
|
49
|
+
param: {
|
|
50
|
+
address: `0x${string}`;
|
|
51
|
+
};
|
|
52
|
+
} & {
|
|
53
|
+
query?: {
|
|
54
|
+
chainId?: string | string[];
|
|
55
|
+
cursor?: string | string[];
|
|
56
|
+
denomination?: string | string[];
|
|
57
|
+
group?: string | string[];
|
|
58
|
+
include?: string | string[];
|
|
59
|
+
limit?: string | string[];
|
|
60
|
+
logs?: string | string[];
|
|
61
|
+
} | undefined;
|
|
62
|
+
};
|
|
63
|
+
} | {
|
|
64
|
+
output: {
|
|
65
|
+
error: {
|
|
66
|
+
code: "api_key_invalid" | "api_key_missing";
|
|
67
|
+
details?: readonly import("../../../internal/Response.js").error.Detail[] | undefined;
|
|
68
|
+
message: string;
|
|
69
|
+
};
|
|
70
|
+
requestId: string;
|
|
71
|
+
};
|
|
72
|
+
outputFormat: "json";
|
|
73
|
+
status: 401;
|
|
74
|
+
input: {
|
|
75
|
+
param: {
|
|
76
|
+
address: `0x${string}`;
|
|
77
|
+
};
|
|
78
|
+
} & {
|
|
79
|
+
query?: {
|
|
80
|
+
chainId?: string | string[];
|
|
81
|
+
cursor?: string | string[];
|
|
82
|
+
denomination?: string | string[];
|
|
83
|
+
group?: string | string[];
|
|
84
|
+
include?: string | string[];
|
|
85
|
+
limit?: string | string[];
|
|
86
|
+
logs?: string | string[];
|
|
87
|
+
} | undefined;
|
|
88
|
+
};
|
|
89
|
+
} | {
|
|
90
|
+
output: {
|
|
91
|
+
error: {
|
|
92
|
+
code: "api_key_forbidden";
|
|
93
|
+
details?: readonly import("../../../internal/Response.js").error.Detail[] | undefined;
|
|
94
|
+
message: string;
|
|
95
|
+
};
|
|
96
|
+
requestId: string;
|
|
97
|
+
};
|
|
98
|
+
outputFormat: "json";
|
|
99
|
+
status: 403;
|
|
100
|
+
input: {
|
|
101
|
+
param: {
|
|
102
|
+
address: `0x${string}`;
|
|
103
|
+
};
|
|
104
|
+
} & {
|
|
105
|
+
query?: {
|
|
106
|
+
chainId?: string | string[];
|
|
107
|
+
cursor?: string | string[];
|
|
108
|
+
denomination?: string | string[];
|
|
109
|
+
group?: string | string[];
|
|
110
|
+
include?: string | string[];
|
|
111
|
+
limit?: string | string[];
|
|
112
|
+
logs?: string | string[];
|
|
113
|
+
} | undefined;
|
|
114
|
+
};
|
|
115
|
+
} | {
|
|
116
|
+
output: {
|
|
117
|
+
error: {
|
|
118
|
+
code: "payment_required" | "rate_limit_exceeded";
|
|
119
|
+
details?: readonly import("../../../internal/Response.js").error.Detail[] | undefined;
|
|
120
|
+
message: string;
|
|
121
|
+
};
|
|
122
|
+
requestId: string;
|
|
123
|
+
};
|
|
124
|
+
outputFormat: "json";
|
|
125
|
+
status: 429;
|
|
126
|
+
input: {
|
|
127
|
+
param: {
|
|
128
|
+
address: `0x${string}`;
|
|
129
|
+
};
|
|
130
|
+
} & {
|
|
131
|
+
query?: {
|
|
132
|
+
chainId?: string | string[];
|
|
133
|
+
cursor?: string | string[];
|
|
134
|
+
denomination?: string | string[];
|
|
135
|
+
group?: string | string[];
|
|
136
|
+
include?: string | string[];
|
|
137
|
+
limit?: string | string[];
|
|
138
|
+
logs?: string | string[];
|
|
139
|
+
} | undefined;
|
|
140
|
+
};
|
|
141
|
+
} | {
|
|
142
|
+
output: {
|
|
143
|
+
error: {
|
|
144
|
+
code: "query_invalid";
|
|
145
|
+
details?: readonly import("../../../internal/Response.js").error.Detail[] | undefined;
|
|
146
|
+
message: string;
|
|
147
|
+
};
|
|
148
|
+
requestId: string;
|
|
149
|
+
};
|
|
150
|
+
outputFormat: "json";
|
|
151
|
+
status: 400;
|
|
152
|
+
input: {
|
|
153
|
+
param: {
|
|
154
|
+
address: `0x${string}`;
|
|
155
|
+
};
|
|
156
|
+
} & {
|
|
157
|
+
query?: {
|
|
158
|
+
chainId?: string | string[];
|
|
159
|
+
cursor?: string | string[];
|
|
160
|
+
denomination?: string | string[];
|
|
161
|
+
group?: string | string[];
|
|
162
|
+
include?: string | string[];
|
|
163
|
+
limit?: string | string[];
|
|
164
|
+
logs?: string | string[];
|
|
165
|
+
} | undefined;
|
|
166
|
+
};
|
|
167
|
+
} | {
|
|
168
|
+
output: {
|
|
169
|
+
error: {
|
|
170
|
+
code: "upstream_error";
|
|
171
|
+
details?: readonly import("../../../internal/Response.js").error.Detail[] | undefined;
|
|
172
|
+
message: string;
|
|
173
|
+
};
|
|
174
|
+
requestId: string;
|
|
175
|
+
};
|
|
176
|
+
outputFormat: "json";
|
|
177
|
+
status: 502;
|
|
178
|
+
input: {
|
|
179
|
+
param: {
|
|
180
|
+
address: `0x${string}`;
|
|
181
|
+
};
|
|
182
|
+
} & {
|
|
183
|
+
query?: {
|
|
184
|
+
chainId?: string | string[];
|
|
185
|
+
cursor?: string | string[];
|
|
186
|
+
denomination?: string | string[];
|
|
187
|
+
group?: string | string[];
|
|
188
|
+
include?: string | string[];
|
|
189
|
+
limit?: string | string[];
|
|
190
|
+
logs?: string | string[];
|
|
191
|
+
} | undefined;
|
|
192
|
+
};
|
|
193
|
+
} | {
|
|
194
|
+
output: {
|
|
195
|
+
error: {
|
|
196
|
+
code: "address_invalid";
|
|
197
|
+
details?: readonly import("../../../internal/Response.js").error.Detail[] | undefined;
|
|
198
|
+
message: string;
|
|
199
|
+
};
|
|
200
|
+
requestId: string;
|
|
201
|
+
};
|
|
202
|
+
outputFormat: "json";
|
|
203
|
+
status: 400;
|
|
204
|
+
input: {
|
|
205
|
+
param: {
|
|
206
|
+
address: `0x${string}`;
|
|
207
|
+
};
|
|
208
|
+
} & {
|
|
209
|
+
query?: {
|
|
210
|
+
chainId?: string | string[];
|
|
211
|
+
cursor?: string | string[];
|
|
212
|
+
denomination?: string | string[];
|
|
213
|
+
group?: string | string[];
|
|
214
|
+
include?: string | string[];
|
|
215
|
+
limit?: string | string[];
|
|
216
|
+
logs?: string | string[];
|
|
217
|
+
} | undefined;
|
|
218
|
+
};
|
|
219
|
+
} | {
|
|
18
220
|
output: {
|
|
19
221
|
data: ({
|
|
20
222
|
perspective: "incoming" | "outgoing";
|
|
@@ -37,14 +239,23 @@ export declare function addresses(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
37
239
|
data: {
|
|
38
240
|
attribution?: string | undefined;
|
|
39
241
|
blockNumber: number;
|
|
242
|
+
destinationAmount?: {
|
|
243
|
+
baseUnits: string;
|
|
244
|
+
currency: string;
|
|
245
|
+
decimals: number;
|
|
246
|
+
formatted: string;
|
|
247
|
+
valuation?: {
|
|
248
|
+
amount: string;
|
|
249
|
+
currency: string;
|
|
250
|
+
} | null | undefined;
|
|
251
|
+
} | undefined;
|
|
40
252
|
destinationToken?: {
|
|
41
253
|
address: `0x${string}`;
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
decimals?: number | undefined;
|
|
254
|
+
currency: string;
|
|
255
|
+
decimals: number;
|
|
45
256
|
logoUri?: string | undefined;
|
|
46
|
-
name
|
|
47
|
-
symbol
|
|
257
|
+
name: string;
|
|
258
|
+
symbol: string;
|
|
48
259
|
verified?: boolean | undefined;
|
|
49
260
|
} | undefined;
|
|
50
261
|
direction: "in" | "out";
|
|
@@ -52,14 +263,23 @@ export declare function addresses(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
52
263
|
recipient: `0x${string}`;
|
|
53
264
|
sender: `0x${string}`;
|
|
54
265
|
signer?: "self" | `0x${string}` | undefined;
|
|
266
|
+
sourceAmount: {
|
|
267
|
+
baseUnits: string;
|
|
268
|
+
currency: string;
|
|
269
|
+
decimals: number;
|
|
270
|
+
formatted: string;
|
|
271
|
+
valuation?: {
|
|
272
|
+
amount: string;
|
|
273
|
+
currency: string;
|
|
274
|
+
} | null | undefined;
|
|
275
|
+
};
|
|
55
276
|
sourceToken: {
|
|
56
277
|
address: `0x${string}`;
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
decimals?: number | undefined;
|
|
278
|
+
currency: string;
|
|
279
|
+
decimals: number;
|
|
60
280
|
logoUri?: string | undefined;
|
|
61
|
-
name
|
|
62
|
-
symbol
|
|
281
|
+
name: string;
|
|
282
|
+
symbol: string;
|
|
63
283
|
verified?: boolean | undefined;
|
|
64
284
|
};
|
|
65
285
|
timestamp: string;
|
|
@@ -86,14 +306,23 @@ export declare function addresses(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
86
306
|
transactionHash: `0x${string}`;
|
|
87
307
|
data: {
|
|
88
308
|
recipient: `0x${string}`;
|
|
309
|
+
sourceAmount: {
|
|
310
|
+
baseUnits: string;
|
|
311
|
+
currency: string;
|
|
312
|
+
decimals: number;
|
|
313
|
+
formatted: string;
|
|
314
|
+
valuation?: {
|
|
315
|
+
amount: string;
|
|
316
|
+
currency: string;
|
|
317
|
+
} | null | undefined;
|
|
318
|
+
};
|
|
89
319
|
sourceToken: {
|
|
90
320
|
address: `0x${string}`;
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
decimals?: number | undefined;
|
|
321
|
+
currency: string;
|
|
322
|
+
decimals: number;
|
|
94
323
|
logoUri?: string | undefined;
|
|
95
|
-
name
|
|
96
|
-
symbol
|
|
324
|
+
name: string;
|
|
325
|
+
symbol: string;
|
|
97
326
|
verified?: boolean | undefined;
|
|
98
327
|
};
|
|
99
328
|
};
|
|
@@ -119,14 +348,23 @@ export declare function addresses(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
119
348
|
data: {
|
|
120
349
|
sender: `0x${string}`;
|
|
121
350
|
signer: "self" | `0x${string}`;
|
|
351
|
+
sourceAmount: {
|
|
352
|
+
baseUnits: string;
|
|
353
|
+
currency: string;
|
|
354
|
+
decimals: number;
|
|
355
|
+
formatted: string;
|
|
356
|
+
valuation?: {
|
|
357
|
+
amount: string;
|
|
358
|
+
currency: string;
|
|
359
|
+
} | null | undefined;
|
|
360
|
+
};
|
|
122
361
|
sourceToken: {
|
|
123
362
|
address: `0x${string}`;
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
decimals?: number | undefined;
|
|
363
|
+
currency: string;
|
|
364
|
+
decimals: number;
|
|
127
365
|
logoUri?: string | undefined;
|
|
128
|
-
name
|
|
129
|
-
symbol
|
|
366
|
+
name: string;
|
|
367
|
+
symbol: string;
|
|
130
368
|
verified?: boolean | undefined;
|
|
131
369
|
};
|
|
132
370
|
};
|
|
@@ -150,25 +388,43 @@ export declare function addresses(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
150
388
|
title: string;
|
|
151
389
|
transactionHash: `0x${string}`;
|
|
152
390
|
data: {
|
|
391
|
+
destinationAmount: {
|
|
392
|
+
baseUnits: string;
|
|
393
|
+
currency: string;
|
|
394
|
+
decimals: number;
|
|
395
|
+
formatted: string;
|
|
396
|
+
valuation?: {
|
|
397
|
+
amount: string;
|
|
398
|
+
currency: string;
|
|
399
|
+
} | null | undefined;
|
|
400
|
+
};
|
|
153
401
|
destinationToken: {
|
|
154
402
|
address: `0x${string}`;
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
decimals?: number | undefined;
|
|
403
|
+
currency: string;
|
|
404
|
+
decimals: number;
|
|
158
405
|
logoUri?: string | undefined;
|
|
159
|
-
name
|
|
160
|
-
symbol
|
|
406
|
+
name: string;
|
|
407
|
+
symbol: string;
|
|
161
408
|
verified?: boolean | undefined;
|
|
162
409
|
};
|
|
163
410
|
signer: "self" | `0x${string}`;
|
|
411
|
+
sourceAmount: {
|
|
412
|
+
baseUnits: string;
|
|
413
|
+
currency: string;
|
|
414
|
+
decimals: number;
|
|
415
|
+
formatted: string;
|
|
416
|
+
valuation?: {
|
|
417
|
+
amount: string;
|
|
418
|
+
currency: string;
|
|
419
|
+
} | null | undefined;
|
|
420
|
+
};
|
|
164
421
|
sourceToken: {
|
|
165
422
|
address: `0x${string}`;
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
decimals?: number | undefined;
|
|
423
|
+
currency: string;
|
|
424
|
+
decimals: number;
|
|
169
425
|
logoUri?: string | undefined;
|
|
170
|
-
name
|
|
171
|
-
symbol
|
|
426
|
+
name: string;
|
|
427
|
+
symbol: string;
|
|
172
428
|
verified?: boolean | undefined;
|
|
173
429
|
};
|
|
174
430
|
};
|
|
@@ -193,14 +449,23 @@ export declare function addresses(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
193
449
|
transactionHash: `0x${string}`;
|
|
194
450
|
data: {
|
|
195
451
|
signer: "self" | `0x${string}`;
|
|
452
|
+
sourceAmount: {
|
|
453
|
+
baseUnits: string;
|
|
454
|
+
currency: string;
|
|
455
|
+
decimals: number;
|
|
456
|
+
formatted: string;
|
|
457
|
+
valuation?: {
|
|
458
|
+
amount: string;
|
|
459
|
+
currency: string;
|
|
460
|
+
} | null | undefined;
|
|
461
|
+
};
|
|
196
462
|
sourceToken: {
|
|
197
463
|
address: `0x${string}`;
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
decimals?: number | undefined;
|
|
464
|
+
currency: string;
|
|
465
|
+
decimals: number;
|
|
201
466
|
logoUri?: string | undefined;
|
|
202
|
-
name
|
|
203
|
-
symbol
|
|
467
|
+
name: string;
|
|
468
|
+
symbol: string;
|
|
204
469
|
verified?: boolean | undefined;
|
|
205
470
|
};
|
|
206
471
|
spender: `0x${string}`;
|
|
@@ -227,14 +492,23 @@ export declare function addresses(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
227
492
|
data: {
|
|
228
493
|
refund?: {
|
|
229
494
|
address: `0x${string}`;
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
decimals?: number | undefined;
|
|
495
|
+
currency: string;
|
|
496
|
+
decimals: number;
|
|
233
497
|
logoUri?: string | undefined;
|
|
234
|
-
name
|
|
235
|
-
symbol
|
|
498
|
+
name: string;
|
|
499
|
+
symbol: string;
|
|
236
500
|
verified?: boolean | undefined;
|
|
237
501
|
} | undefined;
|
|
502
|
+
refundAmount?: {
|
|
503
|
+
baseUnits: string;
|
|
504
|
+
currency: string;
|
|
505
|
+
decimals: number;
|
|
506
|
+
formatted: string;
|
|
507
|
+
valuation?: {
|
|
508
|
+
amount: string;
|
|
509
|
+
currency: string;
|
|
510
|
+
} | null | undefined;
|
|
511
|
+
} | undefined;
|
|
238
512
|
signer: "self" | `0x${string}`;
|
|
239
513
|
};
|
|
240
514
|
type: "session-closed";
|
|
@@ -332,14 +606,23 @@ export declare function addresses(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
332
606
|
data: {
|
|
333
607
|
sender: `0x${string}`;
|
|
334
608
|
signer: "self" | `0x${string}`;
|
|
609
|
+
sourceAmount: {
|
|
610
|
+
baseUnits: string;
|
|
611
|
+
currency: string;
|
|
612
|
+
decimals: number;
|
|
613
|
+
formatted: string;
|
|
614
|
+
valuation?: {
|
|
615
|
+
amount: string;
|
|
616
|
+
currency: string;
|
|
617
|
+
} | null | undefined;
|
|
618
|
+
};
|
|
335
619
|
sourceToken: {
|
|
336
620
|
address: `0x${string}`;
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
decimals?: number | undefined;
|
|
621
|
+
currency: string;
|
|
622
|
+
decimals: number;
|
|
340
623
|
logoUri?: string | undefined;
|
|
341
|
-
name
|
|
342
|
-
symbol
|
|
624
|
+
name: string;
|
|
625
|
+
symbol: string;
|
|
343
626
|
verified?: boolean | undefined;
|
|
344
627
|
};
|
|
345
628
|
};
|
|
@@ -367,14 +650,23 @@ export declare function addresses(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
367
650
|
payee: `0x${string}`;
|
|
368
651
|
payer: `0x${string}`;
|
|
369
652
|
signer: "self" | `0x${string}`;
|
|
653
|
+
sourceAmount: {
|
|
654
|
+
baseUnits: string;
|
|
655
|
+
currency: string;
|
|
656
|
+
decimals: number;
|
|
657
|
+
formatted: string;
|
|
658
|
+
valuation?: {
|
|
659
|
+
amount: string;
|
|
660
|
+
currency: string;
|
|
661
|
+
} | null | undefined;
|
|
662
|
+
};
|
|
370
663
|
sourceToken: {
|
|
371
664
|
address: `0x${string}`;
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
decimals?: number | undefined;
|
|
665
|
+
currency: string;
|
|
666
|
+
decimals: number;
|
|
375
667
|
logoUri?: string | undefined;
|
|
376
|
-
name
|
|
377
|
-
symbol
|
|
668
|
+
name: string;
|
|
669
|
+
symbol: string;
|
|
378
670
|
verified?: boolean | undefined;
|
|
379
671
|
};
|
|
380
672
|
};
|
|
@@ -400,14 +692,23 @@ export declare function addresses(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
400
692
|
data: {
|
|
401
693
|
channelId: `0x${string}`;
|
|
402
694
|
signer: "self" | `0x${string}`;
|
|
695
|
+
sourceAmount: {
|
|
696
|
+
baseUnits: string;
|
|
697
|
+
currency: string;
|
|
698
|
+
decimals: number;
|
|
699
|
+
formatted: string;
|
|
700
|
+
valuation?: {
|
|
701
|
+
amount: string;
|
|
702
|
+
currency: string;
|
|
703
|
+
} | null | undefined;
|
|
704
|
+
};
|
|
403
705
|
sourceToken: {
|
|
404
706
|
address: `0x${string}`;
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
decimals?: number | undefined;
|
|
707
|
+
currency: string;
|
|
708
|
+
decimals: number;
|
|
408
709
|
logoUri?: string | undefined;
|
|
409
|
-
name
|
|
410
|
-
symbol
|
|
710
|
+
name: string;
|
|
711
|
+
symbol: string;
|
|
411
712
|
verified?: boolean | undefined;
|
|
412
713
|
};
|
|
413
714
|
};
|
|
@@ -435,14 +736,23 @@ export declare function addresses(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
435
736
|
payee: `0x${string}`;
|
|
436
737
|
payer: `0x${string}`;
|
|
437
738
|
signer: "self" | `0x${string}`;
|
|
739
|
+
sourceAmount: {
|
|
740
|
+
baseUnits: string;
|
|
741
|
+
currency: string;
|
|
742
|
+
decimals: number;
|
|
743
|
+
formatted: string;
|
|
744
|
+
valuation?: {
|
|
745
|
+
amount: string;
|
|
746
|
+
currency: string;
|
|
747
|
+
} | null | undefined;
|
|
748
|
+
};
|
|
438
749
|
sourceToken: {
|
|
439
750
|
address: `0x${string}`;
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
decimals?: number | undefined;
|
|
751
|
+
currency: string;
|
|
752
|
+
decimals: number;
|
|
443
753
|
logoUri?: string | undefined;
|
|
444
|
-
name
|
|
445
|
-
symbol
|
|
754
|
+
name: string;
|
|
755
|
+
symbol: string;
|
|
446
756
|
verified?: boolean | undefined;
|
|
447
757
|
};
|
|
448
758
|
};
|
|
@@ -471,23 +781,41 @@ export declare function addresses(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
471
781
|
payer: `0x${string}`;
|
|
472
782
|
refund?: {
|
|
473
783
|
address: `0x${string}`;
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
decimals?: number | undefined;
|
|
784
|
+
currency: string;
|
|
785
|
+
decimals: number;
|
|
477
786
|
logoUri?: string | undefined;
|
|
478
|
-
name
|
|
479
|
-
symbol
|
|
787
|
+
name: string;
|
|
788
|
+
symbol: string;
|
|
480
789
|
verified?: boolean | undefined;
|
|
481
790
|
} | undefined;
|
|
791
|
+
refundAmount?: {
|
|
792
|
+
baseUnits: string;
|
|
793
|
+
currency: string;
|
|
794
|
+
decimals: number;
|
|
795
|
+
formatted: string;
|
|
796
|
+
valuation?: {
|
|
797
|
+
amount: string;
|
|
798
|
+
currency: string;
|
|
799
|
+
} | null | undefined;
|
|
800
|
+
} | undefined;
|
|
482
801
|
signer: "self" | `0x${string}`;
|
|
802
|
+
sourceAmount?: {
|
|
803
|
+
baseUnits: string;
|
|
804
|
+
currency: string;
|
|
805
|
+
decimals: number;
|
|
806
|
+
formatted: string;
|
|
807
|
+
valuation?: {
|
|
808
|
+
amount: string;
|
|
809
|
+
currency: string;
|
|
810
|
+
} | null | undefined;
|
|
811
|
+
} | undefined;
|
|
483
812
|
sourceToken?: {
|
|
484
813
|
address: `0x${string}`;
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
decimals?: number | undefined;
|
|
814
|
+
currency: string;
|
|
815
|
+
decimals: number;
|
|
488
816
|
logoUri?: string | undefined;
|
|
489
|
-
name
|
|
490
|
-
symbol
|
|
817
|
+
name: string;
|
|
818
|
+
symbol: string;
|
|
491
819
|
verified?: boolean | undefined;
|
|
492
820
|
} | undefined;
|
|
493
821
|
};
|
|
@@ -539,14 +867,23 @@ export declare function addresses(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
539
867
|
orderId: string;
|
|
540
868
|
side: "ask" | "bid";
|
|
541
869
|
signer: "self" | `0x${string}`;
|
|
870
|
+
sourceAmount: {
|
|
871
|
+
baseUnits: string;
|
|
872
|
+
currency: string;
|
|
873
|
+
decimals: number;
|
|
874
|
+
formatted: string;
|
|
875
|
+
valuation?: {
|
|
876
|
+
amount: string;
|
|
877
|
+
currency: string;
|
|
878
|
+
} | null | undefined;
|
|
879
|
+
};
|
|
542
880
|
sourceToken: {
|
|
543
881
|
address: `0x${string}`;
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
decimals?: number | undefined;
|
|
882
|
+
currency: string;
|
|
883
|
+
decimals: number;
|
|
547
884
|
logoUri?: string | undefined;
|
|
548
|
-
name
|
|
549
|
-
symbol
|
|
885
|
+
name: string;
|
|
886
|
+
symbol: string;
|
|
550
887
|
verified?: boolean | undefined;
|
|
551
888
|
};
|
|
552
889
|
tick: number;
|
|
@@ -595,14 +932,23 @@ export declare function addresses(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
595
932
|
transactionHash: `0x${string}`;
|
|
596
933
|
data: {
|
|
597
934
|
signer: "self" | `0x${string}`;
|
|
935
|
+
sourceAmount: {
|
|
936
|
+
baseUnits: string;
|
|
937
|
+
currency: string;
|
|
938
|
+
decimals: number;
|
|
939
|
+
formatted: string;
|
|
940
|
+
valuation?: {
|
|
941
|
+
amount: string;
|
|
942
|
+
currency: string;
|
|
943
|
+
} | null | undefined;
|
|
944
|
+
};
|
|
598
945
|
sourceToken: {
|
|
599
946
|
address: `0x${string}`;
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
decimals?: number | undefined;
|
|
947
|
+
currency: string;
|
|
948
|
+
decimals: number;
|
|
603
949
|
logoUri?: string | undefined;
|
|
604
|
-
name
|
|
605
|
-
symbol
|
|
950
|
+
name: string;
|
|
951
|
+
symbol: string;
|
|
606
952
|
verified?: boolean | undefined;
|
|
607
953
|
};
|
|
608
954
|
validator: `0x${string}`;
|
|
@@ -627,25 +973,43 @@ export declare function addresses(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
627
973
|
title: string;
|
|
628
974
|
transactionHash: `0x${string}`;
|
|
629
975
|
data: {
|
|
976
|
+
destinationAmount: {
|
|
977
|
+
baseUnits: string;
|
|
978
|
+
currency: string;
|
|
979
|
+
decimals: number;
|
|
980
|
+
formatted: string;
|
|
981
|
+
valuation?: {
|
|
982
|
+
amount: string;
|
|
983
|
+
currency: string;
|
|
984
|
+
} | null | undefined;
|
|
985
|
+
};
|
|
630
986
|
destinationToken: {
|
|
631
987
|
address: `0x${string}`;
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
decimals?: number | undefined;
|
|
988
|
+
currency: string;
|
|
989
|
+
decimals: number;
|
|
635
990
|
logoUri?: string | undefined;
|
|
636
|
-
name
|
|
637
|
-
symbol
|
|
991
|
+
name: string;
|
|
992
|
+
symbol: string;
|
|
638
993
|
verified?: boolean | undefined;
|
|
639
994
|
};
|
|
640
995
|
signer: "self" | `0x${string}`;
|
|
996
|
+
sourceAmount: {
|
|
997
|
+
baseUnits: string;
|
|
998
|
+
currency: string;
|
|
999
|
+
decimals: number;
|
|
1000
|
+
formatted: string;
|
|
1001
|
+
valuation?: {
|
|
1002
|
+
amount: string;
|
|
1003
|
+
currency: string;
|
|
1004
|
+
} | null | undefined;
|
|
1005
|
+
};
|
|
641
1006
|
sourceToken: {
|
|
642
1007
|
address: `0x${string}`;
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
decimals?: number | undefined;
|
|
1008
|
+
currency: string;
|
|
1009
|
+
decimals: number;
|
|
646
1010
|
logoUri?: string | undefined;
|
|
647
|
-
name
|
|
648
|
-
symbol
|
|
1011
|
+
name: string;
|
|
1012
|
+
symbol: string;
|
|
649
1013
|
verified?: boolean | undefined;
|
|
650
1014
|
};
|
|
651
1015
|
swapper: `0x${string}`;
|
|
@@ -672,14 +1036,23 @@ export declare function addresses(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
672
1036
|
data: {
|
|
673
1037
|
funder: `0x${string}`;
|
|
674
1038
|
signer: "self" | `0x${string}`;
|
|
1039
|
+
sourceAmount: {
|
|
1040
|
+
baseUnits: string;
|
|
1041
|
+
currency: string;
|
|
1042
|
+
decimals: number;
|
|
1043
|
+
formatted: string;
|
|
1044
|
+
valuation?: {
|
|
1045
|
+
amount: string;
|
|
1046
|
+
currency: string;
|
|
1047
|
+
} | null | undefined;
|
|
1048
|
+
};
|
|
675
1049
|
sourceToken: {
|
|
676
1050
|
address: `0x${string}`;
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
decimals?: number | undefined;
|
|
1051
|
+
currency: string;
|
|
1052
|
+
decimals: number;
|
|
680
1053
|
logoUri?: string | undefined;
|
|
681
|
-
name
|
|
682
|
-
symbol
|
|
1054
|
+
name: string;
|
|
1055
|
+
symbol: string;
|
|
683
1056
|
verified?: boolean | undefined;
|
|
684
1057
|
};
|
|
685
1058
|
};
|
|
@@ -730,14 +1103,23 @@ export declare function addresses(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
730
1103
|
account: `0x${string}`;
|
|
731
1104
|
publicKey: `0x${string}`;
|
|
732
1105
|
signer: "self" | `0x${string}`;
|
|
1106
|
+
sourceAmount: {
|
|
1107
|
+
baseUnits: string;
|
|
1108
|
+
currency: string;
|
|
1109
|
+
decimals: number;
|
|
1110
|
+
formatted: string;
|
|
1111
|
+
valuation?: {
|
|
1112
|
+
amount: string;
|
|
1113
|
+
currency: string;
|
|
1114
|
+
} | null | undefined;
|
|
1115
|
+
};
|
|
733
1116
|
sourceToken: {
|
|
734
1117
|
address: `0x${string}`;
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
decimals?: number | undefined;
|
|
1118
|
+
currency: string;
|
|
1119
|
+
decimals: number;
|
|
738
1120
|
logoUri?: string | undefined;
|
|
739
|
-
name
|
|
740
|
-
symbol
|
|
1121
|
+
name: string;
|
|
1122
|
+
symbol: string;
|
|
741
1123
|
verified?: boolean | undefined;
|
|
742
1124
|
};
|
|
743
1125
|
};
|
|
@@ -793,14 +1175,23 @@ export declare function addresses(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
793
1175
|
orderId: string;
|
|
794
1176
|
side: "ask" | "bid";
|
|
795
1177
|
signer: "self" | `0x${string}`;
|
|
1178
|
+
sourceAmount: {
|
|
1179
|
+
baseUnits: string;
|
|
1180
|
+
currency: string;
|
|
1181
|
+
decimals: number;
|
|
1182
|
+
formatted: string;
|
|
1183
|
+
valuation?: {
|
|
1184
|
+
amount: string;
|
|
1185
|
+
currency: string;
|
|
1186
|
+
} | null | undefined;
|
|
1187
|
+
};
|
|
796
1188
|
sourceToken: {
|
|
797
1189
|
address: `0x${string}`;
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
decimals?: number | undefined;
|
|
1190
|
+
currency: string;
|
|
1191
|
+
decimals: number;
|
|
801
1192
|
logoUri?: string | undefined;
|
|
802
|
-
name
|
|
803
|
-
symbol
|
|
1193
|
+
name: string;
|
|
1194
|
+
symbol: string;
|
|
804
1195
|
verified?: boolean | undefined;
|
|
805
1196
|
};
|
|
806
1197
|
tick: number;
|
|
@@ -1625,14 +2016,23 @@ export declare function addresses(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
1625
2016
|
data: {
|
|
1626
2017
|
attribution?: string | undefined;
|
|
1627
2018
|
blockNumber: number;
|
|
2019
|
+
destinationAmount?: {
|
|
2020
|
+
baseUnits: string;
|
|
2021
|
+
currency: string;
|
|
2022
|
+
decimals: number;
|
|
2023
|
+
formatted: string;
|
|
2024
|
+
valuation?: {
|
|
2025
|
+
amount: string;
|
|
2026
|
+
currency: string;
|
|
2027
|
+
} | null | undefined;
|
|
2028
|
+
} | undefined;
|
|
1628
2029
|
destinationToken?: {
|
|
1629
2030
|
address: `0x${string}`;
|
|
1630
|
-
|
|
1631
|
-
|
|
1632
|
-
decimals?: number | undefined;
|
|
2031
|
+
currency: string;
|
|
2032
|
+
decimals: number;
|
|
1633
2033
|
logoUri?: string | undefined;
|
|
1634
|
-
name
|
|
1635
|
-
symbol
|
|
2034
|
+
name: string;
|
|
2035
|
+
symbol: string;
|
|
1636
2036
|
verified?: boolean | undefined;
|
|
1637
2037
|
} | undefined;
|
|
1638
2038
|
direction: "in" | "out";
|
|
@@ -1640,14 +2040,23 @@ export declare function addresses(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
1640
2040
|
recipient: `0x${string}`;
|
|
1641
2041
|
sender: `0x${string}`;
|
|
1642
2042
|
signer?: "self" | `0x${string}` | undefined;
|
|
2043
|
+
sourceAmount: {
|
|
2044
|
+
baseUnits: string;
|
|
2045
|
+
currency: string;
|
|
2046
|
+
decimals: number;
|
|
2047
|
+
formatted: string;
|
|
2048
|
+
valuation?: {
|
|
2049
|
+
amount: string;
|
|
2050
|
+
currency: string;
|
|
2051
|
+
} | null | undefined;
|
|
2052
|
+
};
|
|
1643
2053
|
sourceToken: {
|
|
1644
2054
|
address: `0x${string}`;
|
|
1645
|
-
|
|
1646
|
-
|
|
1647
|
-
decimals?: number | undefined;
|
|
2055
|
+
currency: string;
|
|
2056
|
+
decimals: number;
|
|
1648
2057
|
logoUri?: string | undefined;
|
|
1649
|
-
name
|
|
1650
|
-
symbol
|
|
2058
|
+
name: string;
|
|
2059
|
+
symbol: string;
|
|
1651
2060
|
verified?: boolean | undefined;
|
|
1652
2061
|
};
|
|
1653
2062
|
timestamp: string;
|
|
@@ -1674,14 +2083,23 @@ export declare function addresses(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
1674
2083
|
transactionHash: `0x${string}`;
|
|
1675
2084
|
data: {
|
|
1676
2085
|
recipient: `0x${string}`;
|
|
2086
|
+
sourceAmount: {
|
|
2087
|
+
baseUnits: string;
|
|
2088
|
+
currency: string;
|
|
2089
|
+
decimals: number;
|
|
2090
|
+
formatted: string;
|
|
2091
|
+
valuation?: {
|
|
2092
|
+
amount: string;
|
|
2093
|
+
currency: string;
|
|
2094
|
+
} | null | undefined;
|
|
2095
|
+
};
|
|
1677
2096
|
sourceToken: {
|
|
1678
2097
|
address: `0x${string}`;
|
|
1679
|
-
|
|
1680
|
-
|
|
1681
|
-
decimals?: number | undefined;
|
|
2098
|
+
currency: string;
|
|
2099
|
+
decimals: number;
|
|
1682
2100
|
logoUri?: string | undefined;
|
|
1683
|
-
name
|
|
1684
|
-
symbol
|
|
2101
|
+
name: string;
|
|
2102
|
+
symbol: string;
|
|
1685
2103
|
verified?: boolean | undefined;
|
|
1686
2104
|
};
|
|
1687
2105
|
};
|
|
@@ -1707,14 +2125,23 @@ export declare function addresses(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
1707
2125
|
data: {
|
|
1708
2126
|
sender: `0x${string}`;
|
|
1709
2127
|
signer: "self" | `0x${string}`;
|
|
2128
|
+
sourceAmount: {
|
|
2129
|
+
baseUnits: string;
|
|
2130
|
+
currency: string;
|
|
2131
|
+
decimals: number;
|
|
2132
|
+
formatted: string;
|
|
2133
|
+
valuation?: {
|
|
2134
|
+
amount: string;
|
|
2135
|
+
currency: string;
|
|
2136
|
+
} | null | undefined;
|
|
2137
|
+
};
|
|
1710
2138
|
sourceToken: {
|
|
1711
2139
|
address: `0x${string}`;
|
|
1712
|
-
|
|
1713
|
-
|
|
1714
|
-
decimals?: number | undefined;
|
|
2140
|
+
currency: string;
|
|
2141
|
+
decimals: number;
|
|
1715
2142
|
logoUri?: string | undefined;
|
|
1716
|
-
name
|
|
1717
|
-
symbol
|
|
2143
|
+
name: string;
|
|
2144
|
+
symbol: string;
|
|
1718
2145
|
verified?: boolean | undefined;
|
|
1719
2146
|
};
|
|
1720
2147
|
};
|
|
@@ -1738,25 +2165,43 @@ export declare function addresses(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
1738
2165
|
title: string;
|
|
1739
2166
|
transactionHash: `0x${string}`;
|
|
1740
2167
|
data: {
|
|
2168
|
+
destinationAmount: {
|
|
2169
|
+
baseUnits: string;
|
|
2170
|
+
currency: string;
|
|
2171
|
+
decimals: number;
|
|
2172
|
+
formatted: string;
|
|
2173
|
+
valuation?: {
|
|
2174
|
+
amount: string;
|
|
2175
|
+
currency: string;
|
|
2176
|
+
} | null | undefined;
|
|
2177
|
+
};
|
|
1741
2178
|
destinationToken: {
|
|
1742
2179
|
address: `0x${string}`;
|
|
1743
|
-
|
|
1744
|
-
|
|
1745
|
-
decimals?: number | undefined;
|
|
2180
|
+
currency: string;
|
|
2181
|
+
decimals: number;
|
|
1746
2182
|
logoUri?: string | undefined;
|
|
1747
|
-
name
|
|
1748
|
-
symbol
|
|
2183
|
+
name: string;
|
|
2184
|
+
symbol: string;
|
|
1749
2185
|
verified?: boolean | undefined;
|
|
1750
2186
|
};
|
|
1751
2187
|
signer: "self" | `0x${string}`;
|
|
2188
|
+
sourceAmount: {
|
|
2189
|
+
baseUnits: string;
|
|
2190
|
+
currency: string;
|
|
2191
|
+
decimals: number;
|
|
2192
|
+
formatted: string;
|
|
2193
|
+
valuation?: {
|
|
2194
|
+
amount: string;
|
|
2195
|
+
currency: string;
|
|
2196
|
+
} | null | undefined;
|
|
2197
|
+
};
|
|
1752
2198
|
sourceToken: {
|
|
1753
2199
|
address: `0x${string}`;
|
|
1754
|
-
|
|
1755
|
-
|
|
1756
|
-
decimals?: number | undefined;
|
|
2200
|
+
currency: string;
|
|
2201
|
+
decimals: number;
|
|
1757
2202
|
logoUri?: string | undefined;
|
|
1758
|
-
name
|
|
1759
|
-
symbol
|
|
2203
|
+
name: string;
|
|
2204
|
+
symbol: string;
|
|
1760
2205
|
verified?: boolean | undefined;
|
|
1761
2206
|
};
|
|
1762
2207
|
};
|
|
@@ -1781,14 +2226,23 @@ export declare function addresses(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
1781
2226
|
transactionHash: `0x${string}`;
|
|
1782
2227
|
data: {
|
|
1783
2228
|
signer: "self" | `0x${string}`;
|
|
2229
|
+
sourceAmount: {
|
|
2230
|
+
baseUnits: string;
|
|
2231
|
+
currency: string;
|
|
2232
|
+
decimals: number;
|
|
2233
|
+
formatted: string;
|
|
2234
|
+
valuation?: {
|
|
2235
|
+
amount: string;
|
|
2236
|
+
currency: string;
|
|
2237
|
+
} | null | undefined;
|
|
2238
|
+
};
|
|
1784
2239
|
sourceToken: {
|
|
1785
2240
|
address: `0x${string}`;
|
|
1786
|
-
|
|
1787
|
-
|
|
1788
|
-
decimals?: number | undefined;
|
|
2241
|
+
currency: string;
|
|
2242
|
+
decimals: number;
|
|
1789
2243
|
logoUri?: string | undefined;
|
|
1790
|
-
name
|
|
1791
|
-
symbol
|
|
2244
|
+
name: string;
|
|
2245
|
+
symbol: string;
|
|
1792
2246
|
verified?: boolean | undefined;
|
|
1793
2247
|
};
|
|
1794
2248
|
spender: `0x${string}`;
|
|
@@ -1815,14 +2269,23 @@ export declare function addresses(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
1815
2269
|
data: {
|
|
1816
2270
|
refund?: {
|
|
1817
2271
|
address: `0x${string}`;
|
|
1818
|
-
|
|
1819
|
-
|
|
1820
|
-
decimals?: number | undefined;
|
|
2272
|
+
currency: string;
|
|
2273
|
+
decimals: number;
|
|
1821
2274
|
logoUri?: string | undefined;
|
|
1822
|
-
name
|
|
1823
|
-
symbol
|
|
2275
|
+
name: string;
|
|
2276
|
+
symbol: string;
|
|
1824
2277
|
verified?: boolean | undefined;
|
|
1825
2278
|
} | undefined;
|
|
2279
|
+
refundAmount?: {
|
|
2280
|
+
baseUnits: string;
|
|
2281
|
+
currency: string;
|
|
2282
|
+
decimals: number;
|
|
2283
|
+
formatted: string;
|
|
2284
|
+
valuation?: {
|
|
2285
|
+
amount: string;
|
|
2286
|
+
currency: string;
|
|
2287
|
+
} | null | undefined;
|
|
2288
|
+
} | undefined;
|
|
1826
2289
|
signer: "self" | `0x${string}`;
|
|
1827
2290
|
};
|
|
1828
2291
|
type: "session-closed";
|
|
@@ -1920,14 +2383,23 @@ export declare function addresses(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
1920
2383
|
data: {
|
|
1921
2384
|
sender: `0x${string}`;
|
|
1922
2385
|
signer: "self" | `0x${string}`;
|
|
2386
|
+
sourceAmount: {
|
|
2387
|
+
baseUnits: string;
|
|
2388
|
+
currency: string;
|
|
2389
|
+
decimals: number;
|
|
2390
|
+
formatted: string;
|
|
2391
|
+
valuation?: {
|
|
2392
|
+
amount: string;
|
|
2393
|
+
currency: string;
|
|
2394
|
+
} | null | undefined;
|
|
2395
|
+
};
|
|
1923
2396
|
sourceToken: {
|
|
1924
2397
|
address: `0x${string}`;
|
|
1925
|
-
|
|
1926
|
-
|
|
1927
|
-
decimals?: number | undefined;
|
|
2398
|
+
currency: string;
|
|
2399
|
+
decimals: number;
|
|
1928
2400
|
logoUri?: string | undefined;
|
|
1929
|
-
name
|
|
1930
|
-
symbol
|
|
2401
|
+
name: string;
|
|
2402
|
+
symbol: string;
|
|
1931
2403
|
verified?: boolean | undefined;
|
|
1932
2404
|
};
|
|
1933
2405
|
};
|
|
@@ -1955,14 +2427,23 @@ export declare function addresses(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
1955
2427
|
payee: `0x${string}`;
|
|
1956
2428
|
payer: `0x${string}`;
|
|
1957
2429
|
signer: "self" | `0x${string}`;
|
|
2430
|
+
sourceAmount: {
|
|
2431
|
+
baseUnits: string;
|
|
2432
|
+
currency: string;
|
|
2433
|
+
decimals: number;
|
|
2434
|
+
formatted: string;
|
|
2435
|
+
valuation?: {
|
|
2436
|
+
amount: string;
|
|
2437
|
+
currency: string;
|
|
2438
|
+
} | null | undefined;
|
|
2439
|
+
};
|
|
1958
2440
|
sourceToken: {
|
|
1959
2441
|
address: `0x${string}`;
|
|
1960
|
-
|
|
1961
|
-
|
|
1962
|
-
decimals?: number | undefined;
|
|
2442
|
+
currency: string;
|
|
2443
|
+
decimals: number;
|
|
1963
2444
|
logoUri?: string | undefined;
|
|
1964
|
-
name
|
|
1965
|
-
symbol
|
|
2445
|
+
name: string;
|
|
2446
|
+
symbol: string;
|
|
1966
2447
|
verified?: boolean | undefined;
|
|
1967
2448
|
};
|
|
1968
2449
|
};
|
|
@@ -1988,14 +2469,23 @@ export declare function addresses(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
1988
2469
|
data: {
|
|
1989
2470
|
channelId: `0x${string}`;
|
|
1990
2471
|
signer: "self" | `0x${string}`;
|
|
2472
|
+
sourceAmount: {
|
|
2473
|
+
baseUnits: string;
|
|
2474
|
+
currency: string;
|
|
2475
|
+
decimals: number;
|
|
2476
|
+
formatted: string;
|
|
2477
|
+
valuation?: {
|
|
2478
|
+
amount: string;
|
|
2479
|
+
currency: string;
|
|
2480
|
+
} | null | undefined;
|
|
2481
|
+
};
|
|
1991
2482
|
sourceToken: {
|
|
1992
2483
|
address: `0x${string}`;
|
|
1993
|
-
|
|
1994
|
-
|
|
1995
|
-
decimals?: number | undefined;
|
|
2484
|
+
currency: string;
|
|
2485
|
+
decimals: number;
|
|
1996
2486
|
logoUri?: string | undefined;
|
|
1997
|
-
name
|
|
1998
|
-
symbol
|
|
2487
|
+
name: string;
|
|
2488
|
+
symbol: string;
|
|
1999
2489
|
verified?: boolean | undefined;
|
|
2000
2490
|
};
|
|
2001
2491
|
};
|
|
@@ -2023,14 +2513,23 @@ export declare function addresses(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
2023
2513
|
payee: `0x${string}`;
|
|
2024
2514
|
payer: `0x${string}`;
|
|
2025
2515
|
signer: "self" | `0x${string}`;
|
|
2516
|
+
sourceAmount: {
|
|
2517
|
+
baseUnits: string;
|
|
2518
|
+
currency: string;
|
|
2519
|
+
decimals: number;
|
|
2520
|
+
formatted: string;
|
|
2521
|
+
valuation?: {
|
|
2522
|
+
amount: string;
|
|
2523
|
+
currency: string;
|
|
2524
|
+
} | null | undefined;
|
|
2525
|
+
};
|
|
2026
2526
|
sourceToken: {
|
|
2027
2527
|
address: `0x${string}`;
|
|
2028
|
-
|
|
2029
|
-
|
|
2030
|
-
decimals?: number | undefined;
|
|
2528
|
+
currency: string;
|
|
2529
|
+
decimals: number;
|
|
2031
2530
|
logoUri?: string | undefined;
|
|
2032
|
-
name
|
|
2033
|
-
symbol
|
|
2531
|
+
name: string;
|
|
2532
|
+
symbol: string;
|
|
2034
2533
|
verified?: boolean | undefined;
|
|
2035
2534
|
};
|
|
2036
2535
|
};
|
|
@@ -2059,23 +2558,41 @@ export declare function addresses(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
2059
2558
|
payer: `0x${string}`;
|
|
2060
2559
|
refund?: {
|
|
2061
2560
|
address: `0x${string}`;
|
|
2062
|
-
|
|
2063
|
-
|
|
2064
|
-
decimals?: number | undefined;
|
|
2561
|
+
currency: string;
|
|
2562
|
+
decimals: number;
|
|
2065
2563
|
logoUri?: string | undefined;
|
|
2066
|
-
name
|
|
2067
|
-
symbol
|
|
2564
|
+
name: string;
|
|
2565
|
+
symbol: string;
|
|
2068
2566
|
verified?: boolean | undefined;
|
|
2069
2567
|
} | undefined;
|
|
2568
|
+
refundAmount?: {
|
|
2569
|
+
baseUnits: string;
|
|
2570
|
+
currency: string;
|
|
2571
|
+
decimals: number;
|
|
2572
|
+
formatted: string;
|
|
2573
|
+
valuation?: {
|
|
2574
|
+
amount: string;
|
|
2575
|
+
currency: string;
|
|
2576
|
+
} | null | undefined;
|
|
2577
|
+
} | undefined;
|
|
2070
2578
|
signer: "self" | `0x${string}`;
|
|
2579
|
+
sourceAmount?: {
|
|
2580
|
+
baseUnits: string;
|
|
2581
|
+
currency: string;
|
|
2582
|
+
decimals: number;
|
|
2583
|
+
formatted: string;
|
|
2584
|
+
valuation?: {
|
|
2585
|
+
amount: string;
|
|
2586
|
+
currency: string;
|
|
2587
|
+
} | null | undefined;
|
|
2588
|
+
} | undefined;
|
|
2071
2589
|
sourceToken?: {
|
|
2072
2590
|
address: `0x${string}`;
|
|
2073
|
-
|
|
2074
|
-
|
|
2075
|
-
decimals?: number | undefined;
|
|
2591
|
+
currency: string;
|
|
2592
|
+
decimals: number;
|
|
2076
2593
|
logoUri?: string | undefined;
|
|
2077
|
-
name
|
|
2078
|
-
symbol
|
|
2594
|
+
name: string;
|
|
2595
|
+
symbol: string;
|
|
2079
2596
|
verified?: boolean | undefined;
|
|
2080
2597
|
} | undefined;
|
|
2081
2598
|
};
|
|
@@ -2127,14 +2644,23 @@ export declare function addresses(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
2127
2644
|
orderId: string;
|
|
2128
2645
|
side: "ask" | "bid";
|
|
2129
2646
|
signer: "self" | `0x${string}`;
|
|
2647
|
+
sourceAmount: {
|
|
2648
|
+
baseUnits: string;
|
|
2649
|
+
currency: string;
|
|
2650
|
+
decimals: number;
|
|
2651
|
+
formatted: string;
|
|
2652
|
+
valuation?: {
|
|
2653
|
+
amount: string;
|
|
2654
|
+
currency: string;
|
|
2655
|
+
} | null | undefined;
|
|
2656
|
+
};
|
|
2130
2657
|
sourceToken: {
|
|
2131
2658
|
address: `0x${string}`;
|
|
2132
|
-
|
|
2133
|
-
|
|
2134
|
-
decimals?: number | undefined;
|
|
2659
|
+
currency: string;
|
|
2660
|
+
decimals: number;
|
|
2135
2661
|
logoUri?: string | undefined;
|
|
2136
|
-
name
|
|
2137
|
-
symbol
|
|
2662
|
+
name: string;
|
|
2663
|
+
symbol: string;
|
|
2138
2664
|
verified?: boolean | undefined;
|
|
2139
2665
|
};
|
|
2140
2666
|
tick: number;
|
|
@@ -2183,14 +2709,23 @@ export declare function addresses(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
2183
2709
|
transactionHash: `0x${string}`;
|
|
2184
2710
|
data: {
|
|
2185
2711
|
signer: "self" | `0x${string}`;
|
|
2712
|
+
sourceAmount: {
|
|
2713
|
+
baseUnits: string;
|
|
2714
|
+
currency: string;
|
|
2715
|
+
decimals: number;
|
|
2716
|
+
formatted: string;
|
|
2717
|
+
valuation?: {
|
|
2718
|
+
amount: string;
|
|
2719
|
+
currency: string;
|
|
2720
|
+
} | null | undefined;
|
|
2721
|
+
};
|
|
2186
2722
|
sourceToken: {
|
|
2187
2723
|
address: `0x${string}`;
|
|
2188
|
-
|
|
2189
|
-
|
|
2190
|
-
decimals?: number | undefined;
|
|
2724
|
+
currency: string;
|
|
2725
|
+
decimals: number;
|
|
2191
2726
|
logoUri?: string | undefined;
|
|
2192
|
-
name
|
|
2193
|
-
symbol
|
|
2727
|
+
name: string;
|
|
2728
|
+
symbol: string;
|
|
2194
2729
|
verified?: boolean | undefined;
|
|
2195
2730
|
};
|
|
2196
2731
|
validator: `0x${string}`;
|
|
@@ -2215,25 +2750,43 @@ export declare function addresses(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
2215
2750
|
title: string;
|
|
2216
2751
|
transactionHash: `0x${string}`;
|
|
2217
2752
|
data: {
|
|
2753
|
+
destinationAmount: {
|
|
2754
|
+
baseUnits: string;
|
|
2755
|
+
currency: string;
|
|
2756
|
+
decimals: number;
|
|
2757
|
+
formatted: string;
|
|
2758
|
+
valuation?: {
|
|
2759
|
+
amount: string;
|
|
2760
|
+
currency: string;
|
|
2761
|
+
} | null | undefined;
|
|
2762
|
+
};
|
|
2218
2763
|
destinationToken: {
|
|
2219
2764
|
address: `0x${string}`;
|
|
2220
|
-
|
|
2221
|
-
|
|
2222
|
-
decimals?: number | undefined;
|
|
2765
|
+
currency: string;
|
|
2766
|
+
decimals: number;
|
|
2223
2767
|
logoUri?: string | undefined;
|
|
2224
|
-
name
|
|
2225
|
-
symbol
|
|
2768
|
+
name: string;
|
|
2769
|
+
symbol: string;
|
|
2226
2770
|
verified?: boolean | undefined;
|
|
2227
2771
|
};
|
|
2228
2772
|
signer: "self" | `0x${string}`;
|
|
2773
|
+
sourceAmount: {
|
|
2774
|
+
baseUnits: string;
|
|
2775
|
+
currency: string;
|
|
2776
|
+
decimals: number;
|
|
2777
|
+
formatted: string;
|
|
2778
|
+
valuation?: {
|
|
2779
|
+
amount: string;
|
|
2780
|
+
currency: string;
|
|
2781
|
+
} | null | undefined;
|
|
2782
|
+
};
|
|
2229
2783
|
sourceToken: {
|
|
2230
2784
|
address: `0x${string}`;
|
|
2231
|
-
|
|
2232
|
-
|
|
2233
|
-
decimals?: number | undefined;
|
|
2785
|
+
currency: string;
|
|
2786
|
+
decimals: number;
|
|
2234
2787
|
logoUri?: string | undefined;
|
|
2235
|
-
name
|
|
2236
|
-
symbol
|
|
2788
|
+
name: string;
|
|
2789
|
+
symbol: string;
|
|
2237
2790
|
verified?: boolean | undefined;
|
|
2238
2791
|
};
|
|
2239
2792
|
swapper: `0x${string}`;
|
|
@@ -2260,14 +2813,23 @@ export declare function addresses(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
2260
2813
|
data: {
|
|
2261
2814
|
funder: `0x${string}`;
|
|
2262
2815
|
signer: "self" | `0x${string}`;
|
|
2816
|
+
sourceAmount: {
|
|
2817
|
+
baseUnits: string;
|
|
2818
|
+
currency: string;
|
|
2819
|
+
decimals: number;
|
|
2820
|
+
formatted: string;
|
|
2821
|
+
valuation?: {
|
|
2822
|
+
amount: string;
|
|
2823
|
+
currency: string;
|
|
2824
|
+
} | null | undefined;
|
|
2825
|
+
};
|
|
2263
2826
|
sourceToken: {
|
|
2264
2827
|
address: `0x${string}`;
|
|
2265
|
-
|
|
2266
|
-
|
|
2267
|
-
decimals?: number | undefined;
|
|
2828
|
+
currency: string;
|
|
2829
|
+
decimals: number;
|
|
2268
2830
|
logoUri?: string | undefined;
|
|
2269
|
-
name
|
|
2270
|
-
symbol
|
|
2831
|
+
name: string;
|
|
2832
|
+
symbol: string;
|
|
2271
2833
|
verified?: boolean | undefined;
|
|
2272
2834
|
};
|
|
2273
2835
|
};
|
|
@@ -2318,14 +2880,23 @@ export declare function addresses(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
2318
2880
|
account: `0x${string}`;
|
|
2319
2881
|
publicKey: `0x${string}`;
|
|
2320
2882
|
signer: "self" | `0x${string}`;
|
|
2883
|
+
sourceAmount: {
|
|
2884
|
+
baseUnits: string;
|
|
2885
|
+
currency: string;
|
|
2886
|
+
decimals: number;
|
|
2887
|
+
formatted: string;
|
|
2888
|
+
valuation?: {
|
|
2889
|
+
amount: string;
|
|
2890
|
+
currency: string;
|
|
2891
|
+
} | null | undefined;
|
|
2892
|
+
};
|
|
2321
2893
|
sourceToken: {
|
|
2322
2894
|
address: `0x${string}`;
|
|
2323
|
-
|
|
2324
|
-
|
|
2325
|
-
decimals?: number | undefined;
|
|
2895
|
+
currency: string;
|
|
2896
|
+
decimals: number;
|
|
2326
2897
|
logoUri?: string | undefined;
|
|
2327
|
-
name
|
|
2328
|
-
symbol
|
|
2898
|
+
name: string;
|
|
2899
|
+
symbol: string;
|
|
2329
2900
|
verified?: boolean | undefined;
|
|
2330
2901
|
};
|
|
2331
2902
|
};
|
|
@@ -2381,14 +2952,23 @@ export declare function addresses(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
2381
2952
|
orderId: string;
|
|
2382
2953
|
side: "ask" | "bid";
|
|
2383
2954
|
signer: "self" | `0x${string}`;
|
|
2955
|
+
sourceAmount: {
|
|
2956
|
+
baseUnits: string;
|
|
2957
|
+
currency: string;
|
|
2958
|
+
decimals: number;
|
|
2959
|
+
formatted: string;
|
|
2960
|
+
valuation?: {
|
|
2961
|
+
amount: string;
|
|
2962
|
+
currency: string;
|
|
2963
|
+
} | null | undefined;
|
|
2964
|
+
};
|
|
2384
2965
|
sourceToken: {
|
|
2385
2966
|
address: `0x${string}`;
|
|
2386
|
-
|
|
2387
|
-
|
|
2388
|
-
decimals?: number | undefined;
|
|
2967
|
+
currency: string;
|
|
2968
|
+
decimals: number;
|
|
2389
2969
|
logoUri?: string | undefined;
|
|
2390
|
-
name
|
|
2391
|
-
symbol
|
|
2970
|
+
name: string;
|
|
2971
|
+
symbol: string;
|
|
2392
2972
|
verified?: boolean | undefined;
|
|
2393
2973
|
};
|
|
2394
2974
|
tick: number;
|
|
@@ -3199,6 +3779,13 @@ export declare function addresses(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
3199
3779
|
title: "Group";
|
|
3200
3780
|
type: "group";
|
|
3201
3781
|
})[];
|
|
3782
|
+
meta?: {
|
|
3783
|
+
pricing?: {
|
|
3784
|
+
asOf: string;
|
|
3785
|
+
basis: "nominal";
|
|
3786
|
+
source: string;
|
|
3787
|
+
} | undefined;
|
|
3788
|
+
} | undefined;
|
|
3202
3789
|
nextCursor: string | null;
|
|
3203
3790
|
};
|
|
3204
3791
|
outputFormat: "json";
|
|
@@ -3211,22 +3798,21 @@ export declare function addresses(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
3211
3798
|
query?: {
|
|
3212
3799
|
chainId?: string | string[];
|
|
3213
3800
|
cursor?: string | string[];
|
|
3801
|
+
denomination?: string | string[];
|
|
3214
3802
|
group?: string | string[];
|
|
3803
|
+
include?: string | string[];
|
|
3215
3804
|
limit?: string | string[];
|
|
3216
3805
|
logs?: string | string[];
|
|
3217
3806
|
} | undefined;
|
|
3218
3807
|
};
|
|
3219
|
-
}
|
|
3220
|
-
|
|
3221
|
-
|
|
3222
|
-
|
|
3223
|
-
|
|
3224
|
-
|
|
3225
|
-
|
|
3226
|
-
|
|
3227
|
-
};
|
|
3228
|
-
outputFormat: "json";
|
|
3229
|
-
status: 400;
|
|
3808
|
+
};
|
|
3809
|
+
};
|
|
3810
|
+
}, "/"> | import("hono/types").MergeSchemaPath<{
|
|
3811
|
+
"/v1/addresses/:address/balances": {
|
|
3812
|
+
$get: {
|
|
3813
|
+
output: null;
|
|
3814
|
+
outputFormat: "body";
|
|
3815
|
+
status: 402;
|
|
3230
3816
|
input: {
|
|
3231
3817
|
param: {
|
|
3232
3818
|
address: `0x${string}`;
|
|
@@ -3234,16 +3820,20 @@ export declare function addresses(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
3234
3820
|
} & {
|
|
3235
3821
|
query?: {
|
|
3236
3822
|
chainId?: string | string[];
|
|
3823
|
+
currency?: string | string[];
|
|
3237
3824
|
cursor?: string | string[];
|
|
3238
|
-
|
|
3825
|
+
denomination?: string | string[];
|
|
3826
|
+
feeEligible?: string | string[];
|
|
3827
|
+
include?: string | string[];
|
|
3239
3828
|
limit?: string | string[];
|
|
3240
|
-
|
|
3829
|
+
page?: string | string[];
|
|
3830
|
+
verified?: string | string[];
|
|
3241
3831
|
} | undefined;
|
|
3242
3832
|
};
|
|
3243
3833
|
} | {
|
|
3244
3834
|
output: {
|
|
3245
3835
|
error: {
|
|
3246
|
-
code: "
|
|
3836
|
+
code: "api_key_malformed";
|
|
3247
3837
|
details?: readonly import("../../../internal/Response.js").error.Detail[] | undefined;
|
|
3248
3838
|
message: string;
|
|
3249
3839
|
};
|
|
@@ -3258,23 +3848,27 @@ export declare function addresses(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
3258
3848
|
} & {
|
|
3259
3849
|
query?: {
|
|
3260
3850
|
chainId?: string | string[];
|
|
3851
|
+
currency?: string | string[];
|
|
3261
3852
|
cursor?: string | string[];
|
|
3262
|
-
|
|
3853
|
+
denomination?: string | string[];
|
|
3854
|
+
feeEligible?: string | string[];
|
|
3855
|
+
include?: string | string[];
|
|
3263
3856
|
limit?: string | string[];
|
|
3264
|
-
|
|
3857
|
+
page?: string | string[];
|
|
3858
|
+
verified?: string | string[];
|
|
3265
3859
|
} | undefined;
|
|
3266
3860
|
};
|
|
3267
3861
|
} | {
|
|
3268
3862
|
output: {
|
|
3269
3863
|
error: {
|
|
3270
|
-
code: "
|
|
3864
|
+
code: "api_key_invalid" | "api_key_missing";
|
|
3271
3865
|
details?: readonly import("../../../internal/Response.js").error.Detail[] | undefined;
|
|
3272
3866
|
message: string;
|
|
3273
3867
|
};
|
|
3274
3868
|
requestId: string;
|
|
3275
3869
|
};
|
|
3276
3870
|
outputFormat: "json";
|
|
3277
|
-
status:
|
|
3871
|
+
status: 401;
|
|
3278
3872
|
input: {
|
|
3279
3873
|
param: {
|
|
3280
3874
|
address: `0x${string}`;
|
|
@@ -3282,23 +3876,27 @@ export declare function addresses(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
3282
3876
|
} & {
|
|
3283
3877
|
query?: {
|
|
3284
3878
|
chainId?: string | string[];
|
|
3879
|
+
currency?: string | string[];
|
|
3285
3880
|
cursor?: string | string[];
|
|
3286
|
-
|
|
3881
|
+
denomination?: string | string[];
|
|
3882
|
+
feeEligible?: string | string[];
|
|
3883
|
+
include?: string | string[];
|
|
3287
3884
|
limit?: string | string[];
|
|
3288
|
-
|
|
3885
|
+
page?: string | string[];
|
|
3886
|
+
verified?: string | string[];
|
|
3289
3887
|
} | undefined;
|
|
3290
3888
|
};
|
|
3291
3889
|
} | {
|
|
3292
3890
|
output: {
|
|
3293
3891
|
error: {
|
|
3294
|
-
code: "
|
|
3892
|
+
code: "api_key_forbidden";
|
|
3295
3893
|
details?: readonly import("../../../internal/Response.js").error.Detail[] | undefined;
|
|
3296
3894
|
message: string;
|
|
3297
3895
|
};
|
|
3298
3896
|
requestId: string;
|
|
3299
3897
|
};
|
|
3300
3898
|
outputFormat: "json";
|
|
3301
|
-
status:
|
|
3899
|
+
status: 403;
|
|
3302
3900
|
input: {
|
|
3303
3901
|
param: {
|
|
3304
3902
|
address: `0x${string}`;
|
|
@@ -3306,16 +3904,27 @@ export declare function addresses(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
3306
3904
|
} & {
|
|
3307
3905
|
query?: {
|
|
3308
3906
|
chainId?: string | string[];
|
|
3907
|
+
currency?: string | string[];
|
|
3309
3908
|
cursor?: string | string[];
|
|
3310
|
-
|
|
3909
|
+
denomination?: string | string[];
|
|
3910
|
+
feeEligible?: string | string[];
|
|
3911
|
+
include?: string | string[];
|
|
3311
3912
|
limit?: string | string[];
|
|
3312
|
-
|
|
3913
|
+
page?: string | string[];
|
|
3914
|
+
verified?: string | string[];
|
|
3313
3915
|
} | undefined;
|
|
3314
3916
|
};
|
|
3315
3917
|
} | {
|
|
3316
|
-
output:
|
|
3317
|
-
|
|
3318
|
-
|
|
3918
|
+
output: {
|
|
3919
|
+
error: {
|
|
3920
|
+
code: "payment_required" | "rate_limit_exceeded";
|
|
3921
|
+
details?: readonly import("../../../internal/Response.js").error.Detail[] | undefined;
|
|
3922
|
+
message: string;
|
|
3923
|
+
};
|
|
3924
|
+
requestId: string;
|
|
3925
|
+
};
|
|
3926
|
+
outputFormat: "json";
|
|
3927
|
+
status: 429;
|
|
3319
3928
|
input: {
|
|
3320
3929
|
param: {
|
|
3321
3930
|
address: `0x${string}`;
|
|
@@ -3323,23 +3932,27 @@ export declare function addresses(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
3323
3932
|
} & {
|
|
3324
3933
|
query?: {
|
|
3325
3934
|
chainId?: string | string[];
|
|
3935
|
+
currency?: string | string[];
|
|
3326
3936
|
cursor?: string | string[];
|
|
3327
|
-
|
|
3937
|
+
denomination?: string | string[];
|
|
3938
|
+
feeEligible?: string | string[];
|
|
3939
|
+
include?: string | string[];
|
|
3328
3940
|
limit?: string | string[];
|
|
3329
|
-
|
|
3941
|
+
page?: string | string[];
|
|
3942
|
+
verified?: string | string[];
|
|
3330
3943
|
} | undefined;
|
|
3331
3944
|
};
|
|
3332
3945
|
} | {
|
|
3333
3946
|
output: {
|
|
3334
3947
|
error: {
|
|
3335
|
-
code: "
|
|
3948
|
+
code: "query_invalid";
|
|
3336
3949
|
details?: readonly import("../../../internal/Response.js").error.Detail[] | undefined;
|
|
3337
3950
|
message: string;
|
|
3338
3951
|
};
|
|
3339
3952
|
requestId: string;
|
|
3340
3953
|
};
|
|
3341
3954
|
outputFormat: "json";
|
|
3342
|
-
status:
|
|
3955
|
+
status: 400;
|
|
3343
3956
|
input: {
|
|
3344
3957
|
param: {
|
|
3345
3958
|
address: `0x${string}`;
|
|
@@ -3347,23 +3960,27 @@ export declare function addresses(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
3347
3960
|
} & {
|
|
3348
3961
|
query?: {
|
|
3349
3962
|
chainId?: string | string[];
|
|
3963
|
+
currency?: string | string[];
|
|
3350
3964
|
cursor?: string | string[];
|
|
3351
|
-
|
|
3965
|
+
denomination?: string | string[];
|
|
3966
|
+
feeEligible?: string | string[];
|
|
3967
|
+
include?: string | string[];
|
|
3352
3968
|
limit?: string | string[];
|
|
3353
|
-
|
|
3969
|
+
page?: string | string[];
|
|
3970
|
+
verified?: string | string[];
|
|
3354
3971
|
} | undefined;
|
|
3355
3972
|
};
|
|
3356
3973
|
} | {
|
|
3357
3974
|
output: {
|
|
3358
3975
|
error: {
|
|
3359
|
-
code: "
|
|
3976
|
+
code: "upstream_error";
|
|
3360
3977
|
details?: readonly import("../../../internal/Response.js").error.Detail[] | undefined;
|
|
3361
3978
|
message: string;
|
|
3362
3979
|
};
|
|
3363
3980
|
requestId: string;
|
|
3364
3981
|
};
|
|
3365
3982
|
outputFormat: "json";
|
|
3366
|
-
status:
|
|
3983
|
+
status: 502;
|
|
3367
3984
|
input: {
|
|
3368
3985
|
param: {
|
|
3369
3986
|
address: `0x${string}`;
|
|
@@ -3371,23 +3988,27 @@ export declare function addresses(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
3371
3988
|
} & {
|
|
3372
3989
|
query?: {
|
|
3373
3990
|
chainId?: string | string[];
|
|
3991
|
+
currency?: string | string[];
|
|
3374
3992
|
cursor?: string | string[];
|
|
3375
|
-
|
|
3993
|
+
denomination?: string | string[];
|
|
3994
|
+
feeEligible?: string | string[];
|
|
3995
|
+
include?: string | string[];
|
|
3376
3996
|
limit?: string | string[];
|
|
3377
|
-
|
|
3997
|
+
page?: string | string[];
|
|
3998
|
+
verified?: string | string[];
|
|
3378
3999
|
} | undefined;
|
|
3379
4000
|
};
|
|
3380
4001
|
} | {
|
|
3381
4002
|
output: {
|
|
3382
4003
|
error: {
|
|
3383
|
-
code: "
|
|
4004
|
+
code: "address_invalid";
|
|
3384
4005
|
details?: readonly import("../../../internal/Response.js").error.Detail[] | undefined;
|
|
3385
4006
|
message: string;
|
|
3386
4007
|
};
|
|
3387
4008
|
requestId: string;
|
|
3388
4009
|
};
|
|
3389
4010
|
outputFormat: "json";
|
|
3390
|
-
status:
|
|
4011
|
+
status: 400;
|
|
3391
4012
|
input: {
|
|
3392
4013
|
param: {
|
|
3393
4014
|
address: `0x${string}`;
|
|
@@ -3395,23 +4016,25 @@ export declare function addresses(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
3395
4016
|
} & {
|
|
3396
4017
|
query?: {
|
|
3397
4018
|
chainId?: string | string[];
|
|
4019
|
+
currency?: string | string[];
|
|
3398
4020
|
cursor?: string | string[];
|
|
3399
|
-
|
|
4021
|
+
denomination?: string | string[];
|
|
4022
|
+
feeEligible?: string | string[];
|
|
4023
|
+
include?: string | string[];
|
|
3400
4024
|
limit?: string | string[];
|
|
3401
|
-
|
|
4025
|
+
page?: string | string[];
|
|
4026
|
+
verified?: string | string[];
|
|
3402
4027
|
} | undefined;
|
|
3403
4028
|
};
|
|
3404
|
-
}
|
|
3405
|
-
};
|
|
3406
|
-
}, "/"> | import("hono/types").MergeSchemaPath<{
|
|
3407
|
-
"/v1/addresses/:address/balances": {
|
|
3408
|
-
$get: {
|
|
4029
|
+
} | {
|
|
3409
4030
|
output: {
|
|
3410
4031
|
data: {
|
|
3411
4032
|
amount: string;
|
|
4033
|
+
currency: string;
|
|
4034
|
+
decimals: number;
|
|
4035
|
+
feeEligible?: boolean | undefined;
|
|
3412
4036
|
formatted: string;
|
|
3413
4037
|
id: string;
|
|
3414
|
-
feeEligible?: boolean | undefined;
|
|
3415
4038
|
token: {
|
|
3416
4039
|
address: `0x${string}`;
|
|
3417
4040
|
currency: string;
|
|
@@ -3422,10 +4045,19 @@ export declare function addresses(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
3422
4045
|
symbol: string;
|
|
3423
4046
|
verified: boolean;
|
|
3424
4047
|
};
|
|
4048
|
+
valuation: {
|
|
4049
|
+
amount: string;
|
|
4050
|
+
currency: string;
|
|
4051
|
+
} | null;
|
|
3425
4052
|
}[];
|
|
3426
4053
|
meta?: {
|
|
3427
|
-
|
|
3428
|
-
|
|
4054
|
+
pricing?: {
|
|
4055
|
+
asOf: string;
|
|
4056
|
+
basis: "nominal";
|
|
4057
|
+
source: string;
|
|
4058
|
+
} | undefined;
|
|
4059
|
+
totalCount?: number | undefined;
|
|
4060
|
+
totalCountCapped?: boolean | undefined;
|
|
3429
4061
|
} | undefined;
|
|
3430
4062
|
nextCursor: string | null;
|
|
3431
4063
|
};
|
|
@@ -3440,6 +4072,7 @@ export declare function addresses(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
3440
4072
|
chainId?: string | string[];
|
|
3441
4073
|
currency?: string | string[];
|
|
3442
4074
|
cursor?: string | string[];
|
|
4075
|
+
denomination?: string | string[];
|
|
3443
4076
|
feeEligible?: string | string[];
|
|
3444
4077
|
include?: string | string[];
|
|
3445
4078
|
limit?: string | string[];
|
|
@@ -3447,6 +4080,24 @@ export declare function addresses(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
3447
4080
|
verified?: string | string[];
|
|
3448
4081
|
} | undefined;
|
|
3449
4082
|
};
|
|
4083
|
+
};
|
|
4084
|
+
};
|
|
4085
|
+
}, "/"> | import("hono/types").MergeSchemaPath<{
|
|
4086
|
+
"/v1/addresses/:address/valuation": {
|
|
4087
|
+
$get: {
|
|
4088
|
+
output: null;
|
|
4089
|
+
outputFormat: "body";
|
|
4090
|
+
status: 402;
|
|
4091
|
+
input: {
|
|
4092
|
+
param: {
|
|
4093
|
+
address: `0x${string}`;
|
|
4094
|
+
};
|
|
4095
|
+
} & {
|
|
4096
|
+
query?: {
|
|
4097
|
+
chainId?: string | string[];
|
|
4098
|
+
denomination?: string | string[];
|
|
4099
|
+
} | undefined;
|
|
4100
|
+
};
|
|
3450
4101
|
} | {
|
|
3451
4102
|
output: {
|
|
3452
4103
|
error: {
|
|
@@ -3465,26 +4116,20 @@ export declare function addresses(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
3465
4116
|
} & {
|
|
3466
4117
|
query?: {
|
|
3467
4118
|
chainId?: string | string[];
|
|
3468
|
-
|
|
3469
|
-
cursor?: string | string[];
|
|
3470
|
-
feeEligible?: string | string[];
|
|
3471
|
-
include?: string | string[];
|
|
3472
|
-
limit?: string | string[];
|
|
3473
|
-
page?: string | string[];
|
|
3474
|
-
verified?: string | string[];
|
|
4119
|
+
denomination?: string | string[];
|
|
3475
4120
|
} | undefined;
|
|
3476
4121
|
};
|
|
3477
4122
|
} | {
|
|
3478
4123
|
output: {
|
|
3479
4124
|
error: {
|
|
3480
|
-
code: "
|
|
4125
|
+
code: "api_key_invalid" | "api_key_missing";
|
|
3481
4126
|
details?: readonly import("../../../internal/Response.js").error.Detail[] | undefined;
|
|
3482
4127
|
message: string;
|
|
3483
4128
|
};
|
|
3484
4129
|
requestId: string;
|
|
3485
4130
|
};
|
|
3486
4131
|
outputFormat: "json";
|
|
3487
|
-
status:
|
|
4132
|
+
status: 401;
|
|
3488
4133
|
input: {
|
|
3489
4134
|
param: {
|
|
3490
4135
|
address: `0x${string}`;
|
|
@@ -3492,26 +4137,20 @@ export declare function addresses(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
3492
4137
|
} & {
|
|
3493
4138
|
query?: {
|
|
3494
4139
|
chainId?: string | string[];
|
|
3495
|
-
|
|
3496
|
-
cursor?: string | string[];
|
|
3497
|
-
feeEligible?: string | string[];
|
|
3498
|
-
include?: string | string[];
|
|
3499
|
-
limit?: string | string[];
|
|
3500
|
-
page?: string | string[];
|
|
3501
|
-
verified?: string | string[];
|
|
4140
|
+
denomination?: string | string[];
|
|
3502
4141
|
} | undefined;
|
|
3503
4142
|
};
|
|
3504
4143
|
} | {
|
|
3505
4144
|
output: {
|
|
3506
4145
|
error: {
|
|
3507
|
-
code: "
|
|
4146
|
+
code: "api_key_forbidden";
|
|
3508
4147
|
details?: readonly import("../../../internal/Response.js").error.Detail[] | undefined;
|
|
3509
4148
|
message: string;
|
|
3510
4149
|
};
|
|
3511
4150
|
requestId: string;
|
|
3512
4151
|
};
|
|
3513
4152
|
outputFormat: "json";
|
|
3514
|
-
status:
|
|
4153
|
+
status: 403;
|
|
3515
4154
|
input: {
|
|
3516
4155
|
param: {
|
|
3517
4156
|
address: `0x${string}`;
|
|
@@ -3519,26 +4158,20 @@ export declare function addresses(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
3519
4158
|
} & {
|
|
3520
4159
|
query?: {
|
|
3521
4160
|
chainId?: string | string[];
|
|
3522
|
-
|
|
3523
|
-
cursor?: string | string[];
|
|
3524
|
-
feeEligible?: string | string[];
|
|
3525
|
-
include?: string | string[];
|
|
3526
|
-
limit?: string | string[];
|
|
3527
|
-
page?: string | string[];
|
|
3528
|
-
verified?: string | string[];
|
|
4161
|
+
denomination?: string | string[];
|
|
3529
4162
|
} | undefined;
|
|
3530
4163
|
};
|
|
3531
4164
|
} | {
|
|
3532
4165
|
output: {
|
|
3533
4166
|
error: {
|
|
3534
|
-
code: "
|
|
4167
|
+
code: "payment_required" | "rate_limit_exceeded";
|
|
3535
4168
|
details?: readonly import("../../../internal/Response.js").error.Detail[] | undefined;
|
|
3536
4169
|
message: string;
|
|
3537
4170
|
};
|
|
3538
4171
|
requestId: string;
|
|
3539
4172
|
};
|
|
3540
4173
|
outputFormat: "json";
|
|
3541
|
-
status:
|
|
4174
|
+
status: 429;
|
|
3542
4175
|
input: {
|
|
3543
4176
|
param: {
|
|
3544
4177
|
address: `0x${string}`;
|
|
@@ -3546,19 +4179,20 @@ export declare function addresses(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
3546
4179
|
} & {
|
|
3547
4180
|
query?: {
|
|
3548
4181
|
chainId?: string | string[];
|
|
3549
|
-
|
|
3550
|
-
cursor?: string | string[];
|
|
3551
|
-
feeEligible?: string | string[];
|
|
3552
|
-
include?: string | string[];
|
|
3553
|
-
limit?: string | string[];
|
|
3554
|
-
page?: string | string[];
|
|
3555
|
-
verified?: string | string[];
|
|
4182
|
+
denomination?: string | string[];
|
|
3556
4183
|
} | undefined;
|
|
3557
4184
|
};
|
|
3558
4185
|
} | {
|
|
3559
|
-
output:
|
|
3560
|
-
|
|
3561
|
-
|
|
4186
|
+
output: {
|
|
4187
|
+
error: {
|
|
4188
|
+
code: "query_invalid";
|
|
4189
|
+
details?: readonly import("../../../internal/Response.js").error.Detail[] | undefined;
|
|
4190
|
+
message: string;
|
|
4191
|
+
};
|
|
4192
|
+
requestId: string;
|
|
4193
|
+
};
|
|
4194
|
+
outputFormat: "json";
|
|
4195
|
+
status: 400;
|
|
3562
4196
|
input: {
|
|
3563
4197
|
param: {
|
|
3564
4198
|
address: `0x${string}`;
|
|
@@ -3566,26 +4200,20 @@ export declare function addresses(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
3566
4200
|
} & {
|
|
3567
4201
|
query?: {
|
|
3568
4202
|
chainId?: string | string[];
|
|
3569
|
-
|
|
3570
|
-
cursor?: string | string[];
|
|
3571
|
-
feeEligible?: string | string[];
|
|
3572
|
-
include?: string | string[];
|
|
3573
|
-
limit?: string | string[];
|
|
3574
|
-
page?: string | string[];
|
|
3575
|
-
verified?: string | string[];
|
|
4203
|
+
denomination?: string | string[];
|
|
3576
4204
|
} | undefined;
|
|
3577
4205
|
};
|
|
3578
4206
|
} | {
|
|
3579
4207
|
output: {
|
|
3580
4208
|
error: {
|
|
3581
|
-
code: "
|
|
4209
|
+
code: "upstream_error";
|
|
3582
4210
|
details?: readonly import("../../../internal/Response.js").error.Detail[] | undefined;
|
|
3583
4211
|
message: string;
|
|
3584
4212
|
};
|
|
3585
4213
|
requestId: string;
|
|
3586
4214
|
};
|
|
3587
4215
|
outputFormat: "json";
|
|
3588
|
-
status:
|
|
4216
|
+
status: 502;
|
|
3589
4217
|
input: {
|
|
3590
4218
|
param: {
|
|
3591
4219
|
address: `0x${string}`;
|
|
@@ -3593,26 +4221,20 @@ export declare function addresses(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
3593
4221
|
} & {
|
|
3594
4222
|
query?: {
|
|
3595
4223
|
chainId?: string | string[];
|
|
3596
|
-
|
|
3597
|
-
cursor?: string | string[];
|
|
3598
|
-
feeEligible?: string | string[];
|
|
3599
|
-
include?: string | string[];
|
|
3600
|
-
limit?: string | string[];
|
|
3601
|
-
page?: string | string[];
|
|
3602
|
-
verified?: string | string[];
|
|
4224
|
+
denomination?: string | string[];
|
|
3603
4225
|
} | undefined;
|
|
3604
4226
|
};
|
|
3605
4227
|
} | {
|
|
3606
4228
|
output: {
|
|
3607
4229
|
error: {
|
|
3608
|
-
code: "
|
|
4230
|
+
code: "address_invalid";
|
|
3609
4231
|
details?: readonly import("../../../internal/Response.js").error.Detail[] | undefined;
|
|
3610
4232
|
message: string;
|
|
3611
4233
|
};
|
|
3612
4234
|
requestId: string;
|
|
3613
4235
|
};
|
|
3614
4236
|
outputFormat: "json";
|
|
3615
|
-
status:
|
|
4237
|
+
status: 400;
|
|
3616
4238
|
input: {
|
|
3617
4239
|
param: {
|
|
3618
4240
|
address: `0x${string}`;
|
|
@@ -3620,26 +4242,24 @@ export declare function addresses(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
3620
4242
|
} & {
|
|
3621
4243
|
query?: {
|
|
3622
4244
|
chainId?: string | string[];
|
|
3623
|
-
|
|
3624
|
-
cursor?: string | string[];
|
|
3625
|
-
feeEligible?: string | string[];
|
|
3626
|
-
include?: string | string[];
|
|
3627
|
-
limit?: string | string[];
|
|
3628
|
-
page?: string | string[];
|
|
3629
|
-
verified?: string | string[];
|
|
4245
|
+
denomination?: string | string[];
|
|
3630
4246
|
} | undefined;
|
|
3631
4247
|
};
|
|
3632
4248
|
} | {
|
|
3633
4249
|
output: {
|
|
3634
|
-
|
|
3635
|
-
|
|
3636
|
-
|
|
3637
|
-
|
|
3638
|
-
|
|
3639
|
-
|
|
4250
|
+
address: `0x${string}`;
|
|
4251
|
+
amount: string;
|
|
4252
|
+
currency: string;
|
|
4253
|
+
id: string;
|
|
4254
|
+
pricing: {
|
|
4255
|
+
asOf: string;
|
|
4256
|
+
basis: "nominal";
|
|
4257
|
+
source: string;
|
|
4258
|
+
} | null;
|
|
4259
|
+
unpriced: string[];
|
|
3640
4260
|
};
|
|
3641
4261
|
outputFormat: "json";
|
|
3642
|
-
status:
|
|
4262
|
+
status: 200;
|
|
3643
4263
|
input: {
|
|
3644
4264
|
param: {
|
|
3645
4265
|
address: `0x${string}`;
|
|
@@ -3647,16 +4267,17 @@ export declare function addresses(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
3647
4267
|
} & {
|
|
3648
4268
|
query?: {
|
|
3649
4269
|
chainId?: string | string[];
|
|
3650
|
-
|
|
3651
|
-
cursor?: string | string[];
|
|
3652
|
-
feeEligible?: string | string[];
|
|
3653
|
-
include?: string | string[];
|
|
3654
|
-
limit?: string | string[];
|
|
3655
|
-
page?: string | string[];
|
|
3656
|
-
verified?: string | string[];
|
|
4270
|
+
denomination?: string | string[];
|
|
3657
4271
|
} | undefined;
|
|
3658
4272
|
};
|
|
3659
4273
|
};
|
|
3660
4274
|
};
|
|
3661
4275
|
}, "/">, "/", "/">;
|
|
4276
|
+
export declare namespace addresses {
|
|
4277
|
+
/** Options for the address-scoped route composer. */
|
|
4278
|
+
type Options = {
|
|
4279
|
+
/** FX configuration for the valuation endpoint. */
|
|
4280
|
+
fx?: Valuation.addresses.Fx | undefined;
|
|
4281
|
+
};
|
|
4282
|
+
}
|
|
3662
4283
|
//# sourceMappingURL=addresses.d.ts.map
|