@noya-ai/data-server-schemas 0.1.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 (85) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +25 -0
  3. package/dist/alternative/schemas.cjs +44 -0
  4. package/dist/alternative/schemas.d.cts +2 -0
  5. package/dist/alternative/schemas.d.ts +2 -0
  6. package/dist/alternative/schemas.js +11 -0
  7. package/dist/batch/schemas.cjs +73 -0
  8. package/dist/batch/schemas.d.cts +2 -0
  9. package/dist/batch/schemas.d.ts +2 -0
  10. package/dist/batch/schemas.js +17 -0
  11. package/dist/chunk-BWY4ZL7E.js +142 -0
  12. package/dist/chunk-C3YNWX7W.js +256 -0
  13. package/dist/chunk-DKMPZFSH.js +29 -0
  14. package/dist/chunk-KLRIACSR.js +162 -0
  15. package/dist/chunk-MECUVGQT.js +203 -0
  16. package/dist/chunk-MLKGABMK.js +9 -0
  17. package/dist/chunk-PHNEQDUP.js +89 -0
  18. package/dist/chunk-ROAH5BN3.js +58 -0
  19. package/dist/chunk-VK45O334.js +129 -0
  20. package/dist/chunk-W5SLY2ZT.js +134 -0
  21. package/dist/chunk-ZP2HSALI.js +150 -0
  22. package/dist/chunk-ZTOGXNAW.js +198 -0
  23. package/dist/coingecko/schemas.cjs +177 -0
  24. package/dist/coingecko/schemas.d.cts +2 -0
  25. package/dist/coingecko/schemas.d.ts +2 -0
  26. package/dist/coingecko/schemas.js +43 -0
  27. package/dist/coinglass/schemas.cjs +213 -0
  28. package/dist/coinglass/schemas.d.cts +2 -0
  29. package/dist/coinglass/schemas.d.ts +2 -0
  30. package/dist/coinglass/schemas.js +63 -0
  31. package/dist/composite/schemas.cjs +144 -0
  32. package/dist/composite/schemas.d.cts +2 -0
  33. package/dist/composite/schemas.d.ts +2 -0
  34. package/dist/composite/schemas.js +23 -0
  35. package/dist/cryptonews/schemas.cjs +104 -0
  36. package/dist/cryptonews/schemas.d.cts +2 -0
  37. package/dist/cryptonews/schemas.d.ts +2 -0
  38. package/dist/cryptonews/schemas.js +23 -0
  39. package/dist/defillama/schemas.cjs +157 -0
  40. package/dist/defillama/schemas.d.cts +2 -0
  41. package/dist/defillama/schemas.d.ts +2 -0
  42. package/dist/defillama/schemas.js +37 -0
  43. package/dist/geckoterminal/schemas.cjs +149 -0
  44. package/dist/geckoterminal/schemas.d.cts +2 -0
  45. package/dist/geckoterminal/schemas.d.ts +2 -0
  46. package/dist/geckoterminal/schemas.js +33 -0
  47. package/dist/index.cjs +1359 -0
  48. package/dist/index.d.cts +12 -0
  49. package/dist/index.d.ts +12 -0
  50. package/dist/index.js +47 -0
  51. package/dist/kaito/schemas.cjs +218 -0
  52. package/dist/kaito/schemas.d.cts +2 -0
  53. package/dist/kaito/schemas.d.ts +2 -0
  54. package/dist/kaito/schemas.js +45 -0
  55. package/dist/moralis/schemas.cjs +165 -0
  56. package/dist/moralis/schemas.d.cts +2 -0
  57. package/dist/moralis/schemas.d.ts +2 -0
  58. package/dist/moralis/schemas.js +29 -0
  59. package/dist/noya/schemas.cjs +271 -0
  60. package/dist/noya/schemas.d.cts +2 -0
  61. package/dist/noya/schemas.d.ts +2 -0
  62. package/dist/noya/schemas.js +57 -0
  63. package/dist/schemas-6ZorQZBC.d.cts +435 -0
  64. package/dist/schemas-6ZorQZBC.d.ts +435 -0
  65. package/dist/schemas-BMeKj9pe.d.cts +832 -0
  66. package/dist/schemas-BMeKj9pe.d.ts +832 -0
  67. package/dist/schemas-BYLoGYNO.d.cts +52 -0
  68. package/dist/schemas-BYLoGYNO.d.ts +52 -0
  69. package/dist/schemas-Bbz-itbI.d.cts +387 -0
  70. package/dist/schemas-Bbz-itbI.d.ts +387 -0
  71. package/dist/schemas-CAn6VbI-.d.cts +240 -0
  72. package/dist/schemas-CAn6VbI-.d.ts +240 -0
  73. package/dist/schemas-CNeb4DA4.d.cts +432 -0
  74. package/dist/schemas-CNeb4DA4.d.ts +432 -0
  75. package/dist/schemas-Cu7LkQN1.d.cts +466 -0
  76. package/dist/schemas-Cu7LkQN1.d.ts +466 -0
  77. package/dist/schemas-D4yPHF06.d.cts +481 -0
  78. package/dist/schemas-D4yPHF06.d.ts +481 -0
  79. package/dist/schemas-Doa7hG7U.d.cts +630 -0
  80. package/dist/schemas-Doa7hG7U.d.ts +630 -0
  81. package/dist/schemas-TYWQmRZI.d.cts +519 -0
  82. package/dist/schemas-TYWQmRZI.d.ts +519 -0
  83. package/dist/schemas-hrS1Vfcr.d.cts +255 -0
  84. package/dist/schemas-hrS1Vfcr.d.ts +255 -0
  85. package/package.json +93 -0
@@ -0,0 +1,466 @@
1
+ import { z } from 'zod';
2
+
3
+ declare const PriceBody: z.ZodObject<{
4
+ tokenIds: z.ZodArray<z.ZodString, "many">;
5
+ vsCurrencies: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
6
+ include24hrChange: z.ZodDefault<z.ZodBoolean>;
7
+ includeMarketCap: z.ZodDefault<z.ZodBoolean>;
8
+ include24hrVol: z.ZodDefault<z.ZodBoolean>;
9
+ }, "strip", z.ZodTypeAny, {
10
+ tokenIds: string[];
11
+ include24hrChange: boolean;
12
+ includeMarketCap: boolean;
13
+ include24hrVol: boolean;
14
+ vsCurrencies?: string[] | undefined;
15
+ }, {
16
+ tokenIds: string[];
17
+ vsCurrencies?: string[] | undefined;
18
+ include24hrChange?: boolean | undefined;
19
+ includeMarketCap?: boolean | undefined;
20
+ include24hrVol?: boolean | undefined;
21
+ }>;
22
+ declare const TokenPrice: z.ZodObject<{
23
+ id: z.ZodString;
24
+ price: z.ZodNullable<z.ZodNumber>;
25
+ change24h: z.ZodNullable<z.ZodNumber>;
26
+ marketCap: z.ZodNullable<z.ZodNumber>;
27
+ volume24h: z.ZodNullable<z.ZodNumber>;
28
+ currency: z.ZodString;
29
+ }, "strip", z.ZodTypeAny, {
30
+ id: string;
31
+ price: number | null;
32
+ change24h: number | null;
33
+ marketCap: number | null;
34
+ volume24h: number | null;
35
+ currency: string;
36
+ }, {
37
+ id: string;
38
+ price: number | null;
39
+ change24h: number | null;
40
+ marketCap: number | null;
41
+ volume24h: number | null;
42
+ currency: string;
43
+ }>;
44
+ declare const PriceResponse: z.ZodArray<z.ZodObject<{
45
+ id: z.ZodString;
46
+ price: z.ZodNullable<z.ZodNumber>;
47
+ change24h: z.ZodNullable<z.ZodNumber>;
48
+ marketCap: z.ZodNullable<z.ZodNumber>;
49
+ volume24h: z.ZodNullable<z.ZodNumber>;
50
+ currency: z.ZodString;
51
+ }, "strip", z.ZodTypeAny, {
52
+ id: string;
53
+ price: number | null;
54
+ change24h: number | null;
55
+ marketCap: number | null;
56
+ volume24h: number | null;
57
+ currency: string;
58
+ }, {
59
+ id: string;
60
+ price: number | null;
61
+ change24h: number | null;
62
+ marketCap: number | null;
63
+ volume24h: number | null;
64
+ currency: string;
65
+ }>, "many">;
66
+ declare const OhlcvBody: z.ZodObject<{
67
+ tokenId: z.ZodString;
68
+ vsCurrency: z.ZodDefault<z.ZodString>;
69
+ days: z.ZodDefault<z.ZodEnum<["1", "7", "14", "30", "90", "180", "365", "max"]>>;
70
+ interval: z.ZodOptional<z.ZodEnum<["daily", "hourly"]>>;
71
+ }, "strip", z.ZodTypeAny, {
72
+ tokenId: string;
73
+ vsCurrency: string;
74
+ days: "1" | "7" | "14" | "30" | "90" | "180" | "365" | "max";
75
+ interval?: "daily" | "hourly" | undefined;
76
+ }, {
77
+ tokenId: string;
78
+ vsCurrency?: string | undefined;
79
+ days?: "1" | "7" | "14" | "30" | "90" | "180" | "365" | "max" | undefined;
80
+ interval?: "daily" | "hourly" | undefined;
81
+ }>;
82
+ declare const OhlcvCandle: z.ZodObject<{
83
+ timestamp: z.ZodNumber;
84
+ open: z.ZodNumber;
85
+ high: z.ZodNumber;
86
+ low: z.ZodNumber;
87
+ close: z.ZodNumber;
88
+ }, "strip", z.ZodTypeAny, {
89
+ timestamp: number;
90
+ open: number;
91
+ high: number;
92
+ low: number;
93
+ close: number;
94
+ }, {
95
+ timestamp: number;
96
+ open: number;
97
+ high: number;
98
+ low: number;
99
+ close: number;
100
+ }>;
101
+ declare const OhlcvResponse: z.ZodArray<z.ZodObject<{
102
+ timestamp: z.ZodNumber;
103
+ open: z.ZodNumber;
104
+ high: z.ZodNumber;
105
+ low: z.ZodNumber;
106
+ close: z.ZodNumber;
107
+ }, "strip", z.ZodTypeAny, {
108
+ timestamp: number;
109
+ open: number;
110
+ high: number;
111
+ low: number;
112
+ close: number;
113
+ }, {
114
+ timestamp: number;
115
+ open: number;
116
+ high: number;
117
+ low: number;
118
+ close: number;
119
+ }>, "many">;
120
+ declare const TokenInfoBody: z.ZodObject<{
121
+ tokenId: z.ZodString;
122
+ }, "strip", z.ZodTypeAny, {
123
+ tokenId: string;
124
+ }, {
125
+ tokenId: string;
126
+ }>;
127
+ declare const ContractAddress: z.ZodObject<{
128
+ chain: z.ZodString;
129
+ chainId: z.ZodNullable<z.ZodNumber>;
130
+ platformId: z.ZodString;
131
+ address: z.ZodString;
132
+ }, "strip", z.ZodTypeAny, {
133
+ chain: string;
134
+ chainId: number | null;
135
+ platformId: string;
136
+ address: string;
137
+ }, {
138
+ chain: string;
139
+ chainId: number | null;
140
+ platformId: string;
141
+ address: string;
142
+ }>;
143
+ declare const TokenInfo: z.ZodObject<{
144
+ id: z.ZodString;
145
+ symbol: z.ZodString;
146
+ name: z.ZodString;
147
+ description: z.ZodString;
148
+ categories: z.ZodArray<z.ZodString, "many">;
149
+ links: z.ZodObject<{
150
+ homepage: z.ZodArray<z.ZodString, "many">;
151
+ twitter: z.ZodNullable<z.ZodString>;
152
+ telegram: z.ZodNullable<z.ZodString>;
153
+ github: z.ZodArray<z.ZodString, "many">;
154
+ subreddit: z.ZodNullable<z.ZodString>;
155
+ }, "strip", z.ZodTypeAny, {
156
+ homepage: string[];
157
+ twitter: string | null;
158
+ telegram: string | null;
159
+ github: string[];
160
+ subreddit: string | null;
161
+ }, {
162
+ homepage: string[];
163
+ twitter: string | null;
164
+ telegram: string | null;
165
+ github: string[];
166
+ subreddit: string | null;
167
+ }>;
168
+ contracts: z.ZodArray<z.ZodObject<{
169
+ chain: z.ZodString;
170
+ chainId: z.ZodNullable<z.ZodNumber>;
171
+ platformId: z.ZodString;
172
+ address: z.ZodString;
173
+ }, "strip", z.ZodTypeAny, {
174
+ chain: string;
175
+ chainId: number | null;
176
+ platformId: string;
177
+ address: string;
178
+ }, {
179
+ chain: string;
180
+ chainId: number | null;
181
+ platformId: string;
182
+ address: string;
183
+ }>, "many">;
184
+ genesisDate: z.ZodNullable<z.ZodString>;
185
+ image: z.ZodNullable<z.ZodString>;
186
+ marketCapRank: z.ZodNullable<z.ZodNumber>;
187
+ }, "strip", z.ZodTypeAny, {
188
+ symbol: string;
189
+ name: string;
190
+ id: string;
191
+ description: string;
192
+ categories: string[];
193
+ links: {
194
+ homepage: string[];
195
+ twitter: string | null;
196
+ telegram: string | null;
197
+ github: string[];
198
+ subreddit: string | null;
199
+ };
200
+ contracts: {
201
+ chain: string;
202
+ chainId: number | null;
203
+ platformId: string;
204
+ address: string;
205
+ }[];
206
+ genesisDate: string | null;
207
+ image: string | null;
208
+ marketCapRank: number | null;
209
+ }, {
210
+ symbol: string;
211
+ name: string;
212
+ id: string;
213
+ description: string;
214
+ categories: string[];
215
+ links: {
216
+ homepage: string[];
217
+ twitter: string | null;
218
+ telegram: string | null;
219
+ github: string[];
220
+ subreddit: string | null;
221
+ };
222
+ contracts: {
223
+ chain: string;
224
+ chainId: number | null;
225
+ platformId: string;
226
+ address: string;
227
+ }[];
228
+ genesisDate: string | null;
229
+ image: string | null;
230
+ marketCapRank: number | null;
231
+ }>;
232
+ declare const TrendingToken: z.ZodObject<{
233
+ id: z.ZodString;
234
+ name: z.ZodString;
235
+ symbol: z.ZodString;
236
+ marketCapRank: z.ZodNullable<z.ZodNumber>;
237
+ priceBtc: z.ZodNullable<z.ZodNumber>;
238
+ priceUsd: z.ZodNullable<z.ZodNumber>;
239
+ change24h: z.ZodNullable<z.ZodNumber>;
240
+ thumb: z.ZodNullable<z.ZodString>;
241
+ score: z.ZodNullable<z.ZodNumber>;
242
+ }, "strip", z.ZodTypeAny, {
243
+ symbol: string;
244
+ name: string;
245
+ id: string;
246
+ change24h: number | null;
247
+ marketCapRank: number | null;
248
+ priceBtc: number | null;
249
+ priceUsd: number | null;
250
+ thumb: string | null;
251
+ score: number | null;
252
+ }, {
253
+ symbol: string;
254
+ name: string;
255
+ id: string;
256
+ change24h: number | null;
257
+ marketCapRank: number | null;
258
+ priceBtc: number | null;
259
+ priceUsd: number | null;
260
+ thumb: string | null;
261
+ score: number | null;
262
+ }>;
263
+ declare const TrendingResponse: z.ZodArray<z.ZodObject<{
264
+ id: z.ZodString;
265
+ name: z.ZodString;
266
+ symbol: z.ZodString;
267
+ marketCapRank: z.ZodNullable<z.ZodNumber>;
268
+ priceBtc: z.ZodNullable<z.ZodNumber>;
269
+ priceUsd: z.ZodNullable<z.ZodNumber>;
270
+ change24h: z.ZodNullable<z.ZodNumber>;
271
+ thumb: z.ZodNullable<z.ZodString>;
272
+ score: z.ZodNullable<z.ZodNumber>;
273
+ }, "strip", z.ZodTypeAny, {
274
+ symbol: string;
275
+ name: string;
276
+ id: string;
277
+ change24h: number | null;
278
+ marketCapRank: number | null;
279
+ priceBtc: number | null;
280
+ priceUsd: number | null;
281
+ thumb: string | null;
282
+ score: number | null;
283
+ }, {
284
+ symbol: string;
285
+ name: string;
286
+ id: string;
287
+ change24h: number | null;
288
+ marketCapRank: number | null;
289
+ priceBtc: number | null;
290
+ priceUsd: number | null;
291
+ thumb: string | null;
292
+ score: number | null;
293
+ }>, "many">;
294
+ declare const SearchBody: z.ZodObject<{
295
+ query: z.ZodString;
296
+ }, "strip", z.ZodTypeAny, {
297
+ query: string;
298
+ }, {
299
+ query: string;
300
+ }>;
301
+ declare const SearchResult: z.ZodObject<{
302
+ id: z.ZodString;
303
+ name: z.ZodString;
304
+ symbol: z.ZodString;
305
+ marketCapRank: z.ZodNullable<z.ZodNumber>;
306
+ thumb: z.ZodNullable<z.ZodString>;
307
+ }, "strip", z.ZodTypeAny, {
308
+ symbol: string;
309
+ name: string;
310
+ id: string;
311
+ marketCapRank: number | null;
312
+ thumb: string | null;
313
+ }, {
314
+ symbol: string;
315
+ name: string;
316
+ id: string;
317
+ marketCapRank: number | null;
318
+ thumb: string | null;
319
+ }>;
320
+ declare const SearchResponse: z.ZodArray<z.ZodObject<{
321
+ id: z.ZodString;
322
+ name: z.ZodString;
323
+ symbol: z.ZodString;
324
+ marketCapRank: z.ZodNullable<z.ZodNumber>;
325
+ thumb: z.ZodNullable<z.ZodString>;
326
+ }, "strip", z.ZodTypeAny, {
327
+ symbol: string;
328
+ name: string;
329
+ id: string;
330
+ marketCapRank: number | null;
331
+ thumb: string | null;
332
+ }, {
333
+ symbol: string;
334
+ name: string;
335
+ id: string;
336
+ marketCapRank: number | null;
337
+ thumb: string | null;
338
+ }>, "many">;
339
+ declare const PriceHistoryBody: z.ZodEffects<z.ZodObject<{
340
+ tokenId: z.ZodString;
341
+ vsCurrency: z.ZodDefault<z.ZodString>;
342
+ days: z.ZodOptional<z.ZodString>;
343
+ from: z.ZodOptional<z.ZodString>;
344
+ to: z.ZodOptional<z.ZodString>;
345
+ interval: z.ZodOptional<z.ZodEnum<["5m", "hourly", "daily"]>>;
346
+ }, "strip", z.ZodTypeAny, {
347
+ tokenId: string;
348
+ vsCurrency: string;
349
+ days?: string | undefined;
350
+ interval?: "daily" | "hourly" | "5m" | undefined;
351
+ from?: string | undefined;
352
+ to?: string | undefined;
353
+ }, {
354
+ tokenId: string;
355
+ vsCurrency?: string | undefined;
356
+ days?: string | undefined;
357
+ interval?: "daily" | "hourly" | "5m" | undefined;
358
+ from?: string | undefined;
359
+ to?: string | undefined;
360
+ }>, {
361
+ tokenId: string;
362
+ vsCurrency: string;
363
+ days?: string | undefined;
364
+ interval?: "daily" | "hourly" | "5m" | undefined;
365
+ from?: string | undefined;
366
+ to?: string | undefined;
367
+ }, {
368
+ tokenId: string;
369
+ vsCurrency?: string | undefined;
370
+ days?: string | undefined;
371
+ interval?: "daily" | "hourly" | "5m" | undefined;
372
+ from?: string | undefined;
373
+ to?: string | undefined;
374
+ }>;
375
+ declare const PricePoint: z.ZodObject<{
376
+ timestamp: z.ZodNumber;
377
+ price: z.ZodNumber;
378
+ marketCap: z.ZodNullable<z.ZodNumber>;
379
+ volume: z.ZodNullable<z.ZodNumber>;
380
+ }, "strip", z.ZodTypeAny, {
381
+ timestamp: number;
382
+ price: number;
383
+ marketCap: number | null;
384
+ volume: number | null;
385
+ }, {
386
+ timestamp: number;
387
+ price: number;
388
+ marketCap: number | null;
389
+ volume: number | null;
390
+ }>;
391
+ declare const PriceHistoryResponse: z.ZodArray<z.ZodObject<{
392
+ timestamp: z.ZodNumber;
393
+ price: z.ZodNumber;
394
+ marketCap: z.ZodNullable<z.ZodNumber>;
395
+ volume: z.ZodNullable<z.ZodNumber>;
396
+ }, "strip", z.ZodTypeAny, {
397
+ timestamp: number;
398
+ price: number;
399
+ marketCap: number | null;
400
+ volume: number | null;
401
+ }, {
402
+ timestamp: number;
403
+ price: number;
404
+ marketCap: number | null;
405
+ volume: number | null;
406
+ }>, "many">;
407
+ declare const PriceAtDateBody: z.ZodObject<{
408
+ tokenId: z.ZodString;
409
+ date: z.ZodString;
410
+ }, "strip", z.ZodTypeAny, {
411
+ date: string;
412
+ tokenId: string;
413
+ }, {
414
+ date: string;
415
+ tokenId: string;
416
+ }>;
417
+ declare const PriceSnapshot: z.ZodObject<{
418
+ id: z.ZodString;
419
+ name: z.ZodString;
420
+ symbol: z.ZodString;
421
+ date: z.ZodString;
422
+ price: z.ZodRecord<z.ZodString, z.ZodNumber>;
423
+ marketCap: z.ZodRecord<z.ZodString, z.ZodNumber>;
424
+ volume: z.ZodRecord<z.ZodString, z.ZodNumber>;
425
+ }, "strip", z.ZodTypeAny, {
426
+ symbol: string;
427
+ name: string;
428
+ date: string;
429
+ id: string;
430
+ price: Record<string, number>;
431
+ marketCap: Record<string, number>;
432
+ volume: Record<string, number>;
433
+ }, {
434
+ symbol: string;
435
+ name: string;
436
+ date: string;
437
+ id: string;
438
+ price: Record<string, number>;
439
+ marketCap: Record<string, number>;
440
+ volume: Record<string, number>;
441
+ }>;
442
+
443
+ declare const schemas_ContractAddress: typeof ContractAddress;
444
+ declare const schemas_OhlcvBody: typeof OhlcvBody;
445
+ declare const schemas_OhlcvCandle: typeof OhlcvCandle;
446
+ declare const schemas_OhlcvResponse: typeof OhlcvResponse;
447
+ declare const schemas_PriceAtDateBody: typeof PriceAtDateBody;
448
+ declare const schemas_PriceBody: typeof PriceBody;
449
+ declare const schemas_PriceHistoryBody: typeof PriceHistoryBody;
450
+ declare const schemas_PriceHistoryResponse: typeof PriceHistoryResponse;
451
+ declare const schemas_PricePoint: typeof PricePoint;
452
+ declare const schemas_PriceResponse: typeof PriceResponse;
453
+ declare const schemas_PriceSnapshot: typeof PriceSnapshot;
454
+ declare const schemas_SearchBody: typeof SearchBody;
455
+ declare const schemas_SearchResponse: typeof SearchResponse;
456
+ declare const schemas_SearchResult: typeof SearchResult;
457
+ declare const schemas_TokenInfo: typeof TokenInfo;
458
+ declare const schemas_TokenInfoBody: typeof TokenInfoBody;
459
+ declare const schemas_TokenPrice: typeof TokenPrice;
460
+ declare const schemas_TrendingResponse: typeof TrendingResponse;
461
+ declare const schemas_TrendingToken: typeof TrendingToken;
462
+ declare namespace schemas {
463
+ export { schemas_ContractAddress as ContractAddress, schemas_OhlcvBody as OhlcvBody, schemas_OhlcvCandle as OhlcvCandle, schemas_OhlcvResponse as OhlcvResponse, schemas_PriceAtDateBody as PriceAtDateBody, schemas_PriceBody as PriceBody, schemas_PriceHistoryBody as PriceHistoryBody, schemas_PriceHistoryResponse as PriceHistoryResponse, schemas_PricePoint as PricePoint, schemas_PriceResponse as PriceResponse, schemas_PriceSnapshot as PriceSnapshot, schemas_SearchBody as SearchBody, schemas_SearchResponse as SearchResponse, schemas_SearchResult as SearchResult, schemas_TokenInfo as TokenInfo, schemas_TokenInfoBody as TokenInfoBody, schemas_TokenPrice as TokenPrice, schemas_TrendingResponse as TrendingResponse, schemas_TrendingToken as TrendingToken };
464
+ }
465
+
466
+ export { ContractAddress as C, OhlcvBody as O, PriceAtDateBody as P, SearchBody as S, TokenInfo as T, OhlcvCandle as a, OhlcvResponse as b, PriceBody as c, PriceHistoryBody as d, PriceHistoryResponse as e, PricePoint as f, PriceResponse as g, PriceSnapshot as h, SearchResponse as i, SearchResult as j, TokenInfoBody as k, TokenPrice as l, TrendingResponse as m, TrendingToken as n, schemas as s };