tapimo 0.5.2 → 0.6.0

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