@chainstream-io/sdk 0.1.4 → 0.1.6

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 (499) hide show
  1. package/README.md +46 -0
  2. package/dist/esm/index.d.ts +3 -3
  3. package/dist/esm/index.js +77 -61
  4. package/dist/esm/openapi/apis/BlockchainApi.js +118 -0
  5. package/dist/esm/openapi/apis/DefiSolanaMoonshotApi.js +109 -0
  6. package/dist/esm/openapi/apis/DefiSolanaPumpfunApi.js +69 -0
  7. package/dist/esm/openapi/apis/DexApi.js +347 -0
  8. package/dist/esm/openapi/apis/DexPoolApi.js +87 -0
  9. package/dist/esm/openapi/apis/EndpointApi.js +316 -0
  10. package/dist/esm/openapi/apis/IpfsApi.js +68 -0
  11. package/dist/esm/openapi/apis/JobsApi.js +107 -0
  12. package/dist/esm/openapi/{src/apis → apis}/RankingApi.js +278 -249
  13. package/dist/esm/openapi/apis/RedPacketApi.js +454 -0
  14. package/dist/esm/openapi/apis/TokenApi.js +1837 -0
  15. package/dist/esm/openapi/apis/TradeApi.js +450 -0
  16. package/dist/esm/openapi/apis/TransactionApi.js +73 -0
  17. package/dist/esm/openapi/apis/WalletApi.js +272 -0
  18. package/dist/esm/openapi/apis/WatchlistApi.js +87 -0
  19. package/dist/esm/openapi/{src/runtime.js → runtime.js} +81 -69
  20. package/dist/esm/stream/index.d.ts +3 -0
  21. package/dist/esm/stream/index.js +3 -0
  22. package/dist/{api → esm/stream}/stream.d.ts +1 -1
  23. package/dist/esm/{api → stream}/stream.js +36 -29
  24. package/dist/{api → esm/stream}/stream.model.d.ts +1 -1
  25. package/dist/index.d.ts +3 -3
  26. package/dist/index.js +92 -76
  27. package/dist/openapi/apis/BlockchainApi.js +122 -0
  28. package/dist/openapi/apis/DefiSolanaMoonshotApi.js +113 -0
  29. package/dist/openapi/apis/DefiSolanaPumpfunApi.js +73 -0
  30. package/dist/openapi/apis/DexApi.js +351 -0
  31. package/dist/openapi/apis/DexPoolApi.js +91 -0
  32. package/dist/openapi/apis/EndpointApi.js +320 -0
  33. package/dist/openapi/apis/IpfsApi.js +72 -0
  34. package/dist/openapi/apis/JobsApi.js +111 -0
  35. package/dist/openapi/{src/apis → apis}/RankingApi.js +279 -283
  36. package/dist/openapi/apis/RedPacketApi.js +458 -0
  37. package/dist/openapi/apis/TokenApi.js +1841 -0
  38. package/dist/openapi/apis/TradeApi.js +454 -0
  39. package/dist/openapi/apis/TransactionApi.js +77 -0
  40. package/dist/openapi/apis/WalletApi.js +276 -0
  41. package/dist/openapi/apis/WatchlistApi.js +91 -0
  42. package/dist/openapi/{src/runtime.js → runtime.js} +81 -69
  43. package/dist/stream/index.d.ts +3 -0
  44. package/dist/stream/index.js +19 -0
  45. package/dist/{esm/api → stream}/stream.d.ts +1 -1
  46. package/dist/{api → stream}/stream.js +36 -29
  47. package/dist/{esm/api → stream}/stream.model.d.ts +1 -1
  48. package/package.json +29 -29
  49. package/dist/esm/openapi/src/apis/BlockchainApi.js +0 -101
  50. package/dist/esm/openapi/src/apis/DefiSolanaMoonshotApi.js +0 -92
  51. package/dist/esm/openapi/src/apis/DefiSolanaPumpfunApi.js +0 -56
  52. package/dist/esm/openapi/src/apis/DexApi.js +0 -318
  53. package/dist/esm/openapi/src/apis/DexPoolApi.js +0 -74
  54. package/dist/esm/openapi/src/apis/EndpointApi.js +0 -279
  55. package/dist/esm/openapi/src/apis/IpfsApi.js +0 -55
  56. package/dist/esm/openapi/src/apis/JobsApi.js +0 -90
  57. package/dist/esm/openapi/src/apis/RedPacketApi.js +0 -413
  58. package/dist/esm/openapi/src/apis/TokenApi.js +0 -1748
  59. package/dist/esm/openapi/src/apis/TradeApi.js +0 -425
  60. package/dist/esm/openapi/src/apis/TransactionApi.js +0 -60
  61. package/dist/esm/openapi/src/apis/WalletApi.js +0 -247
  62. package/dist/esm/openapi/src/apis/WatchlistApi.js +0 -74
  63. package/dist/openapi/src/apis/BlockchainApi.js +0 -138
  64. package/dist/openapi/src/apis/DefiSolanaMoonshotApi.js +0 -129
  65. package/dist/openapi/src/apis/DefiSolanaPumpfunApi.js +0 -93
  66. package/dist/openapi/src/apis/DexApi.js +0 -355
  67. package/dist/openapi/src/apis/DexPoolApi.js +0 -111
  68. package/dist/openapi/src/apis/EndpointApi.js +0 -316
  69. package/dist/openapi/src/apis/IpfsApi.js +0 -92
  70. package/dist/openapi/src/apis/JobsApi.js +0 -127
  71. package/dist/openapi/src/apis/RedPacketApi.js +0 -450
  72. package/dist/openapi/src/apis/TokenApi.js +0 -1785
  73. package/dist/openapi/src/apis/TradeApi.js +0 -462
  74. package/dist/openapi/src/apis/TransactionApi.js +0 -97
  75. package/dist/openapi/src/apis/WalletApi.js +0 -284
  76. package/dist/openapi/src/apis/WatchlistApi.js +0 -111
  77. package/src/api/stream.fields.ts +0 -271
  78. package/src/api/stream.model.ts +0 -307
  79. package/src/api/stream.ts +0 -1086
  80. package/src/index.ts +0 -188
  81. package/src/openapi/src/apis/BlockchainApi.ts +0 -140
  82. package/src/openapi/src/apis/DefiSolanaMoonshotApi.ts +0 -145
  83. package/src/openapi/src/apis/DefiSolanaPumpfunApi.ts +0 -86
  84. package/src/openapi/src/apis/DexApi.ts +0 -490
  85. package/src/openapi/src/apis/DexPoolApi.ts +0 -107
  86. package/src/openapi/src/apis/EndpointApi.ts +0 -421
  87. package/src/openapi/src/apis/IpfsApi.ts +0 -66
  88. package/src/openapi/src/apis/JobsApi.ts +0 -135
  89. package/src/openapi/src/apis/RankingApi.ts +0 -939
  90. package/src/openapi/src/apis/RedPacketApi.ts +0 -621
  91. package/src/openapi/src/apis/TokenApi.ts +0 -2569
  92. package/src/openapi/src/apis/TradeApi.ts +0 -596
  93. package/src/openapi/src/apis/TransactionApi.ts +0 -95
  94. package/src/openapi/src/apis/WalletApi.ts +0 -365
  95. package/src/openapi/src/apis/WatchlistApi.ts +0 -107
  96. package/src/openapi/src/apis/index.ts +0 -17
  97. package/src/openapi/src/index.ts +0 -5
  98. package/src/openapi/src/models/BlockchainDTO.ts +0 -93
  99. package/src/openapi/src/models/BlockchainLatestBlockDTO.ts +0 -75
  100. package/src/openapi/src/models/BooleanResultDTO.ts +0 -66
  101. package/src/openapi/src/models/CalculatePnlInput.ts +0 -65
  102. package/src/openapi/src/models/Candle.ts +0 -130
  103. package/src/openapi/src/models/ClaimRedPacketInput.ts +0 -90
  104. package/src/openapi/src/models/CreateEndpointInput.ts +0 -121
  105. package/src/openapi/src/models/CreateRedPacketInput.ts +0 -124
  106. package/src/openapi/src/models/CreateRedPacketReply.ts +0 -75
  107. package/src/openapi/src/models/CreateTokenInput.ts +0 -139
  108. package/src/openapi/src/models/CreateTokenReply.ts +0 -75
  109. package/src/openapi/src/models/DexDTO.ts +0 -90
  110. package/src/openapi/src/models/DexPage.ts +0 -114
  111. package/src/openapi/src/models/DexPoolDTO.ts +0 -141
  112. package/src/openapi/src/models/EndpointListResponse.ts +0 -97
  113. package/src/openapi/src/models/EndpointOperationResponse.ts +0 -65
  114. package/src/openapi/src/models/EndpointResponse.ts +0 -145
  115. package/src/openapi/src/models/EndpointSecretResponse.ts +0 -65
  116. package/src/openapi/src/models/FilterCondition.ts +0 -135
  117. package/src/openapi/src/models/GainersAndLosersDTO.ts +0 -93
  118. package/src/openapi/src/models/GainersAndLosersPage.ts +0 -114
  119. package/src/openapi/src/models/JobDTO.ts +0 -75
  120. package/src/openapi/src/models/JobStreamingDTO.ts +0 -75
  121. package/src/openapi/src/models/Link.ts +0 -88
  122. package/src/openapi/src/models/MoonshotCreateTokenInput.ts +0 -182
  123. package/src/openapi/src/models/MoonshotCreateTokenReply.ts +0 -75
  124. package/src/openapi/src/models/MoonshotSubmitCreateToken200Response.ts +0 -73
  125. package/src/openapi/src/models/MoonshotSubmitCreateTokenInput.ts +0 -74
  126. package/src/openapi/src/models/PumpCreateTokenInput.ts +0 -180
  127. package/src/openapi/src/models/PumpCreateTokenReply.ts +0 -74
  128. package/src/openapi/src/models/QuoteResponse.ts +0 -105
  129. package/src/openapi/src/models/RedPacketClaimDTO.ts +0 -148
  130. package/src/openapi/src/models/RedPacketClaimsPage.ts +0 -110
  131. package/src/openapi/src/models/RedPacketDTO.ts +0 -229
  132. package/src/openapi/src/models/RedPacketReply.ts +0 -66
  133. package/src/openapi/src/models/RedPacketSendTxInput.ts +0 -66
  134. package/src/openapi/src/models/RedPacketSendTxResponse.ts +0 -66
  135. package/src/openapi/src/models/RedPacketsPage.ts +0 -110
  136. package/src/openapi/src/models/Resolution.ts +0 -61
  137. package/src/openapi/src/models/SendTxInput.ts +0 -93
  138. package/src/openapi/src/models/SendTxResponse.ts +0 -84
  139. package/src/openapi/src/models/SwapInput.ts +0 -157
  140. package/src/openapi/src/models/SwapReply.ts +0 -75
  141. package/src/openapi/src/models/SwapRouteInput.ts +0 -186
  142. package/src/openapi/src/models/SwapRouteResponse.ts +0 -101
  143. package/src/openapi/src/models/Token.ts +0 -251
  144. package/src/openapi/src/models/TokenCreationDTO.ts +0 -131
  145. package/src/openapi/src/models/TokenCreationPage.ts +0 -114
  146. package/src/openapi/src/models/TokenCreatorsDTO.ts +0 -81
  147. package/src/openapi/src/models/TokenExtraDTO.ts +0 -225
  148. package/src/openapi/src/models/TokenHolder.ts +0 -93
  149. package/src/openapi/src/models/TokenHolderPage.ts +0 -114
  150. package/src/openapi/src/models/TokenListPage.ts +0 -114
  151. package/src/openapi/src/models/TokenMarketData.ts +0 -190
  152. package/src/openapi/src/models/TokenMetadata.ts +0 -188
  153. package/src/openapi/src/models/TokenPage.ts +0 -122
  154. package/src/openapi/src/models/TokenPriceDTO.ts +0 -93
  155. package/src/openapi/src/models/TokenPricePage.ts +0 -114
  156. package/src/openapi/src/models/TokenSocialMediasDTO.ts +0 -161
  157. package/src/openapi/src/models/TokenStat.ts +0 -1152
  158. package/src/openapi/src/models/TopTradersDTO.ts +0 -164
  159. package/src/openapi/src/models/TopTradersPage.ts +0 -114
  160. package/src/openapi/src/models/TradeDetailDTO.ts +0 -282
  161. package/src/openapi/src/models/TradeEvent.ts +0 -184
  162. package/src/openapi/src/models/TradePage.ts +0 -114
  163. package/src/openapi/src/models/TradeType.ts +0 -53
  164. package/src/openapi/src/models/UpdateEndpointInput.ts +0 -129
  165. package/src/openapi/src/models/WalletBalanceDetailDTO.ts +0 -282
  166. package/src/openapi/src/models/WalletBalancesDTO.ts +0 -92
  167. package/src/openapi/src/models/WalletPnlDTO.ts +0 -264
  168. package/src/openapi/src/models/index.ts +0 -72
  169. package/src/openapi/src/runtime.ts +0 -432
  170. /package/dist/esm/openapi/{src/apis → apis}/BlockchainApi.d.ts +0 -0
  171. /package/dist/esm/openapi/{src/apis → apis}/DefiSolanaMoonshotApi.d.ts +0 -0
  172. /package/dist/esm/openapi/{src/apis → apis}/DefiSolanaPumpfunApi.d.ts +0 -0
  173. /package/dist/esm/openapi/{src/apis → apis}/DexApi.d.ts +0 -0
  174. /package/dist/esm/openapi/{src/apis → apis}/DexPoolApi.d.ts +0 -0
  175. /package/dist/esm/openapi/{src/apis → apis}/EndpointApi.d.ts +0 -0
  176. /package/dist/esm/openapi/{src/apis → apis}/IpfsApi.d.ts +0 -0
  177. /package/dist/esm/openapi/{src/apis → apis}/JobsApi.d.ts +0 -0
  178. /package/dist/esm/openapi/{src/apis → apis}/RankingApi.d.ts +0 -0
  179. /package/dist/esm/openapi/{src/apis → apis}/RedPacketApi.d.ts +0 -0
  180. /package/dist/esm/openapi/{src/apis → apis}/TokenApi.d.ts +0 -0
  181. /package/dist/esm/openapi/{src/apis → apis}/TradeApi.d.ts +0 -0
  182. /package/dist/esm/openapi/{src/apis → apis}/TransactionApi.d.ts +0 -0
  183. /package/dist/esm/openapi/{src/apis → apis}/WalletApi.d.ts +0 -0
  184. /package/dist/esm/openapi/{src/apis → apis}/WatchlistApi.d.ts +0 -0
  185. /package/dist/esm/openapi/{src/apis → apis}/index.d.ts +0 -0
  186. /package/dist/esm/openapi/{src/apis → apis}/index.js +0 -0
  187. /package/dist/esm/openapi/{src/index.d.ts → index.d.ts} +0 -0
  188. /package/dist/esm/openapi/{src/index.js → index.js} +0 -0
  189. /package/dist/esm/openapi/{src/models → models}/BlockchainDTO.d.ts +0 -0
  190. /package/dist/esm/openapi/{src/models → models}/BlockchainDTO.js +0 -0
  191. /package/dist/esm/openapi/{src/models → models}/BlockchainLatestBlockDTO.d.ts +0 -0
  192. /package/dist/esm/openapi/{src/models → models}/BlockchainLatestBlockDTO.js +0 -0
  193. /package/dist/esm/openapi/{src/models → models}/BooleanResultDTO.d.ts +0 -0
  194. /package/dist/esm/openapi/{src/models → models}/BooleanResultDTO.js +0 -0
  195. /package/dist/esm/openapi/{src/models → models}/CalculatePnlInput.d.ts +0 -0
  196. /package/dist/esm/openapi/{src/models → models}/CalculatePnlInput.js +0 -0
  197. /package/dist/esm/openapi/{src/models → models}/Candle.d.ts +0 -0
  198. /package/dist/esm/openapi/{src/models → models}/Candle.js +0 -0
  199. /package/dist/esm/openapi/{src/models → models}/ClaimRedPacketInput.d.ts +0 -0
  200. /package/dist/esm/openapi/{src/models → models}/ClaimRedPacketInput.js +0 -0
  201. /package/dist/esm/openapi/{src/models → models}/CreateEndpointInput.d.ts +0 -0
  202. /package/dist/esm/openapi/{src/models → models}/CreateEndpointInput.js +0 -0
  203. /package/dist/esm/openapi/{src/models → models}/CreateRedPacketInput.d.ts +0 -0
  204. /package/dist/esm/openapi/{src/models → models}/CreateRedPacketInput.js +0 -0
  205. /package/dist/esm/openapi/{src/models → models}/CreateRedPacketReply.d.ts +0 -0
  206. /package/dist/esm/openapi/{src/models → models}/CreateRedPacketReply.js +0 -0
  207. /package/dist/esm/openapi/{src/models → models}/CreateTokenInput.d.ts +0 -0
  208. /package/dist/esm/openapi/{src/models → models}/CreateTokenInput.js +0 -0
  209. /package/dist/esm/openapi/{src/models → models}/CreateTokenReply.d.ts +0 -0
  210. /package/dist/esm/openapi/{src/models → models}/CreateTokenReply.js +0 -0
  211. /package/dist/esm/openapi/{src/models → models}/DexDTO.d.ts +0 -0
  212. /package/dist/esm/openapi/{src/models → models}/DexDTO.js +0 -0
  213. /package/dist/esm/openapi/{src/models → models}/DexPage.d.ts +0 -0
  214. /package/dist/esm/openapi/{src/models → models}/DexPage.js +0 -0
  215. /package/dist/esm/openapi/{src/models → models}/DexPoolDTO.d.ts +0 -0
  216. /package/dist/esm/openapi/{src/models → models}/DexPoolDTO.js +0 -0
  217. /package/dist/esm/openapi/{src/models → models}/EndpointListResponse.d.ts +0 -0
  218. /package/dist/esm/openapi/{src/models → models}/EndpointListResponse.js +0 -0
  219. /package/dist/esm/openapi/{src/models → models}/EndpointOperationResponse.d.ts +0 -0
  220. /package/dist/esm/openapi/{src/models → models}/EndpointOperationResponse.js +0 -0
  221. /package/dist/esm/openapi/{src/models → models}/EndpointResponse.d.ts +0 -0
  222. /package/dist/esm/openapi/{src/models → models}/EndpointResponse.js +0 -0
  223. /package/dist/esm/openapi/{src/models → models}/EndpointSecretResponse.d.ts +0 -0
  224. /package/dist/esm/openapi/{src/models → models}/EndpointSecretResponse.js +0 -0
  225. /package/dist/esm/openapi/{src/models → models}/FilterCondition.d.ts +0 -0
  226. /package/dist/esm/openapi/{src/models → models}/FilterCondition.js +0 -0
  227. /package/dist/esm/openapi/{src/models → models}/GainersAndLosersDTO.d.ts +0 -0
  228. /package/dist/esm/openapi/{src/models → models}/GainersAndLosersDTO.js +0 -0
  229. /package/dist/esm/openapi/{src/models → models}/GainersAndLosersPage.d.ts +0 -0
  230. /package/dist/esm/openapi/{src/models → models}/GainersAndLosersPage.js +0 -0
  231. /package/dist/esm/openapi/{src/models → models}/JobDTO.d.ts +0 -0
  232. /package/dist/esm/openapi/{src/models → models}/JobDTO.js +0 -0
  233. /package/dist/esm/openapi/{src/models → models}/JobStreamingDTO.d.ts +0 -0
  234. /package/dist/esm/openapi/{src/models → models}/JobStreamingDTO.js +0 -0
  235. /package/dist/esm/openapi/{src/models → models}/Link.d.ts +0 -0
  236. /package/dist/esm/openapi/{src/models → models}/Link.js +0 -0
  237. /package/dist/esm/openapi/{src/models → models}/MoonshotCreateTokenInput.d.ts +0 -0
  238. /package/dist/esm/openapi/{src/models → models}/MoonshotCreateTokenInput.js +0 -0
  239. /package/dist/esm/openapi/{src/models → models}/MoonshotCreateTokenReply.d.ts +0 -0
  240. /package/dist/esm/openapi/{src/models → models}/MoonshotCreateTokenReply.js +0 -0
  241. /package/dist/esm/openapi/{src/models → models}/MoonshotSubmitCreateToken200Response.d.ts +0 -0
  242. /package/dist/esm/openapi/{src/models → models}/MoonshotSubmitCreateToken200Response.js +0 -0
  243. /package/dist/esm/openapi/{src/models → models}/MoonshotSubmitCreateTokenInput.d.ts +0 -0
  244. /package/dist/esm/openapi/{src/models → models}/MoonshotSubmitCreateTokenInput.js +0 -0
  245. /package/dist/esm/openapi/{src/models → models}/PumpCreateTokenInput.d.ts +0 -0
  246. /package/dist/esm/openapi/{src/models → models}/PumpCreateTokenInput.js +0 -0
  247. /package/dist/esm/openapi/{src/models → models}/PumpCreateTokenReply.d.ts +0 -0
  248. /package/dist/esm/openapi/{src/models → models}/PumpCreateTokenReply.js +0 -0
  249. /package/dist/esm/openapi/{src/models → models}/QuoteResponse.d.ts +0 -0
  250. /package/dist/esm/openapi/{src/models → models}/QuoteResponse.js +0 -0
  251. /package/dist/esm/openapi/{src/models → models}/RedPacketClaimDTO.d.ts +0 -0
  252. /package/dist/esm/openapi/{src/models → models}/RedPacketClaimDTO.js +0 -0
  253. /package/dist/esm/openapi/{src/models → models}/RedPacketClaimsPage.d.ts +0 -0
  254. /package/dist/esm/openapi/{src/models → models}/RedPacketClaimsPage.js +0 -0
  255. /package/dist/esm/openapi/{src/models → models}/RedPacketDTO.d.ts +0 -0
  256. /package/dist/esm/openapi/{src/models → models}/RedPacketDTO.js +0 -0
  257. /package/dist/esm/openapi/{src/models → models}/RedPacketReply.d.ts +0 -0
  258. /package/dist/esm/openapi/{src/models → models}/RedPacketReply.js +0 -0
  259. /package/dist/esm/openapi/{src/models → models}/RedPacketSendTxInput.d.ts +0 -0
  260. /package/dist/esm/openapi/{src/models → models}/RedPacketSendTxInput.js +0 -0
  261. /package/dist/esm/openapi/{src/models → models}/RedPacketSendTxResponse.d.ts +0 -0
  262. /package/dist/esm/openapi/{src/models → models}/RedPacketSendTxResponse.js +0 -0
  263. /package/dist/esm/openapi/{src/models → models}/RedPacketsPage.d.ts +0 -0
  264. /package/dist/esm/openapi/{src/models → models}/RedPacketsPage.js +0 -0
  265. /package/dist/esm/openapi/{src/models → models}/Resolution.d.ts +0 -0
  266. /package/dist/esm/openapi/{src/models → models}/Resolution.js +0 -0
  267. /package/dist/esm/openapi/{src/models → models}/SendTxInput.d.ts +0 -0
  268. /package/dist/esm/openapi/{src/models → models}/SendTxInput.js +0 -0
  269. /package/dist/esm/openapi/{src/models → models}/SendTxResponse.d.ts +0 -0
  270. /package/dist/esm/openapi/{src/models → models}/SendTxResponse.js +0 -0
  271. /package/dist/esm/openapi/{src/models → models}/SwapInput.d.ts +0 -0
  272. /package/dist/esm/openapi/{src/models → models}/SwapInput.js +0 -0
  273. /package/dist/esm/openapi/{src/models → models}/SwapReply.d.ts +0 -0
  274. /package/dist/esm/openapi/{src/models → models}/SwapReply.js +0 -0
  275. /package/dist/esm/openapi/{src/models → models}/SwapRouteInput.d.ts +0 -0
  276. /package/dist/esm/openapi/{src/models → models}/SwapRouteInput.js +0 -0
  277. /package/dist/esm/openapi/{src/models → models}/SwapRouteResponse.d.ts +0 -0
  278. /package/dist/esm/openapi/{src/models → models}/SwapRouteResponse.js +0 -0
  279. /package/dist/esm/openapi/{src/models → models}/Token.d.ts +0 -0
  280. /package/dist/esm/openapi/{src/models → models}/Token.js +0 -0
  281. /package/dist/esm/openapi/{src/models → models}/TokenCreationDTO.d.ts +0 -0
  282. /package/dist/esm/openapi/{src/models → models}/TokenCreationDTO.js +0 -0
  283. /package/dist/esm/openapi/{src/models → models}/TokenCreationPage.d.ts +0 -0
  284. /package/dist/esm/openapi/{src/models → models}/TokenCreationPage.js +0 -0
  285. /package/dist/esm/openapi/{src/models → models}/TokenCreatorsDTO.d.ts +0 -0
  286. /package/dist/esm/openapi/{src/models → models}/TokenCreatorsDTO.js +0 -0
  287. /package/dist/esm/openapi/{src/models → models}/TokenExtraDTO.d.ts +0 -0
  288. /package/dist/esm/openapi/{src/models → models}/TokenExtraDTO.js +0 -0
  289. /package/dist/esm/openapi/{src/models → models}/TokenHolder.d.ts +0 -0
  290. /package/dist/esm/openapi/{src/models → models}/TokenHolder.js +0 -0
  291. /package/dist/esm/openapi/{src/models → models}/TokenHolderPage.d.ts +0 -0
  292. /package/dist/esm/openapi/{src/models → models}/TokenHolderPage.js +0 -0
  293. /package/dist/esm/openapi/{src/models → models}/TokenListPage.d.ts +0 -0
  294. /package/dist/esm/openapi/{src/models → models}/TokenListPage.js +0 -0
  295. /package/dist/esm/openapi/{src/models → models}/TokenMarketData.d.ts +0 -0
  296. /package/dist/esm/openapi/{src/models → models}/TokenMarketData.js +0 -0
  297. /package/dist/esm/openapi/{src/models → models}/TokenMetadata.d.ts +0 -0
  298. /package/dist/esm/openapi/{src/models → models}/TokenMetadata.js +0 -0
  299. /package/dist/esm/openapi/{src/models → models}/TokenPage.d.ts +0 -0
  300. /package/dist/esm/openapi/{src/models → models}/TokenPage.js +0 -0
  301. /package/dist/esm/openapi/{src/models → models}/TokenPriceDTO.d.ts +0 -0
  302. /package/dist/esm/openapi/{src/models → models}/TokenPriceDTO.js +0 -0
  303. /package/dist/esm/openapi/{src/models → models}/TokenPricePage.d.ts +0 -0
  304. /package/dist/esm/openapi/{src/models → models}/TokenPricePage.js +0 -0
  305. /package/dist/esm/openapi/{src/models → models}/TokenSocialMediasDTO.d.ts +0 -0
  306. /package/dist/esm/openapi/{src/models → models}/TokenSocialMediasDTO.js +0 -0
  307. /package/dist/esm/openapi/{src/models → models}/TokenStat.d.ts +0 -0
  308. /package/dist/esm/openapi/{src/models → models}/TokenStat.js +0 -0
  309. /package/dist/esm/openapi/{src/models → models}/TopTradersDTO.d.ts +0 -0
  310. /package/dist/esm/openapi/{src/models → models}/TopTradersDTO.js +0 -0
  311. /package/dist/esm/openapi/{src/models → models}/TopTradersPage.d.ts +0 -0
  312. /package/dist/esm/openapi/{src/models → models}/TopTradersPage.js +0 -0
  313. /package/dist/esm/openapi/{src/models → models}/TradeDetailDTO.d.ts +0 -0
  314. /package/dist/esm/openapi/{src/models → models}/TradeDetailDTO.js +0 -0
  315. /package/dist/esm/openapi/{src/models → models}/TradeEvent.d.ts +0 -0
  316. /package/dist/esm/openapi/{src/models → models}/TradeEvent.js +0 -0
  317. /package/dist/esm/openapi/{src/models → models}/TradePage.d.ts +0 -0
  318. /package/dist/esm/openapi/{src/models → models}/TradePage.js +0 -0
  319. /package/dist/esm/openapi/{src/models → models}/TradeType.d.ts +0 -0
  320. /package/dist/esm/openapi/{src/models → models}/TradeType.js +0 -0
  321. /package/dist/esm/openapi/{src/models → models}/UpdateEndpointInput.d.ts +0 -0
  322. /package/dist/esm/openapi/{src/models → models}/UpdateEndpointInput.js +0 -0
  323. /package/dist/esm/openapi/{src/models → models}/WalletBalanceDetailDTO.d.ts +0 -0
  324. /package/dist/esm/openapi/{src/models → models}/WalletBalanceDetailDTO.js +0 -0
  325. /package/dist/esm/openapi/{src/models → models}/WalletBalancesDTO.d.ts +0 -0
  326. /package/dist/esm/openapi/{src/models → models}/WalletBalancesDTO.js +0 -0
  327. /package/dist/esm/openapi/{src/models → models}/WalletPnlDTO.d.ts +0 -0
  328. /package/dist/esm/openapi/{src/models → models}/WalletPnlDTO.js +0 -0
  329. /package/dist/esm/openapi/{src/models → models}/index.d.ts +0 -0
  330. /package/dist/esm/openapi/{src/models → models}/index.js +0 -0
  331. /package/dist/esm/openapi/{src/runtime.d.ts → runtime.d.ts} +0 -0
  332. /package/dist/{api → esm/stream}/stream.fields.d.ts +0 -0
  333. /package/dist/esm/{api → stream}/stream.fields.js +0 -0
  334. /package/dist/esm/{api → stream}/stream.model.js +0 -0
  335. /package/dist/openapi/{src/apis → apis}/BlockchainApi.d.ts +0 -0
  336. /package/dist/openapi/{src/apis → apis}/DefiSolanaMoonshotApi.d.ts +0 -0
  337. /package/dist/openapi/{src/apis → apis}/DefiSolanaPumpfunApi.d.ts +0 -0
  338. /package/dist/openapi/{src/apis → apis}/DexApi.d.ts +0 -0
  339. /package/dist/openapi/{src/apis → apis}/DexPoolApi.d.ts +0 -0
  340. /package/dist/openapi/{src/apis → apis}/EndpointApi.d.ts +0 -0
  341. /package/dist/openapi/{src/apis → apis}/IpfsApi.d.ts +0 -0
  342. /package/dist/openapi/{src/apis → apis}/JobsApi.d.ts +0 -0
  343. /package/dist/openapi/{src/apis → apis}/RankingApi.d.ts +0 -0
  344. /package/dist/openapi/{src/apis → apis}/RedPacketApi.d.ts +0 -0
  345. /package/dist/openapi/{src/apis → apis}/TokenApi.d.ts +0 -0
  346. /package/dist/openapi/{src/apis → apis}/TradeApi.d.ts +0 -0
  347. /package/dist/openapi/{src/apis → apis}/TransactionApi.d.ts +0 -0
  348. /package/dist/openapi/{src/apis → apis}/WalletApi.d.ts +0 -0
  349. /package/dist/openapi/{src/apis → apis}/WatchlistApi.d.ts +0 -0
  350. /package/dist/openapi/{src/apis → apis}/index.d.ts +0 -0
  351. /package/dist/openapi/{src/apis → apis}/index.js +0 -0
  352. /package/dist/openapi/{src/index.d.ts → index.d.ts} +0 -0
  353. /package/dist/openapi/{src/index.js → index.js} +0 -0
  354. /package/dist/openapi/{src/models → models}/BlockchainDTO.d.ts +0 -0
  355. /package/dist/openapi/{src/models → models}/BlockchainDTO.js +0 -0
  356. /package/dist/openapi/{src/models → models}/BlockchainLatestBlockDTO.d.ts +0 -0
  357. /package/dist/openapi/{src/models → models}/BlockchainLatestBlockDTO.js +0 -0
  358. /package/dist/openapi/{src/models → models}/BooleanResultDTO.d.ts +0 -0
  359. /package/dist/openapi/{src/models → models}/BooleanResultDTO.js +0 -0
  360. /package/dist/openapi/{src/models → models}/CalculatePnlInput.d.ts +0 -0
  361. /package/dist/openapi/{src/models → models}/CalculatePnlInput.js +0 -0
  362. /package/dist/openapi/{src/models → models}/Candle.d.ts +0 -0
  363. /package/dist/openapi/{src/models → models}/Candle.js +0 -0
  364. /package/dist/openapi/{src/models → models}/ClaimRedPacketInput.d.ts +0 -0
  365. /package/dist/openapi/{src/models → models}/ClaimRedPacketInput.js +0 -0
  366. /package/dist/openapi/{src/models → models}/CreateEndpointInput.d.ts +0 -0
  367. /package/dist/openapi/{src/models → models}/CreateEndpointInput.js +0 -0
  368. /package/dist/openapi/{src/models → models}/CreateRedPacketInput.d.ts +0 -0
  369. /package/dist/openapi/{src/models → models}/CreateRedPacketInput.js +0 -0
  370. /package/dist/openapi/{src/models → models}/CreateRedPacketReply.d.ts +0 -0
  371. /package/dist/openapi/{src/models → models}/CreateRedPacketReply.js +0 -0
  372. /package/dist/openapi/{src/models → models}/CreateTokenInput.d.ts +0 -0
  373. /package/dist/openapi/{src/models → models}/CreateTokenInput.js +0 -0
  374. /package/dist/openapi/{src/models → models}/CreateTokenReply.d.ts +0 -0
  375. /package/dist/openapi/{src/models → models}/CreateTokenReply.js +0 -0
  376. /package/dist/openapi/{src/models → models}/DexDTO.d.ts +0 -0
  377. /package/dist/openapi/{src/models → models}/DexDTO.js +0 -0
  378. /package/dist/openapi/{src/models → models}/DexPage.d.ts +0 -0
  379. /package/dist/openapi/{src/models → models}/DexPage.js +0 -0
  380. /package/dist/openapi/{src/models → models}/DexPoolDTO.d.ts +0 -0
  381. /package/dist/openapi/{src/models → models}/DexPoolDTO.js +0 -0
  382. /package/dist/openapi/{src/models → models}/EndpointListResponse.d.ts +0 -0
  383. /package/dist/openapi/{src/models → models}/EndpointListResponse.js +0 -0
  384. /package/dist/openapi/{src/models → models}/EndpointOperationResponse.d.ts +0 -0
  385. /package/dist/openapi/{src/models → models}/EndpointOperationResponse.js +0 -0
  386. /package/dist/openapi/{src/models → models}/EndpointResponse.d.ts +0 -0
  387. /package/dist/openapi/{src/models → models}/EndpointResponse.js +0 -0
  388. /package/dist/openapi/{src/models → models}/EndpointSecretResponse.d.ts +0 -0
  389. /package/dist/openapi/{src/models → models}/EndpointSecretResponse.js +0 -0
  390. /package/dist/openapi/{src/models → models}/FilterCondition.d.ts +0 -0
  391. /package/dist/openapi/{src/models → models}/FilterCondition.js +0 -0
  392. /package/dist/openapi/{src/models → models}/GainersAndLosersDTO.d.ts +0 -0
  393. /package/dist/openapi/{src/models → models}/GainersAndLosersDTO.js +0 -0
  394. /package/dist/openapi/{src/models → models}/GainersAndLosersPage.d.ts +0 -0
  395. /package/dist/openapi/{src/models → models}/GainersAndLosersPage.js +0 -0
  396. /package/dist/openapi/{src/models → models}/JobDTO.d.ts +0 -0
  397. /package/dist/openapi/{src/models → models}/JobDTO.js +0 -0
  398. /package/dist/openapi/{src/models → models}/JobStreamingDTO.d.ts +0 -0
  399. /package/dist/openapi/{src/models → models}/JobStreamingDTO.js +0 -0
  400. /package/dist/openapi/{src/models → models}/Link.d.ts +0 -0
  401. /package/dist/openapi/{src/models → models}/Link.js +0 -0
  402. /package/dist/openapi/{src/models → models}/MoonshotCreateTokenInput.d.ts +0 -0
  403. /package/dist/openapi/{src/models → models}/MoonshotCreateTokenInput.js +0 -0
  404. /package/dist/openapi/{src/models → models}/MoonshotCreateTokenReply.d.ts +0 -0
  405. /package/dist/openapi/{src/models → models}/MoonshotCreateTokenReply.js +0 -0
  406. /package/dist/openapi/{src/models → models}/MoonshotSubmitCreateToken200Response.d.ts +0 -0
  407. /package/dist/openapi/{src/models → models}/MoonshotSubmitCreateToken200Response.js +0 -0
  408. /package/dist/openapi/{src/models → models}/MoonshotSubmitCreateTokenInput.d.ts +0 -0
  409. /package/dist/openapi/{src/models → models}/MoonshotSubmitCreateTokenInput.js +0 -0
  410. /package/dist/openapi/{src/models → models}/PumpCreateTokenInput.d.ts +0 -0
  411. /package/dist/openapi/{src/models → models}/PumpCreateTokenInput.js +0 -0
  412. /package/dist/openapi/{src/models → models}/PumpCreateTokenReply.d.ts +0 -0
  413. /package/dist/openapi/{src/models → models}/PumpCreateTokenReply.js +0 -0
  414. /package/dist/openapi/{src/models → models}/QuoteResponse.d.ts +0 -0
  415. /package/dist/openapi/{src/models → models}/QuoteResponse.js +0 -0
  416. /package/dist/openapi/{src/models → models}/RedPacketClaimDTO.d.ts +0 -0
  417. /package/dist/openapi/{src/models → models}/RedPacketClaimDTO.js +0 -0
  418. /package/dist/openapi/{src/models → models}/RedPacketClaimsPage.d.ts +0 -0
  419. /package/dist/openapi/{src/models → models}/RedPacketClaimsPage.js +0 -0
  420. /package/dist/openapi/{src/models → models}/RedPacketDTO.d.ts +0 -0
  421. /package/dist/openapi/{src/models → models}/RedPacketDTO.js +0 -0
  422. /package/dist/openapi/{src/models → models}/RedPacketReply.d.ts +0 -0
  423. /package/dist/openapi/{src/models → models}/RedPacketReply.js +0 -0
  424. /package/dist/openapi/{src/models → models}/RedPacketSendTxInput.d.ts +0 -0
  425. /package/dist/openapi/{src/models → models}/RedPacketSendTxInput.js +0 -0
  426. /package/dist/openapi/{src/models → models}/RedPacketSendTxResponse.d.ts +0 -0
  427. /package/dist/openapi/{src/models → models}/RedPacketSendTxResponse.js +0 -0
  428. /package/dist/openapi/{src/models → models}/RedPacketsPage.d.ts +0 -0
  429. /package/dist/openapi/{src/models → models}/RedPacketsPage.js +0 -0
  430. /package/dist/openapi/{src/models → models}/Resolution.d.ts +0 -0
  431. /package/dist/openapi/{src/models → models}/Resolution.js +0 -0
  432. /package/dist/openapi/{src/models → models}/SendTxInput.d.ts +0 -0
  433. /package/dist/openapi/{src/models → models}/SendTxInput.js +0 -0
  434. /package/dist/openapi/{src/models → models}/SendTxResponse.d.ts +0 -0
  435. /package/dist/openapi/{src/models → models}/SendTxResponse.js +0 -0
  436. /package/dist/openapi/{src/models → models}/SwapInput.d.ts +0 -0
  437. /package/dist/openapi/{src/models → models}/SwapInput.js +0 -0
  438. /package/dist/openapi/{src/models → models}/SwapReply.d.ts +0 -0
  439. /package/dist/openapi/{src/models → models}/SwapReply.js +0 -0
  440. /package/dist/openapi/{src/models → models}/SwapRouteInput.d.ts +0 -0
  441. /package/dist/openapi/{src/models → models}/SwapRouteInput.js +0 -0
  442. /package/dist/openapi/{src/models → models}/SwapRouteResponse.d.ts +0 -0
  443. /package/dist/openapi/{src/models → models}/SwapRouteResponse.js +0 -0
  444. /package/dist/openapi/{src/models → models}/Token.d.ts +0 -0
  445. /package/dist/openapi/{src/models → models}/Token.js +0 -0
  446. /package/dist/openapi/{src/models → models}/TokenCreationDTO.d.ts +0 -0
  447. /package/dist/openapi/{src/models → models}/TokenCreationDTO.js +0 -0
  448. /package/dist/openapi/{src/models → models}/TokenCreationPage.d.ts +0 -0
  449. /package/dist/openapi/{src/models → models}/TokenCreationPage.js +0 -0
  450. /package/dist/openapi/{src/models → models}/TokenCreatorsDTO.d.ts +0 -0
  451. /package/dist/openapi/{src/models → models}/TokenCreatorsDTO.js +0 -0
  452. /package/dist/openapi/{src/models → models}/TokenExtraDTO.d.ts +0 -0
  453. /package/dist/openapi/{src/models → models}/TokenExtraDTO.js +0 -0
  454. /package/dist/openapi/{src/models → models}/TokenHolder.d.ts +0 -0
  455. /package/dist/openapi/{src/models → models}/TokenHolder.js +0 -0
  456. /package/dist/openapi/{src/models → models}/TokenHolderPage.d.ts +0 -0
  457. /package/dist/openapi/{src/models → models}/TokenHolderPage.js +0 -0
  458. /package/dist/openapi/{src/models → models}/TokenListPage.d.ts +0 -0
  459. /package/dist/openapi/{src/models → models}/TokenListPage.js +0 -0
  460. /package/dist/openapi/{src/models → models}/TokenMarketData.d.ts +0 -0
  461. /package/dist/openapi/{src/models → models}/TokenMarketData.js +0 -0
  462. /package/dist/openapi/{src/models → models}/TokenMetadata.d.ts +0 -0
  463. /package/dist/openapi/{src/models → models}/TokenMetadata.js +0 -0
  464. /package/dist/openapi/{src/models → models}/TokenPage.d.ts +0 -0
  465. /package/dist/openapi/{src/models → models}/TokenPage.js +0 -0
  466. /package/dist/openapi/{src/models → models}/TokenPriceDTO.d.ts +0 -0
  467. /package/dist/openapi/{src/models → models}/TokenPriceDTO.js +0 -0
  468. /package/dist/openapi/{src/models → models}/TokenPricePage.d.ts +0 -0
  469. /package/dist/openapi/{src/models → models}/TokenPricePage.js +0 -0
  470. /package/dist/openapi/{src/models → models}/TokenSocialMediasDTO.d.ts +0 -0
  471. /package/dist/openapi/{src/models → models}/TokenSocialMediasDTO.js +0 -0
  472. /package/dist/openapi/{src/models → models}/TokenStat.d.ts +0 -0
  473. /package/dist/openapi/{src/models → models}/TokenStat.js +0 -0
  474. /package/dist/openapi/{src/models → models}/TopTradersDTO.d.ts +0 -0
  475. /package/dist/openapi/{src/models → models}/TopTradersDTO.js +0 -0
  476. /package/dist/openapi/{src/models → models}/TopTradersPage.d.ts +0 -0
  477. /package/dist/openapi/{src/models → models}/TopTradersPage.js +0 -0
  478. /package/dist/openapi/{src/models → models}/TradeDetailDTO.d.ts +0 -0
  479. /package/dist/openapi/{src/models → models}/TradeDetailDTO.js +0 -0
  480. /package/dist/openapi/{src/models → models}/TradeEvent.d.ts +0 -0
  481. /package/dist/openapi/{src/models → models}/TradeEvent.js +0 -0
  482. /package/dist/openapi/{src/models → models}/TradePage.d.ts +0 -0
  483. /package/dist/openapi/{src/models → models}/TradePage.js +0 -0
  484. /package/dist/openapi/{src/models → models}/TradeType.d.ts +0 -0
  485. /package/dist/openapi/{src/models → models}/TradeType.js +0 -0
  486. /package/dist/openapi/{src/models → models}/UpdateEndpointInput.d.ts +0 -0
  487. /package/dist/openapi/{src/models → models}/UpdateEndpointInput.js +0 -0
  488. /package/dist/openapi/{src/models → models}/WalletBalanceDetailDTO.d.ts +0 -0
  489. /package/dist/openapi/{src/models → models}/WalletBalanceDetailDTO.js +0 -0
  490. /package/dist/openapi/{src/models → models}/WalletBalancesDTO.d.ts +0 -0
  491. /package/dist/openapi/{src/models → models}/WalletBalancesDTO.js +0 -0
  492. /package/dist/openapi/{src/models → models}/WalletPnlDTO.d.ts +0 -0
  493. /package/dist/openapi/{src/models → models}/WalletPnlDTO.js +0 -0
  494. /package/dist/openapi/{src/models → models}/index.d.ts +0 -0
  495. /package/dist/openapi/{src/models → models}/index.js +0 -0
  496. /package/dist/openapi/{src/runtime.d.ts → runtime.d.ts} +0 -0
  497. /package/dist/{esm/api → stream}/stream.fields.d.ts +0 -0
  498. /package/dist/{api → stream}/stream.fields.js +0 -0
  499. /package/dist/{api → stream}/stream.model.js +0 -0
@@ -1,939 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * Dex Aggregator API
5
- * Dex Aggregator API ⚡️
6
- *
7
- * The version of the OpenAPI document: 1.0
8
- * Contact: ai@sx.ai
9
- *
10
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
- * https://openapi-generator.tech
12
- * Do not edit the class manually.
13
- */
14
-
15
-
16
- import * as runtime from '../runtime';
17
- import type {
18
- FilterCondition,
19
- Token,
20
- } from '../models/index';
21
- import {
22
- FilterConditionFromJSON,
23
- FilterConditionToJSON,
24
- TokenFromJSON,
25
- TokenToJSON,
26
- } from '../models/index';
27
-
28
- export interface GetFinalStretchTokensRequest {
29
- chain: GetFinalStretchTokensChainEnum;
30
- sortBy?: GetFinalStretchTokensSortByEnum;
31
- sortDirection?: GetFinalStretchTokensSortDirectionEnum;
32
- rangeFilters?: Array<FilterCondition>;
33
- tag?: GetFinalStretchTokensTagEnum;
34
- filters?: Array<string>;
35
- launchpadPlatform?: Array<string>;
36
- searchKeywords?: Array<string>;
37
- excludeKeywords?: Array<string>;
38
- }
39
-
40
- export interface GetHotTokensRequest {
41
- chain: GetHotTokensChainEnum;
42
- duration: GetHotTokensDurationEnum;
43
- sortBy?: GetHotTokensSortByEnum;
44
- sortDirection?: GetHotTokensSortDirectionEnum;
45
- rangeFilters?: Array<FilterCondition>;
46
- tag?: GetHotTokensTagEnum;
47
- filters?: Array<string>;
48
- launchpadPlatform?: Array<string>;
49
- searchKeywords?: Array<string>;
50
- excludeKeywords?: Array<string>;
51
- }
52
-
53
- export interface GetMigratedTokensRequest {
54
- chain: GetMigratedTokensChainEnum;
55
- sortBy?: GetMigratedTokensSortByEnum;
56
- sortDirection?: GetMigratedTokensSortDirectionEnum;
57
- rangeFilters?: Array<FilterCondition>;
58
- tag?: GetMigratedTokensTagEnum;
59
- filters?: Array<string>;
60
- launchpadPlatform?: Array<string>;
61
- searchKeywords?: Array<string>;
62
- excludeKeywords?: Array<string>;
63
- }
64
-
65
- export interface GetNewTokensRequest {
66
- chain: GetNewTokensChainEnum;
67
- sortBy?: GetNewTokensSortByEnum;
68
- sortDirection?: GetNewTokensSortDirectionEnum;
69
- rangeFilters?: Array<FilterCondition>;
70
- tag?: GetNewTokensTagEnum;
71
- filters?: Array<string>;
72
- launchpadPlatform?: Array<string>;
73
- searchKeywords?: Array<string>;
74
- excludeKeywords?: Array<string>;
75
- }
76
-
77
- export interface GetStocksTokensRequest {
78
- chain: GetStocksTokensChainEnum;
79
- sortBy?: GetStocksTokensSortByEnum;
80
- sortDirection?: GetStocksTokensSortDirectionEnum;
81
- rangeFilters?: Array<FilterCondition>;
82
- tag?: GetStocksTokensTagEnum;
83
- filters?: Array<string>;
84
- launchpadPlatform?: Array<string>;
85
- searchKeywords?: Array<string>;
86
- excludeKeywords?: Array<string>;
87
- }
88
-
89
- /**
90
- *
91
- */
92
- export class RankingApi extends runtime.BaseAPI {
93
-
94
- /**
95
- * CONTROLLER.RANKING.FINAL_STRETCH_TOKENS.DESCRIPTION
96
- * CONTROLLER.RANKING.FINAL_STRETCH_TOKENS.SUMMARY
97
- */
98
- async getFinalStretchTokensRaw(requestParameters: GetFinalStretchTokensRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<Token>>> {
99
- if (requestParameters['chain'] == null) {
100
- throw new runtime.RequiredError(
101
- 'chain',
102
- 'Required parameter "chain" was null or undefined when calling getFinalStretchTokens().'
103
- );
104
- }
105
-
106
- const queryParameters: any = {};
107
-
108
- if (requestParameters['sortBy'] != null) {
109
- queryParameters['sortBy'] = requestParameters['sortBy'];
110
- }
111
-
112
- if (requestParameters['sortDirection'] != null) {
113
- queryParameters['sortDirection'] = requestParameters['sortDirection'];
114
- }
115
-
116
- if (requestParameters['rangeFilters'] != null) {
117
- queryParameters['rangeFilters'] = requestParameters['rangeFilters'];
118
- }
119
-
120
- if (requestParameters['tag'] != null) {
121
- queryParameters['tag'] = requestParameters['tag'];
122
- }
123
-
124
- if (requestParameters['filters'] != null) {
125
- queryParameters['filters'] = requestParameters['filters'];
126
- }
127
-
128
- if (requestParameters['launchpadPlatform'] != null) {
129
- queryParameters['launchpadPlatform'] = requestParameters['launchpadPlatform'];
130
- }
131
-
132
- if (requestParameters['searchKeywords'] != null) {
133
- queryParameters['searchKeywords'] = requestParameters['searchKeywords'];
134
- }
135
-
136
- if (requestParameters['excludeKeywords'] != null) {
137
- queryParameters['excludeKeywords'] = requestParameters['excludeKeywords'];
138
- }
139
-
140
- const headerParameters: runtime.HTTPHeaders = {};
141
-
142
- if (this.configuration && this.configuration.accessToken) {
143
- const token = this.configuration.accessToken;
144
- const tokenString = await token("bearer", []);
145
-
146
- if (tokenString) {
147
- headerParameters["Authorization"] = `Bearer ${tokenString}`;
148
- }
149
- }
150
-
151
- let urlPath = `/v1/ranking/{chain}/finalStretch`;
152
- urlPath = urlPath.replace(`{${"chain"}}`, encodeURIComponent(String(requestParameters['chain'])));
153
-
154
- const response = await this.request({
155
- path: urlPath,
156
- method: 'GET',
157
- headers: headerParameters,
158
- query: queryParameters,
159
- }, initOverrides);
160
-
161
- return new runtime.JSONApiResponse(response, (jsonValue) => jsonValue.map(TokenFromJSON));
162
- }
163
-
164
- /**
165
- * CONTROLLER.RANKING.FINAL_STRETCH_TOKENS.DESCRIPTION
166
- * CONTROLLER.RANKING.FINAL_STRETCH_TOKENS.SUMMARY
167
- */
168
- async getFinalStretchTokens(requestParameters: GetFinalStretchTokensRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<Token>> {
169
- const response = await this.getFinalStretchTokensRaw(requestParameters, initOverrides);
170
- return await response.value();
171
- }
172
-
173
- /**
174
- * CONTROLLER.RANKING.HOT_TOKENS.DESCRIPTION
175
- * CONTROLLER.RANKING.HOT_TOKENS.SUMMARY
176
- */
177
- async getHotTokensRaw(requestParameters: GetHotTokensRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<Token>>> {
178
- if (requestParameters['chain'] == null) {
179
- throw new runtime.RequiredError(
180
- 'chain',
181
- 'Required parameter "chain" was null or undefined when calling getHotTokens().'
182
- );
183
- }
184
-
185
- if (requestParameters['duration'] == null) {
186
- throw new runtime.RequiredError(
187
- 'duration',
188
- 'Required parameter "duration" was null or undefined when calling getHotTokens().'
189
- );
190
- }
191
-
192
- const queryParameters: any = {};
193
-
194
- if (requestParameters['sortBy'] != null) {
195
- queryParameters['sortBy'] = requestParameters['sortBy'];
196
- }
197
-
198
- if (requestParameters['sortDirection'] != null) {
199
- queryParameters['sortDirection'] = requestParameters['sortDirection'];
200
- }
201
-
202
- if (requestParameters['rangeFilters'] != null) {
203
- queryParameters['rangeFilters'] = requestParameters['rangeFilters'];
204
- }
205
-
206
- if (requestParameters['tag'] != null) {
207
- queryParameters['tag'] = requestParameters['tag'];
208
- }
209
-
210
- if (requestParameters['filters'] != null) {
211
- queryParameters['filters'] = requestParameters['filters'];
212
- }
213
-
214
- if (requestParameters['launchpadPlatform'] != null) {
215
- queryParameters['launchpadPlatform'] = requestParameters['launchpadPlatform'];
216
- }
217
-
218
- if (requestParameters['searchKeywords'] != null) {
219
- queryParameters['searchKeywords'] = requestParameters['searchKeywords'];
220
- }
221
-
222
- if (requestParameters['excludeKeywords'] != null) {
223
- queryParameters['excludeKeywords'] = requestParameters['excludeKeywords'];
224
- }
225
-
226
- const headerParameters: runtime.HTTPHeaders = {};
227
-
228
- if (this.configuration && this.configuration.accessToken) {
229
- const token = this.configuration.accessToken;
230
- const tokenString = await token("bearer", []);
231
-
232
- if (tokenString) {
233
- headerParameters["Authorization"] = `Bearer ${tokenString}`;
234
- }
235
- }
236
-
237
- let urlPath = `/v1/ranking/{chain}/hotTokens/{duration}`;
238
- urlPath = urlPath.replace(`{${"chain"}}`, encodeURIComponent(String(requestParameters['chain'])));
239
- urlPath = urlPath.replace(`{${"duration"}}`, encodeURIComponent(String(requestParameters['duration'])));
240
-
241
- const response = await this.request({
242
- path: urlPath,
243
- method: 'GET',
244
- headers: headerParameters,
245
- query: queryParameters,
246
- }, initOverrides);
247
-
248
- return new runtime.JSONApiResponse(response, (jsonValue) => jsonValue.map(TokenFromJSON));
249
- }
250
-
251
- /**
252
- * CONTROLLER.RANKING.HOT_TOKENS.DESCRIPTION
253
- * CONTROLLER.RANKING.HOT_TOKENS.SUMMARY
254
- */
255
- async getHotTokens(requestParameters: GetHotTokensRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<Token>> {
256
- const response = await this.getHotTokensRaw(requestParameters, initOverrides);
257
- return await response.value();
258
- }
259
-
260
- /**
261
- * CONTROLLER.RANKING.MIGRATED_TOKENS.DESCRIPTION
262
- * CONTROLLER.RANKING.MIGRATED_TOKENS.SUMMARY
263
- */
264
- async getMigratedTokensRaw(requestParameters: GetMigratedTokensRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<Token>>> {
265
- if (requestParameters['chain'] == null) {
266
- throw new runtime.RequiredError(
267
- 'chain',
268
- 'Required parameter "chain" was null or undefined when calling getMigratedTokens().'
269
- );
270
- }
271
-
272
- const queryParameters: any = {};
273
-
274
- if (requestParameters['sortBy'] != null) {
275
- queryParameters['sortBy'] = requestParameters['sortBy'];
276
- }
277
-
278
- if (requestParameters['sortDirection'] != null) {
279
- queryParameters['sortDirection'] = requestParameters['sortDirection'];
280
- }
281
-
282
- if (requestParameters['rangeFilters'] != null) {
283
- queryParameters['rangeFilters'] = requestParameters['rangeFilters'];
284
- }
285
-
286
- if (requestParameters['tag'] != null) {
287
- queryParameters['tag'] = requestParameters['tag'];
288
- }
289
-
290
- if (requestParameters['filters'] != null) {
291
- queryParameters['filters'] = requestParameters['filters'];
292
- }
293
-
294
- if (requestParameters['launchpadPlatform'] != null) {
295
- queryParameters['launchpadPlatform'] = requestParameters['launchpadPlatform'];
296
- }
297
-
298
- if (requestParameters['searchKeywords'] != null) {
299
- queryParameters['searchKeywords'] = requestParameters['searchKeywords'];
300
- }
301
-
302
- if (requestParameters['excludeKeywords'] != null) {
303
- queryParameters['excludeKeywords'] = requestParameters['excludeKeywords'];
304
- }
305
-
306
- const headerParameters: runtime.HTTPHeaders = {};
307
-
308
- if (this.configuration && this.configuration.accessToken) {
309
- const token = this.configuration.accessToken;
310
- const tokenString = await token("bearer", []);
311
-
312
- if (tokenString) {
313
- headerParameters["Authorization"] = `Bearer ${tokenString}`;
314
- }
315
- }
316
-
317
- let urlPath = `/v1/ranking/{chain}/migrated`;
318
- urlPath = urlPath.replace(`{${"chain"}}`, encodeURIComponent(String(requestParameters['chain'])));
319
-
320
- const response = await this.request({
321
- path: urlPath,
322
- method: 'GET',
323
- headers: headerParameters,
324
- query: queryParameters,
325
- }, initOverrides);
326
-
327
- return new runtime.JSONApiResponse(response, (jsonValue) => jsonValue.map(TokenFromJSON));
328
- }
329
-
330
- /**
331
- * CONTROLLER.RANKING.MIGRATED_TOKENS.DESCRIPTION
332
- * CONTROLLER.RANKING.MIGRATED_TOKENS.SUMMARY
333
- */
334
- async getMigratedTokens(requestParameters: GetMigratedTokensRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<Token>> {
335
- const response = await this.getMigratedTokensRaw(requestParameters, initOverrides);
336
- return await response.value();
337
- }
338
-
339
- /**
340
- * CONTROLLER.RANKING.NEW_TOKENS.DESCRIPTION
341
- * CONTROLLER.RANKING.NEW_TOKENS.SUMMARY
342
- */
343
- async getNewTokensRaw(requestParameters: GetNewTokensRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<Token>>> {
344
- if (requestParameters['chain'] == null) {
345
- throw new runtime.RequiredError(
346
- 'chain',
347
- 'Required parameter "chain" was null or undefined when calling getNewTokens().'
348
- );
349
- }
350
-
351
- const queryParameters: any = {};
352
-
353
- if (requestParameters['sortBy'] != null) {
354
- queryParameters['sortBy'] = requestParameters['sortBy'];
355
- }
356
-
357
- if (requestParameters['sortDirection'] != null) {
358
- queryParameters['sortDirection'] = requestParameters['sortDirection'];
359
- }
360
-
361
- if (requestParameters['rangeFilters'] != null) {
362
- queryParameters['rangeFilters'] = requestParameters['rangeFilters'];
363
- }
364
-
365
- if (requestParameters['tag'] != null) {
366
- queryParameters['tag'] = requestParameters['tag'];
367
- }
368
-
369
- if (requestParameters['filters'] != null) {
370
- queryParameters['filters'] = requestParameters['filters'];
371
- }
372
-
373
- if (requestParameters['launchpadPlatform'] != null) {
374
- queryParameters['launchpadPlatform'] = requestParameters['launchpadPlatform'];
375
- }
376
-
377
- if (requestParameters['searchKeywords'] != null) {
378
- queryParameters['searchKeywords'] = requestParameters['searchKeywords'];
379
- }
380
-
381
- if (requestParameters['excludeKeywords'] != null) {
382
- queryParameters['excludeKeywords'] = requestParameters['excludeKeywords'];
383
- }
384
-
385
- const headerParameters: runtime.HTTPHeaders = {};
386
-
387
- if (this.configuration && this.configuration.accessToken) {
388
- const token = this.configuration.accessToken;
389
- const tokenString = await token("bearer", []);
390
-
391
- if (tokenString) {
392
- headerParameters["Authorization"] = `Bearer ${tokenString}`;
393
- }
394
- }
395
-
396
- let urlPath = `/v1/ranking/{chain}/newTokens`;
397
- urlPath = urlPath.replace(`{${"chain"}}`, encodeURIComponent(String(requestParameters['chain'])));
398
-
399
- const response = await this.request({
400
- path: urlPath,
401
- method: 'GET',
402
- headers: headerParameters,
403
- query: queryParameters,
404
- }, initOverrides);
405
-
406
- return new runtime.JSONApiResponse(response, (jsonValue) => jsonValue.map(TokenFromJSON));
407
- }
408
-
409
- /**
410
- * CONTROLLER.RANKING.NEW_TOKENS.DESCRIPTION
411
- * CONTROLLER.RANKING.NEW_TOKENS.SUMMARY
412
- */
413
- async getNewTokens(requestParameters: GetNewTokensRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<Token>> {
414
- const response = await this.getNewTokensRaw(requestParameters, initOverrides);
415
- return await response.value();
416
- }
417
-
418
- /**
419
- * CONTROLLER.RANKING.STOCKS_TOKENS.DESCRIPTION
420
- * CONTROLLER.RANKING.STOCKS_TOKENS.SUMMARY
421
- */
422
- async getStocksTokensRaw(requestParameters: GetStocksTokensRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<Token>>> {
423
- if (requestParameters['chain'] == null) {
424
- throw new runtime.RequiredError(
425
- 'chain',
426
- 'Required parameter "chain" was null or undefined when calling getStocksTokens().'
427
- );
428
- }
429
-
430
- const queryParameters: any = {};
431
-
432
- if (requestParameters['sortBy'] != null) {
433
- queryParameters['sortBy'] = requestParameters['sortBy'];
434
- }
435
-
436
- if (requestParameters['sortDirection'] != null) {
437
- queryParameters['sortDirection'] = requestParameters['sortDirection'];
438
- }
439
-
440
- if (requestParameters['rangeFilters'] != null) {
441
- queryParameters['rangeFilters'] = requestParameters['rangeFilters'];
442
- }
443
-
444
- if (requestParameters['tag'] != null) {
445
- queryParameters['tag'] = requestParameters['tag'];
446
- }
447
-
448
- if (requestParameters['filters'] != null) {
449
- queryParameters['filters'] = requestParameters['filters'];
450
- }
451
-
452
- if (requestParameters['launchpadPlatform'] != null) {
453
- queryParameters['launchpadPlatform'] = requestParameters['launchpadPlatform'];
454
- }
455
-
456
- if (requestParameters['searchKeywords'] != null) {
457
- queryParameters['searchKeywords'] = requestParameters['searchKeywords'];
458
- }
459
-
460
- if (requestParameters['excludeKeywords'] != null) {
461
- queryParameters['excludeKeywords'] = requestParameters['excludeKeywords'];
462
- }
463
-
464
- const headerParameters: runtime.HTTPHeaders = {};
465
-
466
- if (this.configuration && this.configuration.accessToken) {
467
- const token = this.configuration.accessToken;
468
- const tokenString = await token("bearer", []);
469
-
470
- if (tokenString) {
471
- headerParameters["Authorization"] = `Bearer ${tokenString}`;
472
- }
473
- }
474
-
475
- let urlPath = `/v1/ranking/{chain}/stocks`;
476
- urlPath = urlPath.replace(`{${"chain"}}`, encodeURIComponent(String(requestParameters['chain'])));
477
-
478
- const response = await this.request({
479
- path: urlPath,
480
- method: 'GET',
481
- headers: headerParameters,
482
- query: queryParameters,
483
- }, initOverrides);
484
-
485
- return new runtime.JSONApiResponse(response, (jsonValue) => jsonValue.map(TokenFromJSON));
486
- }
487
-
488
- /**
489
- * CONTROLLER.RANKING.STOCKS_TOKENS.DESCRIPTION
490
- * CONTROLLER.RANKING.STOCKS_TOKENS.SUMMARY
491
- */
492
- async getStocksTokens(requestParameters: GetStocksTokensRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<Token>> {
493
- const response = await this.getStocksTokensRaw(requestParameters, initOverrides);
494
- return await response.value();
495
- }
496
-
497
- }
498
-
499
- /**
500
- * @export
501
- */
502
- export const GetFinalStretchTokensChainEnum = {
503
- Sol: 'sol',
504
- Base: 'base',
505
- Bsc: 'bsc',
506
- Polygon: 'polygon',
507
- Arbitrum: 'arbitrum',
508
- Optimism: 'optimism',
509
- Avalanche: 'avalanche',
510
- Ethereum: 'ethereum',
511
- Zksync: 'zksync',
512
- Sui: 'sui'
513
- } as const;
514
- export type GetFinalStretchTokensChainEnum = typeof GetFinalStretchTokensChainEnum[keyof typeof GetFinalStretchTokensChainEnum];
515
- /**
516
- * @export
517
- */
518
- export const GetFinalStretchTokensSortByEnum = {
519
- MarketDataPriceInUsd: 'marketData.priceInUsd',
520
- StatsPriceChangeRatioInUsd1m: 'stats.priceChangeRatioInUsd1m',
521
- StatsPriceChangeRatioInUsd5m: 'stats.priceChangeRatioInUsd5m',
522
- StatsPriceChangeRatioInUsd1h: 'stats.priceChangeRatioInUsd1h',
523
- StatsPriceChangeRatioInUsd4h: 'stats.priceChangeRatioInUsd4h',
524
- StatsPriceChangeRatioInUsd24h: 'stats.priceChangeRatioInUsd24h',
525
- MarketDataMarketCapInUsd: 'marketData.marketCapInUsd',
526
- MarketDataTvlInUsd: 'marketData.tvlInUsd',
527
- MarketDataTop10TotalHoldings: 'marketData.top10TotalHoldings',
528
- MarketDataTop10HoldingsRatio: 'marketData.top10HoldingsRatio',
529
- MarketDataTop100TotalHoldings: 'marketData.top100TotalHoldings',
530
- MarketDataTop100HoldingsRatio: 'marketData.top100HoldingsRatio',
531
- MarketDataHolders: 'marketData.holders',
532
- MarketDataCreatorHoldings: 'marketData.creatorHoldings',
533
- MarketDataCreatorHoldingsRatio: 'marketData.creatorHoldingsRatio',
534
- StatsBuys1m: 'stats.buys1m',
535
- StatsBuys5m: 'stats.buys5m',
536
- StatsBuys15m: 'stats.buys15m',
537
- StatsBuys30m: 'stats.buys30m',
538
- StatsBuys1h: 'stats.buys1h',
539
- StatsBuys4h: 'stats.buys4h',
540
- StatsBuys24h: 'stats.buys24h',
541
- StatsSells1m: 'stats.sells1m',
542
- StatsSells5m: 'stats.sells5m',
543
- StatsSells15m: 'stats.sells15m',
544
- StatsSells30m: 'stats.sells30m',
545
- StatsSells1h: 'stats.sells1h',
546
- StatsSells4h: 'stats.sells4h',
547
- StatsSells24h: 'stats.sells24h',
548
- StatsTrades1m: 'stats.trades1m',
549
- StatsTrades5m: 'stats.trades5m',
550
- StatsTrades1h: 'stats.trades1h',
551
- StatsTrades4h: 'stats.trades4h',
552
- StatsTrades24h: 'stats.trades24h',
553
- StatsTraders1m: 'stats.traders1m',
554
- StatsTraders5m: 'stats.traders5m',
555
- StatsTraders1h: 'stats.traders1h',
556
- StatsTraders4h: 'stats.traders4h',
557
- StatsTraders24h: 'stats.traders24h',
558
- StatsVolumesInUsd1m: 'stats.volumesInUsd1m',
559
- StatsVolumesInUsd5m: 'stats.volumesInUsd5m',
560
- StatsVolumesInUsd1h: 'stats.volumesInUsd1h',
561
- StatsVolumesInUsd4h: 'stats.volumesInUsd4h',
562
- StatsVolumesInUsd24h: 'stats.volumesInUsd24h',
563
- TokenCreatedAt: 'tokenCreatedAt'
564
- } as const;
565
- export type GetFinalStretchTokensSortByEnum = typeof GetFinalStretchTokensSortByEnum[keyof typeof GetFinalStretchTokensSortByEnum];
566
- /**
567
- * @export
568
- */
569
- export const GetFinalStretchTokensSortDirectionEnum = {
570
- Asc: 'ASC',
571
- Desc: 'DESC'
572
- } as const;
573
- export type GetFinalStretchTokensSortDirectionEnum = typeof GetFinalStretchTokensSortDirectionEnum[keyof typeof GetFinalStretchTokensSortDirectionEnum];
574
- /**
575
- * @export
576
- */
577
- export const GetFinalStretchTokensTagEnum = {
578
- PumpFun: 'pump_fun',
579
- RaydiumLaunchpad: 'raydium_launchpad',
580
- MeteoraDynamicBoundingCurve: 'meteora_dynamic_bounding_curve',
581
- BonkFun: 'bonk_fun',
582
- MoonitFun: 'moonit_fun'
583
- } as const;
584
- export type GetFinalStretchTokensTagEnum = typeof GetFinalStretchTokensTagEnum[keyof typeof GetFinalStretchTokensTagEnum];
585
- /**
586
- * @export
587
- */
588
- export const GetHotTokensChainEnum = {
589
- Sol: 'sol',
590
- Base: 'base',
591
- Bsc: 'bsc',
592
- Polygon: 'polygon',
593
- Arbitrum: 'arbitrum',
594
- Optimism: 'optimism',
595
- Avalanche: 'avalanche',
596
- Ethereum: 'ethereum',
597
- Zksync: 'zksync',
598
- Sui: 'sui'
599
- } as const;
600
- export type GetHotTokensChainEnum = typeof GetHotTokensChainEnum[keyof typeof GetHotTokensChainEnum];
601
- /**
602
- * @export
603
- */
604
- export const GetHotTokensDurationEnum = {
605
- _1m: '1m',
606
- _5m: '5m',
607
- _1h: '1h',
608
- _4h: '4h',
609
- _24h: '24h'
610
- } as const;
611
- export type GetHotTokensDurationEnum = typeof GetHotTokensDurationEnum[keyof typeof GetHotTokensDurationEnum];
612
- /**
613
- * @export
614
- */
615
- export const GetHotTokensSortByEnum = {
616
- MarketDataPriceInUsd: 'marketData.priceInUsd',
617
- StatsPriceChangeRatioInUsd1m: 'stats.priceChangeRatioInUsd1m',
618
- StatsPriceChangeRatioInUsd5m: 'stats.priceChangeRatioInUsd5m',
619
- StatsPriceChangeRatioInUsd1h: 'stats.priceChangeRatioInUsd1h',
620
- StatsPriceChangeRatioInUsd4h: 'stats.priceChangeRatioInUsd4h',
621
- StatsPriceChangeRatioInUsd24h: 'stats.priceChangeRatioInUsd24h',
622
- MarketDataMarketCapInUsd: 'marketData.marketCapInUsd',
623
- MarketDataTvlInUsd: 'marketData.tvlInUsd',
624
- MarketDataTop10TotalHoldings: 'marketData.top10TotalHoldings',
625
- MarketDataTop10HoldingsRatio: 'marketData.top10HoldingsRatio',
626
- MarketDataTop100TotalHoldings: 'marketData.top100TotalHoldings',
627
- MarketDataTop100HoldingsRatio: 'marketData.top100HoldingsRatio',
628
- MarketDataHolders: 'marketData.holders',
629
- MarketDataCreatorHoldings: 'marketData.creatorHoldings',
630
- MarketDataCreatorHoldingsRatio: 'marketData.creatorHoldingsRatio',
631
- StatsBuys1m: 'stats.buys1m',
632
- StatsBuys5m: 'stats.buys5m',
633
- StatsBuys15m: 'stats.buys15m',
634
- StatsBuys30m: 'stats.buys30m',
635
- StatsBuys1h: 'stats.buys1h',
636
- StatsBuys4h: 'stats.buys4h',
637
- StatsBuys24h: 'stats.buys24h',
638
- StatsSells1m: 'stats.sells1m',
639
- StatsSells5m: 'stats.sells5m',
640
- StatsSells15m: 'stats.sells15m',
641
- StatsSells30m: 'stats.sells30m',
642
- StatsSells1h: 'stats.sells1h',
643
- StatsSells4h: 'stats.sells4h',
644
- StatsSells24h: 'stats.sells24h',
645
- StatsTrades1m: 'stats.trades1m',
646
- StatsTrades5m: 'stats.trades5m',
647
- StatsTrades1h: 'stats.trades1h',
648
- StatsTrades4h: 'stats.trades4h',
649
- StatsTrades24h: 'stats.trades24h',
650
- StatsTraders1m: 'stats.traders1m',
651
- StatsTraders5m: 'stats.traders5m',
652
- StatsTraders1h: 'stats.traders1h',
653
- StatsTraders4h: 'stats.traders4h',
654
- StatsTraders24h: 'stats.traders24h',
655
- StatsVolumesInUsd1m: 'stats.volumesInUsd1m',
656
- StatsVolumesInUsd5m: 'stats.volumesInUsd5m',
657
- StatsVolumesInUsd1h: 'stats.volumesInUsd1h',
658
- StatsVolumesInUsd4h: 'stats.volumesInUsd4h',
659
- StatsVolumesInUsd24h: 'stats.volumesInUsd24h',
660
- TokenCreatedAt: 'tokenCreatedAt'
661
- } as const;
662
- export type GetHotTokensSortByEnum = typeof GetHotTokensSortByEnum[keyof typeof GetHotTokensSortByEnum];
663
- /**
664
- * @export
665
- */
666
- export const GetHotTokensSortDirectionEnum = {
667
- Asc: 'ASC',
668
- Desc: 'DESC'
669
- } as const;
670
- export type GetHotTokensSortDirectionEnum = typeof GetHotTokensSortDirectionEnum[keyof typeof GetHotTokensSortDirectionEnum];
671
- /**
672
- * @export
673
- */
674
- export const GetHotTokensTagEnum = {
675
- PumpFun: 'pump_fun',
676
- RaydiumLaunchpad: 'raydium_launchpad',
677
- MeteoraDynamicBoundingCurve: 'meteora_dynamic_bounding_curve',
678
- BonkFun: 'bonk_fun',
679
- MoonitFun: 'moonit_fun'
680
- } as const;
681
- export type GetHotTokensTagEnum = typeof GetHotTokensTagEnum[keyof typeof GetHotTokensTagEnum];
682
- /**
683
- * @export
684
- */
685
- export const GetMigratedTokensChainEnum = {
686
- Sol: 'sol',
687
- Base: 'base',
688
- Bsc: 'bsc',
689
- Polygon: 'polygon',
690
- Arbitrum: 'arbitrum',
691
- Optimism: 'optimism',
692
- Avalanche: 'avalanche',
693
- Ethereum: 'ethereum',
694
- Zksync: 'zksync',
695
- Sui: 'sui'
696
- } as const;
697
- export type GetMigratedTokensChainEnum = typeof GetMigratedTokensChainEnum[keyof typeof GetMigratedTokensChainEnum];
698
- /**
699
- * @export
700
- */
701
- export const GetMigratedTokensSortByEnum = {
702
- MarketDataPriceInUsd: 'marketData.priceInUsd',
703
- StatsPriceChangeRatioInUsd1m: 'stats.priceChangeRatioInUsd1m',
704
- StatsPriceChangeRatioInUsd5m: 'stats.priceChangeRatioInUsd5m',
705
- StatsPriceChangeRatioInUsd1h: 'stats.priceChangeRatioInUsd1h',
706
- StatsPriceChangeRatioInUsd4h: 'stats.priceChangeRatioInUsd4h',
707
- StatsPriceChangeRatioInUsd24h: 'stats.priceChangeRatioInUsd24h',
708
- MarketDataMarketCapInUsd: 'marketData.marketCapInUsd',
709
- MarketDataTvlInUsd: 'marketData.tvlInUsd',
710
- MarketDataTop10TotalHoldings: 'marketData.top10TotalHoldings',
711
- MarketDataTop10HoldingsRatio: 'marketData.top10HoldingsRatio',
712
- MarketDataTop100TotalHoldings: 'marketData.top100TotalHoldings',
713
- MarketDataTop100HoldingsRatio: 'marketData.top100HoldingsRatio',
714
- MarketDataHolders: 'marketData.holders',
715
- MarketDataCreatorHoldings: 'marketData.creatorHoldings',
716
- MarketDataCreatorHoldingsRatio: 'marketData.creatorHoldingsRatio',
717
- StatsBuys1m: 'stats.buys1m',
718
- StatsBuys5m: 'stats.buys5m',
719
- StatsBuys15m: 'stats.buys15m',
720
- StatsBuys30m: 'stats.buys30m',
721
- StatsBuys1h: 'stats.buys1h',
722
- StatsBuys4h: 'stats.buys4h',
723
- StatsBuys24h: 'stats.buys24h',
724
- StatsSells1m: 'stats.sells1m',
725
- StatsSells5m: 'stats.sells5m',
726
- StatsSells15m: 'stats.sells15m',
727
- StatsSells30m: 'stats.sells30m',
728
- StatsSells1h: 'stats.sells1h',
729
- StatsSells4h: 'stats.sells4h',
730
- StatsSells24h: 'stats.sells24h',
731
- StatsTrades1m: 'stats.trades1m',
732
- StatsTrades5m: 'stats.trades5m',
733
- StatsTrades1h: 'stats.trades1h',
734
- StatsTrades4h: 'stats.trades4h',
735
- StatsTrades24h: 'stats.trades24h',
736
- StatsTraders1m: 'stats.traders1m',
737
- StatsTraders5m: 'stats.traders5m',
738
- StatsTraders1h: 'stats.traders1h',
739
- StatsTraders4h: 'stats.traders4h',
740
- StatsTraders24h: 'stats.traders24h',
741
- StatsVolumesInUsd1m: 'stats.volumesInUsd1m',
742
- StatsVolumesInUsd5m: 'stats.volumesInUsd5m',
743
- StatsVolumesInUsd1h: 'stats.volumesInUsd1h',
744
- StatsVolumesInUsd4h: 'stats.volumesInUsd4h',
745
- StatsVolumesInUsd24h: 'stats.volumesInUsd24h',
746
- TokenCreatedAt: 'tokenCreatedAt'
747
- } as const;
748
- export type GetMigratedTokensSortByEnum = typeof GetMigratedTokensSortByEnum[keyof typeof GetMigratedTokensSortByEnum];
749
- /**
750
- * @export
751
- */
752
- export const GetMigratedTokensSortDirectionEnum = {
753
- Asc: 'ASC',
754
- Desc: 'DESC'
755
- } as const;
756
- export type GetMigratedTokensSortDirectionEnum = typeof GetMigratedTokensSortDirectionEnum[keyof typeof GetMigratedTokensSortDirectionEnum];
757
- /**
758
- * @export
759
- */
760
- export const GetMigratedTokensTagEnum = {
761
- PumpFun: 'pump_fun',
762
- RaydiumLaunchpad: 'raydium_launchpad',
763
- MeteoraDynamicBoundingCurve: 'meteora_dynamic_bounding_curve',
764
- BonkFun: 'bonk_fun',
765
- MoonitFun: 'moonit_fun'
766
- } as const;
767
- export type GetMigratedTokensTagEnum = typeof GetMigratedTokensTagEnum[keyof typeof GetMigratedTokensTagEnum];
768
- /**
769
- * @export
770
- */
771
- export const GetNewTokensChainEnum = {
772
- Sol: 'sol',
773
- Base: 'base',
774
- Bsc: 'bsc',
775
- Polygon: 'polygon',
776
- Arbitrum: 'arbitrum',
777
- Optimism: 'optimism',
778
- Avalanche: 'avalanche',
779
- Ethereum: 'ethereum',
780
- Zksync: 'zksync',
781
- Sui: 'sui'
782
- } as const;
783
- export type GetNewTokensChainEnum = typeof GetNewTokensChainEnum[keyof typeof GetNewTokensChainEnum];
784
- /**
785
- * @export
786
- */
787
- export const GetNewTokensSortByEnum = {
788
- MarketDataPriceInUsd: 'marketData.priceInUsd',
789
- StatsPriceChangeRatioInUsd1m: 'stats.priceChangeRatioInUsd1m',
790
- StatsPriceChangeRatioInUsd5m: 'stats.priceChangeRatioInUsd5m',
791
- StatsPriceChangeRatioInUsd1h: 'stats.priceChangeRatioInUsd1h',
792
- StatsPriceChangeRatioInUsd4h: 'stats.priceChangeRatioInUsd4h',
793
- StatsPriceChangeRatioInUsd24h: 'stats.priceChangeRatioInUsd24h',
794
- MarketDataMarketCapInUsd: 'marketData.marketCapInUsd',
795
- MarketDataTvlInUsd: 'marketData.tvlInUsd',
796
- MarketDataTop10TotalHoldings: 'marketData.top10TotalHoldings',
797
- MarketDataTop10HoldingsRatio: 'marketData.top10HoldingsRatio',
798
- MarketDataTop100TotalHoldings: 'marketData.top100TotalHoldings',
799
- MarketDataTop100HoldingsRatio: 'marketData.top100HoldingsRatio',
800
- MarketDataHolders: 'marketData.holders',
801
- MarketDataCreatorHoldings: 'marketData.creatorHoldings',
802
- MarketDataCreatorHoldingsRatio: 'marketData.creatorHoldingsRatio',
803
- StatsBuys1m: 'stats.buys1m',
804
- StatsBuys5m: 'stats.buys5m',
805
- StatsBuys15m: 'stats.buys15m',
806
- StatsBuys30m: 'stats.buys30m',
807
- StatsBuys1h: 'stats.buys1h',
808
- StatsBuys4h: 'stats.buys4h',
809
- StatsBuys24h: 'stats.buys24h',
810
- StatsSells1m: 'stats.sells1m',
811
- StatsSells5m: 'stats.sells5m',
812
- StatsSells15m: 'stats.sells15m',
813
- StatsSells30m: 'stats.sells30m',
814
- StatsSells1h: 'stats.sells1h',
815
- StatsSells4h: 'stats.sells4h',
816
- StatsSells24h: 'stats.sells24h',
817
- StatsTrades1m: 'stats.trades1m',
818
- StatsTrades5m: 'stats.trades5m',
819
- StatsTrades1h: 'stats.trades1h',
820
- StatsTrades4h: 'stats.trades4h',
821
- StatsTrades24h: 'stats.trades24h',
822
- StatsTraders1m: 'stats.traders1m',
823
- StatsTraders5m: 'stats.traders5m',
824
- StatsTraders1h: 'stats.traders1h',
825
- StatsTraders4h: 'stats.traders4h',
826
- StatsTraders24h: 'stats.traders24h',
827
- StatsVolumesInUsd1m: 'stats.volumesInUsd1m',
828
- StatsVolumesInUsd5m: 'stats.volumesInUsd5m',
829
- StatsVolumesInUsd1h: 'stats.volumesInUsd1h',
830
- StatsVolumesInUsd4h: 'stats.volumesInUsd4h',
831
- StatsVolumesInUsd24h: 'stats.volumesInUsd24h',
832
- TokenCreatedAt: 'tokenCreatedAt'
833
- } as const;
834
- export type GetNewTokensSortByEnum = typeof GetNewTokensSortByEnum[keyof typeof GetNewTokensSortByEnum];
835
- /**
836
- * @export
837
- */
838
- export const GetNewTokensSortDirectionEnum = {
839
- Asc: 'ASC',
840
- Desc: 'DESC'
841
- } as const;
842
- export type GetNewTokensSortDirectionEnum = typeof GetNewTokensSortDirectionEnum[keyof typeof GetNewTokensSortDirectionEnum];
843
- /**
844
- * @export
845
- */
846
- export const GetNewTokensTagEnum = {
847
- PumpFun: 'pump_fun',
848
- RaydiumLaunchpad: 'raydium_launchpad',
849
- MeteoraDynamicBoundingCurve: 'meteora_dynamic_bounding_curve',
850
- BonkFun: 'bonk_fun',
851
- MoonitFun: 'moonit_fun'
852
- } as const;
853
- export type GetNewTokensTagEnum = typeof GetNewTokensTagEnum[keyof typeof GetNewTokensTagEnum];
854
- /**
855
- * @export
856
- */
857
- export const GetStocksTokensChainEnum = {
858
- Sol: 'sol',
859
- Base: 'base',
860
- Bsc: 'bsc',
861
- Polygon: 'polygon',
862
- Arbitrum: 'arbitrum',
863
- Optimism: 'optimism',
864
- Avalanche: 'avalanche',
865
- Ethereum: 'ethereum',
866
- Zksync: 'zksync',
867
- Sui: 'sui'
868
- } as const;
869
- export type GetStocksTokensChainEnum = typeof GetStocksTokensChainEnum[keyof typeof GetStocksTokensChainEnum];
870
- /**
871
- * @export
872
- */
873
- export const GetStocksTokensSortByEnum = {
874
- MarketDataPriceInUsd: 'marketData.priceInUsd',
875
- StatsPriceChangeRatioInUsd1m: 'stats.priceChangeRatioInUsd1m',
876
- StatsPriceChangeRatioInUsd5m: 'stats.priceChangeRatioInUsd5m',
877
- StatsPriceChangeRatioInUsd1h: 'stats.priceChangeRatioInUsd1h',
878
- StatsPriceChangeRatioInUsd4h: 'stats.priceChangeRatioInUsd4h',
879
- StatsPriceChangeRatioInUsd24h: 'stats.priceChangeRatioInUsd24h',
880
- MarketDataMarketCapInUsd: 'marketData.marketCapInUsd',
881
- MarketDataTvlInUsd: 'marketData.tvlInUsd',
882
- MarketDataTop10TotalHoldings: 'marketData.top10TotalHoldings',
883
- MarketDataTop10HoldingsRatio: 'marketData.top10HoldingsRatio',
884
- MarketDataTop100TotalHoldings: 'marketData.top100TotalHoldings',
885
- MarketDataTop100HoldingsRatio: 'marketData.top100HoldingsRatio',
886
- MarketDataHolders: 'marketData.holders',
887
- MarketDataCreatorHoldings: 'marketData.creatorHoldings',
888
- MarketDataCreatorHoldingsRatio: 'marketData.creatorHoldingsRatio',
889
- StatsBuys1m: 'stats.buys1m',
890
- StatsBuys5m: 'stats.buys5m',
891
- StatsBuys15m: 'stats.buys15m',
892
- StatsBuys30m: 'stats.buys30m',
893
- StatsBuys1h: 'stats.buys1h',
894
- StatsBuys4h: 'stats.buys4h',
895
- StatsBuys24h: 'stats.buys24h',
896
- StatsSells1m: 'stats.sells1m',
897
- StatsSells5m: 'stats.sells5m',
898
- StatsSells15m: 'stats.sells15m',
899
- StatsSells30m: 'stats.sells30m',
900
- StatsSells1h: 'stats.sells1h',
901
- StatsSells4h: 'stats.sells4h',
902
- StatsSells24h: 'stats.sells24h',
903
- StatsTrades1m: 'stats.trades1m',
904
- StatsTrades5m: 'stats.trades5m',
905
- StatsTrades1h: 'stats.trades1h',
906
- StatsTrades4h: 'stats.trades4h',
907
- StatsTrades24h: 'stats.trades24h',
908
- StatsTraders1m: 'stats.traders1m',
909
- StatsTraders5m: 'stats.traders5m',
910
- StatsTraders1h: 'stats.traders1h',
911
- StatsTraders4h: 'stats.traders4h',
912
- StatsTraders24h: 'stats.traders24h',
913
- StatsVolumesInUsd1m: 'stats.volumesInUsd1m',
914
- StatsVolumesInUsd5m: 'stats.volumesInUsd5m',
915
- StatsVolumesInUsd1h: 'stats.volumesInUsd1h',
916
- StatsVolumesInUsd4h: 'stats.volumesInUsd4h',
917
- StatsVolumesInUsd24h: 'stats.volumesInUsd24h',
918
- TokenCreatedAt: 'tokenCreatedAt'
919
- } as const;
920
- export type GetStocksTokensSortByEnum = typeof GetStocksTokensSortByEnum[keyof typeof GetStocksTokensSortByEnum];
921
- /**
922
- * @export
923
- */
924
- export const GetStocksTokensSortDirectionEnum = {
925
- Asc: 'ASC',
926
- Desc: 'DESC'
927
- } as const;
928
- export type GetStocksTokensSortDirectionEnum = typeof GetStocksTokensSortDirectionEnum[keyof typeof GetStocksTokensSortDirectionEnum];
929
- /**
930
- * @export
931
- */
932
- export const GetStocksTokensTagEnum = {
933
- PumpFun: 'pump_fun',
934
- RaydiumLaunchpad: 'raydium_launchpad',
935
- MeteoraDynamicBoundingCurve: 'meteora_dynamic_bounding_curve',
936
- BonkFun: 'bonk_fun',
937
- MoonitFun: 'moonit_fun'
938
- } as const;
939
- export type GetStocksTokensTagEnum = typeof GetStocksTokensTagEnum[keyof typeof GetStocksTokensTagEnum];