tapimo 0.10.0 → 0.10.2

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 (295) hide show
  1. package/dist/ApiKey.d.ts +2 -1
  2. package/dist/ApiKey.d.ts.map +1 -1
  3. package/dist/ApiKeys.d.ts +4 -2
  4. package/dist/ApiKeys.d.ts.map +1 -1
  5. package/dist/ApiKeys.js +26 -1
  6. package/dist/ApiKeys.js.map +1 -1
  7. package/dist/App.d.ts +6007 -5003
  8. package/dist/App.d.ts.map +1 -1
  9. package/dist/App.js +1 -0
  10. package/dist/App.js.map +1 -1
  11. package/dist/Webhooks.d.ts +1 -1
  12. package/dist/Webhooks.d.ts.map +1 -1
  13. package/dist/Webhooks.js +6 -6
  14. package/dist/Webhooks.js.map +1 -1
  15. package/dist/admin/App.d.ts +91 -84
  16. package/dist/admin/App.d.ts.map +1 -1
  17. package/dist/admin/apps/api-keys.d.ts +22 -13
  18. package/dist/admin/apps/api-keys.d.ts.map +1 -1
  19. package/dist/admin/apps/api-keys.js +6 -0
  20. package/dist/admin/apps/api-keys.js.map +1 -1
  21. package/dist/admin/apps/organizations.d.ts +4 -2
  22. package/dist/admin/apps/organizations.d.ts.map +1 -1
  23. package/dist/admin/ui.generated.d.ts +1 -1
  24. package/dist/admin/ui.generated.js +69 -69
  25. package/dist/admin/ui.generated.js.map +1 -1
  26. package/dist/analytics/Analytics.d.ts.map +1 -1
  27. package/dist/analytics/Analytics.js +232 -0
  28. package/dist/analytics/Analytics.js.map +1 -1
  29. package/dist/analytics/tables/requestEvents.d.ts +4 -0
  30. package/dist/analytics/tables/requestEvents.d.ts.map +1 -1
  31. package/dist/analytics/tables/requestEvents.js +2 -0
  32. package/dist/analytics/tables/requestEvents.js.map +1 -1
  33. package/dist/apps/Zones.d.ts +4266 -82
  34. package/dist/apps/Zones.d.ts.map +1 -1
  35. package/dist/apps/Zones.js +27 -8
  36. package/dist/apps/Zones.js.map +1 -1
  37. package/dist/apps/data/App.d.ts +3467 -2696
  38. package/dist/apps/data/App.d.ts.map +1 -1
  39. package/dist/apps/data/App.js +2 -0
  40. package/dist/apps/data/App.js.map +1 -1
  41. package/dist/apps/data/routes/activities.d.ts +2999 -100
  42. package/dist/apps/data/routes/activities.d.ts.map +1 -1
  43. package/dist/apps/data/routes/activities.js +340 -2
  44. package/dist/apps/data/routes/activities.js.map +1 -1
  45. package/dist/apps/data/routes/addresses.d.ts +514 -0
  46. package/dist/apps/data/routes/addresses.d.ts.map +1 -1
  47. package/dist/apps/data/routes/balances.d.ts +26 -26
  48. package/dist/apps/data/routes/balances.d.ts.map +1 -1
  49. package/dist/apps/data/routes/balances.js +7 -3
  50. package/dist/apps/data/routes/balances.js.map +1 -1
  51. package/dist/apps/data/routes/blocks.d.ts +4 -4
  52. package/dist/apps/data/routes/earn.d.ts +75 -75
  53. package/dist/apps/data/routes/earn.d.ts.map +1 -1
  54. package/dist/apps/data/routes/earn.js +65 -36
  55. package/dist/apps/data/routes/earn.js.map +1 -1
  56. package/dist/apps/data/routes/exchanges.d.ts +124 -120
  57. package/dist/apps/data/routes/exchanges.d.ts.map +1 -1
  58. package/dist/apps/data/routes/exchanges.js +115 -77
  59. package/dist/apps/data/routes/exchanges.js.map +1 -1
  60. package/dist/apps/data/routes/fee-amm.d.ts +24 -24
  61. package/dist/apps/data/routes/indexer.d.ts +2 -1
  62. package/dist/apps/data/routes/indexer.d.ts.map +1 -1
  63. package/dist/apps/data/routes/indexer.js +3 -2
  64. package/dist/apps/data/routes/indexer.js.map +1 -1
  65. package/dist/apps/data/routes/receipts.d.ts +4 -3
  66. package/dist/apps/data/routes/receipts.d.ts.map +1 -1
  67. package/dist/apps/data/routes/receipts.js +15 -14
  68. package/dist/apps/data/routes/receipts.js.map +1 -1
  69. package/dist/apps/data/routes/rpc.d.ts.map +1 -1
  70. package/dist/apps/data/routes/rpc.js +5 -1
  71. package/dist/apps/data/routes/rpc.js.map +1 -1
  72. package/dist/apps/data/routes/tokenlist.d.ts +12 -12
  73. package/dist/apps/data/routes/tokens.d.ts +1 -1
  74. package/dist/apps/data/routes/tokens.d.ts.map +1 -1
  75. package/dist/apps/data/routes/tokens.js +4 -3
  76. package/dist/apps/data/routes/tokens.js.map +1 -1
  77. package/dist/apps/data/routes/transfers.d.ts.map +1 -1
  78. package/dist/apps/data/routes/transfers.js +25 -7
  79. package/dist/apps/data/routes/transfers.js.map +1 -1
  80. package/dist/apps/data/routes/verified-tokens.d.ts +37 -37
  81. package/dist/apps/data/routes/webhooks.d.ts +71 -1
  82. package/dist/apps/data/routes/webhooks.d.ts.map +1 -1
  83. package/dist/apps/data/routes/webhooks.js +177 -23
  84. package/dist/apps/data/routes/webhooks.js.map +1 -1
  85. package/dist/apps/data/routes/zones.js +1 -1
  86. package/dist/apps/data/routes/zones.js.map +1 -1
  87. package/dist/apps/funding/App.d.ts +322 -89
  88. package/dist/apps/funding/App.d.ts.map +1 -1
  89. package/dist/apps/funding/routes/deposit-addresses.d.ts +375 -45
  90. package/dist/apps/funding/routes/deposit-addresses.d.ts.map +1 -1
  91. package/dist/apps/funding/routes/deposit-addresses.js +208 -12
  92. package/dist/apps/funding/routes/deposit-addresses.js.map +1 -1
  93. package/dist/apps/funding/routes/transfers.d.ts +32 -32
  94. package/dist/apps/funding/routes/transfers.js +1 -1
  95. package/dist/apps/funding/routes/transfers.js.map +1 -1
  96. package/dist/apps/management/App.d.ts +418 -418
  97. package/dist/apps/management/routes/api-keys.d.ts +50 -50
  98. package/dist/apps/management/routes/billing.d.ts +72 -72
  99. package/dist/apps/management/routes/billing.js +1 -1
  100. package/dist/apps/management/routes/billing.js.map +1 -1
  101. package/dist/apps/management/routes/faucet.d.ts +8 -8
  102. package/dist/apps/management/routes/faucet.js +2 -2
  103. package/dist/apps/management/routes/faucet.js.map +1 -1
  104. package/dist/apps/management/routes/invite-links.d.ts +42 -42
  105. package/dist/apps/management/routes/me.d.ts +6 -6
  106. package/dist/apps/management/routes/members.d.ts +14 -14
  107. package/dist/apps/management/routes/projects.d.ts +40 -40
  108. package/dist/apps/management/routes/usage.d.ts +8 -8
  109. package/dist/apps/management/routes/webhooks.d.ts +49 -49
  110. package/dist/apps/mcp.d.ts.map +1 -1
  111. package/dist/apps/mcp.js +4 -1
  112. package/dist/apps/mcp.js.map +1 -1
  113. package/dist/db/Db.d.ts +2 -0
  114. package/dist/db/Db.d.ts.map +1 -1
  115. package/dist/db/Db.js +90 -0
  116. package/dist/db/Db.js.map +1 -1
  117. package/dist/db/Schema.d.ts +19 -0
  118. package/dist/db/Schema.d.ts.map +1 -1
  119. package/dist/db/Schema.js +24 -0
  120. package/dist/db/Schema.js.map +1 -1
  121. package/dist/db/tables/fundingDepositAddresses.d.ts +20 -0
  122. package/dist/db/tables/fundingDepositAddresses.d.ts.map +1 -1
  123. package/dist/db/tables/fundingDepositAddresses.js +17 -0
  124. package/dist/db/tables/fundingDepositAddresses.js.map +1 -1
  125. package/dist/db/tables/fundingDeposits.d.ts +41 -0
  126. package/dist/db/tables/fundingDeposits.d.ts.map +1 -1
  127. package/dist/db/tables/fundingDeposits.js +69 -0
  128. package/dist/db/tables/fundingDeposits.js.map +1 -1
  129. package/dist/db/tables/webhookQueueEvents.d.ts +122 -0
  130. package/dist/db/tables/webhookQueueEvents.d.ts.map +1 -0
  131. package/dist/db/tables/webhookQueueEvents.js +160 -0
  132. package/dist/db/tables/webhookQueueEvents.js.map +1 -0
  133. package/dist/db/tables/webhookSubscriptions.d.ts +2 -0
  134. package/dist/db/tables/webhookSubscriptions.d.ts.map +1 -1
  135. package/dist/db/tables/webhookSubscriptions.js +10 -0
  136. package/dist/db/tables/webhookSubscriptions.js.map +1 -1
  137. package/dist/internal/Auth.d.ts +3 -26
  138. package/dist/internal/Auth.d.ts.map +1 -1
  139. package/dist/internal/Auth.js +6 -37
  140. package/dist/internal/Auth.js.map +1 -1
  141. package/dist/internal/Credential.d.ts +27 -0
  142. package/dist/internal/Credential.d.ts.map +1 -0
  143. package/dist/internal/Credential.js +34 -0
  144. package/dist/internal/Credential.js.map +1 -0
  145. package/dist/internal/EarnRates.js +11 -7
  146. package/dist/internal/EarnRates.js.map +1 -1
  147. package/dist/internal/Log.d.ts +8 -0
  148. package/dist/internal/Log.d.ts.map +1 -1
  149. package/dist/internal/Log.js +4 -0
  150. package/dist/internal/Log.js.map +1 -1
  151. package/dist/internal/MetricSink.d.ts +51 -0
  152. package/dist/internal/MetricSink.d.ts.map +1 -1
  153. package/dist/internal/MetricSink.js +54 -2
  154. package/dist/internal/MetricSink.js.map +1 -1
  155. package/dist/internal/RateLimit.d.ts +4 -6
  156. package/dist/internal/RateLimit.d.ts.map +1 -1
  157. package/dist/internal/RateLimit.js +15 -14
  158. package/dist/internal/RateLimit.js.map +1 -1
  159. package/dist/internal/Store.d.ts +2 -1
  160. package/dist/internal/Store.d.ts.map +1 -1
  161. package/dist/internal/Store.js +57 -18
  162. package/dist/internal/Store.js.map +1 -1
  163. package/dist/internal/Tidx.d.ts +4 -3
  164. package/dist/internal/Tidx.d.ts.map +1 -1
  165. package/dist/internal/Tidx.js +2 -2
  166. package/dist/internal/Tidx.js.map +1 -1
  167. package/dist/internal/Value.d.ts +2 -0
  168. package/dist/internal/Value.d.ts.map +1 -1
  169. package/dist/internal/Value.js +25 -0
  170. package/dist/internal/Value.js.map +1 -1
  171. package/dist/internal/Viem.d.ts +4 -3
  172. package/dist/internal/Viem.d.ts.map +1 -1
  173. package/dist/internal/Viem.js +3 -2
  174. package/dist/internal/Viem.js.map +1 -1
  175. package/dist/internal/WebhookTransfer.d.ts +20 -0
  176. package/dist/internal/WebhookTransfer.d.ts.map +1 -1
  177. package/dist/internal/WebhookTransfer.js +7 -4
  178. package/dist/internal/WebhookTransfer.js.map +1 -1
  179. package/dist/internal/Webhooks.d.ts +141 -0
  180. package/dist/internal/Webhooks.d.ts.map +1 -1
  181. package/dist/internal/Webhooks.js +139 -10
  182. package/dist/internal/Webhooks.js.map +1 -1
  183. package/dist/internal/funding/providers/relay.d.ts +3 -4
  184. package/dist/internal/funding/providers/relay.d.ts.map +1 -1
  185. package/dist/internal/funding/providers/relay.js +59 -8
  186. package/dist/internal/funding/providers/relay.js.map +1 -1
  187. package/dist/internal/index.d.ts +1 -0
  188. package/dist/internal/index.d.ts.map +1 -1
  189. package/dist/internal/index.js +1 -0
  190. package/dist/internal/index.js.map +1 -1
  191. package/package.json +3 -3
  192. package/src/ApiKeys.test.ts +20 -0
  193. package/src/ApiKeys.ts +28 -1
  194. package/src/App.test.ts +40 -8
  195. package/src/App.ts +1 -0
  196. package/src/Client.test-d.ts +34 -1
  197. package/src/Webhooks.ts +20 -18
  198. package/src/admin/apps/api-keys.test.ts +9 -0
  199. package/src/admin/apps/api-keys.ts +15 -0
  200. package/src/admin/ui/src/lib/query-client.ts +3 -2
  201. package/src/admin/ui/src/routes/api-keys.tsx +31 -9
  202. package/src/admin/ui.generated.ts +69 -69
  203. package/src/analytics/Analytics.test.ts +42 -0
  204. package/src/analytics/Analytics.ts +232 -0
  205. package/src/analytics/tables/requestEvents.ts +6 -0
  206. package/src/apps/Zones.test.ts +20 -3
  207. package/src/apps/Zones.ts +28 -8
  208. package/src/apps/composition.test.ts +2 -0
  209. package/src/apps/data/App.test.ts +2 -2
  210. package/src/apps/data/App.ts +2 -0
  211. package/src/apps/data/routes/activities.bench.ts +41 -0
  212. package/src/apps/data/routes/activities.test.ts +103 -2
  213. package/src/apps/data/routes/activities.ts +401 -2
  214. package/src/apps/data/routes/balances.bench.ts +21 -0
  215. package/src/apps/data/routes/balances.ts +7 -3
  216. package/src/apps/data/routes/blocks.bench.ts +34 -0
  217. package/src/apps/data/routes/coingecko.bench.ts +53 -0
  218. package/src/apps/data/routes/earn.bench.ts +71 -0
  219. package/src/apps/data/routes/earn.ts +66 -36
  220. package/src/apps/data/routes/exchanges.bench.ts +85 -0
  221. package/src/apps/data/routes/exchanges.test.ts +8 -3
  222. package/src/apps/data/routes/exchanges.ts +134 -82
  223. package/src/apps/data/routes/fee-amm.bench.ts +13 -0
  224. package/src/apps/data/routes/indexer.bench.ts +8 -0
  225. package/src/apps/data/routes/indexer.test.ts +2 -1
  226. package/src/apps/data/routes/indexer.ts +3 -2
  227. package/src/apps/data/routes/receipts.bench.ts +39 -0
  228. package/src/apps/data/routes/receipts.ts +16 -14
  229. package/src/apps/data/routes/rpc.bench.ts +14 -0
  230. package/src/apps/data/routes/rpc.test.ts +27 -0
  231. package/src/apps/data/routes/rpc.ts +5 -1
  232. package/src/apps/data/routes/tokenlist.bench.ts +3 -0
  233. package/src/apps/data/routes/tokens.bench.ts +76 -0
  234. package/src/apps/data/routes/tokens.ts +3 -2
  235. package/src/apps/data/routes/transactions.bench.ts +48 -0
  236. package/src/apps/data/routes/transfers.bench.ts +28 -0
  237. package/src/apps/data/routes/transfers.ts +36 -10
  238. package/src/apps/data/routes/valuation.bench.ts +14 -0
  239. package/src/apps/data/routes/verified-tokens.bench.ts +8 -0
  240. package/src/apps/data/routes/webhooks.bench.ts +26 -0
  241. package/src/apps/data/routes/webhooks.scan.test.ts +326 -0
  242. package/src/apps/data/routes/webhooks.test.ts +53 -6
  243. package/src/apps/data/routes/webhooks.ts +252 -24
  244. package/src/apps/data/routes/zones.bench.ts +32 -0
  245. package/src/apps/data/routes/zones.test.ts +1 -1
  246. package/src/apps/data/routes/zones.ts +1 -1
  247. package/src/apps/funding/routes/chains.test.ts +1 -1
  248. package/src/apps/funding/routes/deposit-addresses.test.ts +217 -3
  249. package/src/apps/funding/routes/deposit-addresses.ts +255 -19
  250. package/src/apps/funding/routes/providers.test.ts +1 -1
  251. package/src/apps/funding/routes/quotes.test.ts +1 -1
  252. package/src/apps/funding/routes/transfers.test.ts +20 -8
  253. package/src/apps/funding/routes/transfers.ts +1 -1
  254. package/src/apps/management/routes/billing.ts +1 -1
  255. package/src/apps/management/routes/faucet.ts +2 -2
  256. package/src/apps/management/routes/me.test.ts +31 -0
  257. package/src/apps/mcp.ts +4 -1
  258. package/src/db/Db.ts +117 -0
  259. package/src/db/Schema.ts +32 -0
  260. package/src/db/tables/fundingDepositAddresses.test.ts +28 -0
  261. package/src/db/tables/fundingDepositAddresses.ts +39 -0
  262. package/src/db/tables/fundingDeposits.test.ts +82 -0
  263. package/src/db/tables/fundingDeposits.ts +130 -0
  264. package/src/db/tables/webhookQueueEvents.ts +285 -0
  265. package/src/db/tables/webhookSubscriptions.ts +15 -0
  266. package/src/internal/Auth.test.ts +61 -98
  267. package/src/internal/Auth.ts +9 -63
  268. package/src/internal/Credential.test.ts +51 -0
  269. package/src/internal/Credential.ts +58 -0
  270. package/src/internal/EarnRates.ts +13 -7
  271. package/src/internal/EarnVaults.test.ts +2 -2
  272. package/src/internal/Log.test.ts +3 -1
  273. package/src/internal/Log.ts +14 -0
  274. package/src/internal/MetricSink.test.ts +108 -2
  275. package/src/internal/MetricSink.ts +112 -2
  276. package/src/internal/RateLimit.test.ts +23 -18
  277. package/src/internal/RateLimit.ts +23 -15
  278. package/src/internal/Store.test.ts +99 -13
  279. package/src/internal/Store.ts +52 -17
  280. package/src/internal/Tidx.test.ts +4 -4
  281. package/src/internal/Tidx.ts +5 -4
  282. package/src/internal/Value.test.ts +25 -0
  283. package/src/internal/Value.ts +29 -0
  284. package/src/internal/Viem.test.ts +4 -0
  285. package/src/internal/Viem.ts +6 -4
  286. package/src/internal/WebhookTransfer.test.ts +89 -0
  287. package/src/internal/WebhookTransfer.ts +11 -7
  288. package/src/internal/Webhooks.test.ts +488 -0
  289. package/src/internal/Webhooks.ts +291 -10
  290. package/src/internal/funding/Provider.test.ts +1 -1
  291. package/src/internal/funding/providers/index.test.ts +73 -3
  292. package/src/internal/funding/providers/relay.test.ts +1 -5
  293. package/src/internal/funding/providers/relay.ts +56 -12
  294. package/src/internal/index.test.ts +1 -0
  295. package/src/internal/index.ts +1 -0
@@ -107,14 +107,14 @@ export declare function funding(options?: funding.Options): import("hono/hono-ba
107
107
  } | {
108
108
  output: {
109
109
  error: {
110
- code: "upstream_error";
110
+ code: "api_key_malformed";
111
111
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
112
112
  message: string;
113
113
  };
114
114
  requestId: string;
115
115
  };
116
116
  outputFormat: "json";
117
- status: 502;
117
+ status: 400;
118
118
  input: {
119
119
  query: {
120
120
  destinationToken?: string | string[];
@@ -128,14 +128,14 @@ export declare function funding(options?: funding.Options): import("hono/hono-ba
128
128
  } | {
129
129
  output: {
130
130
  error: {
131
- code: "api_key_malformed";
131
+ code: "api_key_invalid" | "api_key_missing";
132
132
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
133
133
  message: string;
134
134
  };
135
135
  requestId: string;
136
136
  };
137
137
  outputFormat: "json";
138
- status: 400;
138
+ status: 401;
139
139
  input: {
140
140
  query: {
141
141
  destinationToken?: string | string[];
@@ -149,14 +149,14 @@ export declare function funding(options?: funding.Options): import("hono/hono-ba
149
149
  } | {
150
150
  output: {
151
151
  error: {
152
- code: "api_key_invalid" | "api_key_missing";
152
+ code: "api_key_forbidden" | "api_key_ip_forbidden";
153
153
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
154
154
  message: string;
155
155
  };
156
156
  requestId: string;
157
157
  };
158
158
  outputFormat: "json";
159
- status: 401;
159
+ status: 403;
160
160
  input: {
161
161
  query: {
162
162
  destinationToken?: string | string[];
@@ -170,14 +170,14 @@ export declare function funding(options?: funding.Options): import("hono/hono-ba
170
170
  } | {
171
171
  output: {
172
172
  error: {
173
- code: "api_key_forbidden" | "api_key_ip_forbidden";
173
+ code: "payment_required" | "rate_limit_exceeded";
174
174
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
175
175
  message: string;
176
176
  };
177
177
  requestId: string;
178
178
  };
179
179
  outputFormat: "json";
180
- status: 403;
180
+ status: 429;
181
181
  input: {
182
182
  query: {
183
183
  destinationToken?: string | string[];
@@ -191,14 +191,14 @@ export declare function funding(options?: funding.Options): import("hono/hono-ba
191
191
  } | {
192
192
  output: {
193
193
  error: {
194
- code: "payment_required" | "rate_limit_exceeded";
194
+ code: "query_invalid";
195
195
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
196
196
  message: string;
197
197
  };
198
198
  requestId: string;
199
199
  };
200
200
  outputFormat: "json";
201
- status: 429;
201
+ status: 400;
202
202
  input: {
203
203
  query: {
204
204
  destinationToken?: string | string[];
@@ -212,14 +212,14 @@ export declare function funding(options?: funding.Options): import("hono/hono-ba
212
212
  } | {
213
213
  output: {
214
214
  error: {
215
- code: "query_invalid";
215
+ code: "upstream_error";
216
216
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
217
217
  message: string;
218
218
  };
219
219
  requestId: string;
220
220
  };
221
221
  outputFormat: "json";
222
- status: 400;
222
+ status: 502;
223
223
  input: {
224
224
  query: {
225
225
  destinationToken?: string | string[];
@@ -386,14 +386,14 @@ export declare function funding(options?: funding.Options): import("hono/hono-ba
386
386
  $get: {
387
387
  output: {
388
388
  error: {
389
- code: "upstream_error";
389
+ code: "api_key_malformed";
390
390
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
391
391
  message: string;
392
392
  };
393
393
  requestId: string;
394
394
  };
395
395
  outputFormat: "json";
396
- status: 502;
396
+ status: 400;
397
397
  input: {
398
398
  query?: {
399
399
  cursor?: string | string[];
@@ -405,14 +405,14 @@ export declare function funding(options?: funding.Options): import("hono/hono-ba
405
405
  } | {
406
406
  output: {
407
407
  error: {
408
- code: "api_key_malformed";
408
+ code: "api_key_invalid" | "api_key_missing";
409
409
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
410
410
  message: string;
411
411
  };
412
412
  requestId: string;
413
413
  };
414
414
  outputFormat: "json";
415
- status: 400;
415
+ status: 401;
416
416
  input: {
417
417
  query?: {
418
418
  cursor?: string | string[];
@@ -424,14 +424,14 @@ export declare function funding(options?: funding.Options): import("hono/hono-ba
424
424
  } | {
425
425
  output: {
426
426
  error: {
427
- code: "api_key_invalid" | "api_key_missing";
427
+ code: "api_key_forbidden" | "api_key_ip_forbidden";
428
428
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
429
429
  message: string;
430
430
  };
431
431
  requestId: string;
432
432
  };
433
433
  outputFormat: "json";
434
- status: 401;
434
+ status: 403;
435
435
  input: {
436
436
  query?: {
437
437
  cursor?: string | string[];
@@ -443,14 +443,14 @@ export declare function funding(options?: funding.Options): import("hono/hono-ba
443
443
  } | {
444
444
  output: {
445
445
  error: {
446
- code: "api_key_forbidden" | "api_key_ip_forbidden";
446
+ code: "payment_required" | "rate_limit_exceeded";
447
447
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
448
448
  message: string;
449
449
  };
450
450
  requestId: string;
451
451
  };
452
452
  outputFormat: "json";
453
- status: 403;
453
+ status: 429;
454
454
  input: {
455
455
  query?: {
456
456
  cursor?: string | string[];
@@ -462,14 +462,14 @@ export declare function funding(options?: funding.Options): import("hono/hono-ba
462
462
  } | {
463
463
  output: {
464
464
  error: {
465
- code: "payment_required" | "rate_limit_exceeded";
465
+ code: "query_invalid";
466
466
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
467
467
  message: string;
468
468
  };
469
469
  requestId: string;
470
470
  };
471
471
  outputFormat: "json";
472
- status: 429;
472
+ status: 400;
473
473
  input: {
474
474
  query?: {
475
475
  cursor?: string | string[];
@@ -481,14 +481,14 @@ export declare function funding(options?: funding.Options): import("hono/hono-ba
481
481
  } | {
482
482
  output: {
483
483
  error: {
484
- code: "query_invalid";
484
+ code: "upstream_error";
485
485
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
486
486
  message: string;
487
487
  };
488
488
  requestId: string;
489
489
  };
490
490
  outputFormat: "json";
491
- status: 400;
491
+ status: 502;
492
492
  input: {
493
493
  query?: {
494
494
  cursor?: string | string[];
@@ -650,14 +650,14 @@ export declare function funding(options?: funding.Options): import("hono/hono-ba
650
650
  $get: {
651
651
  output: {
652
652
  error: {
653
- code: "upstream_error";
653
+ code: "api_key_malformed";
654
654
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
655
655
  message: string;
656
656
  };
657
657
  requestId: string;
658
658
  };
659
659
  outputFormat: "json";
660
- status: 502;
660
+ status: 400;
661
661
  input: {
662
662
  param: {
663
663
  id: string;
@@ -666,14 +666,14 @@ export declare function funding(options?: funding.Options): import("hono/hono-ba
666
666
  } | {
667
667
  output: {
668
668
  error: {
669
- code: "api_key_malformed";
669
+ code: "api_key_invalid" | "api_key_missing";
670
670
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
671
671
  message: string;
672
672
  };
673
673
  requestId: string;
674
674
  };
675
675
  outputFormat: "json";
676
- status: 400;
676
+ status: 401;
677
677
  input: {
678
678
  param: {
679
679
  id: string;
@@ -682,14 +682,14 @@ export declare function funding(options?: funding.Options): import("hono/hono-ba
682
682
  } | {
683
683
  output: {
684
684
  error: {
685
- code: "api_key_invalid" | "api_key_missing";
685
+ code: "api_key_forbidden" | "api_key_ip_forbidden";
686
686
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
687
687
  message: string;
688
688
  };
689
689
  requestId: string;
690
690
  };
691
691
  outputFormat: "json";
692
- status: 401;
692
+ status: 403;
693
693
  input: {
694
694
  param: {
695
695
  id: string;
@@ -698,14 +698,14 @@ export declare function funding(options?: funding.Options): import("hono/hono-ba
698
698
  } | {
699
699
  output: {
700
700
  error: {
701
- code: "api_key_forbidden" | "api_key_ip_forbidden";
701
+ code: "payment_required" | "rate_limit_exceeded";
702
702
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
703
703
  message: string;
704
704
  };
705
705
  requestId: string;
706
706
  };
707
707
  outputFormat: "json";
708
- status: 403;
708
+ status: 429;
709
709
  input: {
710
710
  param: {
711
711
  id: string;
@@ -714,14 +714,14 @@ export declare function funding(options?: funding.Options): import("hono/hono-ba
714
714
  } | {
715
715
  output: {
716
716
  error: {
717
- code: "payment_required" | "rate_limit_exceeded";
717
+ code: "upstream_error";
718
718
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
719
719
  message: string;
720
720
  };
721
721
  requestId: string;
722
722
  };
723
723
  outputFormat: "json";
724
- status: 429;
724
+ status: 502;
725
725
  input: {
726
726
  param: {
727
727
  id: string;
@@ -899,14 +899,14 @@ export declare function funding(options?: funding.Options): import("hono/hono-ba
899
899
  $post: {
900
900
  output: {
901
901
  error: {
902
- code: "upstream_error";
902
+ code: "api_key_malformed";
903
903
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
904
904
  message: string;
905
905
  };
906
906
  requestId: string;
907
907
  };
908
908
  outputFormat: "json";
909
- status: 502;
909
+ status: 400;
910
910
  input: {
911
911
  header: {
912
912
  'idempotency-key': string;
@@ -926,14 +926,14 @@ export declare function funding(options?: funding.Options): import("hono/hono-ba
926
926
  } | {
927
927
  output: {
928
928
  error: {
929
- code: "api_key_malformed";
929
+ code: "api_key_invalid" | "api_key_missing";
930
930
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
931
931
  message: string;
932
932
  };
933
933
  requestId: string;
934
934
  };
935
935
  outputFormat: "json";
936
- status: 400;
936
+ status: 401;
937
937
  input: {
938
938
  header: {
939
939
  'idempotency-key': string;
@@ -953,14 +953,14 @@ export declare function funding(options?: funding.Options): import("hono/hono-ba
953
953
  } | {
954
954
  output: {
955
955
  error: {
956
- code: "api_key_invalid" | "api_key_missing";
956
+ code: "api_key_forbidden" | "api_key_ip_forbidden";
957
957
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
958
958
  message: string;
959
959
  };
960
960
  requestId: string;
961
961
  };
962
962
  outputFormat: "json";
963
- status: 401;
963
+ status: 403;
964
964
  input: {
965
965
  header: {
966
966
  'idempotency-key': string;
@@ -980,14 +980,14 @@ export declare function funding(options?: funding.Options): import("hono/hono-ba
980
980
  } | {
981
981
  output: {
982
982
  error: {
983
- code: "api_key_forbidden" | "api_key_ip_forbidden";
983
+ code: "payment_required" | "rate_limit_exceeded";
984
984
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
985
985
  message: string;
986
986
  };
987
987
  requestId: string;
988
988
  };
989
989
  outputFormat: "json";
990
- status: 403;
990
+ status: 429;
991
991
  input: {
992
992
  header: {
993
993
  'idempotency-key': string;
@@ -1007,14 +1007,14 @@ export declare function funding(options?: funding.Options): import("hono/hono-ba
1007
1007
  } | {
1008
1008
  output: {
1009
1009
  error: {
1010
- code: "payment_required" | "rate_limit_exceeded";
1010
+ code: "upstream_error";
1011
1011
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
1012
1012
  message: string;
1013
1013
  };
1014
1014
  requestId: string;
1015
1015
  };
1016
1016
  outputFormat: "json";
1017
- status: 429;
1017
+ status: 502;
1018
1018
  input: {
1019
1019
  header: {
1020
1020
  'idempotency-key': string;
@@ -1693,14 +1693,14 @@ export declare function funding(options?: funding.Options): import("hono/hono-ba
1693
1693
  $post: {
1694
1694
  output: {
1695
1695
  error: {
1696
- code: "upstream_error";
1696
+ code: "api_key_malformed";
1697
1697
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
1698
1698
  message: string;
1699
1699
  };
1700
1700
  requestId: string;
1701
1701
  };
1702
1702
  outputFormat: "json";
1703
- status: 502;
1703
+ status: 400;
1704
1704
  input: {
1705
1705
  header: {
1706
1706
  'idempotency-key': string;
@@ -1719,14 +1719,14 @@ export declare function funding(options?: funding.Options): import("hono/hono-ba
1719
1719
  } | {
1720
1720
  output: {
1721
1721
  error: {
1722
- code: "api_key_malformed";
1722
+ code: "api_key_invalid" | "api_key_missing";
1723
1723
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
1724
1724
  message: string;
1725
1725
  };
1726
1726
  requestId: string;
1727
1727
  };
1728
1728
  outputFormat: "json";
1729
- status: 400;
1729
+ status: 401;
1730
1730
  input: {
1731
1731
  header: {
1732
1732
  'idempotency-key': string;
@@ -1745,14 +1745,14 @@ export declare function funding(options?: funding.Options): import("hono/hono-ba
1745
1745
  } | {
1746
1746
  output: {
1747
1747
  error: {
1748
- code: "api_key_invalid" | "api_key_missing";
1748
+ code: "api_key_forbidden" | "api_key_ip_forbidden";
1749
1749
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
1750
1750
  message: string;
1751
1751
  };
1752
1752
  requestId: string;
1753
1753
  };
1754
1754
  outputFormat: "json";
1755
- status: 401;
1755
+ status: 403;
1756
1756
  input: {
1757
1757
  header: {
1758
1758
  'idempotency-key': string;
@@ -1771,14 +1771,14 @@ export declare function funding(options?: funding.Options): import("hono/hono-ba
1771
1771
  } | {
1772
1772
  output: {
1773
1773
  error: {
1774
- code: "api_key_forbidden" | "api_key_ip_forbidden";
1774
+ code: "payment_required" | "rate_limit_exceeded";
1775
1775
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
1776
1776
  message: string;
1777
1777
  };
1778
1778
  requestId: string;
1779
1779
  };
1780
1780
  outputFormat: "json";
1781
- status: 403;
1781
+ status: 429;
1782
1782
  input: {
1783
1783
  header: {
1784
1784
  'idempotency-key': string;
@@ -1797,14 +1797,14 @@ export declare function funding(options?: funding.Options): import("hono/hono-ba
1797
1797
  } | {
1798
1798
  output: {
1799
1799
  error: {
1800
- code: "payment_required" | "rate_limit_exceeded";
1800
+ code: "upstream_error";
1801
1801
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
1802
1802
  message: string;
1803
1803
  };
1804
1804
  requestId: string;
1805
1805
  };
1806
1806
  outputFormat: "json";
1807
- status: 429;
1807
+ status: 502;
1808
1808
  input: {
1809
1809
  header: {
1810
1810
  'idempotency-key': string;
@@ -2104,8 +2104,93 @@ export declare function funding(options?: funding.Options): import("hono/hono-ba
2104
2104
  };
2105
2105
  };
2106
2106
  } & {
2107
- "/v1/funding/deposit-addresses/:id{fda_[A-Za-z0-9_-]+}": {
2107
+ "/v1/funding/deposit-addresses": {
2108
2108
  $get: {
2109
+ output: {
2110
+ error: {
2111
+ code: "api_key_malformed";
2112
+ details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
2113
+ message: string;
2114
+ };
2115
+ requestId: string;
2116
+ };
2117
+ outputFormat: "json";
2118
+ status: 400;
2119
+ input: {
2120
+ query?: {
2121
+ cursor?: string | string[];
2122
+ limit?: string | string[];
2123
+ } | undefined;
2124
+ };
2125
+ } | {
2126
+ output: {
2127
+ error: {
2128
+ code: "api_key_invalid" | "api_key_missing";
2129
+ details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
2130
+ message: string;
2131
+ };
2132
+ requestId: string;
2133
+ };
2134
+ outputFormat: "json";
2135
+ status: 401;
2136
+ input: {
2137
+ query?: {
2138
+ cursor?: string | string[];
2139
+ limit?: string | string[];
2140
+ } | undefined;
2141
+ };
2142
+ } | {
2143
+ output: {
2144
+ error: {
2145
+ code: "api_key_forbidden" | "api_key_ip_forbidden";
2146
+ details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
2147
+ message: string;
2148
+ };
2149
+ requestId: string;
2150
+ };
2151
+ outputFormat: "json";
2152
+ status: 403;
2153
+ input: {
2154
+ query?: {
2155
+ cursor?: string | string[];
2156
+ limit?: string | string[];
2157
+ } | undefined;
2158
+ };
2159
+ } | {
2160
+ output: {
2161
+ error: {
2162
+ code: "payment_required" | "rate_limit_exceeded";
2163
+ details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
2164
+ message: string;
2165
+ };
2166
+ requestId: string;
2167
+ };
2168
+ outputFormat: "json";
2169
+ status: 429;
2170
+ input: {
2171
+ query?: {
2172
+ cursor?: string | string[];
2173
+ limit?: string | string[];
2174
+ } | undefined;
2175
+ };
2176
+ } | {
2177
+ output: {
2178
+ error: {
2179
+ code: "query_invalid";
2180
+ details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
2181
+ message: string;
2182
+ };
2183
+ requestId: string;
2184
+ };
2185
+ outputFormat: "json";
2186
+ status: 400;
2187
+ input: {
2188
+ query?: {
2189
+ cursor?: string | string[];
2190
+ limit?: string | string[];
2191
+ } | undefined;
2192
+ };
2193
+ } | {
2109
2194
  output: {
2110
2195
  error: {
2111
2196
  code: "upstream_error";
@@ -2117,11 +2202,91 @@ export declare function funding(options?: funding.Options): import("hono/hono-ba
2117
2202
  outputFormat: "json";
2118
2203
  status: 502;
2119
2204
  input: {
2120
- param: {
2121
- id: string;
2205
+ query?: {
2206
+ cursor?: string | string[];
2207
+ limit?: string | string[];
2208
+ } | undefined;
2209
+ };
2210
+ } | {
2211
+ output: {
2212
+ error: {
2213
+ code: "unauthorized";
2214
+ details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
2215
+ message: string;
2122
2216
  };
2217
+ requestId: string;
2218
+ };
2219
+ outputFormat: "json";
2220
+ status: 401;
2221
+ input: {
2222
+ query?: {
2223
+ cursor?: string | string[];
2224
+ limit?: string | string[];
2225
+ } | undefined;
2123
2226
  };
2124
2227
  } | {
2228
+ output: {
2229
+ data: {
2230
+ address: string;
2231
+ createdAt: string;
2232
+ destinationChain: {
2233
+ addressFormat: "base58" | "base58check" | "hex";
2234
+ id: string;
2235
+ kind: "evm" | "solana" | "tron";
2236
+ name: string;
2237
+ };
2238
+ destinationToken: {
2239
+ address: string;
2240
+ currency: string;
2241
+ decimals: number;
2242
+ name: string;
2243
+ standard: string;
2244
+ symbol: string;
2245
+ tokenKey: string;
2246
+ verified: boolean;
2247
+ };
2248
+ id: string;
2249
+ provider: {
2250
+ id: string;
2251
+ name: string;
2252
+ };
2253
+ recipient: string;
2254
+ refundAddress: string;
2255
+ sourceChain: {
2256
+ addressFormat: "base58" | "base58check" | "hex";
2257
+ id: string;
2258
+ kind: "evm" | "solana" | "tron";
2259
+ name: string;
2260
+ };
2261
+ sourceToken: {
2262
+ address: string;
2263
+ currency: string;
2264
+ decimals: number;
2265
+ name: string;
2266
+ standard: string;
2267
+ symbol: string;
2268
+ tokenKey: string;
2269
+ verified: boolean;
2270
+ };
2271
+ status: "action-required" | "active";
2272
+ subsidize: boolean;
2273
+ updatedAt: string;
2274
+ }[];
2275
+ nextCursor: string | null;
2276
+ };
2277
+ outputFormat: "json";
2278
+ status: 200;
2279
+ input: {
2280
+ query?: {
2281
+ cursor?: string | string[];
2282
+ limit?: string | string[];
2283
+ } | undefined;
2284
+ };
2285
+ };
2286
+ };
2287
+ } & {
2288
+ "/v1/funding/deposit-addresses/:id{fda_[A-Za-z0-9_-]+}": {
2289
+ $get: {
2125
2290
  output: {
2126
2291
  error: {
2127
2292
  code: "api_key_malformed";
@@ -2185,6 +2350,22 @@ export declare function funding(options?: funding.Options): import("hono/hono-ba
2185
2350
  id: string;
2186
2351
  };
2187
2352
  };
2353
+ } | {
2354
+ output: {
2355
+ error: {
2356
+ code: "upstream_error";
2357
+ details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
2358
+ message: string;
2359
+ };
2360
+ requestId: string;
2361
+ };
2362
+ outputFormat: "json";
2363
+ status: 502;
2364
+ input: {
2365
+ param: {
2366
+ id: string;
2367
+ };
2368
+ };
2188
2369
  } | {
2189
2370
  output: {
2190
2371
  error: {
@@ -2303,14 +2484,14 @@ export declare function funding(options?: funding.Options): import("hono/hono-ba
2303
2484
  } | {
2304
2485
  output: {
2305
2486
  error: {
2306
- code: "upstream_error";
2487
+ code: "api_key_malformed";
2307
2488
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
2308
2489
  message: string;
2309
2490
  };
2310
2491
  requestId: string;
2311
2492
  };
2312
2493
  outputFormat: "json";
2313
- status: 502;
2494
+ status: 400;
2314
2495
  input: {
2315
2496
  param: {
2316
2497
  id: string;
@@ -2319,14 +2500,14 @@ export declare function funding(options?: funding.Options): import("hono/hono-ba
2319
2500
  } | {
2320
2501
  output: {
2321
2502
  error: {
2322
- code: "api_key_malformed";
2503
+ code: "api_key_invalid" | "api_key_missing";
2323
2504
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
2324
2505
  message: string;
2325
2506
  };
2326
2507
  requestId: string;
2327
2508
  };
2328
2509
  outputFormat: "json";
2329
- status: 400;
2510
+ status: 401;
2330
2511
  input: {
2331
2512
  param: {
2332
2513
  id: string;
@@ -2335,14 +2516,14 @@ export declare function funding(options?: funding.Options): import("hono/hono-ba
2335
2516
  } | {
2336
2517
  output: {
2337
2518
  error: {
2338
- code: "api_key_invalid" | "api_key_missing";
2519
+ code: "api_key_forbidden" | "api_key_ip_forbidden";
2339
2520
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
2340
2521
  message: string;
2341
2522
  };
2342
2523
  requestId: string;
2343
2524
  };
2344
2525
  outputFormat: "json";
2345
- status: 401;
2526
+ status: 403;
2346
2527
  input: {
2347
2528
  param: {
2348
2529
  id: string;
@@ -2351,14 +2532,14 @@ export declare function funding(options?: funding.Options): import("hono/hono-ba
2351
2532
  } | {
2352
2533
  output: {
2353
2534
  error: {
2354
- code: "api_key_forbidden" | "api_key_ip_forbidden";
2535
+ code: "payment_required" | "rate_limit_exceeded";
2355
2536
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
2356
2537
  message: string;
2357
2538
  };
2358
2539
  requestId: string;
2359
2540
  };
2360
2541
  outputFormat: "json";
2361
- status: 403;
2542
+ status: 429;
2362
2543
  input: {
2363
2544
  param: {
2364
2545
  id: string;
@@ -2367,14 +2548,14 @@ export declare function funding(options?: funding.Options): import("hono/hono-ba
2367
2548
  } | {
2368
2549
  output: {
2369
2550
  error: {
2370
- code: "payment_required" | "rate_limit_exceeded";
2551
+ code: "upstream_error";
2371
2552
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
2372
2553
  message: string;
2373
2554
  };
2374
2555
  requestId: string;
2375
2556
  };
2376
2557
  outputFormat: "json";
2377
- status: 429;
2558
+ status: 502;
2378
2559
  input: {
2379
2560
  param: {
2380
2561
  id: string;
@@ -2467,115 +2648,151 @@ export declare function funding(options?: funding.Options): import("hono/hono-ba
2467
2648
  $get: {
2468
2649
  output: {
2469
2650
  error: {
2470
- code: "upstream_error";
2651
+ code: "api_key_malformed";
2471
2652
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
2472
2653
  message: string;
2473
2654
  };
2474
2655
  requestId: string;
2475
2656
  };
2476
2657
  outputFormat: "json";
2477
- status: 502;
2658
+ status: 400;
2478
2659
  input: {
2479
2660
  query?: {
2480
2661
  depositAddress?: string | string[];
2481
2662
  cursor?: string | string[];
2663
+ destinationToken?: string | string[];
2664
+ include?: string | string[];
2482
2665
  limit?: string | string[];
2666
+ provider?: string | string[];
2483
2667
  recipient?: string | string[];
2668
+ sourceChain?: string | string[];
2669
+ sourceToken?: string | string[];
2670
+ status?: string | string[];
2484
2671
  } | undefined;
2485
2672
  };
2486
2673
  } | {
2487
2674
  output: {
2488
2675
  error: {
2489
- code: "api_key_malformed";
2676
+ code: "api_key_invalid" | "api_key_missing";
2490
2677
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
2491
2678
  message: string;
2492
2679
  };
2493
2680
  requestId: string;
2494
2681
  };
2495
2682
  outputFormat: "json";
2496
- status: 400;
2683
+ status: 401;
2497
2684
  input: {
2498
2685
  query?: {
2499
2686
  depositAddress?: string | string[];
2500
2687
  cursor?: string | string[];
2688
+ destinationToken?: string | string[];
2689
+ include?: string | string[];
2501
2690
  limit?: string | string[];
2691
+ provider?: string | string[];
2502
2692
  recipient?: string | string[];
2693
+ sourceChain?: string | string[];
2694
+ sourceToken?: string | string[];
2695
+ status?: string | string[];
2503
2696
  } | undefined;
2504
2697
  };
2505
2698
  } | {
2506
2699
  output: {
2507
2700
  error: {
2508
- code: "api_key_invalid" | "api_key_missing";
2701
+ code: "api_key_forbidden" | "api_key_ip_forbidden";
2509
2702
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
2510
2703
  message: string;
2511
2704
  };
2512
2705
  requestId: string;
2513
2706
  };
2514
2707
  outputFormat: "json";
2515
- status: 401;
2708
+ status: 403;
2516
2709
  input: {
2517
2710
  query?: {
2518
2711
  depositAddress?: string | string[];
2519
2712
  cursor?: string | string[];
2713
+ destinationToken?: string | string[];
2714
+ include?: string | string[];
2520
2715
  limit?: string | string[];
2716
+ provider?: string | string[];
2521
2717
  recipient?: string | string[];
2718
+ sourceChain?: string | string[];
2719
+ sourceToken?: string | string[];
2720
+ status?: string | string[];
2522
2721
  } | undefined;
2523
2722
  };
2524
2723
  } | {
2525
2724
  output: {
2526
2725
  error: {
2527
- code: "api_key_forbidden" | "api_key_ip_forbidden";
2726
+ code: "payment_required" | "rate_limit_exceeded";
2528
2727
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
2529
2728
  message: string;
2530
2729
  };
2531
2730
  requestId: string;
2532
2731
  };
2533
2732
  outputFormat: "json";
2534
- status: 403;
2733
+ status: 429;
2535
2734
  input: {
2536
2735
  query?: {
2537
2736
  depositAddress?: string | string[];
2538
2737
  cursor?: string | string[];
2738
+ destinationToken?: string | string[];
2739
+ include?: string | string[];
2539
2740
  limit?: string | string[];
2741
+ provider?: string | string[];
2540
2742
  recipient?: string | string[];
2743
+ sourceChain?: string | string[];
2744
+ sourceToken?: string | string[];
2745
+ status?: string | string[];
2541
2746
  } | undefined;
2542
2747
  };
2543
2748
  } | {
2544
2749
  output: {
2545
2750
  error: {
2546
- code: "payment_required" | "rate_limit_exceeded";
2751
+ code: "query_invalid";
2547
2752
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
2548
2753
  message: string;
2549
2754
  };
2550
2755
  requestId: string;
2551
2756
  };
2552
2757
  outputFormat: "json";
2553
- status: 429;
2758
+ status: 400;
2554
2759
  input: {
2555
2760
  query?: {
2556
2761
  depositAddress?: string | string[];
2557
2762
  cursor?: string | string[];
2763
+ destinationToken?: string | string[];
2764
+ include?: string | string[];
2558
2765
  limit?: string | string[];
2766
+ provider?: string | string[];
2559
2767
  recipient?: string | string[];
2768
+ sourceChain?: string | string[];
2769
+ sourceToken?: string | string[];
2770
+ status?: string | string[];
2560
2771
  } | undefined;
2561
2772
  };
2562
2773
  } | {
2563
2774
  output: {
2564
2775
  error: {
2565
- code: "query_invalid";
2776
+ code: "upstream_error";
2566
2777
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
2567
2778
  message: string;
2568
2779
  };
2569
2780
  requestId: string;
2570
2781
  };
2571
2782
  outputFormat: "json";
2572
- status: 400;
2783
+ status: 502;
2573
2784
  input: {
2574
2785
  query?: {
2575
2786
  depositAddress?: string | string[];
2576
2787
  cursor?: string | string[];
2788
+ destinationToken?: string | string[];
2789
+ include?: string | string[];
2577
2790
  limit?: string | string[];
2791
+ provider?: string | string[];
2578
2792
  recipient?: string | string[];
2793
+ sourceChain?: string | string[];
2794
+ sourceToken?: string | string[];
2795
+ status?: string | string[];
2579
2796
  } | undefined;
2580
2797
  };
2581
2798
  } | {
@@ -2593,8 +2810,14 @@ export declare function funding(options?: funding.Options): import("hono/hono-ba
2593
2810
  query?: {
2594
2811
  depositAddress?: string | string[];
2595
2812
  cursor?: string | string[];
2813
+ destinationToken?: string | string[];
2814
+ include?: string | string[];
2596
2815
  limit?: string | string[];
2816
+ provider?: string | string[];
2597
2817
  recipient?: string | string[];
2818
+ sourceChain?: string | string[];
2819
+ sourceToken?: string | string[];
2820
+ status?: string | string[];
2598
2821
  } | undefined;
2599
2822
  };
2600
2823
  } | {
@@ -2678,6 +2901,10 @@ export declare function funding(options?: funding.Options): import("hono/hono-ba
2678
2901
  } | undefined;
2679
2902
  updatedAt: string;
2680
2903
  }[];
2904
+ meta?: {
2905
+ totalCountCapped: boolean;
2906
+ totalCount: number;
2907
+ } | undefined;
2681
2908
  nextCursor: string | null;
2682
2909
  };
2683
2910
  outputFormat: "json";
@@ -2686,8 +2913,14 @@ export declare function funding(options?: funding.Options): import("hono/hono-ba
2686
2913
  query?: {
2687
2914
  depositAddress?: string | string[];
2688
2915
  cursor?: string | string[];
2916
+ destinationToken?: string | string[];
2917
+ include?: string | string[];
2689
2918
  limit?: string | string[];
2919
+ provider?: string | string[];
2690
2920
  recipient?: string | string[];
2921
+ sourceChain?: string | string[];
2922
+ sourceToken?: string | string[];
2923
+ status?: string | string[];
2691
2924
  } | undefined;
2692
2925
  };
2693
2926
  };
@@ -2697,14 +2930,14 @@ export declare function funding(options?: funding.Options): import("hono/hono-ba
2697
2930
  $get: {
2698
2931
  output: {
2699
2932
  error: {
2700
- code: "upstream_error";
2933
+ code: "api_key_malformed";
2701
2934
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
2702
2935
  message: string;
2703
2936
  };
2704
2937
  requestId: string;
2705
2938
  };
2706
2939
  outputFormat: "json";
2707
- status: 502;
2940
+ status: 400;
2708
2941
  input: {
2709
2942
  param: {
2710
2943
  id: string;
@@ -2713,14 +2946,14 @@ export declare function funding(options?: funding.Options): import("hono/hono-ba
2713
2946
  } | {
2714
2947
  output: {
2715
2948
  error: {
2716
- code: "api_key_malformed";
2949
+ code: "api_key_invalid" | "api_key_missing";
2717
2950
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
2718
2951
  message: string;
2719
2952
  };
2720
2953
  requestId: string;
2721
2954
  };
2722
2955
  outputFormat: "json";
2723
- status: 400;
2956
+ status: 401;
2724
2957
  input: {
2725
2958
  param: {
2726
2959
  id: string;
@@ -2729,14 +2962,14 @@ export declare function funding(options?: funding.Options): import("hono/hono-ba
2729
2962
  } | {
2730
2963
  output: {
2731
2964
  error: {
2732
- code: "api_key_invalid" | "api_key_missing";
2965
+ code: "api_key_forbidden" | "api_key_ip_forbidden";
2733
2966
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
2734
2967
  message: string;
2735
2968
  };
2736
2969
  requestId: string;
2737
2970
  };
2738
2971
  outputFormat: "json";
2739
- status: 401;
2972
+ status: 403;
2740
2973
  input: {
2741
2974
  param: {
2742
2975
  id: string;
@@ -2745,14 +2978,14 @@ export declare function funding(options?: funding.Options): import("hono/hono-ba
2745
2978
  } | {
2746
2979
  output: {
2747
2980
  error: {
2748
- code: "api_key_forbidden" | "api_key_ip_forbidden";
2981
+ code: "payment_required" | "rate_limit_exceeded";
2749
2982
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
2750
2983
  message: string;
2751
2984
  };
2752
2985
  requestId: string;
2753
2986
  };
2754
2987
  outputFormat: "json";
2755
- status: 403;
2988
+ status: 429;
2756
2989
  input: {
2757
2990
  param: {
2758
2991
  id: string;
@@ -2761,14 +2994,14 @@ export declare function funding(options?: funding.Options): import("hono/hono-ba
2761
2994
  } | {
2762
2995
  output: {
2763
2996
  error: {
2764
- code: "payment_required" | "rate_limit_exceeded";
2997
+ code: "upstream_error";
2765
2998
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
2766
2999
  message: string;
2767
3000
  };
2768
3001
  requestId: string;
2769
3002
  };
2770
3003
  outputFormat: "json";
2771
- status: 429;
3004
+ status: 502;
2772
3005
  input: {
2773
3006
  param: {
2774
3007
  id: string;