tapimo 0.5.3 → 0.7.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 +15830 -7220
- package/dist/App.d.ts.map +1 -1
- package/dist/App.js +9 -1
- package/dist/App.js.map +1 -1
- package/dist/Scope.d.ts +4 -0
- package/dist/Scope.d.ts.map +1 -1
- package/dist/Scope.js +5 -0
- package/dist/Scope.js.map +1 -1
- package/dist/admin/App.d.ts +1011 -412
- package/dist/admin/App.d.ts.map +1 -1
- package/dist/admin/App.js +4 -0
- package/dist/admin/App.js.map +1 -1
- package/dist/admin/apps/api-keys.d.ts +2 -1
- package/dist/admin/apps/api-keys.d.ts.map +1 -1
- package/dist/admin/apps/early-access.d.ts +148 -0
- package/dist/admin/apps/early-access.d.ts.map +1 -0
- package/dist/admin/apps/early-access.js +133 -0
- package/dist/admin/apps/early-access.js.map +1 -0
- package/dist/admin/apps/organizations.d.ts +124 -1
- package/dist/admin/apps/organizations.d.ts.map +1 -1
- package/dist/admin/apps/organizations.js +97 -6
- package/dist/admin/apps/organizations.js.map +1 -1
- package/dist/admin/apps/verified-tokens.d.ts +526 -1
- package/dist/admin/apps/verified-tokens.d.ts.map +1 -1
- package/dist/admin/apps/verified-tokens.js +214 -1
- package/dist/admin/apps/verified-tokens.js.map +1 -1
- package/dist/admin/ui.generated.d.ts +1 -1
- package/dist/admin/ui.generated.d.ts.map +1 -1
- package/dist/admin/ui.generated.js +95 -75
- package/dist/admin/ui.generated.js.map +1 -1
- package/dist/analytics/Analytics.d.ts.map +1 -1
- package/dist/analytics/Analytics.js +20 -0
- package/dist/analytics/Analytics.js.map +1 -1
- package/dist/analytics/tables/requestEvents.d.ts +18 -0
- package/dist/analytics/tables/requestEvents.d.ts.map +1 -1
- package/dist/analytics/tables/requestEvents.js +36 -7
- package/dist/analytics/tables/requestEvents.js.map +1 -1
- package/dist/apps/data/App.d.ts +6260 -4924
- package/dist/apps/data/App.d.ts.map +1 -1
- package/dist/apps/data/App.js +11 -6
- package/dist/apps/data/App.js.map +1 -1
- package/dist/apps/data/FundingQuoteProviders.d.ts +34 -1
- package/dist/apps/data/FundingQuoteProviders.d.ts.map +1 -1
- package/dist/apps/data/FundingQuoteProviders.js +194 -16
- package/dist/apps/data/FundingQuoteProviders.js.map +1 -1
- package/dist/apps/data/FxOracle.d.ts +71 -0
- package/dist/apps/data/FxOracle.d.ts.map +1 -0
- package/dist/apps/data/FxOracle.js +97 -0
- package/dist/apps/data/FxOracle.js.map +1 -0
- package/dist/apps/data/index.d.ts +1 -0
- package/dist/apps/data/index.d.ts.map +1 -1
- package/dist/apps/data/index.js +1 -0
- package/dist/apps/data/index.js.map +1 -1
- package/dist/apps/data/routes/activities.d.ts +3599 -1382
- package/dist/apps/data/routes/activities.d.ts.map +1 -1
- package/dist/apps/data/routes/activities.js +250 -88
- package/dist/apps/data/routes/activities.js.map +1 -1
- package/dist/apps/data/routes/addresses.d.ts +872 -251
- package/dist/apps/data/routes/addresses.d.ts.map +1 -1
- package/dist/apps/data/routes/addresses.js +11 -9
- package/dist/apps/data/routes/addresses.js.map +1 -1
- package/dist/apps/data/routes/balances.d.ts +77 -26
- package/dist/apps/data/routes/balances.d.ts.map +1 -1
- package/dist/apps/data/routes/balances.js +88 -45
- package/dist/apps/data/routes/balances.js.map +1 -1
- package/dist/apps/data/routes/blocks.d.ts +39 -39
- package/dist/apps/data/routes/coingecko.d.ts +54 -54
- package/dist/apps/data/routes/exchanges.d.ts +856 -105
- package/dist/apps/data/routes/exchanges.d.ts.map +1 -1
- package/dist/apps/data/routes/exchanges.js +518 -76
- package/dist/apps/data/routes/exchanges.js.map +1 -1
- package/dist/apps/data/routes/fee-amm.d.ts +81 -67
- package/dist/apps/data/routes/fee-amm.d.ts.map +1 -1
- package/dist/apps/data/routes/fee-amm.js +76 -91
- package/dist/apps/data/routes/fee-amm.js.map +1 -1
- package/dist/apps/data/routes/funding.d.ts +80 -36
- package/dist/apps/data/routes/funding.d.ts.map +1 -1
- package/dist/apps/data/routes/funding.js +65 -31
- package/dist/apps/data/routes/funding.js.map +1 -1
- package/dist/apps/data/routes/receipts.d.ts +392 -315
- package/dist/apps/data/routes/receipts.d.ts.map +1 -1
- package/dist/apps/data/routes/receipts.js +152 -77
- package/dist/apps/data/routes/receipts.js.map +1 -1
- package/dist/apps/data/routes/tokens.d.ts +167 -174
- package/dist/apps/data/routes/tokens.d.ts.map +1 -1
- package/dist/apps/data/routes/tokens.js +15 -13
- package/dist/apps/data/routes/tokens.js.map +1 -1
- package/dist/apps/data/routes/transactions.d.ts +277 -536
- package/dist/apps/data/routes/transactions.d.ts.map +1 -1
- package/dist/apps/data/routes/transactions.js +96 -77
- package/dist/apps/data/routes/transactions.js.map +1 -1
- package/dist/apps/data/routes/transfers.d.ts +157 -81
- package/dist/apps/data/routes/transfers.d.ts.map +1 -1
- package/dist/apps/data/routes/transfers.js +272 -130
- package/dist/apps/data/routes/transfers.js.map +1 -1
- package/dist/apps/data/routes/valuation.d.ts +307 -0
- package/dist/apps/data/routes/valuation.d.ts.map +1 -0
- package/dist/apps/data/routes/valuation.js +292 -0
- package/dist/apps/data/routes/valuation.js.map +1 -0
- package/dist/apps/data/routes/verified-tokens.d.ts +36 -36
- package/dist/apps/data/routes/verified-tokens.d.ts.map +1 -1
- package/dist/apps/data/routes/verified-tokens.js +7 -5
- package/dist/apps/data/routes/verified-tokens.js.map +1 -1
- package/dist/apps/data/routes/webhooks.d.ts +103 -123
- package/dist/apps/data/routes/webhooks.d.ts.map +1 -1
- package/dist/apps/data/routes/webhooks.js +124 -25
- package/dist/apps/data/routes/webhooks.js.map +1 -1
- package/dist/apps/index.d.ts +2 -1
- package/dist/apps/index.d.ts.map +1 -1
- package/dist/apps/index.js +2 -1
- package/dist/apps/index.js.map +1 -1
- package/dist/apps/management/App.d.ts +8554 -1692
- package/dist/apps/management/App.d.ts.map +1 -1
- package/dist/apps/management/App.js +12 -1
- package/dist/apps/management/App.js.map +1 -1
- package/dist/apps/management/routes/api-keys.d.ts +7 -0
- package/dist/apps/management/routes/api-keys.d.ts.map +1 -1
- package/dist/apps/management/routes/api-keys.js +17 -3
- package/dist/apps/management/routes/api-keys.js.map +1 -1
- package/dist/apps/management/routes/billing.d.ts +157 -162
- package/dist/apps/management/routes/billing.d.ts.map +1 -1
- package/dist/apps/management/routes/billing.js +31 -23
- package/dist/apps/management/routes/billing.js.map +1 -1
- package/dist/apps/management/routes/faucet.d.ts +232 -0
- package/dist/apps/management/routes/faucet.d.ts.map +1 -0
- package/dist/apps/management/routes/faucet.js +154 -0
- package/dist/apps/management/routes/faucet.js.map +1 -0
- package/dist/apps/management/routes/invitations.d.ts +60 -60
- package/dist/apps/management/routes/invite-links.d.ts +49 -20
- package/dist/apps/management/routes/invite-links.d.ts.map +1 -1
- package/dist/apps/management/routes/invite-links.js +26 -1
- package/dist/apps/management/routes/invite-links.js.map +1 -1
- package/dist/apps/management/routes/me.d.ts +6 -6
- package/dist/apps/management/routes/members.d.ts +6 -6
- package/dist/apps/management/routes/orgs.d.ts +42 -42
- package/dist/apps/management/routes/orgs.d.ts.map +1 -1
- package/dist/apps/management/routes/orgs.js +5 -0
- package/dist/apps/management/routes/orgs.js.map +1 -1
- package/dist/apps/management/routes/projects.d.ts +44 -44
- package/dist/apps/management/routes/usage.d.ts +3 -0
- package/dist/apps/management/routes/usage.d.ts.map +1 -1
- package/dist/apps/management/routes/usage.js +4 -0
- package/dist/apps/management/routes/usage.js.map +1 -1
- package/dist/apps/management/routes/verified-token-requests.d.ts +697 -0
- package/dist/apps/management/routes/verified-token-requests.d.ts.map +1 -0
- package/dist/apps/management/routes/verified-token-requests.js +271 -0
- package/dist/apps/management/routes/verified-token-requests.js.map +1 -0
- package/dist/apps/management/routes/webhooks.d.ts +6977 -0
- package/dist/apps/management/routes/webhooks.d.ts.map +1 -0
- package/dist/apps/management/routes/webhooks.js +573 -0
- package/dist/apps/management/routes/webhooks.js.map +1 -0
- package/dist/apps/mpp/App.d.ts +363 -0
- package/dist/apps/mpp/App.d.ts.map +1 -0
- package/dist/apps/mpp/App.js +72 -0
- package/dist/apps/mpp/App.js.map +1 -0
- package/dist/apps/mpp/Mpp.d.ts +178 -0
- package/dist/apps/mpp/Mpp.d.ts.map +1 -0
- package/dist/apps/mpp/Mpp.js +183 -0
- package/dist/apps/mpp/Mpp.js.map +1 -0
- package/dist/apps/mpp/index.d.ts +3 -0
- package/dist/apps/mpp/index.d.ts.map +1 -0
- package/dist/apps/mpp/index.js +3 -0
- package/dist/apps/mpp/index.js.map +1 -0
- package/dist/apps/relay/App.d.ts.map +1 -1
- package/dist/apps/relay/App.js +56 -9
- package/dist/apps/relay/App.js.map +1 -1
- package/dist/db/Db.d.ts +6 -0
- package/dist/db/Db.d.ts.map +1 -1
- package/dist/db/Db.js +110 -0
- package/dist/db/Db.js.map +1 -1
- package/dist/db/Schema.d.ts +53 -0
- package/dist/db/Schema.d.ts.map +1 -1
- package/dist/db/Schema.js +56 -0
- package/dist/db/Schema.js.map +1 -1
- package/dist/db/tables/earlyAccess.d.ts +50 -0
- package/dist/db/tables/earlyAccess.d.ts.map +1 -0
- package/dist/db/tables/earlyAccess.js +63 -0
- package/dist/db/tables/earlyAccess.js.map +1 -0
- package/dist/db/tables/enabledBillingSources.d.ts +73 -0
- package/dist/db/tables/enabledBillingSources.d.ts.map +1 -0
- package/dist/db/tables/enabledBillingSources.js +69 -0
- package/dist/db/tables/enabledBillingSources.js.map +1 -0
- package/dist/db/tables/invitations.d.ts.map +1 -1
- package/dist/db/tables/invitations.js +3 -0
- package/dist/db/tables/invitations.js.map +1 -1
- package/dist/db/tables/inviteLinks.d.ts +10 -2
- package/dist/db/tables/inviteLinks.d.ts.map +1 -1
- package/dist/db/tables/inviteLinks.js +10 -1
- package/dist/db/tables/inviteLinks.js.map +1 -1
- package/dist/db/tables/organizations.d.ts +5 -2
- package/dist/db/tables/organizations.d.ts.map +1 -1
- package/dist/db/tables/organizations.js +13 -2
- package/dist/db/tables/organizations.js.map +1 -1
- package/dist/db/tables/sponsoredTransactions.d.ts +2 -0
- package/dist/db/tables/sponsoredTransactions.d.ts.map +1 -1
- package/dist/db/tables/sponsoredTransactions.js +2 -0
- package/dist/db/tables/sponsoredTransactions.js.map +1 -1
- package/dist/db/tables/verifiedTokenRequests.d.ts +94 -0
- package/dist/db/tables/verifiedTokenRequests.d.ts.map +1 -0
- package/dist/db/tables/verifiedTokenRequests.js +120 -0
- package/dist/db/tables/verifiedTokenRequests.js.map +1 -0
- package/dist/db/tables/webhookSubscriptions.d.ts +14 -0
- package/dist/db/tables/webhookSubscriptions.d.ts.map +1 -1
- package/dist/db/tables/webhookSubscriptions.js +16 -0
- package/dist/db/tables/webhookSubscriptions.js.map +1 -1
- package/dist/handlers/internal/utils.d.ts +1 -16
- package/dist/handlers/internal/utils.d.ts.map +1 -1
- package/dist/handlers/internal/utils.js +17 -6
- package/dist/handlers/internal/utils.js.map +1 -1
- package/dist/handlers/relay.d.ts.map +1 -1
- package/dist/handlers/relay.js +37 -5
- package/dist/handlers/relay.js.map +1 -1
- package/dist/internal/Auth.d.ts +11 -2
- package/dist/internal/Auth.d.ts.map +1 -1
- package/dist/internal/Auth.js +14 -47
- package/dist/internal/Auth.js.map +1 -1
- package/dist/internal/FundingQuotes.d.ts +147 -47
- package/dist/internal/FundingQuotes.d.ts.map +1 -1
- package/dist/internal/FundingQuotes.js +119 -33
- package/dist/internal/FundingQuotes.js.map +1 -1
- package/dist/internal/Log.d.ts +37 -5
- package/dist/internal/Log.d.ts.map +1 -1
- package/dist/internal/Log.js +52 -3
- package/dist/internal/Log.js.map +1 -1
- package/dist/internal/MetricSink.d.ts.map +1 -1
- package/dist/internal/MetricSink.js +24 -0
- package/dist/internal/MetricSink.js.map +1 -1
- package/dist/internal/OpenApi.d.ts +2 -2
- package/dist/internal/OpenApi.d.ts.map +1 -1
- package/dist/internal/OpenApi.js +3 -0
- package/dist/internal/OpenApi.js.map +1 -1
- package/dist/internal/Response.d.ts +2 -2
- package/dist/internal/Response.d.ts.map +1 -1
- package/dist/internal/Response.js +12 -4
- package/dist/internal/Response.js.map +1 -1
- package/dist/internal/Schema.d.ts +14 -5
- package/dist/internal/Schema.d.ts.map +1 -1
- package/dist/internal/Schema.js +23 -5
- package/dist/internal/Schema.js.map +1 -1
- package/dist/internal/Value.d.ts +18 -0
- package/dist/internal/Value.d.ts.map +1 -1
- package/dist/internal/Value.js +11 -1
- package/dist/internal/Value.js.map +1 -1
- package/dist/internal/VerifiedTokens.d.ts.map +1 -1
- package/dist/internal/VerifiedTokens.js +10 -1
- package/dist/internal/VerifiedTokens.js.map +1 -1
- package/dist/internal/Webhooks.d.ts +24 -3
- package/dist/internal/Webhooks.d.ts.map +1 -1
- package/dist/internal/Webhooks.js +34 -8
- package/dist/internal/Webhooks.js.map +1 -1
- package/package.json +7 -2
- package/src/App.test.ts +9 -4
- package/src/App.ts +23 -3
- package/src/Client.test-d.ts +733 -20
- package/src/Scope.ts +5 -0
- package/src/admin/App.test.ts +4 -0
- package/src/admin/App.ts +4 -0
- package/src/admin/apps/early-access.test.ts +125 -0
- package/src/admin/apps/early-access.ts +176 -0
- package/src/admin/apps/organizations.test.ts +86 -2
- package/src/admin/apps/organizations.ts +155 -31
- package/src/admin/apps/scopes.test.ts +5 -0
- package/src/admin/apps/verified-tokens.test.ts +201 -0
- package/src/admin/apps/verified-tokens.ts +532 -286
- package/src/admin/ui/plugin.ts +2 -1
- package/src/admin/ui/src/lib/early-access.ts +63 -0
- package/src/admin/ui/src/lib/organizations.test.ts +81 -1
- package/src/admin/ui/src/lib/organizations.ts +92 -0
- package/src/admin/ui/src/lib/verified-tokens.ts +79 -0
- package/src/admin/ui/src/routeTree.gen.ts +33 -2
- package/src/admin/ui/src/routes/__root.tsx +2 -1
- package/src/admin/ui/src/routes/api-keys.tsx +1 -1
- package/src/admin/ui/src/routes/early-access.tsx +162 -0
- package/src/admin/ui/src/routes/organizations_.$orgId.tsx +103 -0
- package/src/admin/ui/src/routes/verified-tokens.tsx +230 -19
- package/src/admin/ui.generated.ts +95 -94
- package/src/analytics/Analytics.test.ts +83 -0
- package/src/analytics/Analytics.ts +20 -0
- package/src/analytics/tables/requestEvents.ts +60 -7
- package/src/apps/composition.test.ts +11 -2
- package/src/apps/data/App.test.ts +1 -1
- package/src/apps/data/App.ts +22 -14
- package/src/apps/data/FundingQuoteProviders.test.ts +297 -4
- package/src/apps/data/FundingQuoteProviders.ts +255 -29
- package/src/apps/data/FxOracle.test.ts +118 -0
- package/src/apps/data/FxOracle.ts +153 -0
- package/src/apps/data/index.ts +1 -0
- package/src/apps/data/routes/activities.test.ts +177 -3
- package/src/apps/data/routes/activities.ts +441 -132
- package/src/apps/data/routes/addresses.ts +19 -9
- package/src/apps/data/routes/balances.test.ts +148 -11
- package/src/apps/data/routes/balances.ts +140 -51
- package/src/apps/data/routes/exchanges.test.ts +544 -9
- package/src/apps/data/routes/exchanges.ts +690 -103
- package/src/apps/data/routes/fee-amm.test.ts +47 -23
- package/src/apps/data/routes/fee-amm.ts +98 -119
- package/src/apps/data/routes/funding.test.ts +113 -8
- package/src/apps/data/routes/funding.ts +77 -51
- package/src/apps/data/routes/receipts.test.ts +129 -23
- package/src/apps/data/routes/receipts.ts +205 -100
- package/src/apps/data/routes/tokens.test.ts +43 -0
- package/src/apps/data/routes/tokens.ts +28 -13
- package/src/apps/data/routes/transactions.test.ts +72 -19
- package/src/apps/data/routes/transactions.ts +162 -92
- package/src/apps/data/routes/transfers.test.ts +341 -31
- package/src/apps/data/routes/transfers.ts +358 -158
- package/src/apps/data/routes/valuation.test.ts +437 -0
- package/src/apps/data/routes/valuation.ts +423 -0
- package/src/apps/data/routes/verified-tokens.ts +14 -2
- package/src/apps/data/routes/webhooks.test.ts +56 -8
- package/src/apps/data/routes/webhooks.ts +144 -27
- package/src/apps/index.ts +2 -1
- package/src/apps/management/App.ts +13 -0
- package/src/apps/management/routes/api-keys.test.ts +14 -0
- package/src/apps/management/routes/api-keys.ts +27 -3
- package/src/apps/management/routes/billing.test.ts +152 -20
- package/src/apps/management/routes/billing.ts +34 -18
- package/src/apps/management/routes/faucet.test.ts +87 -0
- package/src/apps/management/routes/faucet.ts +201 -0
- package/src/apps/management/routes/invite-links.test.ts +117 -0
- package/src/apps/management/routes/invite-links.ts +43 -1
- package/src/apps/management/routes/me.test.ts +9 -99
- package/src/apps/management/routes/orgs.test.ts +45 -2
- package/src/apps/management/routes/orgs.ts +6 -0
- package/src/apps/management/routes/scopes.test.ts +1 -0
- package/src/apps/management/routes/usage.test.ts +6 -0
- package/src/apps/management/routes/usage.ts +7 -0
- package/src/apps/management/routes/verified-token-requests.test.ts +377 -0
- package/src/apps/management/routes/verified-token-requests.ts +397 -0
- package/src/apps/management/routes/webhooks.test.ts +426 -0
- package/src/apps/management/routes/webhooks.ts +672 -0
- package/src/apps/mpp/App.ts +86 -0
- package/src/apps/mpp/Mpp.test.ts +193 -0
- package/src/apps/mpp/Mpp.ts +353 -0
- package/src/apps/mpp/index.ts +2 -0
- package/src/apps/mpp/internal/Adapter.ts +11 -0
- package/src/apps/mpp/internal/Error.ts +9 -0
- package/src/apps/mpp/internal/Idempotency.ts +7 -0
- package/src/apps/mpp/internal/Screening.ts +10 -0
- package/src/apps/relay/App.test.ts +88 -6
- package/src/apps/relay/App.ts +61 -9
- package/src/db/Db.test.ts +19 -0
- package/src/db/Db.ts +125 -0
- package/src/db/Schema.ts +68 -0
- package/src/db/tables/earlyAccess.ts +86 -0
- package/src/db/tables/enabledBillingSources.test.ts +303 -0
- package/src/db/tables/enabledBillingSources.ts +118 -0
- package/src/db/tables/invitations.ts +3 -0
- package/src/db/tables/inviteLinks.ts +22 -3
- package/src/db/tables/organizations.test.ts +103 -0
- package/src/db/tables/organizations.ts +18 -2
- package/src/db/tables/sponsoredTransactions.ts +4 -0
- package/src/db/tables/verifiedTokenRequests.test.ts +200 -0
- package/src/db/tables/verifiedTokenRequests.ts +182 -0
- package/src/db/tables/webhookSubscriptions.ts +31 -0
- package/src/handlers/internal/utils.ts +22 -6
- package/src/handlers/relay.errors.test.ts +153 -0
- package/src/handlers/relay.ts +42 -7
- package/src/internal/Auth.test.ts +3 -3
- package/src/internal/Auth.ts +15 -47
- package/src/internal/FundingQuotes.test.ts +161 -6
- package/src/internal/FundingQuotes.ts +141 -39
- package/src/internal/Log.test-d.ts +21 -0
- package/src/internal/Log.test.ts +141 -0
- package/src/internal/Log.ts +93 -6
- package/src/internal/MetricSink.test.ts +215 -0
- package/src/internal/MetricSink.ts +24 -0
- package/src/internal/OpenApi.ts +3 -0
- package/src/internal/Response.test.ts +28 -0
- package/src/internal/Response.ts +12 -4
- package/src/internal/Schema.ts +50 -5
- package/src/internal/Value.test.ts +20 -0
- package/src/internal/Value.ts +24 -1
- package/src/internal/VerifiedTokens.ts +9 -1
- package/src/internal/Webhooks.test.ts +140 -0
- package/src/internal/Webhooks.ts +53 -9
|
@@ -1,18 +1,19 @@
|
|
|
1
1
|
import type * as App from '../../../App.js';
|
|
2
|
+
import * as Valuation from './valuation.js';
|
|
2
3
|
/**
|
|
3
4
|
* Composes the `/v1/addresses/:address/*` route surface from the
|
|
4
5
|
* address-scoped sub-routers exported by each resource module. The handlers,
|
|
5
6
|
* schemas, and paths live with the resource they describe (activities,
|
|
6
|
-
* balances); this composer only aggregates them so docs grouping
|
|
7
|
-
* while URLs stay nested under the parent resource.
|
|
7
|
+
* balances, valuation); this composer only aggregates them so docs grouping
|
|
8
|
+
* stays by tag while URLs stay nested under the parent resource.
|
|
8
9
|
*
|
|
9
10
|
* Only subject-relative resources live here — rows that cannot be interpreted
|
|
10
|
-
* without the path address (activity classification, held-token balances
|
|
11
|
-
* Plain filtered views of canonical collections are
|
|
12
|
-
* instead (`GET /transactions?address=…`,
|
|
13
|
-
* `GET /transactions/receipts?address=…`).
|
|
11
|
+
* without the path address (activity classification, held-token balances,
|
|
12
|
+
* holdings valuation). Plain filtered views of canonical collections are
|
|
13
|
+
* reached via search params instead (`GET /transactions?address=…`,
|
|
14
|
+
* `GET /transfers?address=…`, `GET /transactions/receipts?address=…`).
|
|
14
15
|
*/
|
|
15
|
-
export declare function addresses(): import("hono/hono-base").HonoBase<App.Environment, import("hono/types").BlankSchema | import("hono/types").MergeSchemaPath<{
|
|
16
|
+
export declare function addresses(options?: addresses.Options): import("hono/hono-base").HonoBase<App.Environment, import("hono/types").BlankSchema | import("hono/types").MergeSchemaPath<{
|
|
16
17
|
"/v1/addresses/:address/activities": {
|
|
17
18
|
$get: {
|
|
18
19
|
output: null;
|
|
@@ -26,7 +27,9 @@ export declare function addresses(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
26
27
|
query?: {
|
|
27
28
|
chainId?: string | string[];
|
|
28
29
|
cursor?: string | string[];
|
|
30
|
+
denomination?: string | string[];
|
|
29
31
|
group?: string | string[];
|
|
32
|
+
include?: string | string[];
|
|
30
33
|
limit?: string | string[];
|
|
31
34
|
logs?: string | string[];
|
|
32
35
|
} | undefined;
|
|
@@ -50,7 +53,9 @@ export declare function addresses(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
50
53
|
query?: {
|
|
51
54
|
chainId?: string | string[];
|
|
52
55
|
cursor?: string | string[];
|
|
56
|
+
denomination?: string | string[];
|
|
53
57
|
group?: string | string[];
|
|
58
|
+
include?: string | string[];
|
|
54
59
|
limit?: string | string[];
|
|
55
60
|
logs?: string | string[];
|
|
56
61
|
} | undefined;
|
|
@@ -74,7 +79,9 @@ export declare function addresses(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
74
79
|
query?: {
|
|
75
80
|
chainId?: string | string[];
|
|
76
81
|
cursor?: string | string[];
|
|
82
|
+
denomination?: string | string[];
|
|
77
83
|
group?: string | string[];
|
|
84
|
+
include?: string | string[];
|
|
78
85
|
limit?: string | string[];
|
|
79
86
|
logs?: string | string[];
|
|
80
87
|
} | undefined;
|
|
@@ -98,7 +105,9 @@ export declare function addresses(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
98
105
|
query?: {
|
|
99
106
|
chainId?: string | string[];
|
|
100
107
|
cursor?: string | string[];
|
|
108
|
+
denomination?: string | string[];
|
|
101
109
|
group?: string | string[];
|
|
110
|
+
include?: string | string[];
|
|
102
111
|
limit?: string | string[];
|
|
103
112
|
logs?: string | string[];
|
|
104
113
|
} | undefined;
|
|
@@ -122,7 +131,9 @@ export declare function addresses(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
122
131
|
query?: {
|
|
123
132
|
chainId?: string | string[];
|
|
124
133
|
cursor?: string | string[];
|
|
134
|
+
denomination?: string | string[];
|
|
125
135
|
group?: string | string[];
|
|
136
|
+
include?: string | string[];
|
|
126
137
|
limit?: string | string[];
|
|
127
138
|
logs?: string | string[];
|
|
128
139
|
} | undefined;
|
|
@@ -130,7 +141,7 @@ export declare function addresses(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
130
141
|
} | {
|
|
131
142
|
output: {
|
|
132
143
|
error: {
|
|
133
|
-
code: "
|
|
144
|
+
code: "query_invalid";
|
|
134
145
|
details?: readonly import("../../../internal/Response.js").error.Detail[] | undefined;
|
|
135
146
|
message: string;
|
|
136
147
|
};
|
|
@@ -146,7 +157,9 @@ export declare function addresses(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
146
157
|
query?: {
|
|
147
158
|
chainId?: string | string[];
|
|
148
159
|
cursor?: string | string[];
|
|
160
|
+
denomination?: string | string[];
|
|
149
161
|
group?: string | string[];
|
|
162
|
+
include?: string | string[];
|
|
150
163
|
limit?: string | string[];
|
|
151
164
|
logs?: string | string[];
|
|
152
165
|
} | undefined;
|
|
@@ -154,7 +167,33 @@ export declare function addresses(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
154
167
|
} | {
|
|
155
168
|
output: {
|
|
156
169
|
error: {
|
|
157
|
-
code: "
|
|
170
|
+
code: "upstream_error";
|
|
171
|
+
details?: readonly import("../../../internal/Response.js").error.Detail[] | undefined;
|
|
172
|
+
message: string;
|
|
173
|
+
};
|
|
174
|
+
requestId: string;
|
|
175
|
+
};
|
|
176
|
+
outputFormat: "json";
|
|
177
|
+
status: 502;
|
|
178
|
+
input: {
|
|
179
|
+
param: {
|
|
180
|
+
address: `0x${string}`;
|
|
181
|
+
};
|
|
182
|
+
} & {
|
|
183
|
+
query?: {
|
|
184
|
+
chainId?: string | string[];
|
|
185
|
+
cursor?: string | string[];
|
|
186
|
+
denomination?: string | string[];
|
|
187
|
+
group?: string | string[];
|
|
188
|
+
include?: string | string[];
|
|
189
|
+
limit?: string | string[];
|
|
190
|
+
logs?: string | string[];
|
|
191
|
+
} | undefined;
|
|
192
|
+
};
|
|
193
|
+
} | {
|
|
194
|
+
output: {
|
|
195
|
+
error: {
|
|
196
|
+
code: "address_invalid";
|
|
158
197
|
details?: readonly import("../../../internal/Response.js").error.Detail[] | undefined;
|
|
159
198
|
message: string;
|
|
160
199
|
};
|
|
@@ -170,7 +209,9 @@ export declare function addresses(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
170
209
|
query?: {
|
|
171
210
|
chainId?: string | string[];
|
|
172
211
|
cursor?: string | string[];
|
|
212
|
+
denomination?: string | string[];
|
|
173
213
|
group?: string | string[];
|
|
214
|
+
include?: string | string[];
|
|
174
215
|
limit?: string | string[];
|
|
175
216
|
logs?: string | string[];
|
|
176
217
|
} | undefined;
|
|
@@ -198,14 +239,23 @@ export declare function addresses(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
198
239
|
data: {
|
|
199
240
|
attribution?: string | undefined;
|
|
200
241
|
blockNumber: number;
|
|
242
|
+
destinationAmount?: {
|
|
243
|
+
baseUnits: string;
|
|
244
|
+
currency: string;
|
|
245
|
+
decimals: number;
|
|
246
|
+
formatted: string;
|
|
247
|
+
valuation?: {
|
|
248
|
+
amount: string;
|
|
249
|
+
currency: string;
|
|
250
|
+
} | null | undefined;
|
|
251
|
+
} | undefined;
|
|
201
252
|
destinationToken?: {
|
|
202
253
|
address: `0x${string}`;
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
decimals?: number | undefined;
|
|
254
|
+
currency: string;
|
|
255
|
+
decimals: number;
|
|
206
256
|
logoUri?: string | undefined;
|
|
207
|
-
name
|
|
208
|
-
symbol
|
|
257
|
+
name: string;
|
|
258
|
+
symbol: string;
|
|
209
259
|
verified?: boolean | undefined;
|
|
210
260
|
} | undefined;
|
|
211
261
|
direction: "in" | "out";
|
|
@@ -213,14 +263,23 @@ export declare function addresses(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
213
263
|
recipient: `0x${string}`;
|
|
214
264
|
sender: `0x${string}`;
|
|
215
265
|
signer?: "self" | `0x${string}` | undefined;
|
|
266
|
+
sourceAmount: {
|
|
267
|
+
baseUnits: string;
|
|
268
|
+
currency: string;
|
|
269
|
+
decimals: number;
|
|
270
|
+
formatted: string;
|
|
271
|
+
valuation?: {
|
|
272
|
+
amount: string;
|
|
273
|
+
currency: string;
|
|
274
|
+
} | null | undefined;
|
|
275
|
+
};
|
|
216
276
|
sourceToken: {
|
|
217
277
|
address: `0x${string}`;
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
decimals?: number | undefined;
|
|
278
|
+
currency: string;
|
|
279
|
+
decimals: number;
|
|
221
280
|
logoUri?: string | undefined;
|
|
222
|
-
name
|
|
223
|
-
symbol
|
|
281
|
+
name: string;
|
|
282
|
+
symbol: string;
|
|
224
283
|
verified?: boolean | undefined;
|
|
225
284
|
};
|
|
226
285
|
timestamp: string;
|
|
@@ -247,14 +306,23 @@ export declare function addresses(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
247
306
|
transactionHash: `0x${string}`;
|
|
248
307
|
data: {
|
|
249
308
|
recipient: `0x${string}`;
|
|
309
|
+
sourceAmount: {
|
|
310
|
+
baseUnits: string;
|
|
311
|
+
currency: string;
|
|
312
|
+
decimals: number;
|
|
313
|
+
formatted: string;
|
|
314
|
+
valuation?: {
|
|
315
|
+
amount: string;
|
|
316
|
+
currency: string;
|
|
317
|
+
} | null | undefined;
|
|
318
|
+
};
|
|
250
319
|
sourceToken: {
|
|
251
320
|
address: `0x${string}`;
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
decimals?: number | undefined;
|
|
321
|
+
currency: string;
|
|
322
|
+
decimals: number;
|
|
255
323
|
logoUri?: string | undefined;
|
|
256
|
-
name
|
|
257
|
-
symbol
|
|
324
|
+
name: string;
|
|
325
|
+
symbol: string;
|
|
258
326
|
verified?: boolean | undefined;
|
|
259
327
|
};
|
|
260
328
|
};
|
|
@@ -280,14 +348,23 @@ export declare function addresses(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
280
348
|
data: {
|
|
281
349
|
sender: `0x${string}`;
|
|
282
350
|
signer: "self" | `0x${string}`;
|
|
351
|
+
sourceAmount: {
|
|
352
|
+
baseUnits: string;
|
|
353
|
+
currency: string;
|
|
354
|
+
decimals: number;
|
|
355
|
+
formatted: string;
|
|
356
|
+
valuation?: {
|
|
357
|
+
amount: string;
|
|
358
|
+
currency: string;
|
|
359
|
+
} | null | undefined;
|
|
360
|
+
};
|
|
283
361
|
sourceToken: {
|
|
284
362
|
address: `0x${string}`;
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
decimals?: number | undefined;
|
|
363
|
+
currency: string;
|
|
364
|
+
decimals: number;
|
|
288
365
|
logoUri?: string | undefined;
|
|
289
|
-
name
|
|
290
|
-
symbol
|
|
366
|
+
name: string;
|
|
367
|
+
symbol: string;
|
|
291
368
|
verified?: boolean | undefined;
|
|
292
369
|
};
|
|
293
370
|
};
|
|
@@ -311,25 +388,43 @@ export declare function addresses(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
311
388
|
title: string;
|
|
312
389
|
transactionHash: `0x${string}`;
|
|
313
390
|
data: {
|
|
391
|
+
destinationAmount: {
|
|
392
|
+
baseUnits: string;
|
|
393
|
+
currency: string;
|
|
394
|
+
decimals: number;
|
|
395
|
+
formatted: string;
|
|
396
|
+
valuation?: {
|
|
397
|
+
amount: string;
|
|
398
|
+
currency: string;
|
|
399
|
+
} | null | undefined;
|
|
400
|
+
};
|
|
314
401
|
destinationToken: {
|
|
315
402
|
address: `0x${string}`;
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
decimals?: number | undefined;
|
|
403
|
+
currency: string;
|
|
404
|
+
decimals: number;
|
|
319
405
|
logoUri?: string | undefined;
|
|
320
|
-
name
|
|
321
|
-
symbol
|
|
406
|
+
name: string;
|
|
407
|
+
symbol: string;
|
|
322
408
|
verified?: boolean | undefined;
|
|
323
409
|
};
|
|
324
410
|
signer: "self" | `0x${string}`;
|
|
411
|
+
sourceAmount: {
|
|
412
|
+
baseUnits: string;
|
|
413
|
+
currency: string;
|
|
414
|
+
decimals: number;
|
|
415
|
+
formatted: string;
|
|
416
|
+
valuation?: {
|
|
417
|
+
amount: string;
|
|
418
|
+
currency: string;
|
|
419
|
+
} | null | undefined;
|
|
420
|
+
};
|
|
325
421
|
sourceToken: {
|
|
326
422
|
address: `0x${string}`;
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
decimals?: number | undefined;
|
|
423
|
+
currency: string;
|
|
424
|
+
decimals: number;
|
|
330
425
|
logoUri?: string | undefined;
|
|
331
|
-
name
|
|
332
|
-
symbol
|
|
426
|
+
name: string;
|
|
427
|
+
symbol: string;
|
|
333
428
|
verified?: boolean | undefined;
|
|
334
429
|
};
|
|
335
430
|
};
|
|
@@ -354,14 +449,23 @@ export declare function addresses(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
354
449
|
transactionHash: `0x${string}`;
|
|
355
450
|
data: {
|
|
356
451
|
signer: "self" | `0x${string}`;
|
|
452
|
+
sourceAmount: {
|
|
453
|
+
baseUnits: string;
|
|
454
|
+
currency: string;
|
|
455
|
+
decimals: number;
|
|
456
|
+
formatted: string;
|
|
457
|
+
valuation?: {
|
|
458
|
+
amount: string;
|
|
459
|
+
currency: string;
|
|
460
|
+
} | null | undefined;
|
|
461
|
+
};
|
|
357
462
|
sourceToken: {
|
|
358
463
|
address: `0x${string}`;
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
decimals?: number | undefined;
|
|
464
|
+
currency: string;
|
|
465
|
+
decimals: number;
|
|
362
466
|
logoUri?: string | undefined;
|
|
363
|
-
name
|
|
364
|
-
symbol
|
|
467
|
+
name: string;
|
|
468
|
+
symbol: string;
|
|
365
469
|
verified?: boolean | undefined;
|
|
366
470
|
};
|
|
367
471
|
spender: `0x${string}`;
|
|
@@ -388,14 +492,23 @@ export declare function addresses(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
388
492
|
data: {
|
|
389
493
|
refund?: {
|
|
390
494
|
address: `0x${string}`;
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
decimals?: number | undefined;
|
|
495
|
+
currency: string;
|
|
496
|
+
decimals: number;
|
|
394
497
|
logoUri?: string | undefined;
|
|
395
|
-
name
|
|
396
|
-
symbol
|
|
498
|
+
name: string;
|
|
499
|
+
symbol: string;
|
|
397
500
|
verified?: boolean | undefined;
|
|
398
501
|
} | undefined;
|
|
502
|
+
refundAmount?: {
|
|
503
|
+
baseUnits: string;
|
|
504
|
+
currency: string;
|
|
505
|
+
decimals: number;
|
|
506
|
+
formatted: string;
|
|
507
|
+
valuation?: {
|
|
508
|
+
amount: string;
|
|
509
|
+
currency: string;
|
|
510
|
+
} | null | undefined;
|
|
511
|
+
} | undefined;
|
|
399
512
|
signer: "self" | `0x${string}`;
|
|
400
513
|
};
|
|
401
514
|
type: "session-closed";
|
|
@@ -493,14 +606,23 @@ export declare function addresses(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
493
606
|
data: {
|
|
494
607
|
sender: `0x${string}`;
|
|
495
608
|
signer: "self" | `0x${string}`;
|
|
609
|
+
sourceAmount: {
|
|
610
|
+
baseUnits: string;
|
|
611
|
+
currency: string;
|
|
612
|
+
decimals: number;
|
|
613
|
+
formatted: string;
|
|
614
|
+
valuation?: {
|
|
615
|
+
amount: string;
|
|
616
|
+
currency: string;
|
|
617
|
+
} | null | undefined;
|
|
618
|
+
};
|
|
496
619
|
sourceToken: {
|
|
497
620
|
address: `0x${string}`;
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
decimals?: number | undefined;
|
|
621
|
+
currency: string;
|
|
622
|
+
decimals: number;
|
|
501
623
|
logoUri?: string | undefined;
|
|
502
|
-
name
|
|
503
|
-
symbol
|
|
624
|
+
name: string;
|
|
625
|
+
symbol: string;
|
|
504
626
|
verified?: boolean | undefined;
|
|
505
627
|
};
|
|
506
628
|
};
|
|
@@ -528,14 +650,23 @@ export declare function addresses(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
528
650
|
payee: `0x${string}`;
|
|
529
651
|
payer: `0x${string}`;
|
|
530
652
|
signer: "self" | `0x${string}`;
|
|
653
|
+
sourceAmount: {
|
|
654
|
+
baseUnits: string;
|
|
655
|
+
currency: string;
|
|
656
|
+
decimals: number;
|
|
657
|
+
formatted: string;
|
|
658
|
+
valuation?: {
|
|
659
|
+
amount: string;
|
|
660
|
+
currency: string;
|
|
661
|
+
} | null | undefined;
|
|
662
|
+
};
|
|
531
663
|
sourceToken: {
|
|
532
664
|
address: `0x${string}`;
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
decimals?: number | undefined;
|
|
665
|
+
currency: string;
|
|
666
|
+
decimals: number;
|
|
536
667
|
logoUri?: string | undefined;
|
|
537
|
-
name
|
|
538
|
-
symbol
|
|
668
|
+
name: string;
|
|
669
|
+
symbol: string;
|
|
539
670
|
verified?: boolean | undefined;
|
|
540
671
|
};
|
|
541
672
|
};
|
|
@@ -561,14 +692,23 @@ export declare function addresses(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
561
692
|
data: {
|
|
562
693
|
channelId: `0x${string}`;
|
|
563
694
|
signer: "self" | `0x${string}`;
|
|
695
|
+
sourceAmount: {
|
|
696
|
+
baseUnits: string;
|
|
697
|
+
currency: string;
|
|
698
|
+
decimals: number;
|
|
699
|
+
formatted: string;
|
|
700
|
+
valuation?: {
|
|
701
|
+
amount: string;
|
|
702
|
+
currency: string;
|
|
703
|
+
} | null | undefined;
|
|
704
|
+
};
|
|
564
705
|
sourceToken: {
|
|
565
706
|
address: `0x${string}`;
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
decimals?: number | undefined;
|
|
707
|
+
currency: string;
|
|
708
|
+
decimals: number;
|
|
569
709
|
logoUri?: string | undefined;
|
|
570
|
-
name
|
|
571
|
-
symbol
|
|
710
|
+
name: string;
|
|
711
|
+
symbol: string;
|
|
572
712
|
verified?: boolean | undefined;
|
|
573
713
|
};
|
|
574
714
|
};
|
|
@@ -596,14 +736,23 @@ export declare function addresses(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
596
736
|
payee: `0x${string}`;
|
|
597
737
|
payer: `0x${string}`;
|
|
598
738
|
signer: "self" | `0x${string}`;
|
|
739
|
+
sourceAmount: {
|
|
740
|
+
baseUnits: string;
|
|
741
|
+
currency: string;
|
|
742
|
+
decimals: number;
|
|
743
|
+
formatted: string;
|
|
744
|
+
valuation?: {
|
|
745
|
+
amount: string;
|
|
746
|
+
currency: string;
|
|
747
|
+
} | null | undefined;
|
|
748
|
+
};
|
|
599
749
|
sourceToken: {
|
|
600
750
|
address: `0x${string}`;
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
decimals?: number | undefined;
|
|
751
|
+
currency: string;
|
|
752
|
+
decimals: number;
|
|
604
753
|
logoUri?: string | undefined;
|
|
605
|
-
name
|
|
606
|
-
symbol
|
|
754
|
+
name: string;
|
|
755
|
+
symbol: string;
|
|
607
756
|
verified?: boolean | undefined;
|
|
608
757
|
};
|
|
609
758
|
};
|
|
@@ -632,23 +781,41 @@ export declare function addresses(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
632
781
|
payer: `0x${string}`;
|
|
633
782
|
refund?: {
|
|
634
783
|
address: `0x${string}`;
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
decimals?: number | undefined;
|
|
784
|
+
currency: string;
|
|
785
|
+
decimals: number;
|
|
638
786
|
logoUri?: string | undefined;
|
|
639
|
-
name
|
|
640
|
-
symbol
|
|
787
|
+
name: string;
|
|
788
|
+
symbol: string;
|
|
641
789
|
verified?: boolean | undefined;
|
|
642
790
|
} | undefined;
|
|
791
|
+
refundAmount?: {
|
|
792
|
+
baseUnits: string;
|
|
793
|
+
currency: string;
|
|
794
|
+
decimals: number;
|
|
795
|
+
formatted: string;
|
|
796
|
+
valuation?: {
|
|
797
|
+
amount: string;
|
|
798
|
+
currency: string;
|
|
799
|
+
} | null | undefined;
|
|
800
|
+
} | undefined;
|
|
643
801
|
signer: "self" | `0x${string}`;
|
|
802
|
+
sourceAmount?: {
|
|
803
|
+
baseUnits: string;
|
|
804
|
+
currency: string;
|
|
805
|
+
decimals: number;
|
|
806
|
+
formatted: string;
|
|
807
|
+
valuation?: {
|
|
808
|
+
amount: string;
|
|
809
|
+
currency: string;
|
|
810
|
+
} | null | undefined;
|
|
811
|
+
} | undefined;
|
|
644
812
|
sourceToken?: {
|
|
645
813
|
address: `0x${string}`;
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
decimals?: number | undefined;
|
|
814
|
+
currency: string;
|
|
815
|
+
decimals: number;
|
|
649
816
|
logoUri?: string | undefined;
|
|
650
|
-
name
|
|
651
|
-
symbol
|
|
817
|
+
name: string;
|
|
818
|
+
symbol: string;
|
|
652
819
|
verified?: boolean | undefined;
|
|
653
820
|
} | undefined;
|
|
654
821
|
};
|
|
@@ -700,14 +867,23 @@ export declare function addresses(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
700
867
|
orderId: string;
|
|
701
868
|
side: "ask" | "bid";
|
|
702
869
|
signer: "self" | `0x${string}`;
|
|
870
|
+
sourceAmount: {
|
|
871
|
+
baseUnits: string;
|
|
872
|
+
currency: string;
|
|
873
|
+
decimals: number;
|
|
874
|
+
formatted: string;
|
|
875
|
+
valuation?: {
|
|
876
|
+
amount: string;
|
|
877
|
+
currency: string;
|
|
878
|
+
} | null | undefined;
|
|
879
|
+
};
|
|
703
880
|
sourceToken: {
|
|
704
881
|
address: `0x${string}`;
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
decimals?: number | undefined;
|
|
882
|
+
currency: string;
|
|
883
|
+
decimals: number;
|
|
708
884
|
logoUri?: string | undefined;
|
|
709
|
-
name
|
|
710
|
-
symbol
|
|
885
|
+
name: string;
|
|
886
|
+
symbol: string;
|
|
711
887
|
verified?: boolean | undefined;
|
|
712
888
|
};
|
|
713
889
|
tick: number;
|
|
@@ -756,14 +932,23 @@ export declare function addresses(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
756
932
|
transactionHash: `0x${string}`;
|
|
757
933
|
data: {
|
|
758
934
|
signer: "self" | `0x${string}`;
|
|
935
|
+
sourceAmount: {
|
|
936
|
+
baseUnits: string;
|
|
937
|
+
currency: string;
|
|
938
|
+
decimals: number;
|
|
939
|
+
formatted: string;
|
|
940
|
+
valuation?: {
|
|
941
|
+
amount: string;
|
|
942
|
+
currency: string;
|
|
943
|
+
} | null | undefined;
|
|
944
|
+
};
|
|
759
945
|
sourceToken: {
|
|
760
946
|
address: `0x${string}`;
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
decimals?: number | undefined;
|
|
947
|
+
currency: string;
|
|
948
|
+
decimals: number;
|
|
764
949
|
logoUri?: string | undefined;
|
|
765
|
-
name
|
|
766
|
-
symbol
|
|
950
|
+
name: string;
|
|
951
|
+
symbol: string;
|
|
767
952
|
verified?: boolean | undefined;
|
|
768
953
|
};
|
|
769
954
|
validator: `0x${string}`;
|
|
@@ -788,25 +973,43 @@ export declare function addresses(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
788
973
|
title: string;
|
|
789
974
|
transactionHash: `0x${string}`;
|
|
790
975
|
data: {
|
|
976
|
+
destinationAmount: {
|
|
977
|
+
baseUnits: string;
|
|
978
|
+
currency: string;
|
|
979
|
+
decimals: number;
|
|
980
|
+
formatted: string;
|
|
981
|
+
valuation?: {
|
|
982
|
+
amount: string;
|
|
983
|
+
currency: string;
|
|
984
|
+
} | null | undefined;
|
|
985
|
+
};
|
|
791
986
|
destinationToken: {
|
|
792
987
|
address: `0x${string}`;
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
decimals?: number | undefined;
|
|
988
|
+
currency: string;
|
|
989
|
+
decimals: number;
|
|
796
990
|
logoUri?: string | undefined;
|
|
797
|
-
name
|
|
798
|
-
symbol
|
|
991
|
+
name: string;
|
|
992
|
+
symbol: string;
|
|
799
993
|
verified?: boolean | undefined;
|
|
800
994
|
};
|
|
801
995
|
signer: "self" | `0x${string}`;
|
|
996
|
+
sourceAmount: {
|
|
997
|
+
baseUnits: string;
|
|
998
|
+
currency: string;
|
|
999
|
+
decimals: number;
|
|
1000
|
+
formatted: string;
|
|
1001
|
+
valuation?: {
|
|
1002
|
+
amount: string;
|
|
1003
|
+
currency: string;
|
|
1004
|
+
} | null | undefined;
|
|
1005
|
+
};
|
|
802
1006
|
sourceToken: {
|
|
803
1007
|
address: `0x${string}`;
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
decimals?: number | undefined;
|
|
1008
|
+
currency: string;
|
|
1009
|
+
decimals: number;
|
|
807
1010
|
logoUri?: string | undefined;
|
|
808
|
-
name
|
|
809
|
-
symbol
|
|
1011
|
+
name: string;
|
|
1012
|
+
symbol: string;
|
|
810
1013
|
verified?: boolean | undefined;
|
|
811
1014
|
};
|
|
812
1015
|
swapper: `0x${string}`;
|
|
@@ -833,14 +1036,23 @@ export declare function addresses(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
833
1036
|
data: {
|
|
834
1037
|
funder: `0x${string}`;
|
|
835
1038
|
signer: "self" | `0x${string}`;
|
|
1039
|
+
sourceAmount: {
|
|
1040
|
+
baseUnits: string;
|
|
1041
|
+
currency: string;
|
|
1042
|
+
decimals: number;
|
|
1043
|
+
formatted: string;
|
|
1044
|
+
valuation?: {
|
|
1045
|
+
amount: string;
|
|
1046
|
+
currency: string;
|
|
1047
|
+
} | null | undefined;
|
|
1048
|
+
};
|
|
836
1049
|
sourceToken: {
|
|
837
1050
|
address: `0x${string}`;
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
decimals?: number | undefined;
|
|
1051
|
+
currency: string;
|
|
1052
|
+
decimals: number;
|
|
841
1053
|
logoUri?: string | undefined;
|
|
842
|
-
name
|
|
843
|
-
symbol
|
|
1054
|
+
name: string;
|
|
1055
|
+
symbol: string;
|
|
844
1056
|
verified?: boolean | undefined;
|
|
845
1057
|
};
|
|
846
1058
|
};
|
|
@@ -891,14 +1103,23 @@ export declare function addresses(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
891
1103
|
account: `0x${string}`;
|
|
892
1104
|
publicKey: `0x${string}`;
|
|
893
1105
|
signer: "self" | `0x${string}`;
|
|
1106
|
+
sourceAmount: {
|
|
1107
|
+
baseUnits: string;
|
|
1108
|
+
currency: string;
|
|
1109
|
+
decimals: number;
|
|
1110
|
+
formatted: string;
|
|
1111
|
+
valuation?: {
|
|
1112
|
+
amount: string;
|
|
1113
|
+
currency: string;
|
|
1114
|
+
} | null | undefined;
|
|
1115
|
+
};
|
|
894
1116
|
sourceToken: {
|
|
895
1117
|
address: `0x${string}`;
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
decimals?: number | undefined;
|
|
1118
|
+
currency: string;
|
|
1119
|
+
decimals: number;
|
|
899
1120
|
logoUri?: string | undefined;
|
|
900
|
-
name
|
|
901
|
-
symbol
|
|
1121
|
+
name: string;
|
|
1122
|
+
symbol: string;
|
|
902
1123
|
verified?: boolean | undefined;
|
|
903
1124
|
};
|
|
904
1125
|
};
|
|
@@ -954,14 +1175,23 @@ export declare function addresses(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
954
1175
|
orderId: string;
|
|
955
1176
|
side: "ask" | "bid";
|
|
956
1177
|
signer: "self" | `0x${string}`;
|
|
1178
|
+
sourceAmount: {
|
|
1179
|
+
baseUnits: string;
|
|
1180
|
+
currency: string;
|
|
1181
|
+
decimals: number;
|
|
1182
|
+
formatted: string;
|
|
1183
|
+
valuation?: {
|
|
1184
|
+
amount: string;
|
|
1185
|
+
currency: string;
|
|
1186
|
+
} | null | undefined;
|
|
1187
|
+
};
|
|
957
1188
|
sourceToken: {
|
|
958
1189
|
address: `0x${string}`;
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
decimals?: number | undefined;
|
|
1190
|
+
currency: string;
|
|
1191
|
+
decimals: number;
|
|
962
1192
|
logoUri?: string | undefined;
|
|
963
|
-
name
|
|
964
|
-
symbol
|
|
1193
|
+
name: string;
|
|
1194
|
+
symbol: string;
|
|
965
1195
|
verified?: boolean | undefined;
|
|
966
1196
|
};
|
|
967
1197
|
tick: number;
|
|
@@ -1786,14 +2016,23 @@ export declare function addresses(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
1786
2016
|
data: {
|
|
1787
2017
|
attribution?: string | undefined;
|
|
1788
2018
|
blockNumber: number;
|
|
2019
|
+
destinationAmount?: {
|
|
2020
|
+
baseUnits: string;
|
|
2021
|
+
currency: string;
|
|
2022
|
+
decimals: number;
|
|
2023
|
+
formatted: string;
|
|
2024
|
+
valuation?: {
|
|
2025
|
+
amount: string;
|
|
2026
|
+
currency: string;
|
|
2027
|
+
} | null | undefined;
|
|
2028
|
+
} | undefined;
|
|
1789
2029
|
destinationToken?: {
|
|
1790
2030
|
address: `0x${string}`;
|
|
1791
|
-
|
|
1792
|
-
|
|
1793
|
-
decimals?: number | undefined;
|
|
2031
|
+
currency: string;
|
|
2032
|
+
decimals: number;
|
|
1794
2033
|
logoUri?: string | undefined;
|
|
1795
|
-
name
|
|
1796
|
-
symbol
|
|
2034
|
+
name: string;
|
|
2035
|
+
symbol: string;
|
|
1797
2036
|
verified?: boolean | undefined;
|
|
1798
2037
|
} | undefined;
|
|
1799
2038
|
direction: "in" | "out";
|
|
@@ -1801,14 +2040,23 @@ export declare function addresses(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
1801
2040
|
recipient: `0x${string}`;
|
|
1802
2041
|
sender: `0x${string}`;
|
|
1803
2042
|
signer?: "self" | `0x${string}` | undefined;
|
|
2043
|
+
sourceAmount: {
|
|
2044
|
+
baseUnits: string;
|
|
2045
|
+
currency: string;
|
|
2046
|
+
decimals: number;
|
|
2047
|
+
formatted: string;
|
|
2048
|
+
valuation?: {
|
|
2049
|
+
amount: string;
|
|
2050
|
+
currency: string;
|
|
2051
|
+
} | null | undefined;
|
|
2052
|
+
};
|
|
1804
2053
|
sourceToken: {
|
|
1805
2054
|
address: `0x${string}`;
|
|
1806
|
-
|
|
1807
|
-
|
|
1808
|
-
decimals?: number | undefined;
|
|
2055
|
+
currency: string;
|
|
2056
|
+
decimals: number;
|
|
1809
2057
|
logoUri?: string | undefined;
|
|
1810
|
-
name
|
|
1811
|
-
symbol
|
|
2058
|
+
name: string;
|
|
2059
|
+
symbol: string;
|
|
1812
2060
|
verified?: boolean | undefined;
|
|
1813
2061
|
};
|
|
1814
2062
|
timestamp: string;
|
|
@@ -1835,14 +2083,23 @@ export declare function addresses(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
1835
2083
|
transactionHash: `0x${string}`;
|
|
1836
2084
|
data: {
|
|
1837
2085
|
recipient: `0x${string}`;
|
|
2086
|
+
sourceAmount: {
|
|
2087
|
+
baseUnits: string;
|
|
2088
|
+
currency: string;
|
|
2089
|
+
decimals: number;
|
|
2090
|
+
formatted: string;
|
|
2091
|
+
valuation?: {
|
|
2092
|
+
amount: string;
|
|
2093
|
+
currency: string;
|
|
2094
|
+
} | null | undefined;
|
|
2095
|
+
};
|
|
1838
2096
|
sourceToken: {
|
|
1839
2097
|
address: `0x${string}`;
|
|
1840
|
-
|
|
1841
|
-
|
|
1842
|
-
decimals?: number | undefined;
|
|
2098
|
+
currency: string;
|
|
2099
|
+
decimals: number;
|
|
1843
2100
|
logoUri?: string | undefined;
|
|
1844
|
-
name
|
|
1845
|
-
symbol
|
|
2101
|
+
name: string;
|
|
2102
|
+
symbol: string;
|
|
1846
2103
|
verified?: boolean | undefined;
|
|
1847
2104
|
};
|
|
1848
2105
|
};
|
|
@@ -1868,14 +2125,23 @@ export declare function addresses(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
1868
2125
|
data: {
|
|
1869
2126
|
sender: `0x${string}`;
|
|
1870
2127
|
signer: "self" | `0x${string}`;
|
|
2128
|
+
sourceAmount: {
|
|
2129
|
+
baseUnits: string;
|
|
2130
|
+
currency: string;
|
|
2131
|
+
decimals: number;
|
|
2132
|
+
formatted: string;
|
|
2133
|
+
valuation?: {
|
|
2134
|
+
amount: string;
|
|
2135
|
+
currency: string;
|
|
2136
|
+
} | null | undefined;
|
|
2137
|
+
};
|
|
1871
2138
|
sourceToken: {
|
|
1872
2139
|
address: `0x${string}`;
|
|
1873
|
-
|
|
1874
|
-
|
|
1875
|
-
decimals?: number | undefined;
|
|
2140
|
+
currency: string;
|
|
2141
|
+
decimals: number;
|
|
1876
2142
|
logoUri?: string | undefined;
|
|
1877
|
-
name
|
|
1878
|
-
symbol
|
|
2143
|
+
name: string;
|
|
2144
|
+
symbol: string;
|
|
1879
2145
|
verified?: boolean | undefined;
|
|
1880
2146
|
};
|
|
1881
2147
|
};
|
|
@@ -1899,25 +2165,43 @@ export declare function addresses(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
1899
2165
|
title: string;
|
|
1900
2166
|
transactionHash: `0x${string}`;
|
|
1901
2167
|
data: {
|
|
2168
|
+
destinationAmount: {
|
|
2169
|
+
baseUnits: string;
|
|
2170
|
+
currency: string;
|
|
2171
|
+
decimals: number;
|
|
2172
|
+
formatted: string;
|
|
2173
|
+
valuation?: {
|
|
2174
|
+
amount: string;
|
|
2175
|
+
currency: string;
|
|
2176
|
+
} | null | undefined;
|
|
2177
|
+
};
|
|
1902
2178
|
destinationToken: {
|
|
1903
2179
|
address: `0x${string}`;
|
|
1904
|
-
|
|
1905
|
-
|
|
1906
|
-
decimals?: number | undefined;
|
|
2180
|
+
currency: string;
|
|
2181
|
+
decimals: number;
|
|
1907
2182
|
logoUri?: string | undefined;
|
|
1908
|
-
name
|
|
1909
|
-
symbol
|
|
2183
|
+
name: string;
|
|
2184
|
+
symbol: string;
|
|
1910
2185
|
verified?: boolean | undefined;
|
|
1911
2186
|
};
|
|
1912
2187
|
signer: "self" | `0x${string}`;
|
|
2188
|
+
sourceAmount: {
|
|
2189
|
+
baseUnits: string;
|
|
2190
|
+
currency: string;
|
|
2191
|
+
decimals: number;
|
|
2192
|
+
formatted: string;
|
|
2193
|
+
valuation?: {
|
|
2194
|
+
amount: string;
|
|
2195
|
+
currency: string;
|
|
2196
|
+
} | null | undefined;
|
|
2197
|
+
};
|
|
1913
2198
|
sourceToken: {
|
|
1914
2199
|
address: `0x${string}`;
|
|
1915
|
-
|
|
1916
|
-
|
|
1917
|
-
decimals?: number | undefined;
|
|
2200
|
+
currency: string;
|
|
2201
|
+
decimals: number;
|
|
1918
2202
|
logoUri?: string | undefined;
|
|
1919
|
-
name
|
|
1920
|
-
symbol
|
|
2203
|
+
name: string;
|
|
2204
|
+
symbol: string;
|
|
1921
2205
|
verified?: boolean | undefined;
|
|
1922
2206
|
};
|
|
1923
2207
|
};
|
|
@@ -1942,14 +2226,23 @@ export declare function addresses(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
1942
2226
|
transactionHash: `0x${string}`;
|
|
1943
2227
|
data: {
|
|
1944
2228
|
signer: "self" | `0x${string}`;
|
|
2229
|
+
sourceAmount: {
|
|
2230
|
+
baseUnits: string;
|
|
2231
|
+
currency: string;
|
|
2232
|
+
decimals: number;
|
|
2233
|
+
formatted: string;
|
|
2234
|
+
valuation?: {
|
|
2235
|
+
amount: string;
|
|
2236
|
+
currency: string;
|
|
2237
|
+
} | null | undefined;
|
|
2238
|
+
};
|
|
1945
2239
|
sourceToken: {
|
|
1946
2240
|
address: `0x${string}`;
|
|
1947
|
-
|
|
1948
|
-
|
|
1949
|
-
decimals?: number | undefined;
|
|
2241
|
+
currency: string;
|
|
2242
|
+
decimals: number;
|
|
1950
2243
|
logoUri?: string | undefined;
|
|
1951
|
-
name
|
|
1952
|
-
symbol
|
|
2244
|
+
name: string;
|
|
2245
|
+
symbol: string;
|
|
1953
2246
|
verified?: boolean | undefined;
|
|
1954
2247
|
};
|
|
1955
2248
|
spender: `0x${string}`;
|
|
@@ -1976,14 +2269,23 @@ export declare function addresses(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
1976
2269
|
data: {
|
|
1977
2270
|
refund?: {
|
|
1978
2271
|
address: `0x${string}`;
|
|
1979
|
-
|
|
1980
|
-
|
|
1981
|
-
decimals?: number | undefined;
|
|
2272
|
+
currency: string;
|
|
2273
|
+
decimals: number;
|
|
1982
2274
|
logoUri?: string | undefined;
|
|
1983
|
-
name
|
|
1984
|
-
symbol
|
|
2275
|
+
name: string;
|
|
2276
|
+
symbol: string;
|
|
1985
2277
|
verified?: boolean | undefined;
|
|
1986
2278
|
} | undefined;
|
|
2279
|
+
refundAmount?: {
|
|
2280
|
+
baseUnits: string;
|
|
2281
|
+
currency: string;
|
|
2282
|
+
decimals: number;
|
|
2283
|
+
formatted: string;
|
|
2284
|
+
valuation?: {
|
|
2285
|
+
amount: string;
|
|
2286
|
+
currency: string;
|
|
2287
|
+
} | null | undefined;
|
|
2288
|
+
} | undefined;
|
|
1987
2289
|
signer: "self" | `0x${string}`;
|
|
1988
2290
|
};
|
|
1989
2291
|
type: "session-closed";
|
|
@@ -2081,14 +2383,23 @@ export declare function addresses(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
2081
2383
|
data: {
|
|
2082
2384
|
sender: `0x${string}`;
|
|
2083
2385
|
signer: "self" | `0x${string}`;
|
|
2386
|
+
sourceAmount: {
|
|
2387
|
+
baseUnits: string;
|
|
2388
|
+
currency: string;
|
|
2389
|
+
decimals: number;
|
|
2390
|
+
formatted: string;
|
|
2391
|
+
valuation?: {
|
|
2392
|
+
amount: string;
|
|
2393
|
+
currency: string;
|
|
2394
|
+
} | null | undefined;
|
|
2395
|
+
};
|
|
2084
2396
|
sourceToken: {
|
|
2085
2397
|
address: `0x${string}`;
|
|
2086
|
-
|
|
2087
|
-
|
|
2088
|
-
decimals?: number | undefined;
|
|
2398
|
+
currency: string;
|
|
2399
|
+
decimals: number;
|
|
2089
2400
|
logoUri?: string | undefined;
|
|
2090
|
-
name
|
|
2091
|
-
symbol
|
|
2401
|
+
name: string;
|
|
2402
|
+
symbol: string;
|
|
2092
2403
|
verified?: boolean | undefined;
|
|
2093
2404
|
};
|
|
2094
2405
|
};
|
|
@@ -2116,14 +2427,23 @@ export declare function addresses(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
2116
2427
|
payee: `0x${string}`;
|
|
2117
2428
|
payer: `0x${string}`;
|
|
2118
2429
|
signer: "self" | `0x${string}`;
|
|
2430
|
+
sourceAmount: {
|
|
2431
|
+
baseUnits: string;
|
|
2432
|
+
currency: string;
|
|
2433
|
+
decimals: number;
|
|
2434
|
+
formatted: string;
|
|
2435
|
+
valuation?: {
|
|
2436
|
+
amount: string;
|
|
2437
|
+
currency: string;
|
|
2438
|
+
} | null | undefined;
|
|
2439
|
+
};
|
|
2119
2440
|
sourceToken: {
|
|
2120
2441
|
address: `0x${string}`;
|
|
2121
|
-
|
|
2122
|
-
|
|
2123
|
-
decimals?: number | undefined;
|
|
2442
|
+
currency: string;
|
|
2443
|
+
decimals: number;
|
|
2124
2444
|
logoUri?: string | undefined;
|
|
2125
|
-
name
|
|
2126
|
-
symbol
|
|
2445
|
+
name: string;
|
|
2446
|
+
symbol: string;
|
|
2127
2447
|
verified?: boolean | undefined;
|
|
2128
2448
|
};
|
|
2129
2449
|
};
|
|
@@ -2149,14 +2469,23 @@ export declare function addresses(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
2149
2469
|
data: {
|
|
2150
2470
|
channelId: `0x${string}`;
|
|
2151
2471
|
signer: "self" | `0x${string}`;
|
|
2472
|
+
sourceAmount: {
|
|
2473
|
+
baseUnits: string;
|
|
2474
|
+
currency: string;
|
|
2475
|
+
decimals: number;
|
|
2476
|
+
formatted: string;
|
|
2477
|
+
valuation?: {
|
|
2478
|
+
amount: string;
|
|
2479
|
+
currency: string;
|
|
2480
|
+
} | null | undefined;
|
|
2481
|
+
};
|
|
2152
2482
|
sourceToken: {
|
|
2153
2483
|
address: `0x${string}`;
|
|
2154
|
-
|
|
2155
|
-
|
|
2156
|
-
decimals?: number | undefined;
|
|
2484
|
+
currency: string;
|
|
2485
|
+
decimals: number;
|
|
2157
2486
|
logoUri?: string | undefined;
|
|
2158
|
-
name
|
|
2159
|
-
symbol
|
|
2487
|
+
name: string;
|
|
2488
|
+
symbol: string;
|
|
2160
2489
|
verified?: boolean | undefined;
|
|
2161
2490
|
};
|
|
2162
2491
|
};
|
|
@@ -2184,14 +2513,23 @@ export declare function addresses(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
2184
2513
|
payee: `0x${string}`;
|
|
2185
2514
|
payer: `0x${string}`;
|
|
2186
2515
|
signer: "self" | `0x${string}`;
|
|
2516
|
+
sourceAmount: {
|
|
2517
|
+
baseUnits: string;
|
|
2518
|
+
currency: string;
|
|
2519
|
+
decimals: number;
|
|
2520
|
+
formatted: string;
|
|
2521
|
+
valuation?: {
|
|
2522
|
+
amount: string;
|
|
2523
|
+
currency: string;
|
|
2524
|
+
} | null | undefined;
|
|
2525
|
+
};
|
|
2187
2526
|
sourceToken: {
|
|
2188
2527
|
address: `0x${string}`;
|
|
2189
|
-
|
|
2190
|
-
|
|
2191
|
-
decimals?: number | undefined;
|
|
2528
|
+
currency: string;
|
|
2529
|
+
decimals: number;
|
|
2192
2530
|
logoUri?: string | undefined;
|
|
2193
|
-
name
|
|
2194
|
-
symbol
|
|
2531
|
+
name: string;
|
|
2532
|
+
symbol: string;
|
|
2195
2533
|
verified?: boolean | undefined;
|
|
2196
2534
|
};
|
|
2197
2535
|
};
|
|
@@ -2220,23 +2558,41 @@ export declare function addresses(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
2220
2558
|
payer: `0x${string}`;
|
|
2221
2559
|
refund?: {
|
|
2222
2560
|
address: `0x${string}`;
|
|
2223
|
-
|
|
2224
|
-
|
|
2225
|
-
decimals?: number | undefined;
|
|
2561
|
+
currency: string;
|
|
2562
|
+
decimals: number;
|
|
2226
2563
|
logoUri?: string | undefined;
|
|
2227
|
-
name
|
|
2228
|
-
symbol
|
|
2564
|
+
name: string;
|
|
2565
|
+
symbol: string;
|
|
2229
2566
|
verified?: boolean | undefined;
|
|
2230
2567
|
} | undefined;
|
|
2568
|
+
refundAmount?: {
|
|
2569
|
+
baseUnits: string;
|
|
2570
|
+
currency: string;
|
|
2571
|
+
decimals: number;
|
|
2572
|
+
formatted: string;
|
|
2573
|
+
valuation?: {
|
|
2574
|
+
amount: string;
|
|
2575
|
+
currency: string;
|
|
2576
|
+
} | null | undefined;
|
|
2577
|
+
} | undefined;
|
|
2231
2578
|
signer: "self" | `0x${string}`;
|
|
2579
|
+
sourceAmount?: {
|
|
2580
|
+
baseUnits: string;
|
|
2581
|
+
currency: string;
|
|
2582
|
+
decimals: number;
|
|
2583
|
+
formatted: string;
|
|
2584
|
+
valuation?: {
|
|
2585
|
+
amount: string;
|
|
2586
|
+
currency: string;
|
|
2587
|
+
} | null | undefined;
|
|
2588
|
+
} | undefined;
|
|
2232
2589
|
sourceToken?: {
|
|
2233
2590
|
address: `0x${string}`;
|
|
2234
|
-
|
|
2235
|
-
|
|
2236
|
-
decimals?: number | undefined;
|
|
2591
|
+
currency: string;
|
|
2592
|
+
decimals: number;
|
|
2237
2593
|
logoUri?: string | undefined;
|
|
2238
|
-
name
|
|
2239
|
-
symbol
|
|
2594
|
+
name: string;
|
|
2595
|
+
symbol: string;
|
|
2240
2596
|
verified?: boolean | undefined;
|
|
2241
2597
|
} | undefined;
|
|
2242
2598
|
};
|
|
@@ -2288,14 +2644,23 @@ export declare function addresses(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
2288
2644
|
orderId: string;
|
|
2289
2645
|
side: "ask" | "bid";
|
|
2290
2646
|
signer: "self" | `0x${string}`;
|
|
2647
|
+
sourceAmount: {
|
|
2648
|
+
baseUnits: string;
|
|
2649
|
+
currency: string;
|
|
2650
|
+
decimals: number;
|
|
2651
|
+
formatted: string;
|
|
2652
|
+
valuation?: {
|
|
2653
|
+
amount: string;
|
|
2654
|
+
currency: string;
|
|
2655
|
+
} | null | undefined;
|
|
2656
|
+
};
|
|
2291
2657
|
sourceToken: {
|
|
2292
2658
|
address: `0x${string}`;
|
|
2293
|
-
|
|
2294
|
-
|
|
2295
|
-
decimals?: number | undefined;
|
|
2659
|
+
currency: string;
|
|
2660
|
+
decimals: number;
|
|
2296
2661
|
logoUri?: string | undefined;
|
|
2297
|
-
name
|
|
2298
|
-
symbol
|
|
2662
|
+
name: string;
|
|
2663
|
+
symbol: string;
|
|
2299
2664
|
verified?: boolean | undefined;
|
|
2300
2665
|
};
|
|
2301
2666
|
tick: number;
|
|
@@ -2344,14 +2709,23 @@ export declare function addresses(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
2344
2709
|
transactionHash: `0x${string}`;
|
|
2345
2710
|
data: {
|
|
2346
2711
|
signer: "self" | `0x${string}`;
|
|
2712
|
+
sourceAmount: {
|
|
2713
|
+
baseUnits: string;
|
|
2714
|
+
currency: string;
|
|
2715
|
+
decimals: number;
|
|
2716
|
+
formatted: string;
|
|
2717
|
+
valuation?: {
|
|
2718
|
+
amount: string;
|
|
2719
|
+
currency: string;
|
|
2720
|
+
} | null | undefined;
|
|
2721
|
+
};
|
|
2347
2722
|
sourceToken: {
|
|
2348
2723
|
address: `0x${string}`;
|
|
2349
|
-
|
|
2350
|
-
|
|
2351
|
-
decimals?: number | undefined;
|
|
2724
|
+
currency: string;
|
|
2725
|
+
decimals: number;
|
|
2352
2726
|
logoUri?: string | undefined;
|
|
2353
|
-
name
|
|
2354
|
-
symbol
|
|
2727
|
+
name: string;
|
|
2728
|
+
symbol: string;
|
|
2355
2729
|
verified?: boolean | undefined;
|
|
2356
2730
|
};
|
|
2357
2731
|
validator: `0x${string}`;
|
|
@@ -2376,25 +2750,43 @@ export declare function addresses(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
2376
2750
|
title: string;
|
|
2377
2751
|
transactionHash: `0x${string}`;
|
|
2378
2752
|
data: {
|
|
2753
|
+
destinationAmount: {
|
|
2754
|
+
baseUnits: string;
|
|
2755
|
+
currency: string;
|
|
2756
|
+
decimals: number;
|
|
2757
|
+
formatted: string;
|
|
2758
|
+
valuation?: {
|
|
2759
|
+
amount: string;
|
|
2760
|
+
currency: string;
|
|
2761
|
+
} | null | undefined;
|
|
2762
|
+
};
|
|
2379
2763
|
destinationToken: {
|
|
2380
2764
|
address: `0x${string}`;
|
|
2381
|
-
|
|
2382
|
-
|
|
2383
|
-
decimals?: number | undefined;
|
|
2765
|
+
currency: string;
|
|
2766
|
+
decimals: number;
|
|
2384
2767
|
logoUri?: string | undefined;
|
|
2385
|
-
name
|
|
2386
|
-
symbol
|
|
2768
|
+
name: string;
|
|
2769
|
+
symbol: string;
|
|
2387
2770
|
verified?: boolean | undefined;
|
|
2388
2771
|
};
|
|
2389
2772
|
signer: "self" | `0x${string}`;
|
|
2773
|
+
sourceAmount: {
|
|
2774
|
+
baseUnits: string;
|
|
2775
|
+
currency: string;
|
|
2776
|
+
decimals: number;
|
|
2777
|
+
formatted: string;
|
|
2778
|
+
valuation?: {
|
|
2779
|
+
amount: string;
|
|
2780
|
+
currency: string;
|
|
2781
|
+
} | null | undefined;
|
|
2782
|
+
};
|
|
2390
2783
|
sourceToken: {
|
|
2391
2784
|
address: `0x${string}`;
|
|
2392
|
-
|
|
2393
|
-
|
|
2394
|
-
decimals?: number | undefined;
|
|
2785
|
+
currency: string;
|
|
2786
|
+
decimals: number;
|
|
2395
2787
|
logoUri?: string | undefined;
|
|
2396
|
-
name
|
|
2397
|
-
symbol
|
|
2788
|
+
name: string;
|
|
2789
|
+
symbol: string;
|
|
2398
2790
|
verified?: boolean | undefined;
|
|
2399
2791
|
};
|
|
2400
2792
|
swapper: `0x${string}`;
|
|
@@ -2421,14 +2813,23 @@ export declare function addresses(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
2421
2813
|
data: {
|
|
2422
2814
|
funder: `0x${string}`;
|
|
2423
2815
|
signer: "self" | `0x${string}`;
|
|
2816
|
+
sourceAmount: {
|
|
2817
|
+
baseUnits: string;
|
|
2818
|
+
currency: string;
|
|
2819
|
+
decimals: number;
|
|
2820
|
+
formatted: string;
|
|
2821
|
+
valuation?: {
|
|
2822
|
+
amount: string;
|
|
2823
|
+
currency: string;
|
|
2824
|
+
} | null | undefined;
|
|
2825
|
+
};
|
|
2424
2826
|
sourceToken: {
|
|
2425
2827
|
address: `0x${string}`;
|
|
2426
|
-
|
|
2427
|
-
|
|
2428
|
-
decimals?: number | undefined;
|
|
2828
|
+
currency: string;
|
|
2829
|
+
decimals: number;
|
|
2429
2830
|
logoUri?: string | undefined;
|
|
2430
|
-
name
|
|
2431
|
-
symbol
|
|
2831
|
+
name: string;
|
|
2832
|
+
symbol: string;
|
|
2432
2833
|
verified?: boolean | undefined;
|
|
2433
2834
|
};
|
|
2434
2835
|
};
|
|
@@ -2479,14 +2880,23 @@ export declare function addresses(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
2479
2880
|
account: `0x${string}`;
|
|
2480
2881
|
publicKey: `0x${string}`;
|
|
2481
2882
|
signer: "self" | `0x${string}`;
|
|
2883
|
+
sourceAmount: {
|
|
2884
|
+
baseUnits: string;
|
|
2885
|
+
currency: string;
|
|
2886
|
+
decimals: number;
|
|
2887
|
+
formatted: string;
|
|
2888
|
+
valuation?: {
|
|
2889
|
+
amount: string;
|
|
2890
|
+
currency: string;
|
|
2891
|
+
} | null | undefined;
|
|
2892
|
+
};
|
|
2482
2893
|
sourceToken: {
|
|
2483
2894
|
address: `0x${string}`;
|
|
2484
|
-
|
|
2485
|
-
|
|
2486
|
-
decimals?: number | undefined;
|
|
2895
|
+
currency: string;
|
|
2896
|
+
decimals: number;
|
|
2487
2897
|
logoUri?: string | undefined;
|
|
2488
|
-
name
|
|
2489
|
-
symbol
|
|
2898
|
+
name: string;
|
|
2899
|
+
symbol: string;
|
|
2490
2900
|
verified?: boolean | undefined;
|
|
2491
2901
|
};
|
|
2492
2902
|
};
|
|
@@ -2542,14 +2952,23 @@ export declare function addresses(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
2542
2952
|
orderId: string;
|
|
2543
2953
|
side: "ask" | "bid";
|
|
2544
2954
|
signer: "self" | `0x${string}`;
|
|
2955
|
+
sourceAmount: {
|
|
2956
|
+
baseUnits: string;
|
|
2957
|
+
currency: string;
|
|
2958
|
+
decimals: number;
|
|
2959
|
+
formatted: string;
|
|
2960
|
+
valuation?: {
|
|
2961
|
+
amount: string;
|
|
2962
|
+
currency: string;
|
|
2963
|
+
} | null | undefined;
|
|
2964
|
+
};
|
|
2545
2965
|
sourceToken: {
|
|
2546
2966
|
address: `0x${string}`;
|
|
2547
|
-
|
|
2548
|
-
|
|
2549
|
-
decimals?: number | undefined;
|
|
2967
|
+
currency: string;
|
|
2968
|
+
decimals: number;
|
|
2550
2969
|
logoUri?: string | undefined;
|
|
2551
|
-
name
|
|
2552
|
-
symbol
|
|
2970
|
+
name: string;
|
|
2971
|
+
symbol: string;
|
|
2553
2972
|
verified?: boolean | undefined;
|
|
2554
2973
|
};
|
|
2555
2974
|
tick: number;
|
|
@@ -3360,6 +3779,13 @@ export declare function addresses(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
3360
3779
|
title: "Group";
|
|
3361
3780
|
type: "group";
|
|
3362
3781
|
})[];
|
|
3782
|
+
meta?: {
|
|
3783
|
+
pricing?: {
|
|
3784
|
+
asOf: string;
|
|
3785
|
+
basis: "nominal";
|
|
3786
|
+
source: string;
|
|
3787
|
+
} | undefined;
|
|
3788
|
+
} | undefined;
|
|
3363
3789
|
nextCursor: string | null;
|
|
3364
3790
|
};
|
|
3365
3791
|
outputFormat: "json";
|
|
@@ -3372,31 +3798,9 @@ export declare function addresses(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
3372
3798
|
query?: {
|
|
3373
3799
|
chainId?: string | string[];
|
|
3374
3800
|
cursor?: string | string[];
|
|
3801
|
+
denomination?: string | string[];
|
|
3375
3802
|
group?: string | string[];
|
|
3376
|
-
|
|
3377
|
-
logs?: string | string[];
|
|
3378
|
-
} | undefined;
|
|
3379
|
-
};
|
|
3380
|
-
} | {
|
|
3381
|
-
output: {
|
|
3382
|
-
error: {
|
|
3383
|
-
code: "upstream_error";
|
|
3384
|
-
details?: readonly import("../../../internal/Response.js").error.Detail[] | undefined;
|
|
3385
|
-
message: string;
|
|
3386
|
-
};
|
|
3387
|
-
requestId: string;
|
|
3388
|
-
};
|
|
3389
|
-
outputFormat: "json";
|
|
3390
|
-
status: 502;
|
|
3391
|
-
input: {
|
|
3392
|
-
param: {
|
|
3393
|
-
address: `0x${string}`;
|
|
3394
|
-
};
|
|
3395
|
-
} & {
|
|
3396
|
-
query?: {
|
|
3397
|
-
chainId?: string | string[];
|
|
3398
|
-
cursor?: string | string[];
|
|
3399
|
-
group?: string | string[];
|
|
3803
|
+
include?: string | string[];
|
|
3400
3804
|
limit?: string | string[];
|
|
3401
3805
|
logs?: string | string[];
|
|
3402
3806
|
} | undefined;
|
|
@@ -3418,6 +3822,7 @@ export declare function addresses(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
3418
3822
|
chainId?: string | string[];
|
|
3419
3823
|
currency?: string | string[];
|
|
3420
3824
|
cursor?: string | string[];
|
|
3825
|
+
denomination?: string | string[];
|
|
3421
3826
|
feeEligible?: string | string[];
|
|
3422
3827
|
include?: string | string[];
|
|
3423
3828
|
limit?: string | string[];
|
|
@@ -3445,6 +3850,7 @@ export declare function addresses(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
3445
3850
|
chainId?: string | string[];
|
|
3446
3851
|
currency?: string | string[];
|
|
3447
3852
|
cursor?: string | string[];
|
|
3853
|
+
denomination?: string | string[];
|
|
3448
3854
|
feeEligible?: string | string[];
|
|
3449
3855
|
include?: string | string[];
|
|
3450
3856
|
limit?: string | string[];
|
|
@@ -3472,6 +3878,7 @@ export declare function addresses(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
3472
3878
|
chainId?: string | string[];
|
|
3473
3879
|
currency?: string | string[];
|
|
3474
3880
|
cursor?: string | string[];
|
|
3881
|
+
denomination?: string | string[];
|
|
3475
3882
|
feeEligible?: string | string[];
|
|
3476
3883
|
include?: string | string[];
|
|
3477
3884
|
limit?: string | string[];
|
|
@@ -3499,6 +3906,7 @@ export declare function addresses(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
3499
3906
|
chainId?: string | string[];
|
|
3500
3907
|
currency?: string | string[];
|
|
3501
3908
|
cursor?: string | string[];
|
|
3909
|
+
denomination?: string | string[];
|
|
3502
3910
|
feeEligible?: string | string[];
|
|
3503
3911
|
include?: string | string[];
|
|
3504
3912
|
limit?: string | string[];
|
|
@@ -3526,6 +3934,7 @@ export declare function addresses(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
3526
3934
|
chainId?: string | string[];
|
|
3527
3935
|
currency?: string | string[];
|
|
3528
3936
|
cursor?: string | string[];
|
|
3937
|
+
denomination?: string | string[];
|
|
3529
3938
|
feeEligible?: string | string[];
|
|
3530
3939
|
include?: string | string[];
|
|
3531
3940
|
limit?: string | string[];
|
|
@@ -3536,7 +3945,7 @@ export declare function addresses(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
3536
3945
|
} | {
|
|
3537
3946
|
output: {
|
|
3538
3947
|
error: {
|
|
3539
|
-
code: "
|
|
3948
|
+
code: "query_invalid";
|
|
3540
3949
|
details?: readonly import("../../../internal/Response.js").error.Detail[] | undefined;
|
|
3541
3950
|
message: string;
|
|
3542
3951
|
};
|
|
@@ -3553,6 +3962,7 @@ export declare function addresses(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
3553
3962
|
chainId?: string | string[];
|
|
3554
3963
|
currency?: string | string[];
|
|
3555
3964
|
cursor?: string | string[];
|
|
3965
|
+
denomination?: string | string[];
|
|
3556
3966
|
feeEligible?: string | string[];
|
|
3557
3967
|
include?: string | string[];
|
|
3558
3968
|
limit?: string | string[];
|
|
@@ -3563,14 +3973,14 @@ export declare function addresses(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
3563
3973
|
} | {
|
|
3564
3974
|
output: {
|
|
3565
3975
|
error: {
|
|
3566
|
-
code: "
|
|
3976
|
+
code: "upstream_error";
|
|
3567
3977
|
details?: readonly import("../../../internal/Response.js").error.Detail[] | undefined;
|
|
3568
3978
|
message: string;
|
|
3569
3979
|
};
|
|
3570
3980
|
requestId: string;
|
|
3571
3981
|
};
|
|
3572
3982
|
outputFormat: "json";
|
|
3573
|
-
status:
|
|
3983
|
+
status: 502;
|
|
3574
3984
|
input: {
|
|
3575
3985
|
param: {
|
|
3576
3986
|
address: `0x${string}`;
|
|
@@ -3580,6 +3990,7 @@ export declare function addresses(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
3580
3990
|
chainId?: string | string[];
|
|
3581
3991
|
currency?: string | string[];
|
|
3582
3992
|
cursor?: string | string[];
|
|
3993
|
+
denomination?: string | string[];
|
|
3583
3994
|
feeEligible?: string | string[];
|
|
3584
3995
|
include?: string | string[];
|
|
3585
3996
|
limit?: string | string[];
|
|
@@ -3590,14 +4001,14 @@ export declare function addresses(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
3590
4001
|
} | {
|
|
3591
4002
|
output: {
|
|
3592
4003
|
error: {
|
|
3593
|
-
code: "
|
|
4004
|
+
code: "address_invalid";
|
|
3594
4005
|
details?: readonly import("../../../internal/Response.js").error.Detail[] | undefined;
|
|
3595
4006
|
message: string;
|
|
3596
4007
|
};
|
|
3597
4008
|
requestId: string;
|
|
3598
4009
|
};
|
|
3599
4010
|
outputFormat: "json";
|
|
3600
|
-
status:
|
|
4011
|
+
status: 400;
|
|
3601
4012
|
input: {
|
|
3602
4013
|
param: {
|
|
3603
4014
|
address: `0x${string}`;
|
|
@@ -3607,6 +4018,7 @@ export declare function addresses(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
3607
4018
|
chainId?: string | string[];
|
|
3608
4019
|
currency?: string | string[];
|
|
3609
4020
|
cursor?: string | string[];
|
|
4021
|
+
denomination?: string | string[];
|
|
3610
4022
|
feeEligible?: string | string[];
|
|
3611
4023
|
include?: string | string[];
|
|
3612
4024
|
limit?: string | string[];
|
|
@@ -3618,9 +4030,11 @@ export declare function addresses(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
3618
4030
|
output: {
|
|
3619
4031
|
data: {
|
|
3620
4032
|
amount: string;
|
|
4033
|
+
currency: string;
|
|
4034
|
+
decimals: number;
|
|
4035
|
+
feeEligible?: boolean | undefined;
|
|
3621
4036
|
formatted: string;
|
|
3622
4037
|
id: string;
|
|
3623
|
-
feeEligible?: boolean | undefined;
|
|
3624
4038
|
token: {
|
|
3625
4039
|
address: `0x${string}`;
|
|
3626
4040
|
currency: string;
|
|
@@ -3631,10 +4045,19 @@ export declare function addresses(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
3631
4045
|
symbol: string;
|
|
3632
4046
|
verified: boolean;
|
|
3633
4047
|
};
|
|
4048
|
+
valuation: {
|
|
4049
|
+
amount: string;
|
|
4050
|
+
currency: string;
|
|
4051
|
+
} | null;
|
|
3634
4052
|
}[];
|
|
3635
4053
|
meta?: {
|
|
3636
|
-
|
|
3637
|
-
|
|
4054
|
+
pricing?: {
|
|
4055
|
+
asOf: string;
|
|
4056
|
+
basis: "nominal";
|
|
4057
|
+
source: string;
|
|
4058
|
+
} | undefined;
|
|
4059
|
+
totalCount?: number | undefined;
|
|
4060
|
+
totalCountCapped?: boolean | undefined;
|
|
3638
4061
|
} | undefined;
|
|
3639
4062
|
nextCursor: string | null;
|
|
3640
4063
|
};
|
|
@@ -3649,6 +4072,7 @@ export declare function addresses(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
3649
4072
|
chainId?: string | string[];
|
|
3650
4073
|
currency?: string | string[];
|
|
3651
4074
|
cursor?: string | string[];
|
|
4075
|
+
denomination?: string | string[];
|
|
3652
4076
|
feeEligible?: string | string[];
|
|
3653
4077
|
include?: string | string[];
|
|
3654
4078
|
limit?: string | string[];
|
|
@@ -3658,5 +4082,202 @@ export declare function addresses(): import("hono/hono-base").HonoBase<App.Envir
|
|
|
3658
4082
|
};
|
|
3659
4083
|
};
|
|
3660
4084
|
};
|
|
4085
|
+
}, "/"> | import("hono/types").MergeSchemaPath<{
|
|
4086
|
+
"/v1/addresses/:address/valuation": {
|
|
4087
|
+
$get: {
|
|
4088
|
+
output: null;
|
|
4089
|
+
outputFormat: "body";
|
|
4090
|
+
status: 402;
|
|
4091
|
+
input: {
|
|
4092
|
+
param: {
|
|
4093
|
+
address: `0x${string}`;
|
|
4094
|
+
};
|
|
4095
|
+
} & {
|
|
4096
|
+
query?: {
|
|
4097
|
+
chainId?: string | string[];
|
|
4098
|
+
denomination?: string | string[];
|
|
4099
|
+
} | undefined;
|
|
4100
|
+
};
|
|
4101
|
+
} | {
|
|
4102
|
+
output: {
|
|
4103
|
+
error: {
|
|
4104
|
+
code: "api_key_malformed";
|
|
4105
|
+
details?: readonly import("../../../internal/Response.js").error.Detail[] | undefined;
|
|
4106
|
+
message: string;
|
|
4107
|
+
};
|
|
4108
|
+
requestId: string;
|
|
4109
|
+
};
|
|
4110
|
+
outputFormat: "json";
|
|
4111
|
+
status: 400;
|
|
4112
|
+
input: {
|
|
4113
|
+
param: {
|
|
4114
|
+
address: `0x${string}`;
|
|
4115
|
+
};
|
|
4116
|
+
} & {
|
|
4117
|
+
query?: {
|
|
4118
|
+
chainId?: string | string[];
|
|
4119
|
+
denomination?: string | string[];
|
|
4120
|
+
} | undefined;
|
|
4121
|
+
};
|
|
4122
|
+
} | {
|
|
4123
|
+
output: {
|
|
4124
|
+
error: {
|
|
4125
|
+
code: "api_key_invalid" | "api_key_missing";
|
|
4126
|
+
details?: readonly import("../../../internal/Response.js").error.Detail[] | undefined;
|
|
4127
|
+
message: string;
|
|
4128
|
+
};
|
|
4129
|
+
requestId: string;
|
|
4130
|
+
};
|
|
4131
|
+
outputFormat: "json";
|
|
4132
|
+
status: 401;
|
|
4133
|
+
input: {
|
|
4134
|
+
param: {
|
|
4135
|
+
address: `0x${string}`;
|
|
4136
|
+
};
|
|
4137
|
+
} & {
|
|
4138
|
+
query?: {
|
|
4139
|
+
chainId?: string | string[];
|
|
4140
|
+
denomination?: string | string[];
|
|
4141
|
+
} | undefined;
|
|
4142
|
+
};
|
|
4143
|
+
} | {
|
|
4144
|
+
output: {
|
|
4145
|
+
error: {
|
|
4146
|
+
code: "api_key_forbidden";
|
|
4147
|
+
details?: readonly import("../../../internal/Response.js").error.Detail[] | undefined;
|
|
4148
|
+
message: string;
|
|
4149
|
+
};
|
|
4150
|
+
requestId: string;
|
|
4151
|
+
};
|
|
4152
|
+
outputFormat: "json";
|
|
4153
|
+
status: 403;
|
|
4154
|
+
input: {
|
|
4155
|
+
param: {
|
|
4156
|
+
address: `0x${string}`;
|
|
4157
|
+
};
|
|
4158
|
+
} & {
|
|
4159
|
+
query?: {
|
|
4160
|
+
chainId?: string | string[];
|
|
4161
|
+
denomination?: string | string[];
|
|
4162
|
+
} | undefined;
|
|
4163
|
+
};
|
|
4164
|
+
} | {
|
|
4165
|
+
output: {
|
|
4166
|
+
error: {
|
|
4167
|
+
code: "payment_required" | "rate_limit_exceeded";
|
|
4168
|
+
details?: readonly import("../../../internal/Response.js").error.Detail[] | undefined;
|
|
4169
|
+
message: string;
|
|
4170
|
+
};
|
|
4171
|
+
requestId: string;
|
|
4172
|
+
};
|
|
4173
|
+
outputFormat: "json";
|
|
4174
|
+
status: 429;
|
|
4175
|
+
input: {
|
|
4176
|
+
param: {
|
|
4177
|
+
address: `0x${string}`;
|
|
4178
|
+
};
|
|
4179
|
+
} & {
|
|
4180
|
+
query?: {
|
|
4181
|
+
chainId?: string | string[];
|
|
4182
|
+
denomination?: string | string[];
|
|
4183
|
+
} | undefined;
|
|
4184
|
+
};
|
|
4185
|
+
} | {
|
|
4186
|
+
output: {
|
|
4187
|
+
error: {
|
|
4188
|
+
code: "query_invalid";
|
|
4189
|
+
details?: readonly import("../../../internal/Response.js").error.Detail[] | undefined;
|
|
4190
|
+
message: string;
|
|
4191
|
+
};
|
|
4192
|
+
requestId: string;
|
|
4193
|
+
};
|
|
4194
|
+
outputFormat: "json";
|
|
4195
|
+
status: 400;
|
|
4196
|
+
input: {
|
|
4197
|
+
param: {
|
|
4198
|
+
address: `0x${string}`;
|
|
4199
|
+
};
|
|
4200
|
+
} & {
|
|
4201
|
+
query?: {
|
|
4202
|
+
chainId?: string | string[];
|
|
4203
|
+
denomination?: string | string[];
|
|
4204
|
+
} | undefined;
|
|
4205
|
+
};
|
|
4206
|
+
} | {
|
|
4207
|
+
output: {
|
|
4208
|
+
error: {
|
|
4209
|
+
code: "upstream_error";
|
|
4210
|
+
details?: readonly import("../../../internal/Response.js").error.Detail[] | undefined;
|
|
4211
|
+
message: string;
|
|
4212
|
+
};
|
|
4213
|
+
requestId: string;
|
|
4214
|
+
};
|
|
4215
|
+
outputFormat: "json";
|
|
4216
|
+
status: 502;
|
|
4217
|
+
input: {
|
|
4218
|
+
param: {
|
|
4219
|
+
address: `0x${string}`;
|
|
4220
|
+
};
|
|
4221
|
+
} & {
|
|
4222
|
+
query?: {
|
|
4223
|
+
chainId?: string | string[];
|
|
4224
|
+
denomination?: string | string[];
|
|
4225
|
+
} | undefined;
|
|
4226
|
+
};
|
|
4227
|
+
} | {
|
|
4228
|
+
output: {
|
|
4229
|
+
error: {
|
|
4230
|
+
code: "address_invalid";
|
|
4231
|
+
details?: readonly import("../../../internal/Response.js").error.Detail[] | undefined;
|
|
4232
|
+
message: string;
|
|
4233
|
+
};
|
|
4234
|
+
requestId: string;
|
|
4235
|
+
};
|
|
4236
|
+
outputFormat: "json";
|
|
4237
|
+
status: 400;
|
|
4238
|
+
input: {
|
|
4239
|
+
param: {
|
|
4240
|
+
address: `0x${string}`;
|
|
4241
|
+
};
|
|
4242
|
+
} & {
|
|
4243
|
+
query?: {
|
|
4244
|
+
chainId?: string | string[];
|
|
4245
|
+
denomination?: string | string[];
|
|
4246
|
+
} | undefined;
|
|
4247
|
+
};
|
|
4248
|
+
} | {
|
|
4249
|
+
output: {
|
|
4250
|
+
address: `0x${string}`;
|
|
4251
|
+
amount: string;
|
|
4252
|
+
currency: string;
|
|
4253
|
+
id: string;
|
|
4254
|
+
pricing: {
|
|
4255
|
+
asOf: string;
|
|
4256
|
+
basis: "nominal";
|
|
4257
|
+
source: string;
|
|
4258
|
+
} | null;
|
|
4259
|
+
unpriced: string[];
|
|
4260
|
+
};
|
|
4261
|
+
outputFormat: "json";
|
|
4262
|
+
status: 200;
|
|
4263
|
+
input: {
|
|
4264
|
+
param: {
|
|
4265
|
+
address: `0x${string}`;
|
|
4266
|
+
};
|
|
4267
|
+
} & {
|
|
4268
|
+
query?: {
|
|
4269
|
+
chainId?: string | string[];
|
|
4270
|
+
denomination?: string | string[];
|
|
4271
|
+
} | undefined;
|
|
4272
|
+
};
|
|
4273
|
+
};
|
|
4274
|
+
};
|
|
3661
4275
|
}, "/">, "/", "/">;
|
|
4276
|
+
export declare namespace addresses {
|
|
4277
|
+
/** Options for the address-scoped route composer. */
|
|
4278
|
+
type Options = {
|
|
4279
|
+
/** FX configuration for the valuation endpoint. */
|
|
4280
|
+
fx?: Valuation.addresses.Fx | undefined;
|
|
4281
|
+
};
|
|
4282
|
+
}
|
|
3662
4283
|
//# sourceMappingURL=addresses.d.ts.map
|