tapimo 0.11.0 → 0.12.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 +2296 -1010
- package/dist/App.d.ts.map +1 -1
- package/dist/App.js +2 -2
- package/dist/App.js.map +1 -1
- package/dist/Assets.d.ts +15 -0
- package/dist/Assets.d.ts.map +1 -1
- package/dist/Assets.js +7 -0
- package/dist/Assets.js.map +1 -1
- package/dist/admin/App.d.ts +53 -4
- package/dist/admin/App.d.ts.map +1 -1
- package/dist/admin/apps/api-keys.d.ts +4 -4
- package/dist/admin/apps/earn-vaults.d.ts +114 -0
- package/dist/admin/apps/earn-vaults.d.ts.map +1 -1
- package/dist/admin/apps/earn-vaults.js +59 -6
- package/dist/admin/apps/earn-vaults.js.map +1 -1
- package/dist/admin/apps/organizations.d.ts.map +1 -1
- package/dist/admin/apps/organizations.js +4 -2
- package/dist/admin/apps/organizations.js.map +1 -1
- package/dist/admin/apps/verified-tokens.d.ts +9 -9
- 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 +151 -151
- package/dist/admin/ui.generated.js.map +1 -1
- package/dist/apps/data/App.d.ts +1699 -749
- package/dist/apps/data/App.d.ts.map +1 -1
- package/dist/apps/data/App.js +56 -7
- package/dist/apps/data/App.js.map +1 -1
- package/dist/apps/data/ZoneSelection.d.ts +62 -0
- package/dist/apps/data/ZoneSelection.d.ts.map +1 -0
- package/dist/apps/data/ZoneSelection.js +44 -0
- package/dist/apps/data/ZoneSelection.js.map +1 -0
- package/dist/apps/data/routes/activities.d.ts +2367 -4
- package/dist/apps/data/routes/activities.d.ts.map +1 -1
- package/dist/apps/data/routes/activities.js +368 -87
- package/dist/apps/data/routes/activities.js.map +1 -1
- package/dist/apps/data/routes/addresses.d.ts +471 -340
- package/dist/apps/data/routes/addresses.d.ts.map +1 -1
- package/dist/apps/data/routes/balances.d.ts +28 -28
- package/dist/apps/data/routes/balances.js +1 -1
- package/dist/apps/data/routes/balances.js.map +1 -1
- package/dist/apps/data/routes/blocks.d.ts +4 -4
- package/dist/apps/data/routes/blocks.js +1 -1
- package/dist/apps/data/routes/blocks.js.map +1 -1
- package/dist/apps/data/routes/coingecko.d.ts +176 -176
- package/dist/apps/data/routes/earn.d.ts +131 -6
- package/dist/apps/data/routes/earn.d.ts.map +1 -1
- package/dist/apps/data/routes/earn.js +157 -25
- package/dist/apps/data/routes/earn.js.map +1 -1
- package/dist/apps/data/routes/exchanges.d.ts +825 -119
- package/dist/apps/data/routes/exchanges.d.ts.map +1 -1
- package/dist/apps/data/routes/exchanges.js +16 -13
- package/dist/apps/data/routes/exchanges.js.map +1 -1
- package/dist/apps/data/routes/fee-amm.d.ts.map +1 -1
- package/dist/apps/data/routes/fee-amm.js +9 -11
- package/dist/apps/data/routes/fee-amm.js.map +1 -1
- package/dist/apps/data/routes/indexer.d.ts +34 -34
- package/dist/apps/data/routes/receipts.d.ts +230 -230
- package/dist/apps/data/routes/receipts.js +1 -1
- package/dist/apps/data/routes/receipts.js.map +1 -1
- package/dist/apps/data/routes/rpc.js +24 -10
- package/dist/apps/data/routes/rpc.js.map +1 -1
- package/dist/apps/data/routes/tokenlist.d.ts.map +1 -1
- package/dist/apps/data/routes/tokenlist.js +16 -15
- package/dist/apps/data/routes/tokenlist.js.map +1 -1
- package/dist/apps/data/routes/tokens.d.ts +14 -0
- package/dist/apps/data/routes/tokens.d.ts.map +1 -1
- package/dist/apps/data/routes/tokens.js +34 -15
- package/dist/apps/data/routes/tokens.js.map +1 -1
- package/dist/apps/data/routes/transactions.js +1 -1
- package/dist/apps/data/routes/transactions.js.map +1 -1
- package/dist/apps/data/routes/transfers.d.ts.map +1 -1
- package/dist/apps/data/routes/transfers.js +7 -9
- package/dist/apps/data/routes/transfers.js.map +1 -1
- package/dist/apps/data/routes/webhooks.d.ts +4 -4
- package/dist/apps/data/routes/webhooks.d.ts.map +1 -1
- package/dist/apps/data/routes/webhooks.js +2 -2
- package/dist/apps/data/routes/webhooks.js.map +1 -1
- package/dist/apps/data/routes/zones.d.ts +30 -30
- package/dist/apps/funding/App.d.ts +27 -27
- package/dist/apps/funding/routes/chains.d.ts.map +1 -1
- package/dist/apps/funding/routes/chains.js +5 -4
- package/dist/apps/funding/routes/chains.js.map +1 -1
- package/dist/apps/funding/routes/deposit-addresses.d.ts +16 -16
- package/dist/apps/funding/routes/deposit-addresses.d.ts.map +1 -1
- package/dist/apps/funding/routes/deposit-addresses.js +8 -8
- package/dist/apps/funding/routes/deposit-addresses.js.map +1 -1
- package/dist/apps/funding/routes/providers.d.ts +13 -13
- package/dist/apps/funding/routes/providers.d.ts.map +1 -1
- package/dist/apps/funding/routes/providers.js +3 -2
- package/dist/apps/funding/routes/providers.js.map +1 -1
- package/dist/apps/funding/routes/quotes.d.ts.map +1 -1
- package/dist/apps/funding/routes/quotes.js +2 -2
- package/dist/apps/funding/routes/quotes.js.map +1 -1
- package/dist/apps/management/App.d.ts +627 -293
- package/dist/apps/management/App.d.ts.map +1 -1
- package/dist/apps/management/Billing.d.ts.map +1 -1
- package/dist/apps/management/Billing.js +19 -6
- package/dist/apps/management/Billing.js.map +1 -1
- package/dist/apps/management/routes/api-keys.d.ts +114 -54
- package/dist/apps/management/routes/api-keys.d.ts.map +1 -1
- package/dist/apps/management/routes/api-keys.js +76 -30
- package/dist/apps/management/routes/api-keys.js.map +1 -1
- package/dist/apps/management/routes/billing.d.ts +103 -30
- package/dist/apps/management/routes/billing.d.ts.map +1 -1
- package/dist/apps/management/routes/billing.js +91 -32
- package/dist/apps/management/routes/billing.js.map +1 -1
- package/dist/apps/management/routes/faucet.d.ts +33 -33
- package/dist/apps/management/routes/faucet.d.ts.map +1 -1
- package/dist/apps/management/routes/faucet.js +23 -12
- package/dist/apps/management/routes/faucet.js.map +1 -1
- package/dist/apps/management/routes/invitations.d.ts +46 -13
- package/dist/apps/management/routes/invitations.d.ts.map +1 -1
- package/dist/apps/management/routes/invitations.js +79 -29
- package/dist/apps/management/routes/invitations.js.map +1 -1
- package/dist/apps/management/routes/invite-links.d.ts +86 -41
- package/dist/apps/management/routes/invite-links.d.ts.map +1 -1
- package/dist/apps/management/routes/invite-links.js +100 -41
- package/dist/apps/management/routes/invite-links.js.map +1 -1
- package/dist/apps/management/routes/me.d.ts +5 -5
- package/dist/apps/management/routes/me.d.ts.map +1 -1
- package/dist/apps/management/routes/me.js +14 -10
- package/dist/apps/management/routes/me.js.map +1 -1
- package/dist/apps/management/routes/members.d.ts +93 -72
- package/dist/apps/management/routes/members.d.ts.map +1 -1
- package/dist/apps/management/routes/members.js +37 -18
- package/dist/apps/management/routes/members.js.map +1 -1
- package/dist/apps/management/routes/orgs.d.ts +48 -8
- package/dist/apps/management/routes/orgs.d.ts.map +1 -1
- package/dist/apps/management/routes/orgs.js +48 -19
- package/dist/apps/management/routes/orgs.js.map +1 -1
- package/dist/apps/management/routes/projects.d.ts +90 -28
- package/dist/apps/management/routes/projects.d.ts.map +1 -1
- package/dist/apps/management/routes/projects.js +72 -21
- package/dist/apps/management/routes/projects.js.map +1 -1
- package/dist/apps/management/routes/scopes.d.ts.map +1 -1
- package/dist/apps/management/routes/scopes.js +8 -5
- package/dist/apps/management/routes/scopes.js.map +1 -1
- package/dist/apps/management/routes/usage.d.ts +78 -78
- package/dist/apps/management/routes/usage.d.ts.map +1 -1
- package/dist/apps/management/routes/usage.js +41 -31
- package/dist/apps/management/routes/usage.js.map +1 -1
- package/dist/apps/management/routes/verified-token-requests.d.ts +34 -6
- package/dist/apps/management/routes/verified-token-requests.d.ts.map +1 -1
- package/dist/apps/management/routes/verified-token-requests.js +36 -17
- package/dist/apps/management/routes/verified-token-requests.js.map +1 -1
- package/dist/apps/management/routes/webhooks.d.ts +147 -130
- package/dist/apps/management/routes/webhooks.d.ts.map +1 -1
- package/dist/apps/management/routes/webhooks.js +80 -35
- package/dist/apps/management/routes/webhooks.js.map +1 -1
- package/dist/apps/mpp/internal/Adapter.d.ts +1 -1
- package/dist/apps/mpp/internal/Adapter.d.ts.map +1 -1
- package/dist/apps/mpp/internal/Adapter.js +12 -0
- package/dist/apps/mpp/internal/Adapter.js.map +1 -1
- package/dist/db/Db.d.ts +2 -0
- package/dist/db/Db.d.ts.map +1 -1
- package/dist/db/Db.js +40 -0
- package/dist/db/Db.js.map +1 -1
- package/dist/db/Schema.d.ts +23 -1
- package/dist/db/Schema.d.ts.map +1 -1
- package/dist/db/Schema.js +19 -3
- package/dist/db/Schema.js.map +1 -1
- package/dist/db/tables/earnVaults.d.ts +5 -1
- package/dist/db/tables/earnVaults.d.ts.map +1 -1
- package/dist/db/tables/earnVaults.js +5 -0
- package/dist/db/tables/earnVaults.js.map +1 -1
- package/dist/db/tables/webhookDeliveries.d.ts.map +1 -1
- package/dist/db/tables/webhookDeliveries.js +10 -0
- package/dist/db/tables/webhookDeliveries.js.map +1 -1
- package/dist/db/tables/webhookQueueCompletions.d.ts +15 -0
- package/dist/db/tables/webhookQueueCompletions.d.ts.map +1 -0
- package/dist/db/tables/webhookQueueCompletions.js +32 -0
- package/dist/db/tables/webhookQueueCompletions.js.map +1 -0
- package/dist/db/tables/webhookQueueEvents.d.ts +14 -20
- package/dist/db/tables/webhookQueueEvents.d.ts.map +1 -1
- package/dist/db/tables/webhookQueueEvents.js +68 -47
- package/dist/db/tables/webhookQueueEvents.js.map +1 -1
- package/dist/db/tables/webhookSubscriptions.d.ts +16 -5
- package/dist/db/tables/webhookSubscriptions.d.ts.map +1 -1
- package/dist/db/tables/webhookSubscriptions.js +29 -5
- package/dist/db/tables/webhookSubscriptions.js.map +1 -1
- package/dist/internal/Auth.d.ts +8 -1
- package/dist/internal/Auth.d.ts.map +1 -1
- package/dist/internal/Auth.js +13 -3
- package/dist/internal/Auth.js.map +1 -1
- package/dist/internal/Cache.d.ts.map +1 -1
- package/dist/internal/Cache.js +11 -7
- package/dist/internal/Cache.js.map +1 -1
- package/dist/internal/EarnVaults.d.ts +41 -2
- package/dist/internal/EarnVaults.d.ts.map +1 -1
- package/dist/internal/EarnVaults.js +167 -0
- package/dist/internal/EarnVaults.js.map +1 -1
- package/dist/internal/OpenApi.d.ts +26 -22
- package/dist/internal/OpenApi.d.ts.map +1 -1
- package/dist/internal/OpenApi.js +128 -39
- package/dist/internal/OpenApi.js.map +1 -1
- package/dist/internal/Response.d.ts +13 -8
- package/dist/internal/Response.d.ts.map +1 -1
- package/dist/internal/Response.js +16 -5
- package/dist/internal/Response.js.map +1 -1
- package/dist/internal/Schema.d.ts +5 -7
- package/dist/internal/Schema.d.ts.map +1 -1
- package/dist/internal/Schema.js +6 -7
- package/dist/internal/Schema.js.map +1 -1
- package/dist/internal/Store.d.ts +15 -6
- package/dist/internal/Store.d.ts.map +1 -1
- package/dist/internal/Store.js +45 -15
- package/dist/internal/Store.js.map +1 -1
- package/dist/internal/Tidx.d.ts +2 -0
- package/dist/internal/Tidx.d.ts.map +1 -1
- package/dist/internal/Tidx.js +16 -4
- package/dist/internal/Tidx.js.map +1 -1
- package/dist/internal/Webhooks.d.ts +29 -12
- package/dist/internal/Webhooks.d.ts.map +1 -1
- package/dist/internal/Webhooks.js +37 -20
- package/dist/internal/Webhooks.js.map +1 -1
- package/dist/internal/funding/Deposit.d.ts +2 -2
- package/dist/internal/funding/Deposit.d.ts.map +1 -1
- package/dist/internal/funding/Deposit.js +9 -8
- package/dist/internal/funding/Deposit.js.map +1 -1
- package/dist/internal/funding/DepositAddress.d.ts +4 -4
- package/dist/internal/funding/DepositAddress.d.ts.map +1 -1
- package/dist/internal/funding/DepositAddress.js +9 -8
- package/dist/internal/funding/DepositAddress.js.map +1 -1
- package/dist/internal/funding/Provider.d.ts.map +1 -1
- package/dist/internal/funding/Provider.js +13 -12
- package/dist/internal/funding/Provider.js.map +1 -1
- package/dist/internal/funding/providers/stargate.d.ts +19 -0
- package/dist/internal/funding/providers/stargate.d.ts.map +1 -0
- package/dist/internal/funding/providers/stargate.js +143 -0
- package/dist/internal/funding/providers/stargate.js.map +1 -0
- package/dist/providers/index.d.ts +7 -0
- package/dist/providers/index.d.ts.map +1 -1
- package/dist/providers/index.js +3 -0
- package/dist/providers/index.js.map +1 -1
- package/package.json +2 -2
- package/src/App.test.ts +48 -0
- package/src/App.ts +4 -2
- package/src/Assets.test.ts +18 -0
- package/src/Assets.ts +22 -0
- package/src/Client.test-d.ts +265 -16
- package/src/admin/apps/earn-vaults.test.ts +143 -0
- package/src/admin/apps/earn-vaults.ts +83 -6
- package/src/admin/apps/organizations.ts +6 -2
- package/src/admin/ui/src/routes/api-keys.tsx +36 -0
- package/src/admin/ui.generated.ts +151 -189
- package/src/apps/data/App.test.ts +31 -0
- package/src/apps/data/App.ts +56 -8
- package/src/apps/data/ZoneSelection.test.ts +196 -0
- package/src/apps/data/ZoneSelection.ts +108 -0
- package/src/apps/data/routes/activities.test.ts +328 -1
- package/src/apps/data/routes/activities.ts +498 -93
- package/src/apps/data/routes/balances.ts +1 -1
- package/src/apps/data/routes/blocks.ts +1 -1
- package/src/apps/data/routes/earn.test.ts +183 -23
- package/src/apps/data/routes/earn.ts +225 -29
- package/src/apps/data/routes/earn.zone-access.test.ts +46 -0
- package/src/apps/data/routes/exchanges.test.ts +31 -1
- package/src/apps/data/routes/exchanges.ts +19 -15
- package/src/apps/data/routes/fee-amm.ts +18 -11
- package/src/apps/data/routes/receipts.ts +1 -1
- package/src/apps/data/routes/rpc.test.ts +75 -0
- package/src/apps/data/routes/rpc.ts +23 -9
- package/src/apps/data/routes/tokenlist.ts +21 -18
- package/src/apps/data/routes/tokens.test.ts +29 -0
- package/src/apps/data/routes/tokens.ts +38 -15
- package/src/apps/data/routes/transactions.ts +1 -1
- package/src/apps/data/routes/transfers.test.ts +3 -3
- package/src/apps/data/routes/transfers.ts +12 -9
- package/src/apps/data/routes/webhooks.ts +6 -2
- package/src/apps/data/routes/zones.test.ts +19 -13
- package/src/apps/funding/routes/chains.test.ts +211 -7
- package/src/apps/funding/routes/chains.ts +19 -12
- package/src/apps/funding/routes/deposit-addresses.test.ts +394 -0
- package/src/apps/funding/routes/deposit-addresses.ts +84 -72
- package/src/apps/funding/routes/providers.ts +9 -5
- package/src/apps/funding/routes/quotes.test.ts +46 -0
- package/src/apps/funding/routes/quotes.ts +8 -5
- package/src/apps/funding/routes/transfers.test.ts +35 -32
- package/src/apps/management/Billing.test.ts +26 -0
- package/src/apps/management/Billing.ts +24 -7
- package/src/apps/management/routes/api-keys.test.ts +178 -0
- package/src/apps/management/routes/api-keys.ts +203 -144
- package/src/apps/management/routes/billing.test.ts +209 -0
- package/src/apps/management/routes/billing.ts +254 -177
- package/src/apps/management/routes/faucet.test.ts +39 -0
- package/src/apps/management/routes/faucet.ts +75 -41
- package/src/apps/management/routes/invitations.test.ts +216 -0
- package/src/apps/management/routes/invitations.ts +186 -109
- package/src/apps/management/routes/invite-links.test.ts +263 -1
- package/src/apps/management/routes/invite-links.ts +295 -214
- package/src/apps/management/routes/me.test.ts +49 -0
- package/src/apps/management/routes/me.ts +42 -32
- package/src/apps/management/routes/members.test.ts +124 -1
- package/src/apps/management/routes/members.ts +81 -51
- package/src/apps/management/routes/orgs.test.ts +176 -0
- package/src/apps/management/routes/orgs.ts +101 -59
- package/src/apps/management/routes/projects.test.ts +183 -0
- package/src/apps/management/routes/projects.ts +124 -60
- package/src/apps/management/routes/scopes.test.ts +44 -0
- package/src/apps/management/routes/scopes.ts +37 -28
- package/src/apps/management/routes/usage.test.ts +92 -0
- package/src/apps/management/routes/usage.ts +186 -151
- package/src/apps/management/routes/verified-token-requests.test.ts +114 -0
- package/src/apps/management/routes/verified-token-requests.ts +166 -133
- package/src/apps/management/routes/webhooks.test.ts +234 -0
- package/src/apps/management/routes/webhooks.ts +191 -78
- package/src/apps/mpp/internal/Adapter.ts +13 -1
- package/src/db/Db.test.ts +41 -0
- package/src/db/Db.ts +62 -0
- package/src/db/Schema.ts +28 -3
- package/src/db/tables/earnVaults.test.ts +22 -0
- package/src/db/tables/earnVaults.ts +11 -1
- package/src/db/tables/webhookDeliveries.ts +13 -0
- package/src/db/tables/webhookQueueCompletions.ts +55 -0
- package/src/db/tables/webhookQueueEvents.ts +95 -61
- package/src/db/tables/webhookSubscriptions.ts +45 -6
- package/src/internal/Auth.ts +23 -5
- package/src/internal/Cache.ts +14 -7
- package/src/internal/EarnVaults.capabilities.test.ts +33 -0
- package/src/internal/EarnVaults.test.ts +79 -0
- package/src/internal/EarnVaults.ts +277 -0
- package/src/internal/OpenApi.ts +165 -49
- package/src/internal/Response.test.ts +95 -0
- package/src/internal/Response.ts +40 -2
- package/src/internal/Schema.test.ts +16 -0
- package/src/internal/Schema.ts +7 -7
- package/src/internal/Store.test.ts +186 -0
- package/src/internal/Store.ts +57 -17
- package/src/internal/Tidx.test.ts +19 -0
- package/src/internal/Tidx.ts +16 -4
- package/src/internal/Webhooks.test.ts +122 -8
- package/src/internal/Webhooks.ts +59 -29
- package/src/internal/funding/Deposit.ts +71 -64
- package/src/internal/funding/DepositAddress.ts +50 -43
- package/src/internal/funding/Provider.ts +164 -142
- package/src/internal/funding/providers/index.test.ts +185 -0
- package/src/internal/funding/providers/stargate.ts +184 -0
- package/src/providers/index.test.ts +1 -0
- package/src/providers/index.ts +9 -0
|
@@ -16,8 +16,210 @@ import * as Valuation from './valuation.js';
|
|
|
16
16
|
export declare function addresses(options?: addresses.Options): import("hono/hono-base").HonoBase<App.Environment, import("hono/types").BlankSchema | import("hono/types").MergeSchemaPath<{
|
|
17
17
|
"/v1/addresses/:address/activities": {
|
|
18
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
|
+
group?: string | string[];
|
|
31
|
+
include?: string | string[];
|
|
32
|
+
limit?: string | string[];
|
|
33
|
+
logs?: string | string[];
|
|
34
|
+
'valuation.currency'?: 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
|
+
group?: string | string[];
|
|
57
|
+
include?: string | string[];
|
|
58
|
+
limit?: string | string[];
|
|
59
|
+
logs?: string | string[];
|
|
60
|
+
'valuation.currency'?: 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
|
+
group?: string | string[];
|
|
83
|
+
include?: string | string[];
|
|
84
|
+
limit?: string | string[];
|
|
85
|
+
logs?: string | string[];
|
|
86
|
+
'valuation.currency'?: string | string[];
|
|
87
|
+
} | undefined;
|
|
88
|
+
};
|
|
89
|
+
} | {
|
|
90
|
+
output: {
|
|
91
|
+
error: {
|
|
92
|
+
code: "api_key_forbidden" | "api_key_ip_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
|
+
group?: string | string[];
|
|
109
|
+
include?: string | string[];
|
|
110
|
+
limit?: string | string[];
|
|
111
|
+
logs?: string | string[];
|
|
112
|
+
'valuation.currency'?: 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
|
+
group?: string | string[];
|
|
135
|
+
include?: string | string[];
|
|
136
|
+
limit?: string | string[];
|
|
137
|
+
logs?: string | string[];
|
|
138
|
+
'valuation.currency'?: 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
|
+
group?: string | string[];
|
|
161
|
+
include?: string | string[];
|
|
162
|
+
limit?: string | string[];
|
|
163
|
+
logs?: string | string[];
|
|
164
|
+
'valuation.currency'?: 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
|
+
group?: string | string[];
|
|
187
|
+
include?: string | string[];
|
|
188
|
+
limit?: string | string[];
|
|
189
|
+
logs?: string | string[];
|
|
190
|
+
'valuation.currency'?: 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
|
+
group?: string | string[];
|
|
213
|
+
include?: string | string[];
|
|
214
|
+
limit?: string | string[];
|
|
215
|
+
logs?: string | string[];
|
|
216
|
+
'valuation.currency'?: string | string[];
|
|
217
|
+
} | undefined;
|
|
218
|
+
};
|
|
219
|
+
} | {
|
|
19
220
|
output: {
|
|
20
221
|
data: ({
|
|
222
|
+
chainId?: number | undefined;
|
|
21
223
|
perspective: "incoming" | "outgoing";
|
|
22
224
|
events?: {
|
|
23
225
|
address: `0x${string}`;
|
|
@@ -46,6 +248,7 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
46
248
|
};
|
|
47
249
|
type: "assets-deposited";
|
|
48
250
|
} | {
|
|
251
|
+
chainId?: number | undefined;
|
|
49
252
|
perspective: "incoming" | "outgoing";
|
|
50
253
|
events?: {
|
|
51
254
|
address: `0x${string}`;
|
|
@@ -75,6 +278,7 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
75
278
|
};
|
|
76
279
|
type: "shares-deposited";
|
|
77
280
|
} | {
|
|
281
|
+
chainId?: number | undefined;
|
|
78
282
|
perspective: "incoming" | "outgoing";
|
|
79
283
|
events?: {
|
|
80
284
|
address: `0x${string}`;
|
|
@@ -103,6 +307,7 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
103
307
|
};
|
|
104
308
|
type: "shares-redeemed";
|
|
105
309
|
} | {
|
|
310
|
+
chainId?: number | undefined;
|
|
106
311
|
perspective: "incoming" | "outgoing";
|
|
107
312
|
events?: {
|
|
108
313
|
address: `0x${string}`;
|
|
@@ -131,6 +336,7 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
131
336
|
};
|
|
132
337
|
type: "assets-withdrawn";
|
|
133
338
|
} | {
|
|
339
|
+
chainId?: number | undefined;
|
|
134
340
|
perspective: "incoming" | "outgoing";
|
|
135
341
|
events?: {
|
|
136
342
|
address: `0x${string}`;
|
|
@@ -159,6 +365,7 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
159
365
|
};
|
|
160
366
|
type: "shares-redemption-requested";
|
|
161
367
|
} | {
|
|
368
|
+
chainId?: number | undefined;
|
|
162
369
|
perspective: "incoming" | "outgoing";
|
|
163
370
|
events?: {
|
|
164
371
|
address: `0x${string}`;
|
|
@@ -188,6 +395,7 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
188
395
|
};
|
|
189
396
|
type: "shares-redemption-finalized";
|
|
190
397
|
} | {
|
|
398
|
+
chainId?: number | undefined;
|
|
191
399
|
perspective: "incoming" | "outgoing";
|
|
192
400
|
events?: {
|
|
193
401
|
address: `0x${string}`;
|
|
@@ -215,6 +423,7 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
215
423
|
};
|
|
216
424
|
type: "shares-redemption-cancelled";
|
|
217
425
|
} | {
|
|
426
|
+
chainId?: number | undefined;
|
|
218
427
|
perspective: "incoming" | "outgoing";
|
|
219
428
|
events?: {
|
|
220
429
|
address: `0x${string}`;
|
|
@@ -245,6 +454,7 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
245
454
|
};
|
|
246
455
|
type: "private-assets-deposited";
|
|
247
456
|
} | {
|
|
457
|
+
chainId?: number | undefined;
|
|
248
458
|
perspective: "incoming" | "outgoing";
|
|
249
459
|
events?: {
|
|
250
460
|
address: `0x${string}`;
|
|
@@ -275,6 +485,7 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
275
485
|
};
|
|
276
486
|
type: "private-shares-redeemed";
|
|
277
487
|
} | {
|
|
488
|
+
chainId?: number | undefined;
|
|
278
489
|
perspective: "incoming" | "outgoing";
|
|
279
490
|
events?: {
|
|
280
491
|
address: `0x${string}`;
|
|
@@ -343,6 +554,7 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
343
554
|
};
|
|
344
555
|
type: "transfer";
|
|
345
556
|
} | {
|
|
557
|
+
chainId?: number | undefined;
|
|
346
558
|
perspective: "incoming" | "outgoing";
|
|
347
559
|
events?: {
|
|
348
560
|
address: `0x${string}`;
|
|
@@ -384,6 +596,7 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
384
596
|
};
|
|
385
597
|
type: "mint";
|
|
386
598
|
} | {
|
|
599
|
+
chainId?: number | undefined;
|
|
387
600
|
perspective: "incoming" | "outgoing";
|
|
388
601
|
events?: {
|
|
389
602
|
address: `0x${string}`;
|
|
@@ -426,6 +639,7 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
426
639
|
};
|
|
427
640
|
type: "burn";
|
|
428
641
|
} | {
|
|
642
|
+
chainId?: number | undefined;
|
|
429
643
|
perspective: "incoming" | "outgoing";
|
|
430
644
|
events?: {
|
|
431
645
|
address: `0x${string}`;
|
|
@@ -486,6 +700,7 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
486
700
|
};
|
|
487
701
|
type: "swap";
|
|
488
702
|
} | {
|
|
703
|
+
chainId?: number | undefined;
|
|
489
704
|
perspective: "incoming" | "outgoing";
|
|
490
705
|
events?: {
|
|
491
706
|
address: `0x${string}`;
|
|
@@ -528,6 +743,7 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
528
743
|
};
|
|
529
744
|
type: "approval";
|
|
530
745
|
} | {
|
|
746
|
+
chainId?: number | undefined;
|
|
531
747
|
perspective: "incoming" | "outgoing";
|
|
532
748
|
events?: {
|
|
533
749
|
address: `0x${string}`;
|
|
@@ -569,6 +785,7 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
569
785
|
};
|
|
570
786
|
type: "session-closed";
|
|
571
787
|
} | {
|
|
788
|
+
chainId?: number | undefined;
|
|
572
789
|
perspective: "incoming" | "outgoing";
|
|
573
790
|
events?: {
|
|
574
791
|
address: `0x${string}`;
|
|
@@ -594,6 +811,7 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
594
811
|
};
|
|
595
812
|
type: "access-key-created";
|
|
596
813
|
} | {
|
|
814
|
+
chainId?: number | undefined;
|
|
597
815
|
perspective: "incoming" | "outgoing";
|
|
598
816
|
events?: {
|
|
599
817
|
address: `0x${string}`;
|
|
@@ -617,6 +835,7 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
617
835
|
};
|
|
618
836
|
type: "access-key-revoked";
|
|
619
837
|
} | {
|
|
838
|
+
chainId?: number | undefined;
|
|
620
839
|
perspective: "incoming" | "outgoing";
|
|
621
840
|
events?: {
|
|
622
841
|
address: `0x${string}`;
|
|
@@ -642,6 +861,7 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
642
861
|
};
|
|
643
862
|
type: "token-created";
|
|
644
863
|
} | {
|
|
864
|
+
chainId?: number | undefined;
|
|
645
865
|
perspective: "incoming" | "outgoing";
|
|
646
866
|
events?: {
|
|
647
867
|
address: `0x${string}`;
|
|
@@ -684,6 +904,7 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
684
904
|
};
|
|
685
905
|
type: "burn-blocked";
|
|
686
906
|
} | {
|
|
907
|
+
chainId?: number | undefined;
|
|
687
908
|
perspective: "incoming" | "outgoing";
|
|
688
909
|
events?: {
|
|
689
910
|
address: `0x${string}`;
|
|
@@ -728,6 +949,7 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
728
949
|
};
|
|
729
950
|
type: "channel-opened";
|
|
730
951
|
} | {
|
|
952
|
+
chainId?: number | undefined;
|
|
731
953
|
perspective: "incoming" | "outgoing";
|
|
732
954
|
events?: {
|
|
733
955
|
address: `0x${string}`;
|
|
@@ -770,6 +992,7 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
770
992
|
};
|
|
771
993
|
type: "channel-funded";
|
|
772
994
|
} | {
|
|
995
|
+
chainId?: number | undefined;
|
|
773
996
|
perspective: "incoming" | "outgoing";
|
|
774
997
|
events?: {
|
|
775
998
|
address: `0x${string}`;
|
|
@@ -814,6 +1037,7 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
814
1037
|
};
|
|
815
1038
|
type: "channel-settled";
|
|
816
1039
|
} | {
|
|
1040
|
+
chainId?: number | undefined;
|
|
817
1041
|
perspective: "incoming" | "outgoing";
|
|
818
1042
|
events?: {
|
|
819
1043
|
address: `0x${string}`;
|
|
@@ -877,6 +1101,7 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
877
1101
|
};
|
|
878
1102
|
type: "channel-closed";
|
|
879
1103
|
} | {
|
|
1104
|
+
chainId?: number | undefined;
|
|
880
1105
|
perspective: "incoming" | "outgoing";
|
|
881
1106
|
events?: {
|
|
882
1107
|
address: `0x${string}`;
|
|
@@ -902,6 +1127,7 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
902
1127
|
};
|
|
903
1128
|
type: "channel-close-cancelled";
|
|
904
1129
|
} | {
|
|
1130
|
+
chainId?: number | undefined;
|
|
905
1131
|
perspective: "incoming" | "outgoing";
|
|
906
1132
|
events?: {
|
|
907
1133
|
address: `0x${string}`;
|
|
@@ -946,6 +1172,7 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
946
1172
|
};
|
|
947
1173
|
type: "order-placed";
|
|
948
1174
|
} | {
|
|
1175
|
+
chainId?: number | undefined;
|
|
949
1176
|
perspective: "incoming" | "outgoing";
|
|
950
1177
|
events?: {
|
|
951
1178
|
address: `0x${string}`;
|
|
@@ -969,6 +1196,7 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
969
1196
|
};
|
|
970
1197
|
type: "order-cancelled";
|
|
971
1198
|
} | {
|
|
1199
|
+
chainId?: number | undefined;
|
|
972
1200
|
perspective: "incoming" | "outgoing";
|
|
973
1201
|
events?: {
|
|
974
1202
|
address: `0x${string}`;
|
|
@@ -1011,6 +1239,7 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
1011
1239
|
};
|
|
1012
1240
|
type: "fees-distributed";
|
|
1013
1241
|
} | {
|
|
1242
|
+
chainId?: number | undefined;
|
|
1014
1243
|
perspective: "incoming" | "outgoing";
|
|
1015
1244
|
events?: {
|
|
1016
1245
|
address: `0x${string}`;
|
|
@@ -1072,6 +1301,7 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
1072
1301
|
};
|
|
1073
1302
|
type: "fee-rebalance-swap";
|
|
1074
1303
|
} | {
|
|
1304
|
+
chainId?: number | undefined;
|
|
1075
1305
|
perspective: "incoming" | "outgoing";
|
|
1076
1306
|
events?: {
|
|
1077
1307
|
address: `0x${string}`;
|
|
@@ -1114,6 +1344,7 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
1114
1344
|
};
|
|
1115
1345
|
type: "reward-distributed";
|
|
1116
1346
|
} | {
|
|
1347
|
+
chainId?: number | undefined;
|
|
1117
1348
|
perspective: "incoming" | "outgoing";
|
|
1118
1349
|
events?: {
|
|
1119
1350
|
address: `0x${string}`;
|
|
@@ -1138,6 +1369,7 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
1138
1369
|
};
|
|
1139
1370
|
type: "reward-recipient-set";
|
|
1140
1371
|
} | {
|
|
1372
|
+
chainId?: number | undefined;
|
|
1141
1373
|
perspective: "incoming" | "outgoing";
|
|
1142
1374
|
events?: {
|
|
1143
1375
|
address: `0x${string}`;
|
|
@@ -1181,6 +1413,7 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
1181
1413
|
};
|
|
1182
1414
|
type: "spending-limit-updated";
|
|
1183
1415
|
} | {
|
|
1416
|
+
chainId?: number | undefined;
|
|
1184
1417
|
perspective: "incoming" | "outgoing";
|
|
1185
1418
|
events?: {
|
|
1186
1419
|
address: `0x${string}`;
|
|
@@ -1208,6 +1441,7 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
1208
1441
|
};
|
|
1209
1442
|
type: "order-filled";
|
|
1210
1443
|
} | {
|
|
1444
|
+
chainId?: number | undefined;
|
|
1211
1445
|
perspective: "incoming" | "outgoing";
|
|
1212
1446
|
events?: {
|
|
1213
1447
|
address: `0x${string}`;
|
|
@@ -1254,6 +1488,7 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
1254
1488
|
};
|
|
1255
1489
|
type: "order-flipped";
|
|
1256
1490
|
} | {
|
|
1491
|
+
chainId?: number | undefined;
|
|
1257
1492
|
perspective: "incoming" | "outgoing";
|
|
1258
1493
|
events?: {
|
|
1259
1494
|
address: `0x${string}`;
|
|
@@ -1279,6 +1514,7 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
1279
1514
|
};
|
|
1280
1515
|
type: "pair-created";
|
|
1281
1516
|
} | {
|
|
1517
|
+
chainId?: number | undefined;
|
|
1282
1518
|
perspective: "incoming" | "outgoing";
|
|
1283
1519
|
events?: {
|
|
1284
1520
|
address: `0x${string}`;
|
|
@@ -1303,6 +1539,7 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
1303
1539
|
};
|
|
1304
1540
|
type: "token-pause-set";
|
|
1305
1541
|
} | {
|
|
1542
|
+
chainId?: number | undefined;
|
|
1306
1543
|
perspective: "incoming" | "outgoing";
|
|
1307
1544
|
events?: {
|
|
1308
1545
|
address: `0x${string}`;
|
|
@@ -1327,6 +1564,7 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
1327
1564
|
};
|
|
1328
1565
|
type: "token-supply-cap-set";
|
|
1329
1566
|
} | {
|
|
1567
|
+
chainId?: number | undefined;
|
|
1330
1568
|
perspective: "incoming" | "outgoing";
|
|
1331
1569
|
events?: {
|
|
1332
1570
|
address: `0x${string}`;
|
|
@@ -1351,6 +1589,7 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
1351
1589
|
};
|
|
1352
1590
|
type: "token-transfer-policy-set";
|
|
1353
1591
|
} | {
|
|
1592
|
+
chainId?: number | undefined;
|
|
1354
1593
|
perspective: "incoming" | "outgoing";
|
|
1355
1594
|
events?: {
|
|
1356
1595
|
address: `0x${string}`;
|
|
@@ -1375,6 +1614,7 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
1375
1614
|
};
|
|
1376
1615
|
type: "token-quote-token-set";
|
|
1377
1616
|
} | {
|
|
1617
|
+
chainId?: number | undefined;
|
|
1378
1618
|
perspective: "incoming" | "outgoing";
|
|
1379
1619
|
events?: {
|
|
1380
1620
|
address: `0x${string}`;
|
|
@@ -1399,6 +1639,7 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
1399
1639
|
};
|
|
1400
1640
|
type: "token-next-quote-token-set";
|
|
1401
1641
|
} | {
|
|
1642
|
+
chainId?: number | undefined;
|
|
1402
1643
|
perspective: "incoming" | "outgoing";
|
|
1403
1644
|
events?: {
|
|
1404
1645
|
address: `0x${string}`;
|
|
@@ -1423,6 +1664,7 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
1423
1664
|
};
|
|
1424
1665
|
type: "token-logo-set";
|
|
1425
1666
|
} | {
|
|
1667
|
+
chainId?: number | undefined;
|
|
1426
1668
|
perspective: "incoming" | "outgoing";
|
|
1427
1669
|
events?: {
|
|
1428
1670
|
address: `0x${string}`;
|
|
@@ -1449,6 +1691,7 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
1449
1691
|
};
|
|
1450
1692
|
type: "role-membership-set";
|
|
1451
1693
|
} | {
|
|
1694
|
+
chainId?: number | undefined;
|
|
1452
1695
|
perspective: "incoming" | "outgoing";
|
|
1453
1696
|
events?: {
|
|
1454
1697
|
address: `0x${string}`;
|
|
@@ -1474,6 +1717,7 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
1474
1717
|
};
|
|
1475
1718
|
type: "role-admin-set";
|
|
1476
1719
|
} | {
|
|
1720
|
+
chainId?: number | undefined;
|
|
1477
1721
|
perspective: "incoming" | "outgoing";
|
|
1478
1722
|
events?: {
|
|
1479
1723
|
address: `0x${string}`;
|
|
@@ -1498,6 +1742,7 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
1498
1742
|
};
|
|
1499
1743
|
type: "fee-user-token-set";
|
|
1500
1744
|
} | {
|
|
1745
|
+
chainId?: number | undefined;
|
|
1501
1746
|
perspective: "incoming" | "outgoing";
|
|
1502
1747
|
events?: {
|
|
1503
1748
|
address: `0x${string}`;
|
|
@@ -1522,6 +1767,7 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
1522
1767
|
};
|
|
1523
1768
|
type: "fee-validator-token-set";
|
|
1524
1769
|
} | {
|
|
1770
|
+
chainId?: number | undefined;
|
|
1525
1771
|
perspective: "incoming" | "outgoing";
|
|
1526
1772
|
events?: {
|
|
1527
1773
|
address: `0x${string}`;
|
|
@@ -1547,6 +1793,7 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
1547
1793
|
};
|
|
1548
1794
|
type: "policy-created";
|
|
1549
1795
|
} | {
|
|
1796
|
+
chainId?: number | undefined;
|
|
1550
1797
|
perspective: "incoming" | "outgoing";
|
|
1551
1798
|
events?: {
|
|
1552
1799
|
address: `0x${string}`;
|
|
@@ -1572,6 +1819,7 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
1572
1819
|
};
|
|
1573
1820
|
type: "policy-admin-set";
|
|
1574
1821
|
} | {
|
|
1822
|
+
chainId?: number | undefined;
|
|
1575
1823
|
perspective: "incoming" | "outgoing";
|
|
1576
1824
|
events?: {
|
|
1577
1825
|
address: `0x${string}`;
|
|
@@ -1598,6 +1846,7 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
1598
1846
|
};
|
|
1599
1847
|
type: "whitelist-updated";
|
|
1600
1848
|
} | {
|
|
1849
|
+
chainId?: number | undefined;
|
|
1601
1850
|
perspective: "incoming" | "outgoing";
|
|
1602
1851
|
events?: {
|
|
1603
1852
|
address: `0x${string}`;
|
|
@@ -1624,6 +1873,7 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
1624
1873
|
};
|
|
1625
1874
|
type: "blacklist-updated";
|
|
1626
1875
|
} | {
|
|
1876
|
+
chainId?: number | undefined;
|
|
1627
1877
|
perspective: "incoming" | "outgoing";
|
|
1628
1878
|
events?: {
|
|
1629
1879
|
address: `0x${string}`;
|
|
@@ -1651,6 +1901,7 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
1651
1901
|
};
|
|
1652
1902
|
type: "compound-policy-created";
|
|
1653
1903
|
} | {
|
|
1904
|
+
chainId?: number | undefined;
|
|
1654
1905
|
perspective: "incoming" | "outgoing";
|
|
1655
1906
|
events?: {
|
|
1656
1907
|
address: `0x${string}`;
|
|
@@ -1675,6 +1926,7 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
1675
1926
|
};
|
|
1676
1927
|
type: "master-registered";
|
|
1677
1928
|
} | {
|
|
1929
|
+
chainId?: number | undefined;
|
|
1678
1930
|
perspective: "incoming" | "outgoing";
|
|
1679
1931
|
events?: {
|
|
1680
1932
|
address: `0x${string}`;
|
|
@@ -1700,6 +1952,7 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
1700
1952
|
};
|
|
1701
1953
|
type: "nonce-incremented";
|
|
1702
1954
|
} | {
|
|
1955
|
+
chainId?: number | undefined;
|
|
1703
1956
|
perspective: "incoming" | "outgoing";
|
|
1704
1957
|
events?: {
|
|
1705
1958
|
address: `0x${string}`;
|
|
@@ -1724,6 +1977,7 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
1724
1977
|
};
|
|
1725
1978
|
type: "key-authorization-witness";
|
|
1726
1979
|
} | {
|
|
1980
|
+
chainId?: number | undefined;
|
|
1727
1981
|
perspective: "incoming" | "outgoing";
|
|
1728
1982
|
events?: {
|
|
1729
1983
|
address: `0x${string}`;
|
|
@@ -1748,6 +2002,7 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
1748
2002
|
};
|
|
1749
2003
|
type: "key-authorization-witness-burned";
|
|
1750
2004
|
} | {
|
|
2005
|
+
chainId?: number | undefined;
|
|
1751
2006
|
perspective: "incoming" | "outgoing";
|
|
1752
2007
|
events?: {
|
|
1753
2008
|
address: `0x${string}`;
|
|
@@ -1776,6 +2031,7 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
1776
2031
|
};
|
|
1777
2032
|
type: "validator-added";
|
|
1778
2033
|
} | {
|
|
2034
|
+
chainId?: number | undefined;
|
|
1779
2035
|
perspective: "incoming" | "outgoing";
|
|
1780
2036
|
events?: {
|
|
1781
2037
|
address: `0x${string}`;
|
|
@@ -1800,6 +2056,7 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
1800
2056
|
};
|
|
1801
2057
|
type: "validator-deactivated";
|
|
1802
2058
|
} | {
|
|
2059
|
+
chainId?: number | undefined;
|
|
1803
2060
|
perspective: "incoming" | "outgoing";
|
|
1804
2061
|
events?: {
|
|
1805
2062
|
address: `0x${string}`;
|
|
@@ -1830,6 +2087,7 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
1830
2087
|
};
|
|
1831
2088
|
type: "validator-rotated";
|
|
1832
2089
|
} | {
|
|
2090
|
+
chainId?: number | undefined;
|
|
1833
2091
|
perspective: "incoming" | "outgoing";
|
|
1834
2092
|
events?: {
|
|
1835
2093
|
address: `0x${string}`;
|
|
@@ -1855,6 +2113,7 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
1855
2113
|
};
|
|
1856
2114
|
type: "validator-fee-recipient-set";
|
|
1857
2115
|
} | {
|
|
2116
|
+
chainId?: number | undefined;
|
|
1858
2117
|
perspective: "incoming" | "outgoing";
|
|
1859
2118
|
events?: {
|
|
1860
2119
|
address: `0x${string}`;
|
|
@@ -1881,6 +2140,7 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
1881
2140
|
};
|
|
1882
2141
|
type: "validator-ip-set";
|
|
1883
2142
|
} | {
|
|
2143
|
+
chainId?: number | undefined;
|
|
1884
2144
|
perspective: "incoming" | "outgoing";
|
|
1885
2145
|
events?: {
|
|
1886
2146
|
address: `0x${string}`;
|
|
@@ -1907,6 +2167,7 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
1907
2167
|
};
|
|
1908
2168
|
type: "validator-ownership-transferred";
|
|
1909
2169
|
} | {
|
|
2170
|
+
chainId?: number | undefined;
|
|
1910
2171
|
perspective: "incoming" | "outgoing";
|
|
1911
2172
|
events?: {
|
|
1912
2173
|
address: `0x${string}`;
|
|
@@ -1931,6 +2192,7 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
1931
2192
|
};
|
|
1932
2193
|
type: "ownership-transferred";
|
|
1933
2194
|
} | {
|
|
2195
|
+
chainId?: number | undefined;
|
|
1934
2196
|
perspective: "incoming" | "outgoing";
|
|
1935
2197
|
events?: {
|
|
1936
2198
|
address: `0x${string}`;
|
|
@@ -1956,6 +2218,7 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
1956
2218
|
};
|
|
1957
2219
|
type: "validator-migrated";
|
|
1958
2220
|
} | {
|
|
2221
|
+
chainId?: number | undefined;
|
|
1959
2222
|
perspective: "incoming" | "outgoing";
|
|
1960
2223
|
events?: {
|
|
1961
2224
|
address: `0x${string}`;
|
|
@@ -1981,6 +2244,7 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
1981
2244
|
};
|
|
1982
2245
|
type: "validator-migration-skipped";
|
|
1983
2246
|
} | {
|
|
2247
|
+
chainId?: number | undefined;
|
|
1984
2248
|
perspective: "incoming" | "outgoing";
|
|
1985
2249
|
events?: {
|
|
1986
2250
|
address: `0x${string}`;
|
|
@@ -2005,6 +2269,7 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
2005
2269
|
};
|
|
2006
2270
|
type: "network-identity-rotation-epoch-set";
|
|
2007
2271
|
} | {
|
|
2272
|
+
chainId?: number | undefined;
|
|
2008
2273
|
perspective: "incoming" | "outgoing";
|
|
2009
2274
|
events?: {
|
|
2010
2275
|
address: `0x${string}`;
|
|
@@ -2028,6 +2293,7 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
2028
2293
|
};
|
|
2029
2294
|
type: "initialized";
|
|
2030
2295
|
} | {
|
|
2296
|
+
chainId?: number | undefined;
|
|
2031
2297
|
perspective: "incoming" | "outgoing";
|
|
2032
2298
|
events?: {
|
|
2033
2299
|
address: `0x${string}`;
|
|
@@ -2050,8 +2316,10 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
2050
2316
|
};
|
|
2051
2317
|
type: "unknown";
|
|
2052
2318
|
} | {
|
|
2319
|
+
chainId?: number | undefined;
|
|
2053
2320
|
data: {
|
|
2054
2321
|
items: ({
|
|
2322
|
+
chainId?: number | undefined;
|
|
2055
2323
|
perspective: "incoming" | "outgoing";
|
|
2056
2324
|
events?: {
|
|
2057
2325
|
address: `0x${string}`;
|
|
@@ -2080,6 +2348,7 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
2080
2348
|
};
|
|
2081
2349
|
type: "assets-deposited";
|
|
2082
2350
|
} | {
|
|
2351
|
+
chainId?: number | undefined;
|
|
2083
2352
|
perspective: "incoming" | "outgoing";
|
|
2084
2353
|
events?: {
|
|
2085
2354
|
address: `0x${string}`;
|
|
@@ -2109,6 +2378,7 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
2109
2378
|
};
|
|
2110
2379
|
type: "shares-deposited";
|
|
2111
2380
|
} | {
|
|
2381
|
+
chainId?: number | undefined;
|
|
2112
2382
|
perspective: "incoming" | "outgoing";
|
|
2113
2383
|
events?: {
|
|
2114
2384
|
address: `0x${string}`;
|
|
@@ -2137,6 +2407,7 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
2137
2407
|
};
|
|
2138
2408
|
type: "shares-redeemed";
|
|
2139
2409
|
} | {
|
|
2410
|
+
chainId?: number | undefined;
|
|
2140
2411
|
perspective: "incoming" | "outgoing";
|
|
2141
2412
|
events?: {
|
|
2142
2413
|
address: `0x${string}`;
|
|
@@ -2165,6 +2436,7 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
2165
2436
|
};
|
|
2166
2437
|
type: "assets-withdrawn";
|
|
2167
2438
|
} | {
|
|
2439
|
+
chainId?: number | undefined;
|
|
2168
2440
|
perspective: "incoming" | "outgoing";
|
|
2169
2441
|
events?: {
|
|
2170
2442
|
address: `0x${string}`;
|
|
@@ -2193,6 +2465,7 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
2193
2465
|
};
|
|
2194
2466
|
type: "shares-redemption-requested";
|
|
2195
2467
|
} | {
|
|
2468
|
+
chainId?: number | undefined;
|
|
2196
2469
|
perspective: "incoming" | "outgoing";
|
|
2197
2470
|
events?: {
|
|
2198
2471
|
address: `0x${string}`;
|
|
@@ -2222,6 +2495,7 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
2222
2495
|
};
|
|
2223
2496
|
type: "shares-redemption-finalized";
|
|
2224
2497
|
} | {
|
|
2498
|
+
chainId?: number | undefined;
|
|
2225
2499
|
perspective: "incoming" | "outgoing";
|
|
2226
2500
|
events?: {
|
|
2227
2501
|
address: `0x${string}`;
|
|
@@ -2249,6 +2523,7 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
2249
2523
|
};
|
|
2250
2524
|
type: "shares-redemption-cancelled";
|
|
2251
2525
|
} | {
|
|
2526
|
+
chainId?: number | undefined;
|
|
2252
2527
|
perspective: "incoming" | "outgoing";
|
|
2253
2528
|
events?: {
|
|
2254
2529
|
address: `0x${string}`;
|
|
@@ -2279,6 +2554,7 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
2279
2554
|
};
|
|
2280
2555
|
type: "private-assets-deposited";
|
|
2281
2556
|
} | {
|
|
2557
|
+
chainId?: number | undefined;
|
|
2282
2558
|
perspective: "incoming" | "outgoing";
|
|
2283
2559
|
events?: {
|
|
2284
2560
|
address: `0x${string}`;
|
|
@@ -2309,6 +2585,7 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
2309
2585
|
};
|
|
2310
2586
|
type: "private-shares-redeemed";
|
|
2311
2587
|
} | {
|
|
2588
|
+
chainId?: number | undefined;
|
|
2312
2589
|
perspective: "incoming" | "outgoing";
|
|
2313
2590
|
events?: {
|
|
2314
2591
|
address: `0x${string}`;
|
|
@@ -2377,6 +2654,7 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
2377
2654
|
};
|
|
2378
2655
|
type: "transfer";
|
|
2379
2656
|
} | {
|
|
2657
|
+
chainId?: number | undefined;
|
|
2380
2658
|
perspective: "incoming" | "outgoing";
|
|
2381
2659
|
events?: {
|
|
2382
2660
|
address: `0x${string}`;
|
|
@@ -2418,6 +2696,7 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
2418
2696
|
};
|
|
2419
2697
|
type: "mint";
|
|
2420
2698
|
} | {
|
|
2699
|
+
chainId?: number | undefined;
|
|
2421
2700
|
perspective: "incoming" | "outgoing";
|
|
2422
2701
|
events?: {
|
|
2423
2702
|
address: `0x${string}`;
|
|
@@ -2460,6 +2739,7 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
2460
2739
|
};
|
|
2461
2740
|
type: "burn";
|
|
2462
2741
|
} | {
|
|
2742
|
+
chainId?: number | undefined;
|
|
2463
2743
|
perspective: "incoming" | "outgoing";
|
|
2464
2744
|
events?: {
|
|
2465
2745
|
address: `0x${string}`;
|
|
@@ -2520,6 +2800,7 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
2520
2800
|
};
|
|
2521
2801
|
type: "swap";
|
|
2522
2802
|
} | {
|
|
2803
|
+
chainId?: number | undefined;
|
|
2523
2804
|
perspective: "incoming" | "outgoing";
|
|
2524
2805
|
events?: {
|
|
2525
2806
|
address: `0x${string}`;
|
|
@@ -2562,6 +2843,7 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
2562
2843
|
};
|
|
2563
2844
|
type: "approval";
|
|
2564
2845
|
} | {
|
|
2846
|
+
chainId?: number | undefined;
|
|
2565
2847
|
perspective: "incoming" | "outgoing";
|
|
2566
2848
|
events?: {
|
|
2567
2849
|
address: `0x${string}`;
|
|
@@ -2603,6 +2885,7 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
2603
2885
|
};
|
|
2604
2886
|
type: "session-closed";
|
|
2605
2887
|
} | {
|
|
2888
|
+
chainId?: number | undefined;
|
|
2606
2889
|
perspective: "incoming" | "outgoing";
|
|
2607
2890
|
events?: {
|
|
2608
2891
|
address: `0x${string}`;
|
|
@@ -2628,6 +2911,7 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
2628
2911
|
};
|
|
2629
2912
|
type: "access-key-created";
|
|
2630
2913
|
} | {
|
|
2914
|
+
chainId?: number | undefined;
|
|
2631
2915
|
perspective: "incoming" | "outgoing";
|
|
2632
2916
|
events?: {
|
|
2633
2917
|
address: `0x${string}`;
|
|
@@ -2651,6 +2935,7 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
2651
2935
|
};
|
|
2652
2936
|
type: "access-key-revoked";
|
|
2653
2937
|
} | {
|
|
2938
|
+
chainId?: number | undefined;
|
|
2654
2939
|
perspective: "incoming" | "outgoing";
|
|
2655
2940
|
events?: {
|
|
2656
2941
|
address: `0x${string}`;
|
|
@@ -2676,6 +2961,7 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
2676
2961
|
};
|
|
2677
2962
|
type: "token-created";
|
|
2678
2963
|
} | {
|
|
2964
|
+
chainId?: number | undefined;
|
|
2679
2965
|
perspective: "incoming" | "outgoing";
|
|
2680
2966
|
events?: {
|
|
2681
2967
|
address: `0x${string}`;
|
|
@@ -2718,6 +3004,7 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
2718
3004
|
};
|
|
2719
3005
|
type: "burn-blocked";
|
|
2720
3006
|
} | {
|
|
3007
|
+
chainId?: number | undefined;
|
|
2721
3008
|
perspective: "incoming" | "outgoing";
|
|
2722
3009
|
events?: {
|
|
2723
3010
|
address: `0x${string}`;
|
|
@@ -2762,6 +3049,7 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
2762
3049
|
};
|
|
2763
3050
|
type: "channel-opened";
|
|
2764
3051
|
} | {
|
|
3052
|
+
chainId?: number | undefined;
|
|
2765
3053
|
perspective: "incoming" | "outgoing";
|
|
2766
3054
|
events?: {
|
|
2767
3055
|
address: `0x${string}`;
|
|
@@ -2804,6 +3092,7 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
2804
3092
|
};
|
|
2805
3093
|
type: "channel-funded";
|
|
2806
3094
|
} | {
|
|
3095
|
+
chainId?: number | undefined;
|
|
2807
3096
|
perspective: "incoming" | "outgoing";
|
|
2808
3097
|
events?: {
|
|
2809
3098
|
address: `0x${string}`;
|
|
@@ -2848,6 +3137,7 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
2848
3137
|
};
|
|
2849
3138
|
type: "channel-settled";
|
|
2850
3139
|
} | {
|
|
3140
|
+
chainId?: number | undefined;
|
|
2851
3141
|
perspective: "incoming" | "outgoing";
|
|
2852
3142
|
events?: {
|
|
2853
3143
|
address: `0x${string}`;
|
|
@@ -2911,6 +3201,7 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
2911
3201
|
};
|
|
2912
3202
|
type: "channel-closed";
|
|
2913
3203
|
} | {
|
|
3204
|
+
chainId?: number | undefined;
|
|
2914
3205
|
perspective: "incoming" | "outgoing";
|
|
2915
3206
|
events?: {
|
|
2916
3207
|
address: `0x${string}`;
|
|
@@ -2936,6 +3227,7 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
2936
3227
|
};
|
|
2937
3228
|
type: "channel-close-cancelled";
|
|
2938
3229
|
} | {
|
|
3230
|
+
chainId?: number | undefined;
|
|
2939
3231
|
perspective: "incoming" | "outgoing";
|
|
2940
3232
|
events?: {
|
|
2941
3233
|
address: `0x${string}`;
|
|
@@ -2980,6 +3272,7 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
2980
3272
|
};
|
|
2981
3273
|
type: "order-placed";
|
|
2982
3274
|
} | {
|
|
3275
|
+
chainId?: number | undefined;
|
|
2983
3276
|
perspective: "incoming" | "outgoing";
|
|
2984
3277
|
events?: {
|
|
2985
3278
|
address: `0x${string}`;
|
|
@@ -3003,6 +3296,7 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
3003
3296
|
};
|
|
3004
3297
|
type: "order-cancelled";
|
|
3005
3298
|
} | {
|
|
3299
|
+
chainId?: number | undefined;
|
|
3006
3300
|
perspective: "incoming" | "outgoing";
|
|
3007
3301
|
events?: {
|
|
3008
3302
|
address: `0x${string}`;
|
|
@@ -3045,6 +3339,7 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
3045
3339
|
};
|
|
3046
3340
|
type: "fees-distributed";
|
|
3047
3341
|
} | {
|
|
3342
|
+
chainId?: number | undefined;
|
|
3048
3343
|
perspective: "incoming" | "outgoing";
|
|
3049
3344
|
events?: {
|
|
3050
3345
|
address: `0x${string}`;
|
|
@@ -3106,6 +3401,7 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
3106
3401
|
};
|
|
3107
3402
|
type: "fee-rebalance-swap";
|
|
3108
3403
|
} | {
|
|
3404
|
+
chainId?: number | undefined;
|
|
3109
3405
|
perspective: "incoming" | "outgoing";
|
|
3110
3406
|
events?: {
|
|
3111
3407
|
address: `0x${string}`;
|
|
@@ -3148,6 +3444,7 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
3148
3444
|
};
|
|
3149
3445
|
type: "reward-distributed";
|
|
3150
3446
|
} | {
|
|
3447
|
+
chainId?: number | undefined;
|
|
3151
3448
|
perspective: "incoming" | "outgoing";
|
|
3152
3449
|
events?: {
|
|
3153
3450
|
address: `0x${string}`;
|
|
@@ -3172,6 +3469,7 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
3172
3469
|
};
|
|
3173
3470
|
type: "reward-recipient-set";
|
|
3174
3471
|
} | {
|
|
3472
|
+
chainId?: number | undefined;
|
|
3175
3473
|
perspective: "incoming" | "outgoing";
|
|
3176
3474
|
events?: {
|
|
3177
3475
|
address: `0x${string}`;
|
|
@@ -3215,6 +3513,7 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
3215
3513
|
};
|
|
3216
3514
|
type: "spending-limit-updated";
|
|
3217
3515
|
} | {
|
|
3516
|
+
chainId?: number | undefined;
|
|
3218
3517
|
perspective: "incoming" | "outgoing";
|
|
3219
3518
|
events?: {
|
|
3220
3519
|
address: `0x${string}`;
|
|
@@ -3242,6 +3541,7 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
3242
3541
|
};
|
|
3243
3542
|
type: "order-filled";
|
|
3244
3543
|
} | {
|
|
3544
|
+
chainId?: number | undefined;
|
|
3245
3545
|
perspective: "incoming" | "outgoing";
|
|
3246
3546
|
events?: {
|
|
3247
3547
|
address: `0x${string}`;
|
|
@@ -3288,6 +3588,7 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
3288
3588
|
};
|
|
3289
3589
|
type: "order-flipped";
|
|
3290
3590
|
} | {
|
|
3591
|
+
chainId?: number | undefined;
|
|
3291
3592
|
perspective: "incoming" | "outgoing";
|
|
3292
3593
|
events?: {
|
|
3293
3594
|
address: `0x${string}`;
|
|
@@ -3313,6 +3614,7 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
3313
3614
|
};
|
|
3314
3615
|
type: "pair-created";
|
|
3315
3616
|
} | {
|
|
3617
|
+
chainId?: number | undefined;
|
|
3316
3618
|
perspective: "incoming" | "outgoing";
|
|
3317
3619
|
events?: {
|
|
3318
3620
|
address: `0x${string}`;
|
|
@@ -3337,6 +3639,7 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
3337
3639
|
};
|
|
3338
3640
|
type: "token-pause-set";
|
|
3339
3641
|
} | {
|
|
3642
|
+
chainId?: number | undefined;
|
|
3340
3643
|
perspective: "incoming" | "outgoing";
|
|
3341
3644
|
events?: {
|
|
3342
3645
|
address: `0x${string}`;
|
|
@@ -3361,6 +3664,7 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
3361
3664
|
};
|
|
3362
3665
|
type: "token-supply-cap-set";
|
|
3363
3666
|
} | {
|
|
3667
|
+
chainId?: number | undefined;
|
|
3364
3668
|
perspective: "incoming" | "outgoing";
|
|
3365
3669
|
events?: {
|
|
3366
3670
|
address: `0x${string}`;
|
|
@@ -3385,6 +3689,7 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
3385
3689
|
};
|
|
3386
3690
|
type: "token-transfer-policy-set";
|
|
3387
3691
|
} | {
|
|
3692
|
+
chainId?: number | undefined;
|
|
3388
3693
|
perspective: "incoming" | "outgoing";
|
|
3389
3694
|
events?: {
|
|
3390
3695
|
address: `0x${string}`;
|
|
@@ -3409,6 +3714,7 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
3409
3714
|
};
|
|
3410
3715
|
type: "token-quote-token-set";
|
|
3411
3716
|
} | {
|
|
3717
|
+
chainId?: number | undefined;
|
|
3412
3718
|
perspective: "incoming" | "outgoing";
|
|
3413
3719
|
events?: {
|
|
3414
3720
|
address: `0x${string}`;
|
|
@@ -3433,6 +3739,7 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
3433
3739
|
};
|
|
3434
3740
|
type: "token-next-quote-token-set";
|
|
3435
3741
|
} | {
|
|
3742
|
+
chainId?: number | undefined;
|
|
3436
3743
|
perspective: "incoming" | "outgoing";
|
|
3437
3744
|
events?: {
|
|
3438
3745
|
address: `0x${string}`;
|
|
@@ -3457,6 +3764,7 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
3457
3764
|
};
|
|
3458
3765
|
type: "token-logo-set";
|
|
3459
3766
|
} | {
|
|
3767
|
+
chainId?: number | undefined;
|
|
3460
3768
|
perspective: "incoming" | "outgoing";
|
|
3461
3769
|
events?: {
|
|
3462
3770
|
address: `0x${string}`;
|
|
@@ -3483,6 +3791,7 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
3483
3791
|
};
|
|
3484
3792
|
type: "role-membership-set";
|
|
3485
3793
|
} | {
|
|
3794
|
+
chainId?: number | undefined;
|
|
3486
3795
|
perspective: "incoming" | "outgoing";
|
|
3487
3796
|
events?: {
|
|
3488
3797
|
address: `0x${string}`;
|
|
@@ -3508,6 +3817,7 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
3508
3817
|
};
|
|
3509
3818
|
type: "role-admin-set";
|
|
3510
3819
|
} | {
|
|
3820
|
+
chainId?: number | undefined;
|
|
3511
3821
|
perspective: "incoming" | "outgoing";
|
|
3512
3822
|
events?: {
|
|
3513
3823
|
address: `0x${string}`;
|
|
@@ -3532,6 +3842,7 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
3532
3842
|
};
|
|
3533
3843
|
type: "fee-user-token-set";
|
|
3534
3844
|
} | {
|
|
3845
|
+
chainId?: number | undefined;
|
|
3535
3846
|
perspective: "incoming" | "outgoing";
|
|
3536
3847
|
events?: {
|
|
3537
3848
|
address: `0x${string}`;
|
|
@@ -3556,6 +3867,7 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
3556
3867
|
};
|
|
3557
3868
|
type: "fee-validator-token-set";
|
|
3558
3869
|
} | {
|
|
3870
|
+
chainId?: number | undefined;
|
|
3559
3871
|
perspective: "incoming" | "outgoing";
|
|
3560
3872
|
events?: {
|
|
3561
3873
|
address: `0x${string}`;
|
|
@@ -3581,6 +3893,7 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
3581
3893
|
};
|
|
3582
3894
|
type: "policy-created";
|
|
3583
3895
|
} | {
|
|
3896
|
+
chainId?: number | undefined;
|
|
3584
3897
|
perspective: "incoming" | "outgoing";
|
|
3585
3898
|
events?: {
|
|
3586
3899
|
address: `0x${string}`;
|
|
@@ -3606,6 +3919,7 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
3606
3919
|
};
|
|
3607
3920
|
type: "policy-admin-set";
|
|
3608
3921
|
} | {
|
|
3922
|
+
chainId?: number | undefined;
|
|
3609
3923
|
perspective: "incoming" | "outgoing";
|
|
3610
3924
|
events?: {
|
|
3611
3925
|
address: `0x${string}`;
|
|
@@ -3632,6 +3946,7 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
3632
3946
|
};
|
|
3633
3947
|
type: "whitelist-updated";
|
|
3634
3948
|
} | {
|
|
3949
|
+
chainId?: number | undefined;
|
|
3635
3950
|
perspective: "incoming" | "outgoing";
|
|
3636
3951
|
events?: {
|
|
3637
3952
|
address: `0x${string}`;
|
|
@@ -3658,6 +3973,7 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
3658
3973
|
};
|
|
3659
3974
|
type: "blacklist-updated";
|
|
3660
3975
|
} | {
|
|
3976
|
+
chainId?: number | undefined;
|
|
3661
3977
|
perspective: "incoming" | "outgoing";
|
|
3662
3978
|
events?: {
|
|
3663
3979
|
address: `0x${string}`;
|
|
@@ -3685,6 +4001,7 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
3685
4001
|
};
|
|
3686
4002
|
type: "compound-policy-created";
|
|
3687
4003
|
} | {
|
|
4004
|
+
chainId?: number | undefined;
|
|
3688
4005
|
perspective: "incoming" | "outgoing";
|
|
3689
4006
|
events?: {
|
|
3690
4007
|
address: `0x${string}`;
|
|
@@ -3709,6 +4026,7 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
3709
4026
|
};
|
|
3710
4027
|
type: "master-registered";
|
|
3711
4028
|
} | {
|
|
4029
|
+
chainId?: number | undefined;
|
|
3712
4030
|
perspective: "incoming" | "outgoing";
|
|
3713
4031
|
events?: {
|
|
3714
4032
|
address: `0x${string}`;
|
|
@@ -3734,6 +4052,7 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
3734
4052
|
};
|
|
3735
4053
|
type: "nonce-incremented";
|
|
3736
4054
|
} | {
|
|
4055
|
+
chainId?: number | undefined;
|
|
3737
4056
|
perspective: "incoming" | "outgoing";
|
|
3738
4057
|
events?: {
|
|
3739
4058
|
address: `0x${string}`;
|
|
@@ -3758,6 +4077,7 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
3758
4077
|
};
|
|
3759
4078
|
type: "key-authorization-witness";
|
|
3760
4079
|
} | {
|
|
4080
|
+
chainId?: number | undefined;
|
|
3761
4081
|
perspective: "incoming" | "outgoing";
|
|
3762
4082
|
events?: {
|
|
3763
4083
|
address: `0x${string}`;
|
|
@@ -3782,6 +4102,7 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
3782
4102
|
};
|
|
3783
4103
|
type: "key-authorization-witness-burned";
|
|
3784
4104
|
} | {
|
|
4105
|
+
chainId?: number | undefined;
|
|
3785
4106
|
perspective: "incoming" | "outgoing";
|
|
3786
4107
|
events?: {
|
|
3787
4108
|
address: `0x${string}`;
|
|
@@ -3810,6 +4131,7 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
3810
4131
|
};
|
|
3811
4132
|
type: "validator-added";
|
|
3812
4133
|
} | {
|
|
4134
|
+
chainId?: number | undefined;
|
|
3813
4135
|
perspective: "incoming" | "outgoing";
|
|
3814
4136
|
events?: {
|
|
3815
4137
|
address: `0x${string}`;
|
|
@@ -3834,6 +4156,7 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
3834
4156
|
};
|
|
3835
4157
|
type: "validator-deactivated";
|
|
3836
4158
|
} | {
|
|
4159
|
+
chainId?: number | undefined;
|
|
3837
4160
|
perspective: "incoming" | "outgoing";
|
|
3838
4161
|
events?: {
|
|
3839
4162
|
address: `0x${string}`;
|
|
@@ -3864,6 +4187,7 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
3864
4187
|
};
|
|
3865
4188
|
type: "validator-rotated";
|
|
3866
4189
|
} | {
|
|
4190
|
+
chainId?: number | undefined;
|
|
3867
4191
|
perspective: "incoming" | "outgoing";
|
|
3868
4192
|
events?: {
|
|
3869
4193
|
address: `0x${string}`;
|
|
@@ -3889,6 +4213,7 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
3889
4213
|
};
|
|
3890
4214
|
type: "validator-fee-recipient-set";
|
|
3891
4215
|
} | {
|
|
4216
|
+
chainId?: number | undefined;
|
|
3892
4217
|
perspective: "incoming" | "outgoing";
|
|
3893
4218
|
events?: {
|
|
3894
4219
|
address: `0x${string}`;
|
|
@@ -3915,6 +4240,7 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
3915
4240
|
};
|
|
3916
4241
|
type: "validator-ip-set";
|
|
3917
4242
|
} | {
|
|
4243
|
+
chainId?: number | undefined;
|
|
3918
4244
|
perspective: "incoming" | "outgoing";
|
|
3919
4245
|
events?: {
|
|
3920
4246
|
address: `0x${string}`;
|
|
@@ -3941,6 +4267,7 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
3941
4267
|
};
|
|
3942
4268
|
type: "validator-ownership-transferred";
|
|
3943
4269
|
} | {
|
|
4270
|
+
chainId?: number | undefined;
|
|
3944
4271
|
perspective: "incoming" | "outgoing";
|
|
3945
4272
|
events?: {
|
|
3946
4273
|
address: `0x${string}`;
|
|
@@ -3965,6 +4292,7 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
3965
4292
|
};
|
|
3966
4293
|
type: "ownership-transferred";
|
|
3967
4294
|
} | {
|
|
4295
|
+
chainId?: number | undefined;
|
|
3968
4296
|
perspective: "incoming" | "outgoing";
|
|
3969
4297
|
events?: {
|
|
3970
4298
|
address: `0x${string}`;
|
|
@@ -3990,6 +4318,7 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
3990
4318
|
};
|
|
3991
4319
|
type: "validator-migrated";
|
|
3992
4320
|
} | {
|
|
4321
|
+
chainId?: number | undefined;
|
|
3993
4322
|
perspective: "incoming" | "outgoing";
|
|
3994
4323
|
events?: {
|
|
3995
4324
|
address: `0x${string}`;
|
|
@@ -4015,6 +4344,7 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
4015
4344
|
};
|
|
4016
4345
|
type: "validator-migration-skipped";
|
|
4017
4346
|
} | {
|
|
4347
|
+
chainId?: number | undefined;
|
|
4018
4348
|
perspective: "incoming" | "outgoing";
|
|
4019
4349
|
events?: {
|
|
4020
4350
|
address: `0x${string}`;
|
|
@@ -4039,6 +4369,7 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
4039
4369
|
};
|
|
4040
4370
|
type: "network-identity-rotation-epoch-set";
|
|
4041
4371
|
} | {
|
|
4372
|
+
chainId?: number | undefined;
|
|
4042
4373
|
perspective: "incoming" | "outgoing";
|
|
4043
4374
|
events?: {
|
|
4044
4375
|
address: `0x${string}`;
|
|
@@ -4062,6 +4393,7 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
4062
4393
|
};
|
|
4063
4394
|
type: "initialized";
|
|
4064
4395
|
} | {
|
|
4396
|
+
chainId?: number | undefined;
|
|
4065
4397
|
perspective: "incoming" | "outgoing";
|
|
4066
4398
|
events?: {
|
|
4067
4399
|
address: `0x${string}`;
|
|
@@ -4118,6 +4450,24 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
4118
4450
|
'valuation.currency'?: string | string[];
|
|
4119
4451
|
} | undefined;
|
|
4120
4452
|
};
|
|
4453
|
+
};
|
|
4454
|
+
};
|
|
4455
|
+
}, "/"> | import("hono/types").MergeSchemaPath<{
|
|
4456
|
+
"/v1/addresses/:address/valuation": {
|
|
4457
|
+
$get: {
|
|
4458
|
+
output: null;
|
|
4459
|
+
outputFormat: "body";
|
|
4460
|
+
status: 402;
|
|
4461
|
+
input: {
|
|
4462
|
+
param: {
|
|
4463
|
+
address: `0x${string}`;
|
|
4464
|
+
};
|
|
4465
|
+
} & {
|
|
4466
|
+
query?: {
|
|
4467
|
+
chainId?: string | string[];
|
|
4468
|
+
currency?: string | string[];
|
|
4469
|
+
} | undefined;
|
|
4470
|
+
};
|
|
4121
4471
|
} | {
|
|
4122
4472
|
output: {
|
|
4123
4473
|
error: {
|
|
@@ -4136,25 +4486,20 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
4136
4486
|
} & {
|
|
4137
4487
|
query?: {
|
|
4138
4488
|
chainId?: string | string[];
|
|
4139
|
-
|
|
4140
|
-
group?: string | string[];
|
|
4141
|
-
include?: string | string[];
|
|
4142
|
-
limit?: string | string[];
|
|
4143
|
-
logs?: string | string[];
|
|
4144
|
-
'valuation.currency'?: string | string[];
|
|
4489
|
+
currency?: string | string[];
|
|
4145
4490
|
} | undefined;
|
|
4146
4491
|
};
|
|
4147
4492
|
} | {
|
|
4148
4493
|
output: {
|
|
4149
4494
|
error: {
|
|
4150
|
-
code: "
|
|
4495
|
+
code: "api_key_invalid" | "api_key_missing";
|
|
4151
4496
|
details?: readonly import("../../../internal/Response.js").error.Detail[] | undefined;
|
|
4152
4497
|
message: string;
|
|
4153
4498
|
};
|
|
4154
4499
|
requestId: string;
|
|
4155
4500
|
};
|
|
4156
4501
|
outputFormat: "json";
|
|
4157
|
-
status:
|
|
4502
|
+
status: 401;
|
|
4158
4503
|
input: {
|
|
4159
4504
|
param: {
|
|
4160
4505
|
address: `0x${string}`;
|
|
@@ -4162,25 +4507,20 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
4162
4507
|
} & {
|
|
4163
4508
|
query?: {
|
|
4164
4509
|
chainId?: string | string[];
|
|
4165
|
-
|
|
4166
|
-
group?: string | string[];
|
|
4167
|
-
include?: string | string[];
|
|
4168
|
-
limit?: string | string[];
|
|
4169
|
-
logs?: string | string[];
|
|
4170
|
-
'valuation.currency'?: string | string[];
|
|
4510
|
+
currency?: string | string[];
|
|
4171
4511
|
} | undefined;
|
|
4172
4512
|
};
|
|
4173
4513
|
} | {
|
|
4174
4514
|
output: {
|
|
4175
4515
|
error: {
|
|
4176
|
-
code: "
|
|
4516
|
+
code: "api_key_forbidden" | "api_key_ip_forbidden";
|
|
4177
4517
|
details?: readonly import("../../../internal/Response.js").error.Detail[] | undefined;
|
|
4178
4518
|
message: string;
|
|
4179
4519
|
};
|
|
4180
4520
|
requestId: string;
|
|
4181
4521
|
};
|
|
4182
4522
|
outputFormat: "json";
|
|
4183
|
-
status:
|
|
4523
|
+
status: 403;
|
|
4184
4524
|
input: {
|
|
4185
4525
|
param: {
|
|
4186
4526
|
address: `0x${string}`;
|
|
@@ -4188,25 +4528,20 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
4188
4528
|
} & {
|
|
4189
4529
|
query?: {
|
|
4190
4530
|
chainId?: string | string[];
|
|
4191
|
-
|
|
4192
|
-
group?: string | string[];
|
|
4193
|
-
include?: string | string[];
|
|
4194
|
-
limit?: string | string[];
|
|
4195
|
-
logs?: string | string[];
|
|
4196
|
-
'valuation.currency'?: string | string[];
|
|
4531
|
+
currency?: string | string[];
|
|
4197
4532
|
} | undefined;
|
|
4198
4533
|
};
|
|
4199
4534
|
} | {
|
|
4200
4535
|
output: {
|
|
4201
4536
|
error: {
|
|
4202
|
-
code: "
|
|
4537
|
+
code: "payment_required" | "rate_limit_exceeded";
|
|
4203
4538
|
details?: readonly import("../../../internal/Response.js").error.Detail[] | undefined;
|
|
4204
4539
|
message: string;
|
|
4205
4540
|
};
|
|
4206
4541
|
requestId: string;
|
|
4207
4542
|
};
|
|
4208
4543
|
outputFormat: "json";
|
|
4209
|
-
status:
|
|
4544
|
+
status: 429;
|
|
4210
4545
|
input: {
|
|
4211
4546
|
param: {
|
|
4212
4547
|
address: `0x${string}`;
|
|
@@ -4214,44 +4549,20 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
4214
4549
|
} & {
|
|
4215
4550
|
query?: {
|
|
4216
4551
|
chainId?: string | string[];
|
|
4217
|
-
|
|
4218
|
-
group?: string | string[];
|
|
4219
|
-
include?: string | string[];
|
|
4220
|
-
limit?: string | string[];
|
|
4221
|
-
logs?: string | string[];
|
|
4222
|
-
'valuation.currency'?: string | string[];
|
|
4223
|
-
} | undefined;
|
|
4224
|
-
};
|
|
4225
|
-
} | {
|
|
4226
|
-
output: null;
|
|
4227
|
-
outputFormat: "body";
|
|
4228
|
-
status: 402;
|
|
4229
|
-
input: {
|
|
4230
|
-
param: {
|
|
4231
|
-
address: `0x${string}`;
|
|
4232
|
-
};
|
|
4233
|
-
} & {
|
|
4234
|
-
query?: {
|
|
4235
|
-
chainId?: string | string[];
|
|
4236
|
-
cursor?: string | string[];
|
|
4237
|
-
group?: string | string[];
|
|
4238
|
-
include?: string | string[];
|
|
4239
|
-
limit?: string | string[];
|
|
4240
|
-
logs?: string | string[];
|
|
4241
|
-
'valuation.currency'?: string | string[];
|
|
4552
|
+
currency?: string | string[];
|
|
4242
4553
|
} | undefined;
|
|
4243
4554
|
};
|
|
4244
4555
|
} | {
|
|
4245
4556
|
output: {
|
|
4246
4557
|
error: {
|
|
4247
|
-
code: "
|
|
4558
|
+
code: "query_invalid";
|
|
4248
4559
|
details?: readonly import("../../../internal/Response.js").error.Detail[] | undefined;
|
|
4249
4560
|
message: string;
|
|
4250
4561
|
};
|
|
4251
4562
|
requestId: string;
|
|
4252
4563
|
};
|
|
4253
4564
|
outputFormat: "json";
|
|
4254
|
-
status:
|
|
4565
|
+
status: 400;
|
|
4255
4566
|
input: {
|
|
4256
4567
|
param: {
|
|
4257
4568
|
address: `0x${string}`;
|
|
@@ -4259,25 +4570,20 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
4259
4570
|
} & {
|
|
4260
4571
|
query?: {
|
|
4261
4572
|
chainId?: string | string[];
|
|
4262
|
-
|
|
4263
|
-
group?: string | string[];
|
|
4264
|
-
include?: string | string[];
|
|
4265
|
-
limit?: string | string[];
|
|
4266
|
-
logs?: string | string[];
|
|
4267
|
-
'valuation.currency'?: string | string[];
|
|
4573
|
+
currency?: string | string[];
|
|
4268
4574
|
} | undefined;
|
|
4269
4575
|
};
|
|
4270
4576
|
} | {
|
|
4271
4577
|
output: {
|
|
4272
4578
|
error: {
|
|
4273
|
-
code: "
|
|
4579
|
+
code: "upstream_error";
|
|
4274
4580
|
details?: readonly import("../../../internal/Response.js").error.Detail[] | undefined;
|
|
4275
4581
|
message: string;
|
|
4276
4582
|
};
|
|
4277
4583
|
requestId: string;
|
|
4278
4584
|
};
|
|
4279
4585
|
outputFormat: "json";
|
|
4280
|
-
status:
|
|
4586
|
+
status: 502;
|
|
4281
4587
|
input: {
|
|
4282
4588
|
param: {
|
|
4283
4589
|
address: `0x${string}`;
|
|
@@ -4285,25 +4591,20 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
4285
4591
|
} & {
|
|
4286
4592
|
query?: {
|
|
4287
4593
|
chainId?: string | string[];
|
|
4288
|
-
|
|
4289
|
-
group?: string | string[];
|
|
4290
|
-
include?: string | string[];
|
|
4291
|
-
limit?: string | string[];
|
|
4292
|
-
logs?: string | string[];
|
|
4293
|
-
'valuation.currency'?: string | string[];
|
|
4594
|
+
currency?: string | string[];
|
|
4294
4595
|
} | undefined;
|
|
4295
4596
|
};
|
|
4296
4597
|
} | {
|
|
4297
4598
|
output: {
|
|
4298
4599
|
error: {
|
|
4299
|
-
code: "
|
|
4600
|
+
code: "address_invalid";
|
|
4300
4601
|
details?: readonly import("../../../internal/Response.js").error.Detail[] | undefined;
|
|
4301
4602
|
message: string;
|
|
4302
4603
|
};
|
|
4303
4604
|
requestId: string;
|
|
4304
4605
|
};
|
|
4305
4606
|
outputFormat: "json";
|
|
4306
|
-
status:
|
|
4607
|
+
status: 400;
|
|
4307
4608
|
input: {
|
|
4308
4609
|
param: {
|
|
4309
4610
|
address: `0x${string}`;
|
|
@@ -4311,19 +4612,10 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
4311
4612
|
} & {
|
|
4312
4613
|
query?: {
|
|
4313
4614
|
chainId?: string | string[];
|
|
4314
|
-
|
|
4315
|
-
group?: string | string[];
|
|
4316
|
-
include?: string | string[];
|
|
4317
|
-
limit?: string | string[];
|
|
4318
|
-
logs?: string | string[];
|
|
4319
|
-
'valuation.currency'?: string | string[];
|
|
4615
|
+
currency?: string | string[];
|
|
4320
4616
|
} | undefined;
|
|
4321
4617
|
};
|
|
4322
|
-
}
|
|
4323
|
-
};
|
|
4324
|
-
}, "/"> | import("hono/types").MergeSchemaPath<{
|
|
4325
|
-
"/v1/addresses/:address/valuation": {
|
|
4326
|
-
$get: {
|
|
4618
|
+
} | {
|
|
4327
4619
|
output: {
|
|
4328
4620
|
address: `0x${string}`;
|
|
4329
4621
|
amount: string;
|
|
@@ -4348,208 +4640,14 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
4348
4640
|
currency?: string | string[];
|
|
4349
4641
|
} | undefined;
|
|
4350
4642
|
};
|
|
4351
|
-
} | {
|
|
4352
|
-
output: {
|
|
4353
|
-
error: {
|
|
4354
|
-
code: "api_key_malformed";
|
|
4355
|
-
details?: readonly import("../../../internal/Response.js").error.Detail[] | undefined;
|
|
4356
|
-
message: string;
|
|
4357
|
-
};
|
|
4358
|
-
requestId: string;
|
|
4359
|
-
};
|
|
4360
|
-
outputFormat: "json";
|
|
4361
|
-
status: 400;
|
|
4362
|
-
input: {
|
|
4363
|
-
param: {
|
|
4364
|
-
address: `0x${string}`;
|
|
4365
|
-
};
|
|
4366
|
-
} & {
|
|
4367
|
-
query?: {
|
|
4368
|
-
chainId?: string | string[];
|
|
4369
|
-
currency?: string | string[];
|
|
4370
|
-
} | undefined;
|
|
4371
|
-
};
|
|
4372
|
-
} | {
|
|
4373
|
-
output: {
|
|
4374
|
-
error: {
|
|
4375
|
-
code: "query_invalid";
|
|
4376
|
-
details?: readonly import("../../../internal/Response.js").error.Detail[] | undefined;
|
|
4377
|
-
message: string;
|
|
4378
|
-
};
|
|
4379
|
-
requestId: string;
|
|
4380
|
-
};
|
|
4381
|
-
outputFormat: "json";
|
|
4382
|
-
status: 400;
|
|
4383
|
-
input: {
|
|
4384
|
-
param: {
|
|
4385
|
-
address: `0x${string}`;
|
|
4386
|
-
};
|
|
4387
|
-
} & {
|
|
4388
|
-
query?: {
|
|
4389
|
-
chainId?: string | string[];
|
|
4390
|
-
currency?: string | string[];
|
|
4391
|
-
} | undefined;
|
|
4392
|
-
};
|
|
4393
|
-
} | {
|
|
4394
|
-
output: {
|
|
4395
|
-
error: {
|
|
4396
|
-
code: "address_invalid";
|
|
4397
|
-
details?: readonly import("../../../internal/Response.js").error.Detail[] | undefined;
|
|
4398
|
-
message: string;
|
|
4399
|
-
};
|
|
4400
|
-
requestId: string;
|
|
4401
|
-
};
|
|
4402
|
-
outputFormat: "json";
|
|
4403
|
-
status: 400;
|
|
4404
|
-
input: {
|
|
4405
|
-
param: {
|
|
4406
|
-
address: `0x${string}`;
|
|
4407
|
-
};
|
|
4408
|
-
} & {
|
|
4409
|
-
query?: {
|
|
4410
|
-
chainId?: string | string[];
|
|
4411
|
-
currency?: string | string[];
|
|
4412
|
-
} | undefined;
|
|
4413
|
-
};
|
|
4414
|
-
} | {
|
|
4415
|
-
output: {
|
|
4416
|
-
error: {
|
|
4417
|
-
code: "api_key_invalid" | "api_key_missing";
|
|
4418
|
-
details?: readonly import("../../../internal/Response.js").error.Detail[] | undefined;
|
|
4419
|
-
message: string;
|
|
4420
|
-
};
|
|
4421
|
-
requestId: string;
|
|
4422
|
-
};
|
|
4423
|
-
outputFormat: "json";
|
|
4424
|
-
status: 401;
|
|
4425
|
-
input: {
|
|
4426
|
-
param: {
|
|
4427
|
-
address: `0x${string}`;
|
|
4428
|
-
};
|
|
4429
|
-
} & {
|
|
4430
|
-
query?: {
|
|
4431
|
-
chainId?: string | string[];
|
|
4432
|
-
currency?: string | string[];
|
|
4433
|
-
} | undefined;
|
|
4434
|
-
};
|
|
4435
|
-
} | {
|
|
4436
|
-
output: null;
|
|
4437
|
-
outputFormat: "body";
|
|
4438
|
-
status: 402;
|
|
4439
|
-
input: {
|
|
4440
|
-
param: {
|
|
4441
|
-
address: `0x${string}`;
|
|
4442
|
-
};
|
|
4443
|
-
} & {
|
|
4444
|
-
query?: {
|
|
4445
|
-
chainId?: string | string[];
|
|
4446
|
-
currency?: string | string[];
|
|
4447
|
-
} | undefined;
|
|
4448
|
-
};
|
|
4449
|
-
} | {
|
|
4450
|
-
output: {
|
|
4451
|
-
error: {
|
|
4452
|
-
code: "api_key_forbidden" | "api_key_ip_forbidden";
|
|
4453
|
-
details?: readonly import("../../../internal/Response.js").error.Detail[] | undefined;
|
|
4454
|
-
message: string;
|
|
4455
|
-
};
|
|
4456
|
-
requestId: string;
|
|
4457
|
-
};
|
|
4458
|
-
outputFormat: "json";
|
|
4459
|
-
status: 403;
|
|
4460
|
-
input: {
|
|
4461
|
-
param: {
|
|
4462
|
-
address: `0x${string}`;
|
|
4463
|
-
};
|
|
4464
|
-
} & {
|
|
4465
|
-
query?: {
|
|
4466
|
-
chainId?: string | string[];
|
|
4467
|
-
currency?: string | string[];
|
|
4468
|
-
} | undefined;
|
|
4469
|
-
};
|
|
4470
|
-
} | {
|
|
4471
|
-
output: {
|
|
4472
|
-
error: {
|
|
4473
|
-
code: "payment_required" | "rate_limit_exceeded";
|
|
4474
|
-
details?: readonly import("../../../internal/Response.js").error.Detail[] | undefined;
|
|
4475
|
-
message: string;
|
|
4476
|
-
};
|
|
4477
|
-
requestId: string;
|
|
4478
|
-
};
|
|
4479
|
-
outputFormat: "json";
|
|
4480
|
-
status: 429;
|
|
4481
|
-
input: {
|
|
4482
|
-
param: {
|
|
4483
|
-
address: `0x${string}`;
|
|
4484
|
-
};
|
|
4485
|
-
} & {
|
|
4486
|
-
query?: {
|
|
4487
|
-
chainId?: string | string[];
|
|
4488
|
-
currency?: string | string[];
|
|
4489
|
-
} | undefined;
|
|
4490
|
-
};
|
|
4491
|
-
} | {
|
|
4492
|
-
output: {
|
|
4493
|
-
error: {
|
|
4494
|
-
code: "upstream_error";
|
|
4495
|
-
details?: readonly import("../../../internal/Response.js").error.Detail[] | undefined;
|
|
4496
|
-
message: string;
|
|
4497
|
-
};
|
|
4498
|
-
requestId: string;
|
|
4499
|
-
};
|
|
4500
|
-
outputFormat: "json";
|
|
4501
|
-
status: 502;
|
|
4502
|
-
input: {
|
|
4503
|
-
param: {
|
|
4504
|
-
address: `0x${string}`;
|
|
4505
|
-
};
|
|
4506
|
-
} & {
|
|
4507
|
-
query?: {
|
|
4508
|
-
chainId?: string | string[];
|
|
4509
|
-
currency?: string | string[];
|
|
4510
|
-
} | undefined;
|
|
4511
|
-
};
|
|
4512
4643
|
};
|
|
4513
4644
|
};
|
|
4514
4645
|
}, "/"> | import("hono/types").MergeSchemaPath<{
|
|
4515
4646
|
"/v1/addresses/:address/balances": {
|
|
4516
4647
|
$get: {
|
|
4517
|
-
output:
|
|
4518
|
-
|
|
4519
|
-
|
|
4520
|
-
currency: string;
|
|
4521
|
-
decimals: number;
|
|
4522
|
-
feeEligible?: boolean | undefined;
|
|
4523
|
-
formatted: string;
|
|
4524
|
-
id: string;
|
|
4525
|
-
token: {
|
|
4526
|
-
address: `0x${string}`;
|
|
4527
|
-
currency: string;
|
|
4528
|
-
decimals: number;
|
|
4529
|
-
id: string;
|
|
4530
|
-
logoUri?: string | undefined;
|
|
4531
|
-
name: string;
|
|
4532
|
-
symbol: string;
|
|
4533
|
-
verified: boolean;
|
|
4534
|
-
};
|
|
4535
|
-
valuation?: {
|
|
4536
|
-
amount: string;
|
|
4537
|
-
currency: string;
|
|
4538
|
-
} | null | undefined;
|
|
4539
|
-
}[];
|
|
4540
|
-
meta?: {
|
|
4541
|
-
valuation?: {
|
|
4542
|
-
asOf: string;
|
|
4543
|
-
basis: "nominal";
|
|
4544
|
-
source: string;
|
|
4545
|
-
} | undefined;
|
|
4546
|
-
totalCount?: number | undefined;
|
|
4547
|
-
totalCountCapped?: boolean | undefined;
|
|
4548
|
-
} | undefined;
|
|
4549
|
-
nextCursor: string | null;
|
|
4550
|
-
};
|
|
4551
|
-
outputFormat: "json";
|
|
4552
|
-
status: 200;
|
|
4648
|
+
output: null;
|
|
4649
|
+
outputFormat: "body";
|
|
4650
|
+
status: 402;
|
|
4553
4651
|
input: {
|
|
4554
4652
|
param: {
|
|
4555
4653
|
address: `0x${string}`;
|
|
@@ -4598,14 +4696,14 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
4598
4696
|
} | {
|
|
4599
4697
|
output: {
|
|
4600
4698
|
error: {
|
|
4601
|
-
code: "
|
|
4699
|
+
code: "api_key_invalid" | "api_key_missing";
|
|
4602
4700
|
details?: readonly import("../../../internal/Response.js").error.Detail[] | undefined;
|
|
4603
4701
|
message: string;
|
|
4604
4702
|
};
|
|
4605
4703
|
requestId: string;
|
|
4606
4704
|
};
|
|
4607
4705
|
outputFormat: "json";
|
|
4608
|
-
status:
|
|
4706
|
+
status: 401;
|
|
4609
4707
|
input: {
|
|
4610
4708
|
param: {
|
|
4611
4709
|
address: `0x${string}`;
|
|
@@ -4626,14 +4724,14 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
4626
4724
|
} | {
|
|
4627
4725
|
output: {
|
|
4628
4726
|
error: {
|
|
4629
|
-
code: "
|
|
4727
|
+
code: "api_key_forbidden" | "api_key_ip_forbidden";
|
|
4630
4728
|
details?: readonly import("../../../internal/Response.js").error.Detail[] | undefined;
|
|
4631
4729
|
message: string;
|
|
4632
4730
|
};
|
|
4633
4731
|
requestId: string;
|
|
4634
4732
|
};
|
|
4635
4733
|
outputFormat: "json";
|
|
4636
|
-
status:
|
|
4734
|
+
status: 403;
|
|
4637
4735
|
input: {
|
|
4638
4736
|
param: {
|
|
4639
4737
|
address: `0x${string}`;
|
|
@@ -4654,14 +4752,14 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
4654
4752
|
} | {
|
|
4655
4753
|
output: {
|
|
4656
4754
|
error: {
|
|
4657
|
-
code: "
|
|
4755
|
+
code: "payment_required" | "rate_limit_exceeded";
|
|
4658
4756
|
details?: readonly import("../../../internal/Response.js").error.Detail[] | undefined;
|
|
4659
4757
|
message: string;
|
|
4660
4758
|
};
|
|
4661
4759
|
requestId: string;
|
|
4662
4760
|
};
|
|
4663
4761
|
outputFormat: "json";
|
|
4664
|
-
status:
|
|
4762
|
+
status: 429;
|
|
4665
4763
|
input: {
|
|
4666
4764
|
param: {
|
|
4667
4765
|
address: `0x${string}`;
|
|
@@ -4680,9 +4778,16 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
4680
4778
|
} | undefined;
|
|
4681
4779
|
};
|
|
4682
4780
|
} | {
|
|
4683
|
-
output:
|
|
4684
|
-
|
|
4685
|
-
|
|
4781
|
+
output: {
|
|
4782
|
+
error: {
|
|
4783
|
+
code: "query_invalid";
|
|
4784
|
+
details?: readonly import("../../../internal/Response.js").error.Detail[] | undefined;
|
|
4785
|
+
message: string;
|
|
4786
|
+
};
|
|
4787
|
+
requestId: string;
|
|
4788
|
+
};
|
|
4789
|
+
outputFormat: "json";
|
|
4790
|
+
status: 400;
|
|
4686
4791
|
input: {
|
|
4687
4792
|
param: {
|
|
4688
4793
|
address: `0x${string}`;
|
|
@@ -4703,14 +4808,14 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
4703
4808
|
} | {
|
|
4704
4809
|
output: {
|
|
4705
4810
|
error: {
|
|
4706
|
-
code: "
|
|
4811
|
+
code: "upstream_error";
|
|
4707
4812
|
details?: readonly import("../../../internal/Response.js").error.Detail[] | undefined;
|
|
4708
4813
|
message: string;
|
|
4709
4814
|
};
|
|
4710
4815
|
requestId: string;
|
|
4711
4816
|
};
|
|
4712
4817
|
outputFormat: "json";
|
|
4713
|
-
status:
|
|
4818
|
+
status: 502;
|
|
4714
4819
|
input: {
|
|
4715
4820
|
param: {
|
|
4716
4821
|
address: `0x${string}`;
|
|
@@ -4731,14 +4836,14 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
4731
4836
|
} | {
|
|
4732
4837
|
output: {
|
|
4733
4838
|
error: {
|
|
4734
|
-
code: "
|
|
4839
|
+
code: "address_invalid";
|
|
4735
4840
|
details?: readonly import("../../../internal/Response.js").error.Detail[] | undefined;
|
|
4736
4841
|
message: string;
|
|
4737
4842
|
};
|
|
4738
4843
|
requestId: string;
|
|
4739
4844
|
};
|
|
4740
4845
|
outputFormat: "json";
|
|
4741
|
-
status:
|
|
4846
|
+
status: 400;
|
|
4742
4847
|
input: {
|
|
4743
4848
|
param: {
|
|
4744
4849
|
address: `0x${string}`;
|
|
@@ -4758,15 +4863,41 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
4758
4863
|
};
|
|
4759
4864
|
} | {
|
|
4760
4865
|
output: {
|
|
4761
|
-
|
|
4762
|
-
|
|
4763
|
-
|
|
4764
|
-
|
|
4765
|
-
|
|
4766
|
-
|
|
4866
|
+
data: {
|
|
4867
|
+
amount: string;
|
|
4868
|
+
currency: string;
|
|
4869
|
+
decimals: number;
|
|
4870
|
+
feeEligible?: boolean | undefined;
|
|
4871
|
+
formatted: string;
|
|
4872
|
+
id: string;
|
|
4873
|
+
token: {
|
|
4874
|
+
address: `0x${string}`;
|
|
4875
|
+
currency: string;
|
|
4876
|
+
decimals: number;
|
|
4877
|
+
id: string;
|
|
4878
|
+
logoUri?: string | undefined;
|
|
4879
|
+
name: string;
|
|
4880
|
+
symbol: string;
|
|
4881
|
+
verified: boolean;
|
|
4882
|
+
};
|
|
4883
|
+
valuation?: {
|
|
4884
|
+
amount: string;
|
|
4885
|
+
currency: string;
|
|
4886
|
+
} | null | undefined;
|
|
4887
|
+
}[];
|
|
4888
|
+
meta?: {
|
|
4889
|
+
valuation?: {
|
|
4890
|
+
asOf: string;
|
|
4891
|
+
basis: "nominal";
|
|
4892
|
+
source: string;
|
|
4893
|
+
} | undefined;
|
|
4894
|
+
totalCount?: number | undefined;
|
|
4895
|
+
totalCountCapped?: boolean | undefined;
|
|
4896
|
+
} | undefined;
|
|
4897
|
+
nextCursor: string | null;
|
|
4767
4898
|
};
|
|
4768
4899
|
outputFormat: "json";
|
|
4769
|
-
status:
|
|
4900
|
+
status: 200;
|
|
4770
4901
|
input: {
|
|
4771
4902
|
param: {
|
|
4772
4903
|
address: `0x${string}`;
|
|
@@ -4789,30 +4920,9 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
4789
4920
|
} & {
|
|
4790
4921
|
"/v1/addresses/:address/balances/:token": {
|
|
4791
4922
|
$get: {
|
|
4792
|
-
output:
|
|
4793
|
-
|
|
4794
|
-
|
|
4795
|
-
decimals: number;
|
|
4796
|
-
feeEligible?: boolean | undefined;
|
|
4797
|
-
formatted: string;
|
|
4798
|
-
id: string;
|
|
4799
|
-
token: {
|
|
4800
|
-
address: `0x${string}`;
|
|
4801
|
-
currency: string;
|
|
4802
|
-
decimals: number;
|
|
4803
|
-
id: string;
|
|
4804
|
-
logoUri?: string | undefined;
|
|
4805
|
-
name: string;
|
|
4806
|
-
symbol: string;
|
|
4807
|
-
verified: boolean;
|
|
4808
|
-
};
|
|
4809
|
-
valuation?: {
|
|
4810
|
-
amount: string;
|
|
4811
|
-
currency: string;
|
|
4812
|
-
} | null | undefined;
|
|
4813
|
-
};
|
|
4814
|
-
outputFormat: "json";
|
|
4815
|
-
status: 200;
|
|
4923
|
+
output: null;
|
|
4924
|
+
outputFormat: "body";
|
|
4925
|
+
status: 402;
|
|
4816
4926
|
input: {
|
|
4817
4927
|
param: {
|
|
4818
4928
|
address: `0x${string}`;
|
|
@@ -4849,14 +4959,14 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
4849
4959
|
} | {
|
|
4850
4960
|
output: {
|
|
4851
4961
|
error: {
|
|
4852
|
-
code: "
|
|
4962
|
+
code: "api_key_invalid" | "api_key_missing";
|
|
4853
4963
|
details?: readonly import("../../../internal/Response.js").error.Detail[] | undefined;
|
|
4854
4964
|
message: string;
|
|
4855
4965
|
};
|
|
4856
4966
|
requestId: string;
|
|
4857
4967
|
};
|
|
4858
4968
|
outputFormat: "json";
|
|
4859
|
-
status:
|
|
4969
|
+
status: 401;
|
|
4860
4970
|
input: {
|
|
4861
4971
|
param: {
|
|
4862
4972
|
address: `0x${string}`;
|
|
@@ -4871,14 +4981,14 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
4871
4981
|
} | {
|
|
4872
4982
|
output: {
|
|
4873
4983
|
error: {
|
|
4874
|
-
code: "
|
|
4984
|
+
code: "api_key_forbidden" | "api_key_ip_forbidden";
|
|
4875
4985
|
details?: readonly import("../../../internal/Response.js").error.Detail[] | undefined;
|
|
4876
4986
|
message: string;
|
|
4877
4987
|
};
|
|
4878
4988
|
requestId: string;
|
|
4879
4989
|
};
|
|
4880
4990
|
outputFormat: "json";
|
|
4881
|
-
status:
|
|
4991
|
+
status: 403;
|
|
4882
4992
|
input: {
|
|
4883
4993
|
param: {
|
|
4884
4994
|
address: `0x${string}`;
|
|
@@ -4893,14 +5003,14 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
4893
5003
|
} | {
|
|
4894
5004
|
output: {
|
|
4895
5005
|
error: {
|
|
4896
|
-
code: "
|
|
5006
|
+
code: "payment_required" | "rate_limit_exceeded";
|
|
4897
5007
|
details?: readonly import("../../../internal/Response.js").error.Detail[] | undefined;
|
|
4898
5008
|
message: string;
|
|
4899
5009
|
};
|
|
4900
5010
|
requestId: string;
|
|
4901
5011
|
};
|
|
4902
5012
|
outputFormat: "json";
|
|
4903
|
-
status:
|
|
5013
|
+
status: 429;
|
|
4904
5014
|
input: {
|
|
4905
5015
|
param: {
|
|
4906
5016
|
address: `0x${string}`;
|
|
@@ -4913,9 +5023,16 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
4913
5023
|
} | undefined;
|
|
4914
5024
|
};
|
|
4915
5025
|
} | {
|
|
4916
|
-
output:
|
|
4917
|
-
|
|
4918
|
-
|
|
5026
|
+
output: {
|
|
5027
|
+
error: {
|
|
5028
|
+
code: "query_invalid";
|
|
5029
|
+
details?: readonly import("../../../internal/Response.js").error.Detail[] | undefined;
|
|
5030
|
+
message: string;
|
|
5031
|
+
};
|
|
5032
|
+
requestId: string;
|
|
5033
|
+
};
|
|
5034
|
+
outputFormat: "json";
|
|
5035
|
+
status: 400;
|
|
4919
5036
|
input: {
|
|
4920
5037
|
param: {
|
|
4921
5038
|
address: `0x${string}`;
|
|
@@ -4930,14 +5047,14 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
4930
5047
|
} | {
|
|
4931
5048
|
output: {
|
|
4932
5049
|
error: {
|
|
4933
|
-
code: "
|
|
5050
|
+
code: "upstream_error";
|
|
4934
5051
|
details?: readonly import("../../../internal/Response.js").error.Detail[] | undefined;
|
|
4935
5052
|
message: string;
|
|
4936
5053
|
};
|
|
4937
5054
|
requestId: string;
|
|
4938
5055
|
};
|
|
4939
5056
|
outputFormat: "json";
|
|
4940
|
-
status:
|
|
5057
|
+
status: 502;
|
|
4941
5058
|
input: {
|
|
4942
5059
|
param: {
|
|
4943
5060
|
address: `0x${string}`;
|
|
@@ -4952,14 +5069,14 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
4952
5069
|
} | {
|
|
4953
5070
|
output: {
|
|
4954
5071
|
error: {
|
|
4955
|
-
code: "
|
|
5072
|
+
code: "address_invalid";
|
|
4956
5073
|
details?: readonly import("../../../internal/Response.js").error.Detail[] | undefined;
|
|
4957
5074
|
message: string;
|
|
4958
5075
|
};
|
|
4959
5076
|
requestId: string;
|
|
4960
5077
|
};
|
|
4961
5078
|
outputFormat: "json";
|
|
4962
|
-
status:
|
|
5079
|
+
status: 400;
|
|
4963
5080
|
input: {
|
|
4964
5081
|
param: {
|
|
4965
5082
|
address: `0x${string}`;
|
|
@@ -4973,15 +5090,29 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
4973
5090
|
};
|
|
4974
5091
|
} | {
|
|
4975
5092
|
output: {
|
|
4976
|
-
|
|
4977
|
-
|
|
4978
|
-
|
|
4979
|
-
|
|
5093
|
+
amount: string;
|
|
5094
|
+
currency: string;
|
|
5095
|
+
decimals: number;
|
|
5096
|
+
feeEligible?: boolean | undefined;
|
|
5097
|
+
formatted: string;
|
|
5098
|
+
id: string;
|
|
5099
|
+
token: {
|
|
5100
|
+
address: `0x${string}`;
|
|
5101
|
+
currency: string;
|
|
5102
|
+
decimals: number;
|
|
5103
|
+
id: string;
|
|
5104
|
+
logoUri?: string | undefined;
|
|
5105
|
+
name: string;
|
|
5106
|
+
symbol: string;
|
|
5107
|
+
verified: boolean;
|
|
4980
5108
|
};
|
|
4981
|
-
|
|
5109
|
+
valuation?: {
|
|
5110
|
+
amount: string;
|
|
5111
|
+
currency: string;
|
|
5112
|
+
} | null | undefined;
|
|
4982
5113
|
};
|
|
4983
5114
|
outputFormat: "json";
|
|
4984
|
-
status:
|
|
5115
|
+
status: 200;
|
|
4985
5116
|
input: {
|
|
4986
5117
|
param: {
|
|
4987
5118
|
address: `0x${string}`;
|
|
@@ -4996,14 +5127,14 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
4996
5127
|
} | {
|
|
4997
5128
|
output: {
|
|
4998
5129
|
error: {
|
|
4999
|
-
code: "
|
|
5130
|
+
code: "token_not_found";
|
|
5000
5131
|
details?: readonly import("../../../internal/Response.js").error.Detail[] | undefined;
|
|
5001
5132
|
message: string;
|
|
5002
5133
|
};
|
|
5003
5134
|
requestId: string;
|
|
5004
5135
|
};
|
|
5005
5136
|
outputFormat: "json";
|
|
5006
|
-
status:
|
|
5137
|
+
status: 404;
|
|
5007
5138
|
input: {
|
|
5008
5139
|
param: {
|
|
5009
5140
|
address: `0x${string}`;
|