symbiosis-js-sdk 3.7.5 → 3.7.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 (668) hide show
  1. package/dist/constants.d.ts +207 -0
  2. package/dist/constants.js +278 -0
  3. package/dist/constants.js.map +1 -0
  4. package/dist/crosschain/abis/ERC20.json +222 -0
  5. package/dist/crosschain/cache.d.ts +8 -0
  6. package/dist/crosschain/cache.js +43 -0
  7. package/dist/crosschain/cache.js.map +1 -0
  8. package/dist/crosschain/chainUtils/btc.d.ts +14 -0
  9. package/dist/crosschain/chainUtils/btc.js +94 -0
  10. package/dist/crosschain/chainUtils/btc.js.map +1 -0
  11. package/dist/crosschain/chainUtils/evm.d.ts +53 -0
  12. package/dist/crosschain/chainUtils/evm.js +210 -0
  13. package/dist/crosschain/chainUtils/evm.js.map +1 -0
  14. package/dist/crosschain/chainUtils/index.d.ts +5 -0
  15. package/dist/crosschain/chainUtils/index.js +6 -0
  16. package/dist/crosschain/chainUtils/index.js.map +1 -0
  17. package/dist/crosschain/chainUtils/solana.d.ts +10 -0
  18. package/dist/crosschain/chainUtils/solana.js +55 -0
  19. package/dist/crosschain/chainUtils/solana.js.map +1 -0
  20. package/dist/crosschain/chainUtils/ton.d.ts +69 -0
  21. package/dist/crosschain/chainUtils/ton.js +272 -0
  22. package/dist/crosschain/chainUtils/ton.js.map +1 -0
  23. package/dist/crosschain/chainUtils/tron.d.ts +36 -0
  24. package/dist/crosschain/chainUtils/tron.js +68 -0
  25. package/dist/crosschain/chainUtils/tron.js.map +1 -0
  26. package/dist/crosschain/coingecko/coingecko.d.ts +18 -0
  27. package/dist/crosschain/coingecko/coingecko.js +123 -0
  28. package/dist/crosschain/coingecko/coingecko.js.map +1 -0
  29. package/dist/crosschain/coingecko/constants.d.ts +3 -0
  30. package/dist/crosschain/coingecko/constants.js +103 -0
  31. package/dist/crosschain/coingecko/constants.js.map +1 -0
  32. package/dist/crosschain/coingecko/getTokenPriceUsd.d.ts +5 -0
  33. package/dist/crosschain/coingecko/getTokenPriceUsd.js +116 -0
  34. package/dist/crosschain/coingecko/getTokenPriceUsd.js.map +1 -0
  35. package/dist/crosschain/coingecko/index.d.ts +2 -0
  36. package/dist/crosschain/coingecko/index.js +3 -0
  37. package/dist/crosschain/coingecko/index.js.map +1 -0
  38. package/dist/crosschain/config/beta.d.ts +2 -0
  39. package/dist/crosschain/config/beta.js +2466 -0
  40. package/dist/crosschain/config/beta.js.map +1 -0
  41. package/dist/crosschain/config/cache/beta.json +4034 -0
  42. package/dist/crosschain/config/cache/builder.d.ts +42 -0
  43. package/dist/crosschain/config/cache/builder.js +332 -0
  44. package/dist/crosschain/config/cache/builder.js.map +1 -0
  45. package/dist/crosschain/config/cache/cache.d.ts +20 -0
  46. package/dist/crosschain/config/cache/cache.js +143 -0
  47. package/dist/crosschain/config/cache/cache.js.map +1 -0
  48. package/dist/crosschain/config/cache/cmd/build.d.ts +1 -0
  49. package/dist/crosschain/config/cache/cmd/build.js +8 -0
  50. package/dist/crosschain/config/cache/cmd/build.js.map +1 -0
  51. package/dist/crosschain/config/cache/dev.json +14 -0
  52. package/dist/crosschain/config/cache/mainnet.json +4034 -0
  53. package/dist/crosschain/config/cache/testnet.json +183 -0
  54. package/dist/crosschain/config/dev.d.ts +2 -0
  55. package/dist/crosschain/config/dev.js +40 -0
  56. package/dist/crosschain/config/dev.js.map +1 -0
  57. package/dist/crosschain/config/index.d.ts +3 -0
  58. package/dist/crosschain/config/index.js +4 -0
  59. package/dist/crosschain/config/index.js.map +1 -0
  60. package/dist/crosschain/config/mainnet.d.ts +2 -0
  61. package/dist/crosschain/config/mainnet.js +2466 -0
  62. package/dist/crosschain/config/mainnet.js.map +1 -0
  63. package/dist/crosschain/config/testnet.d.ts +2 -0
  64. package/dist/crosschain/config/testnet.js +214 -0
  65. package/dist/crosschain/config/testnet.js.map +1 -0
  66. package/dist/crosschain/constants.d.ts +86 -0
  67. package/dist/crosschain/constants.js +706 -0
  68. package/dist/crosschain/constants.js.map +1 -0
  69. package/dist/crosschain/contracts/AdaRouter.d.ts +485 -0
  70. package/dist/crosschain/contracts/AdaRouter.js +2 -0
  71. package/dist/crosschain/contracts/AdaRouter.js.map +1 -0
  72. package/dist/crosschain/contracts/AvaxRouter.d.ts +485 -0
  73. package/dist/crosschain/contracts/AvaxRouter.js +2 -0
  74. package/dist/crosschain/contracts/AvaxRouter.js.map +1 -0
  75. package/dist/crosschain/contracts/BranchedUnlocker.d.ts +140 -0
  76. package/dist/crosschain/contracts/BranchedUnlocker.js +2 -0
  77. package/dist/crosschain/contracts/BranchedUnlocker.js.map +1 -0
  78. package/dist/crosschain/contracts/Bridge.d.ts +352 -0
  79. package/dist/crosschain/contracts/Bridge.js +2 -0
  80. package/dist/crosschain/contracts/Bridge.js.map +1 -0
  81. package/dist/crosschain/contracts/BtcRefundUnlocker.d.ts +135 -0
  82. package/dist/crosschain/contracts/BtcRefundUnlocker.js +2 -0
  83. package/dist/crosschain/contracts/BtcRefundUnlocker.js.map +1 -0
  84. package/dist/crosschain/contracts/DragonswapRouter.d.ts +485 -0
  85. package/dist/crosschain/contracts/DragonswapRouter.js +2 -0
  86. package/dist/crosschain/contracts/DragonswapRouter.js.map +1 -0
  87. package/dist/crosschain/contracts/ERC20.d.ts +165 -0
  88. package/dist/crosschain/contracts/ERC20.js +2 -0
  89. package/dist/crosschain/contracts/ERC20.js.map +1 -0
  90. package/dist/crosschain/contracts/Fabric.d.ts +201 -0
  91. package/dist/crosschain/contracts/Fabric.js +2 -0
  92. package/dist/crosschain/contracts/Fabric.js.map +1 -0
  93. package/dist/crosschain/contracts/FeeCollector.d.ts +184 -0
  94. package/dist/crosschain/contracts/FeeCollector.js +2 -0
  95. package/dist/crosschain/contracts/FeeCollector.js.map +1 -0
  96. package/dist/crosschain/contracts/HyperSwapRouter.d.ts +367 -0
  97. package/dist/crosschain/contracts/HyperSwapRouter.js +2 -0
  98. package/dist/crosschain/contracts/HyperSwapRouter.js.map +1 -0
  99. package/dist/crosschain/contracts/IDepository.d.ts +343 -0
  100. package/dist/crosschain/contracts/IDepository.js +2 -0
  101. package/dist/crosschain/contracts/IDepository.js.map +1 -0
  102. package/dist/crosschain/contracts/IRouter.d.ts +67 -0
  103. package/dist/crosschain/contracts/IRouter.js +2 -0
  104. package/dist/crosschain/contracts/IRouter.js.map +1 -0
  105. package/dist/crosschain/contracts/IzumiFactory.d.ts +229 -0
  106. package/dist/crosschain/contracts/IzumiFactory.js +2 -0
  107. package/dist/crosschain/contracts/IzumiFactory.js.map +1 -0
  108. package/dist/crosschain/contracts/IzumiPool.d.ts +990 -0
  109. package/dist/crosschain/contracts/IzumiPool.js +2 -0
  110. package/dist/crosschain/contracts/IzumiPool.js.map +1 -0
  111. package/dist/crosschain/contracts/IzumiQuoter.d.ts +271 -0
  112. package/dist/crosschain/contracts/IzumiQuoter.js +2 -0
  113. package/dist/crosschain/contracts/IzumiQuoter.js.map +1 -0
  114. package/dist/crosschain/contracts/IzumiSwap.d.ts +337 -0
  115. package/dist/crosschain/contracts/IzumiSwap.js +2 -0
  116. package/dist/crosschain/contracts/IzumiSwap.js.map +1 -0
  117. package/dist/crosschain/contracts/KavaRouter.d.ts +629 -0
  118. package/dist/crosschain/contracts/KavaRouter.js +2 -0
  119. package/dist/crosschain/contracts/KavaRouter.js.map +1 -0
  120. package/dist/crosschain/contracts/KimRouter.d.ts +454 -0
  121. package/dist/crosschain/contracts/KimRouter.js +2 -0
  122. package/dist/crosschain/contracts/KimRouter.js.map +1 -0
  123. package/dist/crosschain/contracts/MetaRouter.d.ts +202 -0
  124. package/dist/crosschain/contracts/MetaRouter.js +2 -0
  125. package/dist/crosschain/contracts/MetaRouter.js.map +1 -0
  126. package/dist/crosschain/contracts/Multicall.d.ts +219 -0
  127. package/dist/crosschain/contracts/Multicall.js +2 -0
  128. package/dist/crosschain/contracts/Multicall.js.map +1 -0
  129. package/dist/crosschain/contracts/MulticallRouter.d.ts +58 -0
  130. package/dist/crosschain/contracts/MulticallRouter.js +2 -0
  131. package/dist/crosschain/contracts/MulticallRouter.js.map +1 -0
  132. package/dist/crosschain/contracts/MulticallRouterV2.d.ts +59 -0
  133. package/dist/crosschain/contracts/MulticallRouterV2.js +2 -0
  134. package/dist/crosschain/contracts/MulticallRouterV2.js.map +1 -0
  135. package/dist/crosschain/contracts/OctoPoolFeeCollector.d.ts +190 -0
  136. package/dist/crosschain/contracts/OctoPoolFeeCollector.js +2 -0
  137. package/dist/crosschain/contracts/OctoPoolFeeCollector.js.map +1 -0
  138. package/dist/crosschain/contracts/OmniPool.d.ts +1033 -0
  139. package/dist/crosschain/contracts/OmniPool.js +2 -0
  140. package/dist/crosschain/contracts/OmniPool.js.map +1 -0
  141. package/dist/crosschain/contracts/OmniPoolOracle.d.ts +303 -0
  142. package/dist/crosschain/contracts/OmniPoolOracle.js +2 -0
  143. package/dist/crosschain/contracts/OmniPoolOracle.js.map +1 -0
  144. package/dist/crosschain/contracts/OneInchOracle.d.ts +293 -0
  145. package/dist/crosschain/contracts/OneInchOracle.js +2 -0
  146. package/dist/crosschain/contracts/OneInchOracle.js.map +1 -0
  147. package/dist/crosschain/contracts/PartnerFeeCollector.d.ts +357 -0
  148. package/dist/crosschain/contracts/PartnerFeeCollector.js +2 -0
  149. package/dist/crosschain/contracts/PartnerFeeCollector.js.map +1 -0
  150. package/dist/crosschain/contracts/Portal.d.ts +781 -0
  151. package/dist/crosschain/contracts/Portal.js +2 -0
  152. package/dist/crosschain/contracts/Portal.js.map +1 -0
  153. package/dist/crosschain/contracts/SymBtc.d.ts +252 -0
  154. package/dist/crosschain/contracts/SymBtc.js +2 -0
  155. package/dist/crosschain/contracts/SymBtc.js.map +1 -0
  156. package/dist/crosschain/contracts/Synthesis.d.ts +953 -0
  157. package/dist/crosschain/contracts/Synthesis.js +2 -0
  158. package/dist/crosschain/contracts/Synthesis.js.map +1 -0
  159. package/dist/crosschain/contracts/ThorRouter.d.ts +256 -0
  160. package/dist/crosschain/contracts/ThorRouter.js +2 -0
  161. package/dist/crosschain/contracts/ThorRouter.js.map +1 -0
  162. package/dist/crosschain/contracts/TimedSwapUnlocker.d.ts +170 -0
  163. package/dist/crosschain/contracts/TimedSwapUnlocker.js +2 -0
  164. package/dist/crosschain/contracts/TimedSwapUnlocker.js.map +1 -0
  165. package/dist/crosschain/contracts/TimedUnlocker.d.ts +131 -0
  166. package/dist/crosschain/contracts/TimedUnlocker.js +2 -0
  167. package/dist/crosschain/contracts/TimedUnlocker.js.map +1 -0
  168. package/dist/crosschain/contracts/TonBridge.d.ts +272 -0
  169. package/dist/crosschain/contracts/TonBridge.js +2 -0
  170. package/dist/crosschain/contracts/TonBridge.js.map +1 -0
  171. package/dist/crosschain/contracts/UniLikeRouter.d.ts +485 -0
  172. package/dist/crosschain/contracts/UniLikeRouter.js +2 -0
  173. package/dist/crosschain/contracts/UniLikeRouter.js.map +1 -0
  174. package/dist/crosschain/contracts/UniV2Pair.d.ts +464 -0
  175. package/dist/crosschain/contracts/UniV2Pair.js +2 -0
  176. package/dist/crosschain/contracts/UniV2Pair.js.map +1 -0
  177. package/dist/crosschain/contracts/UniV3Factory.d.ts +198 -0
  178. package/dist/crosschain/contracts/UniV3Factory.js +2 -0
  179. package/dist/crosschain/contracts/UniV3Factory.js.map +1 -0
  180. package/dist/crosschain/contracts/UniV3Quoter.d.ts +205 -0
  181. package/dist/crosschain/contracts/UniV3Quoter.js +2 -0
  182. package/dist/crosschain/contracts/UniV3Quoter.js.map +1 -0
  183. package/dist/crosschain/contracts/UniV3Router.d.ts +419 -0
  184. package/dist/crosschain/contracts/UniV3Router.js +2 -0
  185. package/dist/crosschain/contracts/UniV3Router.js.map +1 -0
  186. package/dist/crosschain/contracts/UniV3Router02.d.ts +778 -0
  187. package/dist/crosschain/contracts/UniV3Router02.js +2 -0
  188. package/dist/crosschain/contracts/UniV3Router02.js.map +1 -0
  189. package/dist/crosschain/contracts/Unwrapper.d.ts +130 -0
  190. package/dist/crosschain/contracts/Unwrapper.js +2 -0
  191. package/dist/crosschain/contracts/Unwrapper.js.map +1 -0
  192. package/dist/crosschain/contracts/WTON.d.ts +450 -0
  193. package/dist/crosschain/contracts/WTON.js +2 -0
  194. package/dist/crosschain/contracts/WTON.js.map +1 -0
  195. package/dist/crosschain/contracts/Weth.d.ts +218 -0
  196. package/dist/crosschain/contracts/Weth.js +2 -0
  197. package/dist/crosschain/contracts/Weth.js.map +1 -0
  198. package/dist/crosschain/contracts/WithdrawUnlocker.d.ts +122 -0
  199. package/dist/crosschain/contracts/WithdrawUnlocker.js +2 -0
  200. package/dist/crosschain/contracts/WithdrawUnlocker.js.map +1 -0
  201. package/dist/crosschain/contracts/common.d.ts +21 -0
  202. package/dist/crosschain/contracts/common.js +2 -0
  203. package/dist/crosschain/contracts/common.js.map +1 -0
  204. package/dist/crosschain/contracts/factories/AdaRouter__factory.d.ts +759 -0
  205. package/dist/crosschain/contracts/factories/AdaRouter__factory.js +987 -0
  206. package/dist/crosschain/contracts/factories/AdaRouter__factory.js.map +1 -0
  207. package/dist/crosschain/contracts/factories/AvaxRouter__factory.d.ts +759 -0
  208. package/dist/crosschain/contracts/factories/AvaxRouter__factory.js +987 -0
  209. package/dist/crosschain/contracts/factories/AvaxRouter__factory.js.map +1 -0
  210. package/dist/crosschain/contracts/factories/BranchedUnlocker__factory.d.ts +171 -0
  211. package/dist/crosschain/contracts/factories/BranchedUnlocker__factory.js +240 -0
  212. package/dist/crosschain/contracts/factories/BranchedUnlocker__factory.js.map +1 -0
  213. package/dist/crosschain/contracts/factories/Bridge__factory.d.ts +372 -0
  214. package/dist/crosschain/contracts/factories/Bridge__factory.js +493 -0
  215. package/dist/crosschain/contracts/factories/Bridge__factory.js.map +1 -0
  216. package/dist/crosschain/contracts/factories/BtcRefundUnlocker__factory.d.ts +160 -0
  217. package/dist/crosschain/contracts/factories/BtcRefundUnlocker__factory.js +225 -0
  218. package/dist/crosschain/contracts/factories/BtcRefundUnlocker__factory.js.map +1 -0
  219. package/dist/crosschain/contracts/factories/DragonswapRouter__factory.d.ts +759 -0
  220. package/dist/crosschain/contracts/factories/DragonswapRouter__factory.js +987 -0
  221. package/dist/crosschain/contracts/factories/DragonswapRouter__factory.js.map +1 -0
  222. package/dist/crosschain/contracts/factories/ERC20__factory.d.ts +175 -0
  223. package/dist/crosschain/contracts/factories/ERC20__factory.js +236 -0
  224. package/dist/crosschain/contracts/factories/ERC20__factory.js.map +1 -0
  225. package/dist/crosschain/contracts/factories/Fabric__factory.d.ts +211 -0
  226. package/dist/crosschain/contracts/factories/Fabric__factory.js +286 -0
  227. package/dist/crosschain/contracts/factories/Fabric__factory.js.map +1 -0
  228. package/dist/crosschain/contracts/factories/FeeCollector__factory.d.ts +159 -0
  229. package/dist/crosschain/contracts/factories/FeeCollector__factory.js +208 -0
  230. package/dist/crosschain/contracts/factories/FeeCollector__factory.js.map +1 -0
  231. package/dist/crosschain/contracts/factories/HyperSwapRouter__factory.d.ts +555 -0
  232. package/dist/crosschain/contracts/factories/HyperSwapRouter__factory.js +720 -0
  233. package/dist/crosschain/contracts/factories/HyperSwapRouter__factory.js.map +1 -0
  234. package/dist/crosschain/contracts/factories/IDepository__factory.d.ts +495 -0
  235. package/dist/crosschain/contracts/factories/IDepository__factory.js +658 -0
  236. package/dist/crosschain/contracts/factories/IDepository__factory.js.map +1 -0
  237. package/dist/crosschain/contracts/factories/IRouter__factory.d.ts +60 -0
  238. package/dist/crosschain/contracts/factories/IRouter__factory.js +83 -0
  239. package/dist/crosschain/contracts/factories/IRouter__factory.js.map +1 -0
  240. package/dist/crosschain/contracts/factories/IzumiFactory__factory.d.ts +263 -0
  241. package/dist/crosschain/contracts/factories/IzumiFactory__factory.js +345 -0
  242. package/dist/crosschain/contracts/factories/IzumiFactory__factory.js.map +1 -0
  243. package/dist/crosschain/contracts/factories/IzumiPool__factory.d.ts +1096 -0
  244. package/dist/crosschain/contracts/factories/IzumiPool__factory.js +1420 -0
  245. package/dist/crosschain/contracts/factories/IzumiPool__factory.js.map +1 -0
  246. package/dist/crosschain/contracts/factories/IzumiQuoter__factory.d.ts +333 -0
  247. package/dist/crosschain/contracts/factories/IzumiQuoter__factory.js +438 -0
  248. package/dist/crosschain/contracts/factories/IzumiQuoter__factory.js.map +1 -0
  249. package/dist/crosschain/contracts/factories/IzumiSwap__factory.d.ts +419 -0
  250. package/dist/crosschain/contracts/factories/IzumiSwap__factory.js +546 -0
  251. package/dist/crosschain/contracts/factories/IzumiSwap__factory.js.map +1 -0
  252. package/dist/crosschain/contracts/factories/KavaRouter__factory.d.ts +975 -0
  253. package/dist/crosschain/contracts/factories/KavaRouter__factory.js +1266 -0
  254. package/dist/crosschain/contracts/factories/KavaRouter__factory.js.map +1 -0
  255. package/dist/crosschain/contracts/factories/KimRouter__factory.d.ts +632 -0
  256. package/dist/crosschain/contracts/factories/KimRouter__factory.js +820 -0
  257. package/dist/crosschain/contracts/factories/KimRouter__factory.js.map +1 -0
  258. package/dist/crosschain/contracts/factories/MetaRouter__factory.d.ts +230 -0
  259. package/dist/crosschain/contracts/factories/MetaRouter__factory.js +306 -0
  260. package/dist/crosschain/contracts/factories/MetaRouter__factory.js.map +1 -0
  261. package/dist/crosschain/contracts/factories/MulticallRouterV2__factory.d.ts +59 -0
  262. package/dist/crosschain/contracts/factories/MulticallRouterV2__factory.js +89 -0
  263. package/dist/crosschain/contracts/factories/MulticallRouterV2__factory.js.map +1 -0
  264. package/dist/crosschain/contracts/factories/MulticallRouter__factory.d.ts +52 -0
  265. package/dist/crosschain/contracts/factories/MulticallRouter__factory.js +80 -0
  266. package/dist/crosschain/contracts/factories/MulticallRouter__factory.js.map +1 -0
  267. package/dist/crosschain/contracts/factories/Multicall__factory.d.ts +243 -0
  268. package/dist/crosschain/contracts/factories/Multicall__factory.js +327 -0
  269. package/dist/crosschain/contracts/factories/Multicall__factory.js.map +1 -0
  270. package/dist/crosschain/contracts/factories/OctoPoolFeeCollector__factory.d.ts +174 -0
  271. package/dist/crosschain/contracts/factories/OctoPoolFeeCollector__factory.js +237 -0
  272. package/dist/crosschain/contracts/factories/OctoPoolFeeCollector__factory.js.map +1 -0
  273. package/dist/crosschain/contracts/factories/OmniPoolOracle__factory.d.ts +273 -0
  274. package/dist/crosschain/contracts/factories/OmniPoolOracle__factory.js +366 -0
  275. package/dist/crosschain/contracts/factories/OmniPoolOracle__factory.js.map +1 -0
  276. package/dist/crosschain/contracts/factories/OmniPool__factory.d.ts +1126 -0
  277. package/dist/crosschain/contracts/factories/OmniPool__factory.js +1459 -0
  278. package/dist/crosschain/contracts/factories/OmniPool__factory.js.map +1 -0
  279. package/dist/crosschain/contracts/factories/OneInchOracle__factory.d.ts +265 -0
  280. package/dist/crosschain/contracts/factories/OneInchOracle__factory.js +348 -0
  281. package/dist/crosschain/contracts/factories/OneInchOracle__factory.js.map +1 -0
  282. package/dist/crosschain/contracts/factories/PartnerFeeCollector__factory.d.ts +340 -0
  283. package/dist/crosschain/contracts/factories/PartnerFeeCollector__factory.js +442 -0
  284. package/dist/crosschain/contracts/factories/PartnerFeeCollector__factory.js.map +1 -0
  285. package/dist/crosschain/contracts/factories/Portal__factory.d.ts +906 -0
  286. package/dist/crosschain/contracts/factories/Portal__factory.js +1172 -0
  287. package/dist/crosschain/contracts/factories/Portal__factory.js.map +1 -0
  288. package/dist/crosschain/contracts/factories/SymBtc__factory.d.ts +359 -0
  289. package/dist/crosschain/contracts/factories/SymBtc__factory.js +473 -0
  290. package/dist/crosschain/contracts/factories/SymBtc__factory.js.map +1 -0
  291. package/dist/crosschain/contracts/factories/Synthesis__factory.d.ts +1139 -0
  292. package/dist/crosschain/contracts/factories/Synthesis__factory.js +1458 -0
  293. package/dist/crosschain/contracts/factories/Synthesis__factory.js.map +1 -0
  294. package/dist/crosschain/contracts/factories/ThorRouter__factory.d.ts +356 -0
  295. package/dist/crosschain/contracts/factories/ThorRouter__factory.js +456 -0
  296. package/dist/crosschain/contracts/factories/ThorRouter__factory.js.map +1 -0
  297. package/dist/crosschain/contracts/factories/TimedSwapUnlocker__factory.d.ts +245 -0
  298. package/dist/crosschain/contracts/factories/TimedSwapUnlocker__factory.js +330 -0
  299. package/dist/crosschain/contracts/factories/TimedSwapUnlocker__factory.js.map +1 -0
  300. package/dist/crosschain/contracts/factories/TimedUnlocker__factory.d.ts +170 -0
  301. package/dist/crosschain/contracts/factories/TimedUnlocker__factory.js +236 -0
  302. package/dist/crosschain/contracts/factories/TimedUnlocker__factory.js.map +1 -0
  303. package/dist/crosschain/contracts/factories/TonBridge__factory.d.ts +214 -0
  304. package/dist/crosschain/contracts/factories/TonBridge__factory.js +282 -0
  305. package/dist/crosschain/contracts/factories/TonBridge__factory.js.map +1 -0
  306. package/dist/crosschain/contracts/factories/UniLikeRouter__factory.d.ts +744 -0
  307. package/dist/crosschain/contracts/factories/UniLikeRouter__factory.js +967 -0
  308. package/dist/crosschain/contracts/factories/UniLikeRouter__factory.js.map +1 -0
  309. package/dist/crosschain/contracts/factories/UniV2Pair__factory.d.ts +567 -0
  310. package/dist/crosschain/contracts/factories/UniV2Pair__factory.js +721 -0
  311. package/dist/crosschain/contracts/factories/UniV2Pair__factory.js.map +1 -0
  312. package/dist/crosschain/contracts/factories/UniV3Factory__factory.d.ts +190 -0
  313. package/dist/crosschain/contracts/factories/UniV3Factory__factory.js +250 -0
  314. package/dist/crosschain/contracts/factories/UniV3Factory__factory.js.map +1 -0
  315. package/dist/crosschain/contracts/factories/UniV3Quoter__factory.d.ts +212 -0
  316. package/dist/crosschain/contracts/factories/UniV3Quoter__factory.js +281 -0
  317. package/dist/crosschain/contracts/factories/UniV3Quoter__factory.js.map +1 -0
  318. package/dist/crosschain/contracts/factories/UniV3Router02__factory.d.ts +827 -0
  319. package/dist/crosschain/contracts/factories/UniV3Router02__factory.js +1077 -0
  320. package/dist/crosschain/contracts/factories/UniV3Router02__factory.js.map +1 -0
  321. package/dist/crosschain/contracts/factories/UniV3Router__factory.d.ts +445 -0
  322. package/dist/crosschain/contracts/factories/UniV3Router__factory.js +579 -0
  323. package/dist/crosschain/contracts/factories/UniV3Router__factory.js.map +1 -0
  324. package/dist/crosschain/contracts/factories/Unwrapper__factory.d.ts +91 -0
  325. package/dist/crosschain/contracts/factories/Unwrapper__factory.js +123 -0
  326. package/dist/crosschain/contracts/factories/Unwrapper__factory.js.map +1 -0
  327. package/dist/crosschain/contracts/factories/WTON__factory.d.ts +637 -0
  328. package/dist/crosschain/contracts/factories/WTON__factory.js +837 -0
  329. package/dist/crosschain/contracts/factories/WTON__factory.js.map +1 -0
  330. package/dist/crosschain/contracts/factories/Weth__factory.d.ts +220 -0
  331. package/dist/crosschain/contracts/factories/Weth__factory.js +293 -0
  332. package/dist/crosschain/contracts/factories/Weth__factory.js.map +1 -0
  333. package/dist/crosschain/contracts/factories/WithdrawUnlocker__factory.d.ts +144 -0
  334. package/dist/crosschain/contracts/factories/WithdrawUnlocker__factory.js +201 -0
  335. package/dist/crosschain/contracts/factories/WithdrawUnlocker__factory.js.map +1 -0
  336. package/dist/crosschain/contracts/factories/index.d.ts +44 -0
  337. package/dist/crosschain/contracts/factories/index.js +48 -0
  338. package/dist/crosschain/contracts/factories/index.js.map +1 -0
  339. package/dist/crosschain/contracts/index.d.ts +89 -0
  340. package/dist/crosschain/contracts/index.js +46 -0
  341. package/dist/crosschain/contracts/index.js.map +1 -0
  342. package/dist/crosschain/depository.d.ts +60 -0
  343. package/dist/crosschain/depository.js +194 -0
  344. package/dist/crosschain/depository.js.map +1 -0
  345. package/dist/crosschain/feeCall/getPartnerFeeCall.d.ts +9 -0
  346. package/dist/crosschain/feeCall/getPartnerFeeCall.js +86 -0
  347. package/dist/crosschain/feeCall/getPartnerFeeCall.js.map +1 -0
  348. package/dist/crosschain/feeCall/getVolumeFeeCall.d.ts +7 -0
  349. package/dist/crosschain/feeCall/getVolumeFeeCall.js +42 -0
  350. package/dist/crosschain/feeCall/getVolumeFeeCall.js.map +1 -0
  351. package/dist/crosschain/index.d.ts +22 -0
  352. package/dist/crosschain/index.js +22 -0
  353. package/dist/crosschain/index.js.map +1 -0
  354. package/dist/crosschain/mempool.d.ts +1 -0
  355. package/dist/crosschain/mempool.js +12 -0
  356. package/dist/crosschain/mempool.js.map +1 -0
  357. package/dist/crosschain/multicall.d.ts +7 -0
  358. package/dist/crosschain/multicall.js +16 -0
  359. package/dist/crosschain/multicall.js.map +1 -0
  360. package/dist/crosschain/omniLiquidity.d.ts +17 -0
  361. package/dist/crosschain/omniLiquidity.js +43 -0
  362. package/dist/crosschain/omniLiquidity.js.map +1 -0
  363. package/dist/crosschain/revert.d.ts +43 -0
  364. package/dist/crosschain/revert.js +478 -0
  365. package/dist/crosschain/revert.js.map +1 -0
  366. package/dist/crosschain/revertRequest.d.ts +46 -0
  367. package/dist/crosschain/revertRequest.js +237 -0
  368. package/dist/crosschain/revertRequest.js.map +1 -0
  369. package/dist/crosschain/sdkError.d.ts +63 -0
  370. package/dist/crosschain/sdkError.js +140 -0
  371. package/dist/crosschain/sdkError.js.map +1 -0
  372. package/dist/crosschain/swapExactIn/aggregatorsSwap.d.ts +2 -0
  373. package/dist/crosschain/swapExactIn/aggregatorsSwap.js +50 -0
  374. package/dist/crosschain/swapExactIn/aggregatorsSwap.js.map +1 -0
  375. package/dist/crosschain/swapExactIn/bridge.d.ts +3 -0
  376. package/dist/crosschain/swapExactIn/bridge.js +303 -0
  377. package/dist/crosschain/swapExactIn/bridge.js.map +1 -0
  378. package/dist/crosschain/swapExactIn/crosschainSwap/bestPoolSwapping.d.ts +17 -0
  379. package/dist/crosschain/swapExactIn/crosschainSwap/bestPoolSwapping.js +162 -0
  380. package/dist/crosschain/swapExactIn/crosschainSwap/bestPoolSwapping.js.map +1 -0
  381. package/dist/crosschain/swapExactIn/crosschainSwap/crosschainSwap.d.ts +2 -0
  382. package/dist/crosschain/swapExactIn/crosschainSwap/crosschainSwap.js +11 -0
  383. package/dist/crosschain/swapExactIn/crosschainSwap/crosschainSwap.js.map +1 -0
  384. package/dist/crosschain/swapExactIn/crosschainSwap/index.d.ts +1 -0
  385. package/dist/crosschain/swapExactIn/crosschainSwap/index.js +2 -0
  386. package/dist/crosschain/swapExactIn/crosschainSwap/index.js.map +1 -0
  387. package/dist/crosschain/swapExactIn/dedustSwap.d.ts +3 -0
  388. package/dist/crosschain/swapExactIn/dedustSwap.js +47 -0
  389. package/dist/crosschain/swapExactIn/dedustSwap.js.map +1 -0
  390. package/dist/crosschain/swapExactIn/feeCollectorSwap.d.ts +6 -0
  391. package/dist/crosschain/swapExactIn/feeCollectorSwap.js +143 -0
  392. package/dist/crosschain/swapExactIn/feeCollectorSwap.js.map +1 -0
  393. package/dist/crosschain/swapExactIn/fromBtcSwap.d.ts +18 -0
  394. package/dist/crosschain/swapExactIn/fromBtcSwap.js +638 -0
  395. package/dist/crosschain/swapExactIn/fromBtcSwap.js.map +1 -0
  396. package/dist/crosschain/swapExactIn/index.d.ts +4 -0
  397. package/dist/crosschain/swapExactIn/index.js +5 -0
  398. package/dist/crosschain/swapExactIn/index.js.map +1 -0
  399. package/dist/crosschain/swapExactIn/octoPoolSwap.d.ts +3 -0
  400. package/dist/crosschain/swapExactIn/octoPoolSwap.js +52 -0
  401. package/dist/crosschain/swapExactIn/octoPoolSwap.js.map +1 -0
  402. package/dist/crosschain/swapExactIn/onChainSolanaSwap/index.d.ts +1 -0
  403. package/dist/crosschain/swapExactIn/onChainSolanaSwap/index.js +2 -0
  404. package/dist/crosschain/swapExactIn/onChainSolanaSwap/index.js.map +1 -0
  405. package/dist/crosschain/swapExactIn/onChainSolanaSwap/onChainSolanaSwap.d.ts +3 -0
  406. package/dist/crosschain/swapExactIn/onChainSolanaSwap/onChainSolanaSwap.js +64 -0
  407. package/dist/crosschain/swapExactIn/onChainSolanaSwap/onChainSolanaSwap.js.map +1 -0
  408. package/dist/crosschain/swapExactIn/onchainSwap.d.ts +3 -0
  409. package/dist/crosschain/swapExactIn/onchainSwap.js +28 -0
  410. package/dist/crosschain/swapExactIn/onchainSwap.js.map +1 -0
  411. package/dist/crosschain/swapExactIn/preparePayload.d.ts +12 -0
  412. package/dist/crosschain/swapExactIn/preparePayload.js +34 -0
  413. package/dist/crosschain/swapExactIn/preparePayload.js.map +1 -0
  414. package/dist/crosschain/swapExactIn/raydiumSwap.d.ts +3 -0
  415. package/dist/crosschain/swapExactIn/raydiumSwap.js +51 -0
  416. package/dist/crosschain/swapExactIn/raydiumSwap.js.map +1 -0
  417. package/dist/crosschain/swapExactIn/stonfiSwap.d.ts +3 -0
  418. package/dist/crosschain/swapExactIn/stonfiSwap.js +52 -0
  419. package/dist/crosschain/swapExactIn/stonfiSwap.js.map +1 -0
  420. package/dist/crosschain/swapExactIn/swapChainFlip/btcChainFlipSwap.d.ts +3 -0
  421. package/dist/crosschain/swapExactIn/swapChainFlip/btcChainFlipSwap.js +57 -0
  422. package/dist/crosschain/swapExactIn/swapChainFlip/btcChainFlipSwap.js.map +1 -0
  423. package/dist/crosschain/swapExactIn/swapChainFlip/index.d.ts +2 -0
  424. package/dist/crosschain/swapExactIn/swapChainFlip/index.js +3 -0
  425. package/dist/crosschain/swapExactIn/swapChainFlip/index.js.map +1 -0
  426. package/dist/crosschain/swapExactIn/swapChainFlip/solanaChainFlipSwap.d.ts +3 -0
  427. package/dist/crosschain/swapExactIn/swapChainFlip/solanaChainFlipSwap.js +76 -0
  428. package/dist/crosschain/swapExactIn/swapChainFlip/solanaChainFlipSwap.js.map +1 -0
  429. package/dist/crosschain/swapExactIn/swapChainFlip/types.d.ts +33 -0
  430. package/dist/crosschain/swapExactIn/swapChainFlip/types.js +22 -0
  431. package/dist/crosschain/swapExactIn/swapChainFlip/types.js.map +1 -0
  432. package/dist/crosschain/swapExactIn/swapChainFlip/utils.d.ts +16 -0
  433. package/dist/crosschain/swapExactIn/swapChainFlip/utils.js +89 -0
  434. package/dist/crosschain/swapExactIn/swapChainFlip/utils.js.map +1 -0
  435. package/dist/crosschain/swapExactIn/swapChainFlip/zappingCrossChainChainFlip.d.ts +34 -0
  436. package/dist/crosschain/swapExactIn/swapChainFlip/zappingCrossChainChainFlip.js +170 -0
  437. package/dist/crosschain/swapExactIn/swapChainFlip/zappingCrossChainChainFlip.js.map +1 -0
  438. package/dist/crosschain/swapExactIn/swapChainFlip/zappingOnChainChainFlip.d.ts +3 -0
  439. package/dist/crosschain/swapExactIn/swapChainFlip/zappingOnChainChainFlip.js +250 -0
  440. package/dist/crosschain/swapExactIn/swapChainFlip/zappingOnChainChainFlip.js.map +1 -0
  441. package/dist/crosschain/swapExactIn/swapExactIn.d.ts +3 -0
  442. package/dist/crosschain/swapExactIn/swapExactIn.js +54 -0
  443. package/dist/crosschain/swapExactIn/swapExactIn.js.map +1 -0
  444. package/dist/crosschain/swapExactIn/thorChainSwap.d.ts +4 -0
  445. package/dist/crosschain/swapExactIn/thorChainSwap.js +46 -0
  446. package/dist/crosschain/swapExactIn/thorChainSwap.js.map +1 -0
  447. package/dist/crosschain/swapExactIn/toBtc/burnSyntheticBtc.d.ts +2 -0
  448. package/dist/crosschain/swapExactIn/toBtc/burnSyntheticBtc.js +50 -0
  449. package/dist/crosschain/swapExactIn/toBtc/burnSyntheticBtc.js.map +1 -0
  450. package/dist/crosschain/swapExactIn/toBtc/zappingBtcOnChain.d.ts +3 -0
  451. package/dist/crosschain/swapExactIn/toBtc/zappingBtcOnChain.js +208 -0
  452. package/dist/crosschain/swapExactIn/toBtc/zappingBtcOnChain.js.map +1 -0
  453. package/dist/crosschain/swapExactIn/toBtcSwap.d.ts +3 -0
  454. package/dist/crosschain/swapExactIn/toBtcSwap.js +34 -0
  455. package/dist/crosschain/swapExactIn/toBtcSwap.js.map +1 -0
  456. package/dist/crosschain/swapExactIn/toSolanaSwap.d.ts +3 -0
  457. package/dist/crosschain/swapExactIn/toSolanaSwap.js +19 -0
  458. package/dist/crosschain/swapExactIn/toSolanaSwap.js.map +1 -0
  459. package/dist/crosschain/swapExactIn/toTonSwap.d.ts +2 -0
  460. package/dist/crosschain/swapExactIn/toTonSwap.js +29 -0
  461. package/dist/crosschain/swapExactIn/toTonSwap.js.map +1 -0
  462. package/dist/crosschain/swapExactIn/unwrap.d.ts +3 -0
  463. package/dist/crosschain/swapExactIn/unwrap.js +53 -0
  464. package/dist/crosschain/swapExactIn/unwrap.js.map +1 -0
  465. package/dist/crosschain/swapExactIn/utils.d.ts +2 -0
  466. package/dist/crosschain/swapExactIn/utils.js +30 -0
  467. package/dist/crosschain/swapExactIn/utils.js.map +1 -0
  468. package/dist/crosschain/swapExactIn/wrap.d.ts +3 -0
  469. package/dist/crosschain/swapExactIn/wrap.js +59 -0
  470. package/dist/crosschain/swapExactIn/wrap.js.map +1 -0
  471. package/dist/crosschain/swapping/baseSwapping.d.ts +111 -0
  472. package/dist/crosschain/swapping/baseSwapping.js +852 -0
  473. package/dist/crosschain/swapping/baseSwapping.js.map +1 -0
  474. package/dist/crosschain/swapping/index.d.ts +6 -0
  475. package/dist/crosschain/swapping/index.js +7 -0
  476. package/dist/crosschain/swapping/index.js.map +1 -0
  477. package/dist/crosschain/swapping/swapping.d.ts +5 -0
  478. package/dist/crosschain/swapping/swapping.js +7 -0
  479. package/dist/crosschain/swapping/swapping.js.map +1 -0
  480. package/dist/crosschain/swapping/swappingMiddleware.d.ts +11 -0
  481. package/dist/crosschain/swapping/swappingMiddleware.js +84 -0
  482. package/dist/crosschain/swapping/swappingMiddleware.js.map +1 -0
  483. package/dist/crosschain/swapping/swappingToTon.d.ts +18 -0
  484. package/dist/crosschain/swapping/swappingToTon.js +71 -0
  485. package/dist/crosschain/swapping/swappingToTon.js.map +1 -0
  486. package/dist/crosschain/swapping/zappingBtc.d.ts +37 -0
  487. package/dist/crosschain/swapping/zappingBtc.js +191 -0
  488. package/dist/crosschain/swapping/zappingBtc.js.map +1 -0
  489. package/dist/crosschain/swapping/zappingThor.d.ts +66 -0
  490. package/dist/crosschain/swapping/zappingThor.js +226 -0
  491. package/dist/crosschain/swapping/zappingThor.js.map +1 -0
  492. package/dist/crosschain/symbiosis.d.ts +125 -0
  493. package/dist/crosschain/symbiosis.js +613 -0
  494. package/dist/crosschain/symbiosis.js.map +1 -0
  495. package/dist/crosschain/tracing.d.ts +49 -0
  496. package/dist/crosschain/tracing.js +98 -0
  497. package/dist/crosschain/tracing.js.map +1 -0
  498. package/dist/crosschain/trade/aggregatorTrade.d.ts +43 -0
  499. package/dist/crosschain/trade/aggregatorTrade.js +300 -0
  500. package/dist/crosschain/trade/aggregatorTrade.js.map +1 -0
  501. package/dist/crosschain/trade/dedustTrade.d.ts +71 -0
  502. package/dist/crosschain/trade/dedustTrade.js +297 -0
  503. package/dist/crosschain/trade/dedustTrade.js.map +1 -0
  504. package/dist/crosschain/trade/depositoryTrade.d.ts +14 -0
  505. package/dist/crosschain/trade/depositoryTrade.js +39 -0
  506. package/dist/crosschain/trade/depositoryTrade.js.map +1 -0
  507. package/dist/crosschain/trade/index.d.ts +13 -0
  508. package/dist/crosschain/trade/index.js +13 -0
  509. package/dist/crosschain/trade/index.js.map +1 -0
  510. package/dist/crosschain/trade/izumiTrade.d.ts +33 -0
  511. package/dist/crosschain/trade/izumiTrade.js +473 -0
  512. package/dist/crosschain/trade/izumiTrade.js.map +1 -0
  513. package/dist/crosschain/trade/jupiterTrade.d.ts +62 -0
  514. package/dist/crosschain/trade/jupiterTrade.js +65 -0
  515. package/dist/crosschain/trade/jupiterTrade.js.map +1 -0
  516. package/dist/crosschain/trade/octoPoolTrade.d.ts +20 -0
  517. package/dist/crosschain/trade/octoPoolTrade.js +65 -0
  518. package/dist/crosschain/trade/octoPoolTrade.js.map +1 -0
  519. package/dist/crosschain/trade/oneInchTrade.d.ts +24 -0
  520. package/dist/crosschain/trade/oneInchTrade.js +293 -0
  521. package/dist/crosschain/trade/oneInchTrade.js.map +1 -0
  522. package/dist/crosschain/trade/openOceanTrade.d.ts +29 -0
  523. package/dist/crosschain/trade/openOceanTrade.js +294 -0
  524. package/dist/crosschain/trade/openOceanTrade.js.map +1 -0
  525. package/dist/crosschain/trade/raydiumTrade.d.ts +28 -0
  526. package/dist/crosschain/trade/raydiumTrade.js +110 -0
  527. package/dist/crosschain/trade/raydiumTrade.js.map +1 -0
  528. package/dist/crosschain/trade/stonfiTrade.d.ts +27 -0
  529. package/dist/crosschain/trade/stonfiTrade.js +119 -0
  530. package/dist/crosschain/trade/stonfiTrade.js.map +1 -0
  531. package/dist/crosschain/trade/symbiosisTrade.d.ts +55 -0
  532. package/dist/crosschain/trade/symbiosisTrade.js +160 -0
  533. package/dist/crosschain/trade/symbiosisTrade.js.map +1 -0
  534. package/dist/crosschain/trade/uniV2Trade.d.ts +29 -0
  535. package/dist/crosschain/trade/uniV2Trade.js +250 -0
  536. package/dist/crosschain/trade/uniV2Trade.js.map +1 -0
  537. package/dist/crosschain/trade/uniV3Trade.d.ts +23 -0
  538. package/dist/crosschain/trade/uniV3Trade.js +375 -0
  539. package/dist/crosschain/trade/uniV3Trade.js.map +1 -0
  540. package/dist/crosschain/trade/uniV3TradeImpl/getOutputQuote.d.ts +5 -0
  541. package/dist/crosschain/trade/uniV3TradeImpl/getOutputQuote.js +14 -0
  542. package/dist/crosschain/trade/uniV3TradeImpl/getOutputQuote.js.map +1 -0
  543. package/dist/crosschain/trade/uniV3TradeImpl/pool.d.ts +5 -0
  544. package/dist/crosschain/trade/uniV3TradeImpl/pool.js +31 -0
  545. package/dist/crosschain/trade/uniV3TradeImpl/pool.js.map +1 -0
  546. package/dist/crosschain/trade/uniV3TradeImpl/toUniTypes.d.ts +13 -0
  547. package/dist/crosschain/trade/uniV3TradeImpl/toUniTypes.js +34 -0
  548. package/dist/crosschain/trade/uniV3TradeImpl/toUniTypes.js.map +1 -0
  549. package/dist/crosschain/trade/wrapTrade.d.ts +11 -0
  550. package/dist/crosschain/trade/wrapTrade.js +105 -0
  551. package/dist/crosschain/trade/wrapTrade.js.map +1 -0
  552. package/dist/crosschain/transit.d.ts +69 -0
  553. package/dist/crosschain/transit.js +331 -0
  554. package/dist/crosschain/transit.js.map +1 -0
  555. package/dist/crosschain/tronAbis/index.d.ts +3 -0
  556. package/dist/crosschain/tronAbis/index.js +4 -0
  557. package/dist/crosschain/tronAbis/index.js.map +1 -0
  558. package/dist/crosschain/tronAbis/tronMetaRouterAbi.d.ts +209 -0
  559. package/dist/crosschain/tronAbis/tronMetaRouterAbi.js +267 -0
  560. package/dist/crosschain/tronAbis/tronMetaRouterAbi.js.map +1 -0
  561. package/dist/crosschain/tronAbis/tronPortalAbi.d.ts +990 -0
  562. package/dist/crosschain/tronAbis/tronPortalAbi.js +1267 -0
  563. package/dist/crosschain/tronAbis/tronPortalAbi.js.map +1 -0
  564. package/dist/crosschain/tronAbis/tronTRC20Abi.d.ts +171 -0
  565. package/dist/crosschain/tronAbis/tronTRC20Abi.js +128 -0
  566. package/dist/crosschain/tronAbis/tronTRC20Abi.js.map +1 -0
  567. package/dist/crosschain/types.d.ts +265 -0
  568. package/dist/crosschain/types.js +6 -0
  569. package/dist/crosschain/types.js.map +1 -0
  570. package/dist/crosschain/utils.d.ts +9 -0
  571. package/dist/crosschain/utils.js +25 -0
  572. package/dist/crosschain/utils.js.map +1 -0
  573. package/dist/crosschain/waitForComplete/constants.d.ts +5 -0
  574. package/dist/crosschain/waitForComplete/constants.js +9 -0
  575. package/dist/crosschain/waitForComplete/constants.js.map +1 -0
  576. package/dist/crosschain/waitForComplete/getTxTonBridgeInfo.d.ts +3 -0
  577. package/dist/crosschain/waitForComplete/getTxTonBridgeInfo.js +68 -0
  578. package/dist/crosschain/waitForComplete/getTxTonBridgeInfo.js.map +1 -0
  579. package/dist/crosschain/waitForComplete/index.d.ts +7 -0
  580. package/dist/crosschain/waitForComplete/index.js +7 -0
  581. package/dist/crosschain/waitForComplete/index.js.map +1 -0
  582. package/dist/crosschain/waitForComplete/tryToFindExtraStepsAndWait.d.ts +13 -0
  583. package/dist/crosschain/waitForComplete/tryToFindExtraStepsAndWait.js +172 -0
  584. package/dist/crosschain/waitForComplete/tryToFindExtraStepsAndWait.js.map +1 -0
  585. package/dist/crosschain/waitForComplete/types.d.ts +13 -0
  586. package/dist/crosschain/waitForComplete/types.js +2 -0
  587. package/dist/crosschain/waitForComplete/types.js.map +1 -0
  588. package/dist/crosschain/waitForComplete/utils.d.ts +10 -0
  589. package/dist/crosschain/waitForComplete/utils.js +41 -0
  590. package/dist/crosschain/waitForComplete/utils.js.map +1 -0
  591. package/dist/crosschain/waitForComplete/waitForBtcCommitTxMined.d.ts +11 -0
  592. package/dist/crosschain/waitForComplete/waitForBtcCommitTxMined.js +34 -0
  593. package/dist/crosschain/waitForComplete/waitForBtcCommitTxMined.js.map +1 -0
  594. package/dist/crosschain/waitForComplete/waitForBtcDepositAccepted.d.ts +6 -0
  595. package/dist/crosschain/waitForComplete/waitForBtcDepositAccepted.js +27 -0
  596. package/dist/crosschain/waitForComplete/waitForBtcDepositAccepted.js.map +1 -0
  597. package/dist/crosschain/waitForComplete/waitForBtcEvmTxIssued.d.ts +3 -0
  598. package/dist/crosschain/waitForComplete/waitForBtcEvmTxIssued.js +20 -0
  599. package/dist/crosschain/waitForComplete/waitForBtcEvmTxIssued.js.map +1 -0
  600. package/dist/crosschain/waitForComplete/waitForComplete.d.ts +17 -0
  601. package/dist/crosschain/waitForComplete/waitForComplete.js +171 -0
  602. package/dist/crosschain/waitForComplete/waitForComplete.js.map +1 -0
  603. package/dist/crosschain/waitForComplete/waitForDepositUnlocked.d.ts +4 -0
  604. package/dist/crosschain/waitForComplete/waitForDepositUnlocked.js +30 -0
  605. package/dist/crosschain/waitForComplete/waitForDepositUnlocked.js.map +1 -0
  606. package/dist/crosschain/waitForComplete/waitForTonDepositTxMined.d.ts +3 -0
  607. package/dist/crosschain/waitForComplete/waitForTonDepositTxMined.js +84 -0
  608. package/dist/crosschain/waitForComplete/waitForTonDepositTxMined.js.map +1 -0
  609. package/dist/crosschain/waitForComplete/waitFromTonTxMined.d.ts +8 -0
  610. package/dist/crosschain/waitForComplete/waitFromTonTxMined.js +61 -0
  611. package/dist/crosschain/waitForComplete/waitFromTonTxMined.js.map +1 -0
  612. package/dist/crosschain/zapping.d.ts +43 -0
  613. package/dist/crosschain/zapping.js +347 -0
  614. package/dist/crosschain/zapping.js.map +1 -0
  615. package/dist/entities/chain.d.ts +13 -0
  616. package/dist/entities/chain.js +824 -0
  617. package/dist/entities/chain.js.map +1 -0
  618. package/dist/entities/fractions/fraction.d.ts +21 -0
  619. package/dist/entities/fractions/fraction.js +93 -0
  620. package/dist/entities/fractions/fraction.js.map +1 -0
  621. package/dist/entities/fractions/index.d.ts +4 -0
  622. package/dist/entities/fractions/index.js +5 -0
  623. package/dist/entities/fractions/index.js.map +1 -0
  624. package/dist/entities/fractions/percent.d.ts +6 -0
  625. package/dist/entities/fractions/percent.js +12 -0
  626. package/dist/entities/fractions/percent.js.map +1 -0
  627. package/dist/entities/fractions/price.d.ts +19 -0
  628. package/dist/entities/fractions/price.js +53 -0
  629. package/dist/entities/fractions/price.js.map +1 -0
  630. package/dist/entities/fractions/tokenAmount.d.ts +18 -0
  631. package/dist/entities/fractions/tokenAmount.js +45 -0
  632. package/dist/entities/fractions/tokenAmount.js.map +1 -0
  633. package/dist/entities/gasToken.d.ts +3 -0
  634. package/dist/entities/gasToken.js +107 -0
  635. package/dist/entities/gasToken.js.map +1 -0
  636. package/dist/entities/index.d.ts +8 -0
  637. package/dist/entities/index.js +9 -0
  638. package/dist/entities/index.js.map +1 -0
  639. package/dist/entities/pair.d.ts +50 -0
  640. package/dist/entities/pair.js +209 -0
  641. package/dist/entities/pair.js.map +1 -0
  642. package/dist/entities/profiler.d.ts +14 -0
  643. package/dist/entities/profiler.js +33 -0
  644. package/dist/entities/profiler.js.map +1 -0
  645. package/dist/entities/route.d.ts +13 -0
  646. package/dist/entities/route.js +34 -0
  647. package/dist/entities/route.js.map +1 -0
  648. package/dist/entities/token.d.ts +148 -0
  649. package/dist/entities/token.js +1009 -0
  650. package/dist/entities/token.js.map +1 -0
  651. package/dist/entities/trade.d.ts +114 -0
  652. package/dist/entities/trade.js +306 -0
  653. package/dist/entities/trade.js.map +1 -0
  654. package/dist/errors.d.ts +14 -0
  655. package/dist/errors.js +21 -0
  656. package/dist/errors.js.map +1 -0
  657. package/dist/index.d.ts +8 -37140
  658. package/dist/index.js +9 -0
  659. package/dist/index.js.map +1 -0
  660. package/dist/router.d.ts +63 -0
  661. package/dist/router.js +129 -0
  662. package/dist/router.js.map +1 -0
  663. package/dist/utils.d.ts +10 -0
  664. package/dist/utils.js +78 -0
  665. package/dist/utils.js.map +1 -0
  666. package/package.json +8 -6
  667. package/dist/index.esm.js +0 -54532
  668. package/dist/index.esm.js.map +0 -1
@@ -0,0 +1,4034 @@
1
+ {
2
+ "omniPools": [
3
+ {
4
+ "chainId": 13863860,
5
+ "address": "0xC3255E317481B95A3e61844c274dE8BAF8eDF397",
6
+ "oracle": "0xbBFb7cb70f84fb6fE1Cb13e42A0B71EFDe769428",
7
+ "generalPurpose": true,
8
+ "coinGeckoId": "usd-coin",
9
+ "id": 0,
10
+ "tokens": [
11
+ { "index": 0, "tokenId": 131 },
12
+ { "index": 1, "tokenId": 141 },
13
+ { "index": 2, "tokenId": 151 },
14
+ { "index": 3, "tokenId": 152 },
15
+ { "index": 4, "tokenId": 157 },
16
+ { "index": 5, "tokenId": 140 },
17
+ { "index": 6, "tokenId": 158 },
18
+ { "index": 7, "tokenId": 165 },
19
+ { "index": 8, "tokenId": 172 },
20
+ { "index": 9, "tokenId": 174 },
21
+ { "index": 10, "tokenId": 176 },
22
+ { "index": 11, "tokenId": 164 },
23
+ { "index": 12, "tokenId": 150 },
24
+ { "index": 13, "tokenId": 182 },
25
+ { "index": 14, "tokenId": 156 },
26
+ { "index": 15, "tokenId": 187 },
27
+ { "index": 16, "tokenId": 180 },
28
+ { "index": 17, "tokenId": 155 },
29
+ { "index": 18, "tokenId": 189 },
30
+ { "index": 19, "tokenId": 191 },
31
+ { "index": 20, "tokenId": 194 },
32
+ { "index": 21, "tokenId": 177 },
33
+ { "index": 22, "tokenId": 200 },
34
+ { "index": 23, "tokenId": 197 },
35
+ { "index": 24, "tokenId": 159 },
36
+ { "index": 25, "tokenId": 208 },
37
+ { "index": 26, "tokenId": 209 },
38
+ { "index": 27, "tokenId": 211 },
39
+ { "index": 28, "tokenId": 210 },
40
+ { "index": 29, "tokenId": 214 },
41
+ { "index": 30, "tokenId": 217 },
42
+ { "index": 31, "tokenId": 222 },
43
+ { "index": 32, "tokenId": 223 },
44
+ { "index": 33, "tokenId": 227 },
45
+ { "index": 34, "tokenId": 201 },
46
+ { "index": 35, "tokenId": 199 },
47
+ { "index": 36, "tokenId": 239 },
48
+ { "index": 37, "tokenId": 196 },
49
+ { "index": 38, "tokenId": 241 },
50
+ { "index": 39, "tokenId": 235 }
51
+ ]
52
+ },
53
+ {
54
+ "chainId": 13863860,
55
+ "address": "0x2d877Fe148dBCB056Bf71ED5232E8d580195c0f1",
56
+ "oracle": "0x61ab82B6Cfe17E8b242E024DE7Fc936c10e35327",
57
+ "generalPurpose": true,
58
+ "coinGeckoId": "weth",
59
+ "id": 1,
60
+ "tokens": [
61
+ { "index": 0, "tokenId": 160 },
62
+ { "index": 1, "tokenId": 178 },
63
+ { "index": 2, "tokenId": 166 },
64
+ { "index": 3, "tokenId": 153 },
65
+ { "index": 4, "tokenId": 142 },
66
+ { "index": 5, "tokenId": 173 },
67
+ { "index": 6, "tokenId": 175 },
68
+ { "index": 7, "tokenId": 133 },
69
+ { "index": 8, "tokenId": 179 },
70
+ { "index": 9, "tokenId": 183 },
71
+ { "index": 10, "tokenId": 186 },
72
+ { "index": 11, "tokenId": 190 },
73
+ { "index": 12, "tokenId": 193 },
74
+ { "index": 13, "tokenId": 195 },
75
+ { "index": 14, "tokenId": 198 },
76
+ { "index": 15, "tokenId": 203 },
77
+ { "index": 16, "tokenId": 205 },
78
+ { "index": 17, "tokenId": 207 },
79
+ { "index": 18, "tokenId": 212 },
80
+ { "index": 19, "tokenId": 225 },
81
+ { "index": 20, "tokenId": 226 },
82
+ { "index": 21, "tokenId": 228 },
83
+ { "index": 22, "tokenId": 229 },
84
+ { "index": 23, "tokenId": 230 },
85
+ { "index": 24, "tokenId": 231 },
86
+ { "index": 25, "tokenId": 232 },
87
+ { "index": 26, "tokenId": 234 },
88
+ { "index": 27, "tokenId": 237 },
89
+ { "index": 28, "tokenId": 238 }
90
+ ]
91
+ },
92
+ {
93
+ "chainId": 13863860,
94
+ "address": "0xBf084Ee3E5C73129167167Bd5DB9FE8513d8F7e0",
95
+ "oracle": "0x597282d7F75Cf34450395D92a087C71F597024f5",
96
+ "generalPurpose": false,
97
+ "coinGeckoId": "bitcoin",
98
+ "id": 2,
99
+ "tokens": [
100
+ { "index": 0, "tokenId": 134 },
101
+ { "index": 1, "tokenId": 143 },
102
+ { "index": 2, "tokenId": 161 },
103
+ { "index": 3, "tokenId": 202 },
104
+ { "index": 4, "tokenId": 204 },
105
+ { "index": 5, "tokenId": 206 },
106
+ { "index": 6, "tokenId": 163 },
107
+ { "index": 7, "tokenId": 216 },
108
+ { "index": 8, "tokenId": 224 }
109
+ ]
110
+ },
111
+ {
112
+ "chainId": 13863860,
113
+ "address": "0xAF8Ba1498e1EddD602Aab9cDe4BC6A3a83400165",
114
+ "oracle": "0x422A0A054Eb5a7424d9E3042862546a3F04e3596",
115
+ "generalPurpose": false,
116
+ "coinGeckoId": "milady-meme-coin",
117
+ "id": 3,
118
+ "tokens": [
119
+ { "index": 0, "tokenId": 135 },
120
+ { "index": 1, "tokenId": 168 }
121
+ ]
122
+ },
123
+ {
124
+ "chainId": 13863860,
125
+ "address": "0x92114294E42A96C9eF3163DA18Ee7eFdbA6cc661",
126
+ "oracle": "0xd29bfF100F5599522D94E7aEDf2d6B65357c7516",
127
+ "generalPurpose": false,
128
+ "coinGeckoId": "frax",
129
+ "id": 4,
130
+ "tokens": [
131
+ { "index": 0, "tokenId": 136 },
132
+ { "index": 1, "tokenId": 154 },
133
+ { "index": 2, "tokenId": 169 },
134
+ { "index": 3, "tokenId": 213 }
135
+ ]
136
+ },
137
+ {
138
+ "chainId": 13863860,
139
+ "address": "0x20C54Cc697329333fe00DeD49C7dCA8c83dcE65b",
140
+ "oracle": "0xDC636B062AB02C51b79cFaA6C5De7B7fFeAc2717",
141
+ "generalPurpose": false,
142
+ "coinGeckoId": "g-token",
143
+ "id": 5,
144
+ "tokens": [
145
+ { "index": 0, "tokenId": 137 },
146
+ { "index": 1, "tokenId": 145 },
147
+ { "index": 2, "tokenId": 215 },
148
+ { "index": 3, "tokenId": 188 }
149
+ ]
150
+ },
151
+ {
152
+ "chainId": 13863860,
153
+ "address": "0x7E60A78518E7c9267ae0795E9914F19Cd7CdA168",
154
+ "oracle": "0xAa444c22297b0dBd97bBf316dC0b7C64b33aa64C",
155
+ "generalPurpose": false,
156
+ "coinGeckoId": "wrapped-ton",
157
+ "id": 6,
158
+ "tokens": [
159
+ { "index": 0, "tokenId": 138 },
160
+ { "index": 1, "tokenId": 146 }
161
+ ]
162
+ },
163
+ {
164
+ "chainId": 13863860,
165
+ "address": "0x53a9dbeA6013B22A8AF3Ae8AAac8Fd31759aD287",
166
+ "oracle": "0x9C15664C49065b8E20EcE570f0818a68b71A00DA",
167
+ "generalPurpose": false,
168
+ "coinGeckoId": "catizen",
169
+ "id": 7,
170
+ "tokens": [
171
+ { "index": 0, "tokenId": 219 },
172
+ { "index": 1, "tokenId": 184 }
173
+ ]
174
+ },
175
+ {
176
+ "chainId": 13863860,
177
+ "address": "0xcd5a0263DD8e29D9727865dcaD0f9D56C6e1Db93",
178
+ "oracle": "0x8d448bDb0c7a5fFf6A4ddf4b815bD517727E0aE5",
179
+ "generalPurpose": false,
180
+ "coinGeckoId": "uxlink",
181
+ "id": 8,
182
+ "tokens": [
183
+ { "index": 0, "tokenId": 218 },
184
+ { "index": 1, "tokenId": 170 },
185
+ { "index": 2, "tokenId": 185 }
186
+ ]
187
+ },
188
+ {
189
+ "chainId": 13863860,
190
+ "address": "0xb2EF74C1120C662984f907ea08096eDAAD94D54E",
191
+ "oracle": "0x4E73aF5663c997A796FF2cc1AD8C5d406541b4F2",
192
+ "generalPurpose": false,
193
+ "coinGeckoId": "pineye",
194
+ "id": 9,
195
+ "tokens": [
196
+ { "index": 0, "tokenId": 147 },
197
+ { "index": 1, "tokenId": 220 }
198
+ ]
199
+ },
200
+ {
201
+ "chainId": 13863860,
202
+ "address": "0x095B362957B3E3638AE1eb7A957f392cD3Dc3c7C",
203
+ "oracle": "0xCCc50a096E3078508FCb14Ac0B4DF3330C32BD96",
204
+ "generalPurpose": false,
205
+ "coinGeckoId": "binancecoin",
206
+ "id": 10,
207
+ "tokens": [
208
+ { "index": 0, "tokenId": 148 },
209
+ { "index": 1, "tokenId": 233 }
210
+ ]
211
+ },
212
+ {
213
+ "chainId": 13863860,
214
+ "address": "0x3E6A3EbbC9D88ACC192221797ad90BF72d391778",
215
+ "oracle": "0xf02bBC9de6e443eFDf3FC41851529C2c3B9E5e0C",
216
+ "generalPurpose": false,
217
+ "coinGeckoId": "symbiosis-finance",
218
+ "id": 11,
219
+ "tokens": [
220
+ { "index": 0, "tokenId": 132 },
221
+ { "index": 1, "tokenId": 167 },
222
+ { "index": 2, "tokenId": 144 },
223
+ { "index": 3, "tokenId": 162 },
224
+ { "index": 4, "tokenId": 181 },
225
+ { "index": 5, "tokenId": 192 },
226
+ { "index": 6, "tokenId": 31 }
227
+ ]
228
+ },
229
+ {
230
+ "chainId": 13863860,
231
+ "address": "0x0b01139C59D6bc2C8323FDbb4824e4aa5Ff4DE7C",
232
+ "oracle": "0x258EF63a81bade0c31c7C4ae75d2CD5332034bEE",
233
+ "generalPurpose": false,
234
+ "coinGeckoId": "apecoin",
235
+ "id": 12,
236
+ "tokens": [
237
+ { "index": 0, "tokenId": 139 },
238
+ { "index": 1, "tokenId": 171 },
239
+ { "index": 2, "tokenId": 240 },
240
+ { "index": 3, "tokenId": 236 }
241
+ ]
242
+ },
243
+ {
244
+ "chainId": 13863860,
245
+ "address": "0xd40750043100501ea75cAc2386f23Bcf7554cB9A",
246
+ "oracle": "0x3930C108ae8e85aAdc0d833D2096b8778eaf4432",
247
+ "generalPurpose": false,
248
+ "coinGeckoId": "evaa-protocol",
249
+ "id": 13,
250
+ "tokens": [
251
+ { "index": 0, "tokenId": 149 },
252
+ { "index": 1, "tokenId": 221 }
253
+ ]
254
+ }
255
+ ],
256
+ "tokens": [
257
+ {
258
+ "decimals": 6,
259
+ "symbol": "USDC",
260
+ "name": "USD Coin",
261
+ "chainId": 1,
262
+ "isNative": false,
263
+ "icons": {
264
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/3408.png",
265
+ "small": "https://s2.coinmarketcap.com/static/img/coins/64x64/3408.png"
266
+ },
267
+ "deprecated": false,
268
+ "address": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
269
+ "id": 0
270
+ },
271
+ {
272
+ "decimals": 18,
273
+ "symbol": "SIS",
274
+ "name": "Symbiosis",
275
+ "chainId": 1,
276
+ "isNative": false,
277
+ "icons": {
278
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/15084.png",
279
+ "small": "https://s2.coinmarketcap.com/static/img/coins/128x128/15084.png"
280
+ },
281
+ "deprecated": false,
282
+ "address": "0xd38BB40815d2B0c2d2c866e0c72c5728ffC76dd9",
283
+ "id": 1
284
+ },
285
+ {
286
+ "decimals": 18,
287
+ "symbol": "WETH",
288
+ "name": "Wrapped Ether",
289
+ "chainId": 1,
290
+ "isNative": false,
291
+ "icons": {
292
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/1027.png",
293
+ "small": "https://s2.coinmarketcap.com/static/img/coins/128x128/1027.png"
294
+ },
295
+ "deprecated": false,
296
+ "address": "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2",
297
+ "id": 2
298
+ },
299
+ {
300
+ "decimals": 6,
301
+ "symbol": "USDT",
302
+ "name": "Tether USD",
303
+ "chainId": 1,
304
+ "isNative": false,
305
+ "icons": {
306
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/825.png",
307
+ "small": "https://s2.coinmarketcap.com/static/img/coins/64x64/825.png"
308
+ },
309
+ "deprecated": false,
310
+ "address": "0xdAC17F958D2ee523a2206206994597C13D831ec7",
311
+ "id": 3
312
+ },
313
+ {
314
+ "decimals": 8,
315
+ "symbol": "WBTC",
316
+ "name": "Wrapped BTC",
317
+ "chainId": 1,
318
+ "isNative": false,
319
+ "icons": {
320
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/3717.png",
321
+ "small": "https://s2.coinmarketcap.com/static/img/coins/64x64/3717.png"
322
+ },
323
+ "deprecated": false,
324
+ "address": "0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599",
325
+ "id": 4
326
+ },
327
+ {
328
+ "decimals": 18,
329
+ "symbol": "LADYS",
330
+ "name": "Milady Meme Coin",
331
+ "chainId": 1,
332
+ "isNative": false,
333
+ "icons": {
334
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/25023.png",
335
+ "small": "https://s2.coinmarketcap.com/static/img/coins/64x64/25023.png"
336
+ },
337
+ "deprecated": false,
338
+ "address": "0x12970E6868f88f6557B76120662c1B3E50A646bf",
339
+ "id": 5
340
+ },
341
+ {
342
+ "decimals": 18,
343
+ "symbol": "pufETH",
344
+ "name": "pufETH",
345
+ "chainId": 1,
346
+ "isNative": false,
347
+ "icons": {
348
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/29325.png",
349
+ "small": "https://s2.coinmarketcap.com/static/img/coins/128x128/29325.png"
350
+ },
351
+ "deprecated": false,
352
+ "address": "0xD9A442856C234a39a81a089C06451EBAa4306a72",
353
+ "id": 6
354
+ },
355
+ {
356
+ "decimals": 18,
357
+ "symbol": "FRAX",
358
+ "name": "Frax",
359
+ "chainId": 1,
360
+ "isNative": false,
361
+ "icons": {
362
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/6952.png",
363
+ "small": "https://s2.coinmarketcap.com/static/img/coins/128x128/6952.png"
364
+ },
365
+ "deprecated": false,
366
+ "address": "0x853d955aCEf822Db058eb8505911ED77F175b99e",
367
+ "id": 7
368
+ },
369
+ {
370
+ "decimals": 18,
371
+ "symbol": "G",
372
+ "name": "Gravity",
373
+ "chainId": 1,
374
+ "isNative": false,
375
+ "icons": {
376
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/32120.png",
377
+ "small": "https://s2.coinmarketcap.com/static/img/coins/128x128/32120.png"
378
+ },
379
+ "deprecated": false,
380
+ "address": "0x9C7BEBa8F6eF6643aBd725e45a4E8387eF260649",
381
+ "id": 8
382
+ },
383
+ {
384
+ "decimals": 9,
385
+ "symbol": "WTON",
386
+ "name": "Wrapped TON",
387
+ "chainId": 1,
388
+ "isNative": false,
389
+ "icons": {
390
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/11419.png",
391
+ "small": "https://s2.coinmarketcap.com/static/img/coins/64x64/11419.png"
392
+ },
393
+ "deprecated": true,
394
+ "address": "0x582d872A1B094FC48F5DE31D3B73F2D9bE47def1",
395
+ "id": 9
396
+ },
397
+ {
398
+ "decimals": 18,
399
+ "symbol": "APE",
400
+ "name": "ApeCoin",
401
+ "chainId": 1,
402
+ "isNative": false,
403
+ "icons": {
404
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/18876.png",
405
+ "small": "https://s2.coinmarketcap.com/static/img/coins/64x64/18876.png"
406
+ },
407
+ "deprecated": false,
408
+ "address": "0x4d224452801ACEd8B2F0aebE155379bb5D594381",
409
+ "id": 10
410
+ },
411
+ {
412
+ "decimals": 18,
413
+ "symbol": "USDC",
414
+ "name": "USD Coin",
415
+ "chainId": 56,
416
+ "isNative": false,
417
+ "icons": {
418
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/3408.png",
419
+ "small": "https://s2.coinmarketcap.com/static/img/coins/64x64/3408.png"
420
+ },
421
+ "deprecated": false,
422
+ "address": "0x8AC76a51cc950d9822D68b83fE1Ad97B32Cd580d",
423
+ "id": 11
424
+ },
425
+ {
426
+ "decimals": 18,
427
+ "symbol": "BUSD",
428
+ "name": "BUSD Token",
429
+ "chainId": 56,
430
+ "isNative": false,
431
+ "icons": {
432
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/4687.png",
433
+ "small": "https://s2.coinmarketcap.com/static/img/coins/64x64/4687.png"
434
+ },
435
+ "deprecated": true,
436
+ "address": "0xe9e7CEA3DedcA5984780Bafc599bD69ADd087D56",
437
+ "id": 12
438
+ },
439
+ {
440
+ "decimals": 18,
441
+ "symbol": "ETH",
442
+ "name": "Ethereum Token",
443
+ "chainId": 56,
444
+ "isNative": false,
445
+ "icons": {
446
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/1027.png",
447
+ "small": "https://s2.coinmarketcap.com/static/img/coins/128x128/1027.png"
448
+ },
449
+ "deprecated": false,
450
+ "address": "0x2170Ed0880ac9A755fd29B2688956BD959F933F8",
451
+ "id": 13
452
+ },
453
+ {
454
+ "decimals": 18,
455
+ "symbol": "BTCB",
456
+ "name": "Binance-Peg BTCB Token",
457
+ "chainId": 56,
458
+ "isNative": false,
459
+ "icons": {
460
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/4023.png",
461
+ "small": "https://s2.coinmarketcap.com/static/img/coins/128x128/4023.png"
462
+ },
463
+ "deprecated": false,
464
+ "address": "0x7130d2A12B9BCbFAe4f2634d864A1Ee1Ce3Ead9c",
465
+ "id": 14
466
+ },
467
+ {
468
+ "decimals": 18,
469
+ "symbol": "SIS",
470
+ "name": "Symbiosis",
471
+ "chainId": 56,
472
+ "isNative": false,
473
+ "icons": {
474
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/15084.png",
475
+ "small": "https://s2.coinmarketcap.com/static/img/coins/128x128/15084.png"
476
+ },
477
+ "deprecated": false,
478
+ "address": "0xF98b660AdF2ed7d9d9D9dAACC2fb0CAce4F21835",
479
+ "id": 15
480
+ },
481
+ {
482
+ "decimals": 18,
483
+ "symbol": "G",
484
+ "name": "Gravity",
485
+ "chainId": 56,
486
+ "isNative": false,
487
+ "icons": {
488
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/32120.png",
489
+ "small": "https://s2.coinmarketcap.com/static/img/coins/128x128/32120.png"
490
+ },
491
+ "deprecated": false,
492
+ "address": "0x9C7BEBa8F6eF6643aBd725e45a4E8387eF260649",
493
+ "id": 16
494
+ },
495
+ {
496
+ "decimals": 9,
497
+ "symbol": "WTON",
498
+ "name": "Wrapped TON",
499
+ "chainId": 56,
500
+ "isNative": false,
501
+ "icons": {
502
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/11419.png",
503
+ "small": "https://s2.coinmarketcap.com/static/img/coins/64x64/11419.png"
504
+ },
505
+ "deprecated": true,
506
+ "address": "0x76A797A59Ba2C17726896976B7B3747BfD1d220f",
507
+ "id": 17
508
+ },
509
+ {
510
+ "decimals": 18,
511
+ "symbol": "GPTW",
512
+ "name": "GPT Wars",
513
+ "chainId": 56,
514
+ "isNative": false,
515
+ "icons": {
516
+ "large": "https://assets.coingecko.com/coins/images/51157/standard/GPTW_200x200.png?1730238893",
517
+ "small": "https://assets.coingecko.com/coins/images/51157/standard/GPTW_200x200.png?1730238893"
518
+ },
519
+ "deprecated": false,
520
+ "address": "0xB3F4D70C6a18cC0F2D1205dbF3B21cB73e1B0592",
521
+ "id": 18
522
+ },
523
+ {
524
+ "decimals": 8,
525
+ "symbol": "syBTC",
526
+ "name": "Symbiosis BTC",
527
+ "chainId": 56,
528
+ "isNative": false,
529
+ "icons": {
530
+ "large": "https://assets.coingecko.com/coins/images/50472/standard/NewOption_06.png?1727849200",
531
+ "small": "https://assets.coingecko.com/coins/images/50472/standard/NewOption_06.png?1727849200"
532
+ },
533
+ "deprecated": false,
534
+ "address": "0xA67c48F86Fc6d0176Dca38883CA8153C76a532c7",
535
+ "id": 19
536
+ },
537
+ {
538
+ "decimals": 18,
539
+ "symbol": "PINEYE",
540
+ "name": "PinEye",
541
+ "chainId": 56,
542
+ "isNative": false,
543
+ "icons": {
544
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/33862.png",
545
+ "small": "https://s2.coinmarketcap.com/static/img/coins/64x64/33862.png"
546
+ },
547
+ "deprecated": false,
548
+ "address": "0x4b3a2187648902082db0a44e8235d57F3f23DD10",
549
+ "id": 20
550
+ },
551
+ {
552
+ "decimals": 18,
553
+ "symbol": "WBNB",
554
+ "name": "Wrapped BNB",
555
+ "chainId": 56,
556
+ "isNative": false,
557
+ "icons": {
558
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/7192.png",
559
+ "small": "https://s2.coinmarketcap.com/static/img/coins/64x64/7192.png"
560
+ },
561
+ "deprecated": false,
562
+ "address": "0xbb4CdB9CBd36B01bD1cBaEBF2De08d9173bc095c",
563
+ "id": 21
564
+ },
565
+ {
566
+ "decimals": 18,
567
+ "symbol": "EVAA",
568
+ "name": "EVAA",
569
+ "chainId": 56,
570
+ "isNative": false,
571
+ "icons": {
572
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/38376.png",
573
+ "small": "https://s2.coinmarketcap.com/static/img/coins/64x64/38376.png"
574
+ },
575
+ "deprecated": false,
576
+ "address": "0xaa036928c9c0Df07d525B55ea8EE690Bb5a628C1",
577
+ "id": 22
578
+ },
579
+ {
580
+ "decimals": 6,
581
+ "symbol": "USDC",
582
+ "name": "USD Coin",
583
+ "chainId": 43114,
584
+ "isNative": false,
585
+ "icons": {
586
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/3408.png",
587
+ "small": "https://s2.coinmarketcap.com/static/img/coins/64x64/3408.png"
588
+ },
589
+ "deprecated": false,
590
+ "address": "0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E",
591
+ "id": 23
592
+ },
593
+ {
594
+ "decimals": 6,
595
+ "symbol": "USDC.e",
596
+ "name": "USD Coin",
597
+ "chainId": 43114,
598
+ "isNative": false,
599
+ "icons": {
600
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/3408.png",
601
+ "small": "https://s2.coinmarketcap.com/static/img/coins/64x64/3408.png"
602
+ },
603
+ "deprecated": true,
604
+ "address": "0xA7D7079b0FEaD91F3e65f86E8915Cb59c1a4C664",
605
+ "id": 24
606
+ },
607
+ {
608
+ "decimals": 6,
609
+ "symbol": "USDC.e",
610
+ "name": "USD Coin (PoS) (USDC.e)",
611
+ "chainId": 137,
612
+ "isNative": false,
613
+ "icons": {
614
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/3408.png",
615
+ "small": "https://s2.coinmarketcap.com/static/img/coins/64x64/3408.png"
616
+ },
617
+ "deprecated": false,
618
+ "address": "0x2791Bca1f2de4661ED88A30C99A7a9449Aa84174",
619
+ "id": 25
620
+ },
621
+ {
622
+ "decimals": 18,
623
+ "symbol": "WETH",
624
+ "name": "Wrapped Ether",
625
+ "chainId": 137,
626
+ "isNative": false,
627
+ "icons": {
628
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/1027.png",
629
+ "small": "https://s2.coinmarketcap.com/static/img/coins/128x128/1027.png"
630
+ },
631
+ "deprecated": false,
632
+ "address": "0x7ceB23fD6bC0adD59E62ac25578270cFf1b9f619",
633
+ "id": 26
634
+ },
635
+ {
636
+ "decimals": 18,
637
+ "symbol": "FRAX",
638
+ "name": "Frax",
639
+ "chainId": 137,
640
+ "isNative": false,
641
+ "icons": {
642
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/6952.png",
643
+ "small": "https://s2.coinmarketcap.com/static/img/coins/128x128/6952.png"
644
+ },
645
+ "deprecated": false,
646
+ "address": "0x45c32fA6DF82ead1e2EF74d17b76547EDdFaFF89",
647
+ "id": 27
648
+ },
649
+ {
650
+ "decimals": 6,
651
+ "symbol": "USDC",
652
+ "name": "syUSDC",
653
+ "chainId": 40,
654
+ "isNative": false,
655
+ "icons": {
656
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/3408.png",
657
+ "small": "https://s2.coinmarketcap.com/static/img/coins/64x64/3408.png"
658
+ },
659
+ "deprecated": false,
660
+ "address": "0xe6E5f3d264117E030C21920356641DbD5B3d660c",
661
+ "id": 28
662
+ },
663
+ {
664
+ "decimals": 6,
665
+ "symbol": "USDt",
666
+ "name": "Tether USDt",
667
+ "chainId": 2222,
668
+ "isNative": false,
669
+ "icons": {
670
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/825.png",
671
+ "small": "https://s2.coinmarketcap.com/static/img/coins/64x64/825.png"
672
+ },
673
+ "deprecated": false,
674
+ "address": "0x919C1c267BC06a7039e03fcc2eF738525769109c",
675
+ "id": 29
676
+ },
677
+ {
678
+ "decimals": 6,
679
+ "symbol": "USDC",
680
+ "name": "USD Coin",
681
+ "chainId": 288,
682
+ "isNative": false,
683
+ "icons": {
684
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/3408.png",
685
+ "small": "https://s2.coinmarketcap.com/static/img/coins/64x64/3408.png"
686
+ },
687
+ "deprecated": false,
688
+ "address": "0x66a2A913e447d6b4BF33EFbec43aAeF87890FBbc",
689
+ "id": 30
690
+ },
691
+ {
692
+ "decimals": 18,
693
+ "symbol": "WSIS",
694
+ "name": "Wrapped SIS",
695
+ "chainId": 13863860,
696
+ "isNative": false,
697
+ "icons": {
698
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/15084.png",
699
+ "small": "https://s2.coinmarketcap.com/static/img/coins/64x64/15084.png"
700
+ },
701
+ "deprecated": false,
702
+ "address": "0xd8db4fb1fEf63045A443202d506Bcf30ef404160",
703
+ "id": 31
704
+ },
705
+ {
706
+ "decimals": 6,
707
+ "symbol": "USDC.e",
708
+ "name": "USD Coin",
709
+ "chainId": 324,
710
+ "isNative": false,
711
+ "icons": {
712
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/3408.png",
713
+ "small": "https://s2.coinmarketcap.com/static/img/coins/64x64/3408.png"
714
+ },
715
+ "deprecated": false,
716
+ "address": "0x3355df6D4c9C3035724Fd0e3914dE96A5a83aaf4",
717
+ "id": 32
718
+ },
719
+ {
720
+ "decimals": 6,
721
+ "symbol": "USDC",
722
+ "name": "USD Coin",
723
+ "chainId": 324,
724
+ "isNative": false,
725
+ "icons": {
726
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/3408.png",
727
+ "small": "https://s2.coinmarketcap.com/static/img/coins/64x64/3408.png"
728
+ },
729
+ "deprecated": true,
730
+ "address": "0x1d17CBcF0D6D143135aE902365D2E5e2A16538D4",
731
+ "id": 33
732
+ },
733
+ {
734
+ "decimals": 18,
735
+ "symbol": "WETH",
736
+ "name": "Wrapped Ether",
737
+ "chainId": 324,
738
+ "isNative": false,
739
+ "icons": {
740
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/1027.png",
741
+ "small": "https://s2.coinmarketcap.com/static/img/coins/128x128/1027.png"
742
+ },
743
+ "deprecated": false,
744
+ "address": "0x5AEa5775959fBC2557Cc8789bC1bf90A239D9a91",
745
+ "id": 34
746
+ },
747
+ {
748
+ "decimals": 8,
749
+ "symbol": "WBTC",
750
+ "name": "Wrapped BTC",
751
+ "chainId": 324,
752
+ "isNative": false,
753
+ "icons": {
754
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/3717.png",
755
+ "small": "https://s2.coinmarketcap.com/static/img/coins/128x128/3717.png"
756
+ },
757
+ "deprecated": true,
758
+ "address": "0xBBeB516fb02a01611cBBE0453Fe3c580D7281011",
759
+ "id": 35
760
+ },
761
+ {
762
+ "decimals": 18,
763
+ "symbol": "SIS",
764
+ "name": "Symbiosis",
765
+ "chainId": 324,
766
+ "isNative": false,
767
+ "icons": {
768
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/15084.png",
769
+ "small": "https://s2.coinmarketcap.com/static/img/coins/128x128/15084.png"
770
+ },
771
+ "deprecated": false,
772
+ "address": "0xdd9f72afED3631a6C85b5369D84875e6c42f1827",
773
+ "id": 36
774
+ },
775
+ {
776
+ "decimals": 8,
777
+ "symbol": "syBTC",
778
+ "name": "Symbiosis BTC",
779
+ "chainId": 324,
780
+ "isNative": false,
781
+ "icons": {
782
+ "large": "https://assets.coingecko.com/coins/images/50472/standard/NewOption_06.png?1727849200",
783
+ "small": "https://assets.coingecko.com/coins/images/50472/standard/NewOption_06.png?1727849200"
784
+ },
785
+ "deprecated": true,
786
+ "address": "0xED0c95EBe5a3E687cB2224687024FeC6518E683e",
787
+ "id": 37
788
+ },
789
+ {
790
+ "decimals": 6,
791
+ "symbol": "USDC",
792
+ "name": "USD Coin",
793
+ "chainId": 42161,
794
+ "isNative": false,
795
+ "icons": {
796
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/3408.png",
797
+ "small": "https://s2.coinmarketcap.com/static/img/coins/64x64/3408.png"
798
+ },
799
+ "deprecated": false,
800
+ "address": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
801
+ "id": 38
802
+ },
803
+ {
804
+ "decimals": 6,
805
+ "symbol": "USDC.e",
806
+ "name": "USD Coin (Arb1)",
807
+ "chainId": 42161,
808
+ "isNative": false,
809
+ "icons": {
810
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/3408.png",
811
+ "small": "https://s2.coinmarketcap.com/static/img/coins/64x64/3408.png"
812
+ },
813
+ "deprecated": true,
814
+ "address": "0xFF970A61A04b1cA14834A43f5dE4533eBDDB5CC8",
815
+ "id": 39
816
+ },
817
+ {
818
+ "decimals": 18,
819
+ "symbol": "WETH",
820
+ "name": "Wrapped Ether",
821
+ "chainId": 42161,
822
+ "isNative": false,
823
+ "icons": {
824
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/1027.png",
825
+ "small": "https://s2.coinmarketcap.com/static/img/coins/128x128/1027.png"
826
+ },
827
+ "deprecated": false,
828
+ "address": "0x82aF49447D8a07e3bd95BD0d56f35241523fBab1",
829
+ "id": 40
830
+ },
831
+ {
832
+ "decimals": 18,
833
+ "symbol": "SIS",
834
+ "name": "Symbiosis",
835
+ "chainId": 42161,
836
+ "isNative": false,
837
+ "icons": {
838
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/15084.png",
839
+ "small": "https://s2.coinmarketcap.com/static/img/coins/128x128/15084.png"
840
+ },
841
+ "deprecated": false,
842
+ "address": "0x9E758B8a98a42d612b3D38B66a22074DC03D7370",
843
+ "id": 41
844
+ },
845
+ {
846
+ "decimals": 18,
847
+ "symbol": "LADYS",
848
+ "name": "Milady Meme Coin",
849
+ "chainId": 42161,
850
+ "isNative": false,
851
+ "icons": {
852
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/25023.png",
853
+ "small": "https://s2.coinmarketcap.com/static/img/coins/64x64/25023.png"
854
+ },
855
+ "deprecated": false,
856
+ "address": "0x3b60FF35D3f7F62d636b067dD0dC0dFdAd670E4E",
857
+ "id": 42
858
+ },
859
+ {
860
+ "decimals": 18,
861
+ "symbol": "FRAX",
862
+ "name": "Frax",
863
+ "chainId": 42161,
864
+ "isNative": false,
865
+ "icons": {
866
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/6952.png",
867
+ "small": "https://s2.coinmarketcap.com/static/img/coins/128x128/6952.png"
868
+ },
869
+ "deprecated": false,
870
+ "address": "0x17FC002b466eEc40DaE837Fc4bE5c67993ddBd6F",
871
+ "id": 43
872
+ },
873
+ {
874
+ "decimals": 18,
875
+ "symbol": "UXLINK",
876
+ "name": "UXLINK Token",
877
+ "chainId": 42161,
878
+ "isNative": false,
879
+ "icons": {
880
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/32257.png",
881
+ "small": "https://s2.coinmarketcap.com/static/img/coins/64x64/32257.png"
882
+ },
883
+ "deprecated": false,
884
+ "address": "0x1A6B3A62391ECcaaa992ade44cd4AFe6bEC8CfF1",
885
+ "id": 44
886
+ },
887
+ {
888
+ "decimals": 18,
889
+ "symbol": "APE",
890
+ "name": "ApeCoin",
891
+ "chainId": 42161,
892
+ "isNative": false,
893
+ "icons": {
894
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/18876.png",
895
+ "small": "https://s2.coinmarketcap.com/static/img/coins/64x64/18876.png"
896
+ },
897
+ "deprecated": false,
898
+ "address": "0x7f9FBf9bDd3F4105C478b996B648FE6e828a1e98",
899
+ "id": 45
900
+ },
901
+ {
902
+ "decimals": 6,
903
+ "symbol": "USDC.e",
904
+ "name": "USD Coin",
905
+ "chainId": 10,
906
+ "isNative": false,
907
+ "icons": {
908
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/3408.png",
909
+ "small": "https://s2.coinmarketcap.com/static/img/coins/64x64/3408.png"
910
+ },
911
+ "deprecated": false,
912
+ "address": "0x7F5c764cBc14f9669B88837ca1490cCa17c31607",
913
+ "id": 46
914
+ },
915
+ {
916
+ "decimals": 18,
917
+ "symbol": "WETH",
918
+ "name": "Wrapped Ether",
919
+ "chainId": 10,
920
+ "isNative": false,
921
+ "icons": {
922
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/1027.png",
923
+ "small": "https://s2.coinmarketcap.com/static/img/coins/128x128/1027.png"
924
+ },
925
+ "deprecated": false,
926
+ "address": "0x4200000000000000000000000000000000000006",
927
+ "id": 47
928
+ },
929
+ {
930
+ "decimals": 6,
931
+ "symbol": "USDC",
932
+ "name": "USD Coin",
933
+ "chainId": 42170,
934
+ "isNative": false,
935
+ "icons": {
936
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/3408.png",
937
+ "small": "https://s2.coinmarketcap.com/static/img/coins/64x64/3408.png"
938
+ },
939
+ "deprecated": false,
940
+ "address": "0x750ba8b76187092B0D1E87E28daaf484d1b5273b",
941
+ "id": 48
942
+ },
943
+ {
944
+ "decimals": 18,
945
+ "symbol": "WETH",
946
+ "name": "Wrapped Ether",
947
+ "chainId": 42170,
948
+ "isNative": false,
949
+ "icons": {
950
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/1027.png",
951
+ "small": "https://s2.coinmarketcap.com/static/img/coins/128x128/1027.png"
952
+ },
953
+ "deprecated": false,
954
+ "address": "0x722E8BdD2ce80A4422E880164f2079488e115365",
955
+ "id": 49
956
+ },
957
+ {
958
+ "decimals": 6,
959
+ "symbol": "USDC",
960
+ "name": "USD Coin",
961
+ "chainId": 1101,
962
+ "isNative": false,
963
+ "icons": {
964
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/3408.png",
965
+ "small": "https://s2.coinmarketcap.com/static/img/coins/64x64/3408.png"
966
+ },
967
+ "deprecated": false,
968
+ "address": "0xA8CE8aee21bC2A48a5EF670afCc9274C7bbbC035",
969
+ "id": 50
970
+ },
971
+ {
972
+ "decimals": 6,
973
+ "symbol": "USDC.e",
974
+ "name": "USD Coin",
975
+ "chainId": 1101,
976
+ "isNative": false,
977
+ "icons": {
978
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/3408.png",
979
+ "small": "https://s2.coinmarketcap.com/static/img/coins/64x64/3408.png"
980
+ },
981
+ "deprecated": true,
982
+ "address": "0x37eAA0eF3549a5Bb7D431be78a3D99BD360d19e5",
983
+ "id": 51
984
+ },
985
+ {
986
+ "decimals": 18,
987
+ "symbol": "WETH",
988
+ "name": "Wrapped Ether",
989
+ "chainId": 1101,
990
+ "isNative": false,
991
+ "icons": {
992
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/1027.png",
993
+ "small": "https://s2.coinmarketcap.com/static/img/coins/128x128/1027.png"
994
+ },
995
+ "deprecated": false,
996
+ "address": "0x4F9A0e7FD2Bf6067db6994CF12E4495Df938E6e9",
997
+ "id": 52
998
+ },
999
+ {
1000
+ "decimals": 18,
1001
+ "symbol": "WETH",
1002
+ "name": "Wrapped Ether",
1003
+ "chainId": 59144,
1004
+ "isNative": false,
1005
+ "icons": {
1006
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/1027.png",
1007
+ "small": "https://s2.coinmarketcap.com/static/img/coins/128x128/1027.png"
1008
+ },
1009
+ "deprecated": false,
1010
+ "address": "0xe5D7C2a44FfDDf6b295A15c148167daaAf5Cf34f",
1011
+ "id": 53
1012
+ },
1013
+ {
1014
+ "decimals": 6,
1015
+ "symbol": "USDC",
1016
+ "name": "USD Coin",
1017
+ "chainId": 59144,
1018
+ "isNative": false,
1019
+ "icons": {
1020
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/3408.png",
1021
+ "small": "https://s2.coinmarketcap.com/static/img/coins/64x64/3408.png"
1022
+ },
1023
+ "deprecated": false,
1024
+ "address": "0x176211869cA2b568f2A7D4EE941E073a821EE1ff",
1025
+ "id": 54
1026
+ },
1027
+ {
1028
+ "decimals": 18,
1029
+ "symbol": "SIS",
1030
+ "name": "Symbiosis",
1031
+ "chainId": 59144,
1032
+ "isNative": false,
1033
+ "icons": {
1034
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/15084.png",
1035
+ "small": "https://s2.coinmarketcap.com/static/img/coins/128x128/15084.png"
1036
+ },
1037
+ "deprecated": false,
1038
+ "address": "0x6EF95B6f3b0F39508e3E04054Be96D5eE39eDE0d",
1039
+ "id": 55
1040
+ },
1041
+ {
1042
+ "decimals": 6,
1043
+ "symbol": "USDC",
1044
+ "name": "USD Coin",
1045
+ "chainId": 5000,
1046
+ "isNative": false,
1047
+ "icons": {
1048
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/3408.png",
1049
+ "small": "https://s2.coinmarketcap.com/static/img/coins/64x64/3408.png"
1050
+ },
1051
+ "deprecated": false,
1052
+ "address": "0x09Bc4E0D864854c6aFB6eB9A9cdF58aC190D0dF9",
1053
+ "id": 56
1054
+ },
1055
+ {
1056
+ "decimals": 18,
1057
+ "symbol": "WETH",
1058
+ "name": "Wrapped Ether",
1059
+ "chainId": 5000,
1060
+ "isNative": false,
1061
+ "icons": {
1062
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/1027.png",
1063
+ "small": "https://s2.coinmarketcap.com/static/img/coins/128x128/1027.png"
1064
+ },
1065
+ "deprecated": false,
1066
+ "address": "0xdEAddEaDdeadDEadDEADDEAddEADDEAddead1111",
1067
+ "id": 57
1068
+ },
1069
+ {
1070
+ "decimals": 18,
1071
+ "symbol": "CATI",
1072
+ "name": "Catizen",
1073
+ "chainId": 5000,
1074
+ "isNative": false,
1075
+ "icons": {
1076
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/32966.png",
1077
+ "small": "https://s2.coinmarketcap.com/static/img/coins/64x64/32966.png"
1078
+ },
1079
+ "deprecated": false,
1080
+ "address": "0x1Bdd8878252DaddD3Af2ba30628813271294eDc0",
1081
+ "id": 58
1082
+ },
1083
+ {
1084
+ "decimals": 18,
1085
+ "symbol": "UXLINK",
1086
+ "name": "UXLINK Token",
1087
+ "chainId": 5000,
1088
+ "isNative": false,
1089
+ "icons": {
1090
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/32257.png",
1091
+ "small": "https://s2.coinmarketcap.com/static/img/coins/64x64/32257.png"
1092
+ },
1093
+ "deprecated": false,
1094
+ "address": "0x482deB2F7B9608a80eA91E71F06380E9891501C6",
1095
+ "id": 59
1096
+ },
1097
+ {
1098
+ "decimals": 18,
1099
+ "symbol": "WETH",
1100
+ "name": "Wrapped Ether",
1101
+ "chainId": 8453,
1102
+ "isNative": false,
1103
+ "icons": {
1104
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/1027.png",
1105
+ "small": "https://s2.coinmarketcap.com/static/img/coins/128x128/1027.png"
1106
+ },
1107
+ "deprecated": false,
1108
+ "address": "0x4200000000000000000000000000000000000006",
1109
+ "id": 60
1110
+ },
1111
+ {
1112
+ "decimals": 6,
1113
+ "symbol": "USDbC",
1114
+ "name": "USD Base Coin",
1115
+ "chainId": 8453,
1116
+ "isNative": false,
1117
+ "icons": {
1118
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/3408.png",
1119
+ "small": "https://s2.coinmarketcap.com/static/img/coins/64x64/3408.png"
1120
+ },
1121
+ "deprecated": false,
1122
+ "address": "0xd9aAEc86B65D86f6A7B5B1b0c42FFA531710b6CA",
1123
+ "id": 61
1124
+ },
1125
+ {
1126
+ "decimals": 18,
1127
+ "symbol": "G",
1128
+ "name": "Gravity",
1129
+ "chainId": 8453,
1130
+ "isNative": false,
1131
+ "icons": {
1132
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/32120.png",
1133
+ "small": "https://s2.coinmarketcap.com/static/img/coins/128x128/32120.png"
1134
+ },
1135
+ "deprecated": false,
1136
+ "address": "0x9C7BEBa8F6eF6643aBd725e45a4E8387eF260649",
1137
+ "id": 62
1138
+ },
1139
+ {
1140
+ "decimals": 6,
1141
+ "symbol": "USDT",
1142
+ "name": "Tether USDt",
1143
+ "chainId": 728126428,
1144
+ "isNative": false,
1145
+ "icons": {
1146
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/825.png",
1147
+ "small": "https://s2.coinmarketcap.com/static/img/coins/64x64/825.png"
1148
+ },
1149
+ "deprecated": false,
1150
+ "address": "0xa614f803b6fd780986a42c78ec9c7f77e6ded13c",
1151
+ "id": 63
1152
+ },
1153
+ {
1154
+ "decimals": 18,
1155
+ "symbol": "WETH",
1156
+ "name": "Wrapped Ether",
1157
+ "chainId": 534352,
1158
+ "isNative": false,
1159
+ "icons": {
1160
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/1027.png",
1161
+ "small": "https://s2.coinmarketcap.com/static/img/coins/128x128/1027.png"
1162
+ },
1163
+ "deprecated": false,
1164
+ "address": "0x5300000000000000000000000000000000000004",
1165
+ "id": 64
1166
+ },
1167
+ {
1168
+ "decimals": 6,
1169
+ "symbol": "USDC",
1170
+ "name": "USD Coin",
1171
+ "chainId": 534352,
1172
+ "isNative": false,
1173
+ "icons": {
1174
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/3408.png",
1175
+ "small": "https://s2.coinmarketcap.com/static/img/coins/64x64/3408.png"
1176
+ },
1177
+ "deprecated": false,
1178
+ "address": "0x06eFdBFf2a14a7c8E15944D1F4A48F9F95F663A4",
1179
+ "id": 65
1180
+ },
1181
+ {
1182
+ "decimals": 18,
1183
+ "symbol": "SIS",
1184
+ "name": "Symbiosis",
1185
+ "chainId": 534352,
1186
+ "isNative": false,
1187
+ "icons": {
1188
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/15084.png",
1189
+ "small": "https://s2.coinmarketcap.com/static/img/coins/128x128/15084.png"
1190
+ },
1191
+ "deprecated": false,
1192
+ "address": "0x1467b62A6AE5CdcB10A6a8173cfe187DD2C5a136",
1193
+ "id": 66
1194
+ },
1195
+ {
1196
+ "decimals": 18,
1197
+ "symbol": "pufETH",
1198
+ "name": "pufETH",
1199
+ "chainId": 534352,
1200
+ "isNative": false,
1201
+ "icons": {
1202
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/29325.png",
1203
+ "small": "https://s2.coinmarketcap.com/static/img/coins/128x128/29325.png"
1204
+ },
1205
+ "deprecated": false,
1206
+ "address": "0xc4d46E8402F476F269c379677C99F18E22Ea030e",
1207
+ "id": 67
1208
+ },
1209
+ {
1210
+ "decimals": 18,
1211
+ "symbol": "WETH",
1212
+ "name": "Wrapped Ether",
1213
+ "chainId": 169,
1214
+ "isNative": false,
1215
+ "icons": {
1216
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/1027.png",
1217
+ "small": "https://s2.coinmarketcap.com/static/img/coins/128x128/1027.png"
1218
+ },
1219
+ "deprecated": false,
1220
+ "address": "0x0Dc808adcE2099A9F62AA87D9670745AbA741746",
1221
+ "id": 68
1222
+ },
1223
+ {
1224
+ "decimals": 6,
1225
+ "symbol": "USDC",
1226
+ "name": "USD Coin",
1227
+ "chainId": 169,
1228
+ "isNative": false,
1229
+ "icons": {
1230
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/3408.png",
1231
+ "small": "https://s2.coinmarketcap.com/static/img/coins/64x64/3408.png"
1232
+ },
1233
+ "deprecated": false,
1234
+ "address": "0xb73603C5d87fA094B7314C74ACE2e64D165016fb",
1235
+ "id": 69
1236
+ },
1237
+ {
1238
+ "decimals": 18,
1239
+ "symbol": "pufETH",
1240
+ "name": "pufETH",
1241
+ "chainId": 169,
1242
+ "isNative": false,
1243
+ "icons": {
1244
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/29325.png",
1245
+ "small": "https://s2.coinmarketcap.com/static/img/coins/128x128/29325.png"
1246
+ },
1247
+ "deprecated": false,
1248
+ "address": "0xA53E005Cecd3D7C89A4AE814617cC14828b6527E",
1249
+ "id": 70
1250
+ },
1251
+ {
1252
+ "decimals": 18,
1253
+ "symbol": "WETH",
1254
+ "name": "Wrapped Ether",
1255
+ "chainId": 1088,
1256
+ "isNative": false,
1257
+ "icons": {
1258
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/1027.png",
1259
+ "small": "https://s2.coinmarketcap.com/static/img/coins/128x128/1027.png"
1260
+ },
1261
+ "deprecated": false,
1262
+ "address": "0x420000000000000000000000000000000000000A",
1263
+ "id": 71
1264
+ },
1265
+ {
1266
+ "decimals": 6,
1267
+ "symbol": "USDT",
1268
+ "name": "Tether USD",
1269
+ "chainId": 5165,
1270
+ "isNative": false,
1271
+ "icons": {
1272
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/825.png",
1273
+ "small": "https://s2.coinmarketcap.com/static/img/coins/64x64/825.png"
1274
+ },
1275
+ "deprecated": false,
1276
+ "address": "0xDeF886C55a79830C47108eeb9c37e78a49684e41",
1277
+ "id": 72
1278
+ },
1279
+ {
1280
+ "decimals": 6,
1281
+ "symbol": "USDC",
1282
+ "name": "USD Coin",
1283
+ "chainId": 5165,
1284
+ "isNative": false,
1285
+ "icons": {
1286
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/3408.png",
1287
+ "small": "https://s2.coinmarketcap.com/static/img/coins/64x64/3408.png"
1288
+ },
1289
+ "deprecated": true,
1290
+ "address": "0x4237e0A5b55233D5B6D6d1D9BF421723954130D8",
1291
+ "id": 73
1292
+ },
1293
+ {
1294
+ "decimals": 18,
1295
+ "symbol": "WETH",
1296
+ "name": "Wrapped Ether",
1297
+ "chainId": 34443,
1298
+ "isNative": false,
1299
+ "icons": {
1300
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/1027.png",
1301
+ "small": "https://s2.coinmarketcap.com/static/img/coins/128x128/1027.png"
1302
+ },
1303
+ "deprecated": false,
1304
+ "address": "0x4200000000000000000000000000000000000006",
1305
+ "id": 74
1306
+ },
1307
+ {
1308
+ "decimals": 6,
1309
+ "symbol": "USD₮0",
1310
+ "name": "USD₮0",
1311
+ "chainId": 30,
1312
+ "isNative": false,
1313
+ "icons": {
1314
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/825.png",
1315
+ "small": "https://s2.coinmarketcap.com/static/img/coins/128x128/825.png"
1316
+ },
1317
+ "deprecated": false,
1318
+ "address": "0x779Ded0c9e1022225f8E0630b35a9b54bE713736",
1319
+ "id": 75
1320
+ },
1321
+ {
1322
+ "decimals": 18,
1323
+ "symbol": "rUSDT",
1324
+ "name": "Tether USD",
1325
+ "chainId": 30,
1326
+ "isNative": false,
1327
+ "icons": {
1328
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/825.png",
1329
+ "small": "https://s2.coinmarketcap.com/static/img/coins/128x128/825.png"
1330
+ },
1331
+ "deprecated": true,
1332
+ "address": "0xef213441A85dF4d7ACbDaE0Cf78004e1E486bB96",
1333
+ "id": 76
1334
+ },
1335
+ {
1336
+ "decimals": 6,
1337
+ "symbol": "USDC.e",
1338
+ "name": "Bridged USDC (Stargate)",
1339
+ "chainId": 30,
1340
+ "isNative": false,
1341
+ "icons": {
1342
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/3408.png",
1343
+ "small": "https://s2.coinmarketcap.com/static/img/coins/128x128/3408.png"
1344
+ },
1345
+ "deprecated": true,
1346
+ "address": "0x74c9f2b00581F1B11AA7ff05aa9F608B7389De67",
1347
+ "id": 77
1348
+ },
1349
+ {
1350
+ "decimals": 18,
1351
+ "symbol": "WRBTC",
1352
+ "name": "Wrapped RBTC",
1353
+ "chainId": 30,
1354
+ "isNative": false,
1355
+ "icons": {
1356
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/32702.png",
1357
+ "small": "https://s2.coinmarketcap.com/static/img/coins/128x128/32702.png"
1358
+ },
1359
+ "deprecated": false,
1360
+ "address": "0x542fDA317318eBF1d3DEAf76E0b632741A7e677d",
1361
+ "id": 78
1362
+ },
1363
+ {
1364
+ "decimals": 8,
1365
+ "symbol": "syBTC",
1366
+ "name": "Symbiosis BTC",
1367
+ "chainId": 30,
1368
+ "isNative": false,
1369
+ "icons": {
1370
+ "large": "https://assets.coingecko.com/coins/images/50472/standard/NewOption_06.png?1727849200",
1371
+ "small": "https://assets.coingecko.com/coins/images/50472/standard/NewOption_06.png?1727849200"
1372
+ },
1373
+ "deprecated": false,
1374
+ "address": "0xB52E582263c1d0189b3cc1402c1B7205b7F2E9Ba",
1375
+ "id": 79
1376
+ },
1377
+ {
1378
+ "decimals": 18,
1379
+ "symbol": "WETH",
1380
+ "name": "Wrapped ETH",
1381
+ "chainId": 81457,
1382
+ "isNative": false,
1383
+ "icons": {
1384
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/1027.png",
1385
+ "small": "https://s2.coinmarketcap.com/static/img/coins/128x128/1027.png"
1386
+ },
1387
+ "deprecated": false,
1388
+ "address": "0x4300000000000000000000000000000000000004",
1389
+ "id": 80
1390
+ },
1391
+ {
1392
+ "decimals": 18,
1393
+ "symbol": "WBTC",
1394
+ "name": "Wrapped BTC",
1395
+ "chainId": 4200,
1396
+ "isNative": false,
1397
+ "icons": {
1398
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/3717.png",
1399
+ "small": "https://s2.coinmarketcap.com/static/img/coins/128x128/3717.png"
1400
+ },
1401
+ "deprecated": false,
1402
+ "address": "0xF6D226f9Dc15d9bB51182815b320D3fBE324e1bA",
1403
+ "id": 81
1404
+ },
1405
+ {
1406
+ "decimals": 18,
1407
+ "symbol": "WETH",
1408
+ "name": "Wrapped ETH",
1409
+ "chainId": 810180,
1410
+ "isNative": false,
1411
+ "icons": {
1412
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/1027.png",
1413
+ "small": "https://s2.coinmarketcap.com/static/img/coins/128x128/1027.png"
1414
+ },
1415
+ "deprecated": false,
1416
+ "address": "0x8280a4e7D5B3B658ec4580d3Bc30f5e50454F169",
1417
+ "id": 82
1418
+ },
1419
+ {
1420
+ "decimals": 18,
1421
+ "symbol": "pufETH",
1422
+ "name": "pufETH",
1423
+ "chainId": 810180,
1424
+ "isNative": false,
1425
+ "icons": {
1426
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/29325.png",
1427
+ "small": "https://s2.coinmarketcap.com/static/img/coins/128x128/29325.png"
1428
+ },
1429
+ "deprecated": false,
1430
+ "address": "0x1B49eCf1A8323Db4abf48b2F5EFaA33F7DdAB3FC",
1431
+ "id": 83
1432
+ },
1433
+ {
1434
+ "decimals": 8,
1435
+ "symbol": "coreBTC",
1436
+ "name": "Core Wrapped BTC Token",
1437
+ "chainId": 1116,
1438
+ "isNative": false,
1439
+ "icons": {
1440
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/1.png",
1441
+ "small": "https://s2.coinmarketcap.com/static/img/coins/128x128/1.png"
1442
+ },
1443
+ "deprecated": false,
1444
+ "address": "0x8034aB88C3512246Bf7894f57C834DdDBd1De01F",
1445
+ "id": 84
1446
+ },
1447
+ {
1448
+ "decimals": 18,
1449
+ "symbol": "WETH",
1450
+ "name": "Wrapped Ether",
1451
+ "chainId": 167000,
1452
+ "isNative": false,
1453
+ "icons": {
1454
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/1027.png",
1455
+ "small": "https://s2.coinmarketcap.com/static/img/coins/128x128/1027.png"
1456
+ },
1457
+ "deprecated": false,
1458
+ "address": "0xA51894664A773981C6C112C43ce576f315d5b1B6",
1459
+ "id": 85
1460
+ },
1461
+ {
1462
+ "decimals": 6,
1463
+ "symbol": "USDC.n",
1464
+ "name": "USD Coin via Noble",
1465
+ "chainId": 1329,
1466
+ "isNative": false,
1467
+ "icons": {
1468
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/3408.png",
1469
+ "small": "https://s2.coinmarketcap.com/static/img/coins/128x128/3408.png"
1470
+ },
1471
+ "deprecated": false,
1472
+ "address": "0x3894085Ef7Ff0f0aeDf52E2A2704928d1Ec074F1",
1473
+ "id": 86
1474
+ },
1475
+ {
1476
+ "decimals": 6,
1477
+ "symbol": "USDT",
1478
+ "name": "USDT",
1479
+ "chainId": 1329,
1480
+ "isNative": false,
1481
+ "icons": {
1482
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/825.png",
1483
+ "small": "https://s2.coinmarketcap.com/static/img/coins/128x128/825.png"
1484
+ },
1485
+ "deprecated": true,
1486
+ "address": "0xB75D0B03c06A926e488e2659DF1A861F860bD3d1",
1487
+ "id": 87
1488
+ },
1489
+ {
1490
+ "decimals": 18,
1491
+ "symbol": "GPTW",
1492
+ "name": "GPT Wars",
1493
+ "chainId": 1329,
1494
+ "isNative": false,
1495
+ "icons": {
1496
+ "large": "https://assets.coingecko.com/coins/images/51157/standard/GPTW_200x200.png?1730238893",
1497
+ "small": "https://assets.coingecko.com/coins/images/51157/standard/GPTW_200x200.png?1730238893"
1498
+ },
1499
+ "deprecated": false,
1500
+ "address": "0xcB0DdC112EF317271266c83D7179Bf9186b9C658",
1501
+ "id": 88
1502
+ },
1503
+ {
1504
+ "decimals": 18,
1505
+ "symbol": "pufETH",
1506
+ "name": "pufETH",
1507
+ "chainId": 7000,
1508
+ "isNative": false,
1509
+ "icons": {
1510
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/29325.png",
1511
+ "small": "https://s2.coinmarketcap.com/static/img/coins/128x128/29325.png"
1512
+ },
1513
+ "deprecated": false,
1514
+ "address": "0x1e4bF3CaBD7707089138dD5a545B077413FA83Fc",
1515
+ "id": 89
1516
+ },
1517
+ {
1518
+ "decimals": 6,
1519
+ "symbol": "USDC.ETH",
1520
+ "name": "ZetaChain ZRC20 USDC on ETH",
1521
+ "chainId": 7000,
1522
+ "isNative": false,
1523
+ "icons": {
1524
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/3408.png",
1525
+ "small": "https://s2.coinmarketcap.com/static/img/coins/128x128/3408.png"
1526
+ },
1527
+ "deprecated": false,
1528
+ "address": "0x0cbe0dF132a6c6B4a2974Fa1b7Fb953CF0Cc798a",
1529
+ "id": 90
1530
+ },
1531
+ {
1532
+ "decimals": 6,
1533
+ "symbol": "USDC",
1534
+ "name": "USD Coin",
1535
+ "chainId": 25,
1536
+ "isNative": false,
1537
+ "icons": {
1538
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/3408.png",
1539
+ "small": "https://s2.coinmarketcap.com/static/img/coins/128x128/3408.png"
1540
+ },
1541
+ "deprecated": false,
1542
+ "address": "0xc21223249CA28397B4B6541dfFaEcC539BfF0c59",
1543
+ "id": 91
1544
+ },
1545
+ {
1546
+ "decimals": 18,
1547
+ "symbol": "WETH",
1548
+ "name": "Wrapped ETH",
1549
+ "chainId": 252,
1550
+ "isNative": false,
1551
+ "icons": {
1552
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/1027.png",
1553
+ "small": "https://s2.coinmarketcap.com/static/img/coins/128x128/1027.png"
1554
+ },
1555
+ "deprecated": false,
1556
+ "address": "0xA8a59D73388D0c4344a7b0Ba287ddb654227c38a",
1557
+ "id": 92
1558
+ },
1559
+ {
1560
+ "decimals": 18,
1561
+ "symbol": "frxUSD",
1562
+ "name": "Frax USD",
1563
+ "chainId": 252,
1564
+ "isNative": false,
1565
+ "icons": {
1566
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/36039.png",
1567
+ "small": "https://s2.coinmarketcap.com/static/img/coins/64x64/36039.png"
1568
+ },
1569
+ "deprecated": false,
1570
+ "address": "0xFc00000000000000000000000000000000000001",
1571
+ "id": 93
1572
+ },
1573
+ {
1574
+ "decimals": 6,
1575
+ "symbol": "USDC.e",
1576
+ "name": "Bridged USDC (Stargate)",
1577
+ "chainId": 1625,
1578
+ "isNative": false,
1579
+ "icons": {
1580
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/3408.png",
1581
+ "small": "https://s2.coinmarketcap.com/static/img/coins/128x128/3408.png"
1582
+ },
1583
+ "deprecated": false,
1584
+ "address": "0xFbDa5F676cB37624f28265A144A48B0d6e87d3b6",
1585
+ "id": 94
1586
+ },
1587
+ {
1588
+ "decimals": 18,
1589
+ "symbol": "wG",
1590
+ "name": "Gravity",
1591
+ "chainId": 1625,
1592
+ "isNative": false,
1593
+ "icons": {
1594
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/32120.png",
1595
+ "small": "https://s2.coinmarketcap.com/static/img/coins/128x128/32120.png"
1596
+ },
1597
+ "deprecated": false,
1598
+ "address": "0xBB859E225ac8Fb6BE1C7e38D87b767e95Fef0EbD",
1599
+ "id": 95
1600
+ },
1601
+ {
1602
+ "decimals": 18,
1603
+ "symbol": "WBTC",
1604
+ "name": "Wrapped BTC",
1605
+ "chainId": 223,
1606
+ "isNative": false,
1607
+ "icons": {
1608
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/3717.png",
1609
+ "small": "https://s2.coinmarketcap.com/static/img/coins/128x128/3717.png"
1610
+ },
1611
+ "deprecated": false,
1612
+ "address": "0x4200000000000000000000000000000000000006",
1613
+ "id": 96
1614
+ },
1615
+ {
1616
+ "decimals": 6,
1617
+ "symbol": "USDT",
1618
+ "name": "USDt",
1619
+ "chainId": 85918,
1620
+ "isNative": false,
1621
+ "icons": {
1622
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/825.png",
1623
+ "small": "https://s2.coinmarketcap.com/static/img/coins/64x64/825.png"
1624
+ },
1625
+ "deprecated": false,
1626
+ "attributes": { "ton": "EQCxE6mUtQJKFnGfaROTKOt1lZbDiiX1kCixRv7Nw2Id_sDs" },
1627
+ "address": "0x9328Eb759596C38a25f59028B146Fecdc3621Dfe",
1628
+ "id": 97
1629
+ },
1630
+ {
1631
+ "decimals": 9,
1632
+ "symbol": "UXLINK",
1633
+ "name": "UXLINK Token",
1634
+ "chainId": 85918,
1635
+ "isNative": false,
1636
+ "icons": {
1637
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/32257.png",
1638
+ "small": "https://s2.coinmarketcap.com/static/img/coins/64x64/32257.png"
1639
+ },
1640
+ "deprecated": false,
1641
+ "attributes": { "ton": "EQBh9XACT0B60U8Q48VnjyqCxzxpM4oA0c8rqKt4h70yk1V5" },
1642
+ "address": "0x678F2a82c73C69338a00d1Cf2BA8aB7887BD3293",
1643
+ "id": 98
1644
+ },
1645
+ {
1646
+ "decimals": 9,
1647
+ "symbol": "CATI",
1648
+ "name": "Catizen",
1649
+ "chainId": 85918,
1650
+ "isNative": false,
1651
+ "icons": {
1652
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/33057.png",
1653
+ "small": "https://s2.coinmarketcap.com/static/img/coins/64x64/33057.png"
1654
+ },
1655
+ "deprecated": false,
1656
+ "attributes": { "ton": "EQD-cvR0Nz6XAyRBvbhz-abTrRC6sI5tvHvvpeQraV9UAAD7" },
1657
+ "address": "0x73f9a6D3AD10BaB08E6dbC7bEfa5e42b695F5400",
1658
+ "id": 99
1659
+ },
1660
+ {
1661
+ "decimals": 9,
1662
+ "symbol": "PINEYE",
1663
+ "name": "PinEye",
1664
+ "chainId": 85918,
1665
+ "isNative": false,
1666
+ "icons": {
1667
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/33862.png",
1668
+ "small": "https://s2.coinmarketcap.com/static/img/coins/64x64/33862.png"
1669
+ },
1670
+ "deprecated": false,
1671
+ "attributes": { "ton": "EQDY2MzMJY_9OWm9UyQNLTU2Qs_8BRomlMUbbADnh-tFkLaU" },
1672
+ "address": "0x0d2d353642cFFC051A2694C51B6C00e787EB4590",
1673
+ "id": 100
1674
+ },
1675
+ {
1676
+ "decimals": 9,
1677
+ "symbol": "EVAA",
1678
+ "name": "EVAA",
1679
+ "chainId": 85918,
1680
+ "isNative": false,
1681
+ "icons": {
1682
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/38376.png",
1683
+ "small": "https://s2.coinmarketcap.com/static/img/coins/64x64/38376.png"
1684
+ },
1685
+ "deprecated": false,
1686
+ "attributes": { "ton": "EQBKMfjX_a_dsOLm-juxyVZytFP7_KKnzGv6J01kGc72gVBp" },
1687
+ "address": "0xB1c95672B453fBFCA2A7cc6BFA274D6419cEf681",
1688
+ "id": 101
1689
+ },
1690
+ {
1691
+ "decimals": 6,
1692
+ "symbol": "USDC",
1693
+ "name": "USD Coin",
1694
+ "chainId": 388,
1695
+ "isNative": false,
1696
+ "icons": {
1697
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/3408.png",
1698
+ "small": "https://s2.coinmarketcap.com/static/img/coins/128x128/3408.png"
1699
+ },
1700
+ "deprecated": false,
1701
+ "address": "0xaa5b845F8C9c047779bEDf64829601d8B264076c",
1702
+ "id": 102
1703
+ },
1704
+ {
1705
+ "decimals": 6,
1706
+ "symbol": "USDC",
1707
+ "name": "USD Coin",
1708
+ "chainId": 2818,
1709
+ "isNative": false,
1710
+ "icons": {
1711
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/3408.png",
1712
+ "small": "https://s2.coinmarketcap.com/static/img/coins/128x128/3408.png"
1713
+ },
1714
+ "deprecated": false,
1715
+ "address": "0xe34c91815d7fc18A9e2148bcD4241d0a5848b693",
1716
+ "id": 103
1717
+ },
1718
+ {
1719
+ "decimals": 18,
1720
+ "symbol": "WGBTC",
1721
+ "name": "Wrapped Goat BTC",
1722
+ "chainId": 2345,
1723
+ "isNative": false,
1724
+ "icons": {
1725
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/1.png",
1726
+ "small": "https://s2.coinmarketcap.com/static/img/coins/128x128/1.png"
1727
+ },
1728
+ "deprecated": false,
1729
+ "address": "0xbC10000000000000000000000000000000000000",
1730
+ "id": 104
1731
+ },
1732
+ {
1733
+ "decimals": 18,
1734
+ "symbol": "WETH",
1735
+ "name": "Wrapped Ethereum",
1736
+ "chainId": 146,
1737
+ "isNative": false,
1738
+ "icons": {
1739
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/1027.png",
1740
+ "small": "https://s2.coinmarketcap.com/static/img/coins/128x128/1027.png"
1741
+ },
1742
+ "deprecated": false,
1743
+ "address": "0x50c42dEAcD8Fc9773493ED674b675bE577f2634b",
1744
+ "id": 105
1745
+ },
1746
+ {
1747
+ "decimals": 18,
1748
+ "symbol": "WETH",
1749
+ "name": "Wrapped Ethereum",
1750
+ "chainId": 2741,
1751
+ "isNative": false,
1752
+ "icons": {
1753
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/1027.png",
1754
+ "small": "https://s2.coinmarketcap.com/static/img/coins/128x128/1027.png"
1755
+ },
1756
+ "deprecated": false,
1757
+ "address": "0x3439153EB7AF838Ad19d56E1571FBD09333C2809",
1758
+ "id": 106
1759
+ },
1760
+ {
1761
+ "decimals": 6,
1762
+ "symbol": "USDC.e",
1763
+ "name": "USD Coin",
1764
+ "chainId": 100,
1765
+ "isNative": false,
1766
+ "icons": {
1767
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/3408.png",
1768
+ "small": "https://s2.coinmarketcap.com/static/img/coins/128x128/3408.png"
1769
+ },
1770
+ "deprecated": false,
1771
+ "address": "0x2a22f9c3b484c3629090FeED35F17Ff8F88f76F0",
1772
+ "id": 107
1773
+ },
1774
+ {
1775
+ "decimals": 18,
1776
+ "symbol": "WETH",
1777
+ "name": "Wrapped Ethereum",
1778
+ "chainId": 100,
1779
+ "isNative": false,
1780
+ "icons": {
1781
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/1027.png",
1782
+ "small": "https://s2.coinmarketcap.com/static/img/coins/128x128/1027.png"
1783
+ },
1784
+ "deprecated": false,
1785
+ "address": "0x6A023CCd1ff6F2045C3309768eAd9E68F978f6e1",
1786
+ "id": 108
1787
+ },
1788
+ {
1789
+ "decimals": 18,
1790
+ "symbol": "WETH",
1791
+ "name": "Wrapped ETH",
1792
+ "chainId": 80094,
1793
+ "isNative": false,
1794
+ "icons": {
1795
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/1027.png",
1796
+ "small": "https://s2.coinmarketcap.com/static/img/coins/128x128/1027.png"
1797
+ },
1798
+ "deprecated": false,
1799
+ "address": "0x2F6F07CDcf3588944Bf4C42aC74ff24bF56e7590",
1800
+ "id": 109
1801
+ },
1802
+ {
1803
+ "decimals": 18,
1804
+ "symbol": "WETH",
1805
+ "name": "Wrapped ETH",
1806
+ "chainId": 130,
1807
+ "isNative": false,
1808
+ "icons": {
1809
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/1027.png",
1810
+ "small": "https://s2.coinmarketcap.com/static/img/coins/128x128/1027.png"
1811
+ },
1812
+ "deprecated": false,
1813
+ "address": "0x4200000000000000000000000000000000000006",
1814
+ "id": 110
1815
+ },
1816
+ {
1817
+ "decimals": 18,
1818
+ "symbol": "WETH",
1819
+ "name": "Wrapped ETH",
1820
+ "chainId": 1868,
1821
+ "isNative": false,
1822
+ "icons": {
1823
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/1027.png",
1824
+ "small": "https://s2.coinmarketcap.com/static/img/coins/128x128/1027.png"
1825
+ },
1826
+ "deprecated": false,
1827
+ "address": "0x4200000000000000000000000000000000000006",
1828
+ "id": 111
1829
+ },
1830
+ {
1831
+ "decimals": 18,
1832
+ "symbol": "WETH",
1833
+ "name": "Wrapped ETH",
1834
+ "chainId": 204,
1835
+ "isNative": false,
1836
+ "icons": {
1837
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/1027.png",
1838
+ "small": "https://s2.coinmarketcap.com/static/img/coins/128x128/1027.png"
1839
+ },
1840
+ "deprecated": false,
1841
+ "address": "0xE7798f023fC62146e8Aa1b36Da45fb70855a77Ea",
1842
+ "id": 112
1843
+ },
1844
+ {
1845
+ "decimals": 18,
1846
+ "symbol": "WBNB",
1847
+ "name": "Wrapped BNB",
1848
+ "chainId": 204,
1849
+ "isNative": false,
1850
+ "icons": {
1851
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/7192.png",
1852
+ "small": "https://s2.coinmarketcap.com/static/img/coins/64x64/7192.png"
1853
+ },
1854
+ "deprecated": false,
1855
+ "address": "0x4200000000000000000000000000000000000006",
1856
+ "id": 113
1857
+ },
1858
+ {
1859
+ "decimals": 18,
1860
+ "symbol": "UETH",
1861
+ "name": "Unit ETH",
1862
+ "chainId": 999,
1863
+ "isNative": false,
1864
+ "icons": {
1865
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/1027.png",
1866
+ "small": "https://s2.coinmarketcap.com/static/img/coins/128x128/1027.png"
1867
+ },
1868
+ "deprecated": false,
1869
+ "address": "0xBe6727B535545C67d5cAa73dEa54865B92CF7907",
1870
+ "id": 114
1871
+ },
1872
+ {
1873
+ "decimals": 6,
1874
+ "symbol": "USDC",
1875
+ "name": "USD Coin",
1876
+ "chainId": 999,
1877
+ "isNative": false,
1878
+ "icons": {
1879
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/3408.png",
1880
+ "small": "https://s2.coinmarketcap.com/static/img/coins/128x128/3408.png"
1881
+ },
1882
+ "deprecated": false,
1883
+ "address": "0xb88339CB7199b77E23DB6E890353E22632Ba630f",
1884
+ "id": 115
1885
+ },
1886
+ {
1887
+ "decimals": 18,
1888
+ "symbol": "APE",
1889
+ "name": "ApeCoin",
1890
+ "chainId": 999,
1891
+ "isNative": false,
1892
+ "icons": {
1893
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/18876.png",
1894
+ "small": "https://s2.coinmarketcap.com/static/img/coins/128x128/18876.png"
1895
+ },
1896
+ "deprecated": false,
1897
+ "address": "0xab11329560Fa9C9c860Bb21A9342215a1265BBB0",
1898
+ "id": 116
1899
+ },
1900
+ {
1901
+ "decimals": 18,
1902
+ "symbol": "WETH",
1903
+ "name": "Wrapped ETH",
1904
+ "chainId": 747474,
1905
+ "isNative": false,
1906
+ "icons": {
1907
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/1027.png",
1908
+ "small": "https://s2.coinmarketcap.com/static/img/coins/128x128/1027.png"
1909
+ },
1910
+ "deprecated": true,
1911
+ "address": "0x4200000000000000000000000000000000000006",
1912
+ "id": 117
1913
+ },
1914
+ {
1915
+ "decimals": 18,
1916
+ "symbol": "WETH",
1917
+ "name": "Wrapped ETH",
1918
+ "chainId": 747474,
1919
+ "isNative": false,
1920
+ "icons": {
1921
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/1027.png",
1922
+ "small": "https://s2.coinmarketcap.com/static/img/coins/128x128/1027.png"
1923
+ },
1924
+ "deprecated": false,
1925
+ "address": "0xEE7D8BCFb72bC1880D0Cf19822eB0A2e6577aB62",
1926
+ "id": 118
1927
+ },
1928
+ {
1929
+ "decimals": 6,
1930
+ "symbol": "USDC",
1931
+ "name": "USD Coin",
1932
+ "chainId": 747474,
1933
+ "isNative": false,
1934
+ "icons": {
1935
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/3408.png",
1936
+ "small": "https://s2.coinmarketcap.com/static/img/coins/128x128/3408.png"
1937
+ },
1938
+ "deprecated": false,
1939
+ "address": "0x203A662b0BD271A6ed5a60EdFbd04bFce608FD36",
1940
+ "id": 119
1941
+ },
1942
+ {
1943
+ "decimals": 18,
1944
+ "symbol": "WAPE",
1945
+ "name": "Wrapped APE",
1946
+ "chainId": 33139,
1947
+ "isNative": false,
1948
+ "icons": {
1949
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/18876.png",
1950
+ "small": "https://s2.coinmarketcap.com/static/img/coins/128x128/18876.png"
1951
+ },
1952
+ "deprecated": false,
1953
+ "address": "0x48b62137EdfA95a428D35C09E44256a739F6B557",
1954
+ "id": 120
1955
+ },
1956
+ {
1957
+ "decimals": 6,
1958
+ "symbol": "USDT0",
1959
+ "name": "Tether USD",
1960
+ "chainId": 9745,
1961
+ "isNative": false,
1962
+ "icons": {
1963
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/825.png",
1964
+ "small": "https://s2.coinmarketcap.com/static/img/coins/64x64/825.png"
1965
+ },
1966
+ "deprecated": false,
1967
+ "address": "0xB8CE59FC3717ada4C02eaDF9682A9e934F625ebb",
1968
+ "id": 121
1969
+ },
1970
+ {
1971
+ "decimals": 8,
1972
+ "symbol": "BTC",
1973
+ "name": "Bitcoin",
1974
+ "chainId": 3652501241,
1975
+ "isNative": false,
1976
+ "icons": {
1977
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/1.png",
1978
+ "small": "https://s2.coinmarketcap.com/static/img/coins/64x64/1.png"
1979
+ },
1980
+ "deprecated": true,
1981
+ "address": "0xc102C66D4a1e1865Ee962084626Cf4c27D5BFc74",
1982
+ "id": 122
1983
+ },
1984
+ {
1985
+ "decimals": 8,
1986
+ "symbol": "BTC",
1987
+ "name": "Bitcoin",
1988
+ "chainId": 3652501241,
1989
+ "isNative": false,
1990
+ "icons": {
1991
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/1.png",
1992
+ "small": "https://s2.coinmarketcap.com/static/img/coins/64x64/1.png"
1993
+ },
1994
+ "deprecated": false,
1995
+ "address": "0x1DfC1e32d75b3f4Cb2F2B1BCEcAD984E99eeba05",
1996
+ "id": 123
1997
+ },
1998
+ {
1999
+ "decimals": 8,
2000
+ "symbol": "BTC",
2001
+ "name": "Bitcoin",
2002
+ "chainId": 3652501241,
2003
+ "isNative": false,
2004
+ "icons": {
2005
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/1.png",
2006
+ "small": "https://s2.coinmarketcap.com/static/img/coins/64x64/1.png"
2007
+ },
2008
+ "deprecated": false,
2009
+ "address": "0x334524A0ADB21425afCF77aC40580D68e30E51d8",
2010
+ "id": 124
2011
+ },
2012
+ {
2013
+ "decimals": 18,
2014
+ "symbol": "SIS",
2015
+ "name": "Symbiosis",
2016
+ "chainId": 56,
2017
+ "isNative": false,
2018
+ "icons": {
2019
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/15084.png",
2020
+ "small": "https://s2.coinmarketcap.com/static/img/coins/128x128/15084.png"
2021
+ },
2022
+ "chainFromId": 1,
2023
+ "deprecated": false,
2024
+ "address": "0xF98b660AdF2ed7d9d9D9dAACC2fb0CAce4F21835",
2025
+ "id": 125,
2026
+ "originalId": 1
2027
+ },
2028
+ {
2029
+ "decimals": 18,
2030
+ "symbol": "GPTW",
2031
+ "name": "GPT Wars",
2032
+ "chainId": 56,
2033
+ "isNative": false,
2034
+ "icons": {
2035
+ "large": "https://assets.coingecko.com/coins/images/51157/standard/GPTW_200x200.png?1730238893",
2036
+ "small": "https://assets.coingecko.com/coins/images/51157/standard/GPTW_200x200.png?1730238893"
2037
+ },
2038
+ "chainFromId": 1329,
2039
+ "deprecated": false,
2040
+ "address": "0xB3F4D70C6a18cC0F2D1205dbF3B21cB73e1B0592",
2041
+ "id": 126,
2042
+ "originalId": 88
2043
+ },
2044
+ {
2045
+ "decimals": 8,
2046
+ "symbol": "syBTC",
2047
+ "name": "syBTC",
2048
+ "chainId": 56,
2049
+ "isNative": false,
2050
+ "icons": {
2051
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/1.png",
2052
+ "small": "https://s2.coinmarketcap.com/static/img/coins/64x64/1.png"
2053
+ },
2054
+ "chainFromId": 3652501241,
2055
+ "deprecated": false,
2056
+ "address": "0xA67c48F86Fc6d0176Dca38883CA8153C76a532c7",
2057
+ "id": 127,
2058
+ "originalId": 123
2059
+ },
2060
+ {
2061
+ "decimals": 6,
2062
+ "symbol": "USDC",
2063
+ "name": "syUSDC",
2064
+ "chainId": 40,
2065
+ "isNative": false,
2066
+ "icons": {
2067
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/3408.png",
2068
+ "small": "https://s2.coinmarketcap.com/static/img/coins/64x64/3408.png"
2069
+ },
2070
+ "chainFromId": 1,
2071
+ "deprecated": false,
2072
+ "address": "0xe6E5f3d264117E030C21920356641DbD5B3d660c",
2073
+ "id": 128,
2074
+ "originalId": 0
2075
+ },
2076
+ {
2077
+ "decimals": 18,
2078
+ "symbol": "WETH",
2079
+ "name": "syWETH",
2080
+ "chainId": 40,
2081
+ "isNative": false,
2082
+ "icons": {
2083
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/1027.png",
2084
+ "small": "https://s2.coinmarketcap.com/static/img/coins/128x128/1027.png"
2085
+ },
2086
+ "chainFromId": 1,
2087
+ "deprecated": false,
2088
+ "address": "0x63d71E79AdF0886c989A23b04a0E86F1489b6BC3",
2089
+ "id": 129,
2090
+ "originalId": 2
2091
+ },
2092
+ {
2093
+ "decimals": 6,
2094
+ "symbol": "USDT",
2095
+ "name": "syUSDT",
2096
+ "chainId": 40,
2097
+ "isNative": false,
2098
+ "icons": {
2099
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/825.png",
2100
+ "small": "https://s2.coinmarketcap.com/static/img/coins/64x64/825.png"
2101
+ },
2102
+ "chainFromId": 1,
2103
+ "deprecated": false,
2104
+ "address": "0x7bD3ffe9f0C9CF08FD60e102FEa455A6EA580276",
2105
+ "id": 130,
2106
+ "originalId": 3
2107
+ },
2108
+ {
2109
+ "decimals": 6,
2110
+ "symbol": "sUSDC",
2111
+ "name": "Synthetic USD Coin from Ethereum",
2112
+ "chainId": 13863860,
2113
+ "isNative": false,
2114
+ "icons": {
2115
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/3408.png",
2116
+ "small": "https://s2.coinmarketcap.com/static/img/coins/64x64/3408.png"
2117
+ },
2118
+ "chainFromId": 1,
2119
+ "deprecated": false,
2120
+ "address": "0xFAEb87361cB1925aFdd1967BD896F0c8FeacB890",
2121
+ "id": 131,
2122
+ "originalId": 0
2123
+ },
2124
+ {
2125
+ "decimals": 18,
2126
+ "symbol": "sSIS",
2127
+ "name": "Synthetic SIS token from Ethereum",
2128
+ "chainId": 13863860,
2129
+ "isNative": false,
2130
+ "icons": {
2131
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/15084.png",
2132
+ "small": "https://s2.coinmarketcap.com/static/img/coins/128x128/15084.png"
2133
+ },
2134
+ "chainFromId": 1,
2135
+ "deprecated": false,
2136
+ "address": "0xcd7C056b39DdFB568E451923ABEDb9B6a7Aeb885",
2137
+ "id": 132,
2138
+ "originalId": 1
2139
+ },
2140
+ {
2141
+ "decimals": 18,
2142
+ "symbol": "sWETH",
2143
+ "name": "Synthetic Wrapped Ether (Ethereum)",
2144
+ "chainId": 13863860,
2145
+ "isNative": false,
2146
+ "icons": {
2147
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/1027.png",
2148
+ "small": "https://s2.coinmarketcap.com/static/img/coins/128x128/1027.png"
2149
+ },
2150
+ "chainFromId": 1,
2151
+ "deprecated": false,
2152
+ "address": "0x7477490b64b64d9d014D4003AfB053cBf62689e1",
2153
+ "id": 133,
2154
+ "originalId": 2
2155
+ },
2156
+ {
2157
+ "decimals": 8,
2158
+ "symbol": "sWBTC",
2159
+ "name": "Synthetic WBTC From Ethereum",
2160
+ "chainId": 13863860,
2161
+ "isNative": false,
2162
+ "icons": {
2163
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/3717.png",
2164
+ "small": "https://s2.coinmarketcap.com/static/img/coins/64x64/3717.png"
2165
+ },
2166
+ "chainFromId": 1,
2167
+ "deprecated": false,
2168
+ "address": "0xDBe47ce2c0d1Fd3793D29ac6cCb928C306E10a80",
2169
+ "id": 134,
2170
+ "originalId": 4
2171
+ },
2172
+ {
2173
+ "decimals": 18,
2174
+ "symbol": "sLADYS",
2175
+ "name": "Synthetic Milady Coin (Ethereum)",
2176
+ "chainId": 13863860,
2177
+ "isNative": false,
2178
+ "icons": {
2179
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/25023.png",
2180
+ "small": "https://s2.coinmarketcap.com/static/img/coins/64x64/25023.png"
2181
+ },
2182
+ "chainFromId": 1,
2183
+ "deprecated": false,
2184
+ "address": "0x7c53c182534f585B48BC7759e94E2606C87A5703",
2185
+ "id": 135,
2186
+ "originalId": 5
2187
+ },
2188
+ {
2189
+ "decimals": 18,
2190
+ "symbol": "sFRAX",
2191
+ "name": "Synthetic Frax (Ethereum)",
2192
+ "chainId": 13863860,
2193
+ "isNative": false,
2194
+ "icons": {
2195
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/6952.png",
2196
+ "small": "https://s2.coinmarketcap.com/static/img/coins/128x128/6952.png"
2197
+ },
2198
+ "chainFromId": 1,
2199
+ "deprecated": false,
2200
+ "address": "0xb7F32D4B660B040d4407f3d3cccc3Abf44d5a087",
2201
+ "id": 136,
2202
+ "originalId": 7
2203
+ },
2204
+ {
2205
+ "decimals": 18,
2206
+ "symbol": "sG",
2207
+ "name": "Synthetic G (Ethereum)",
2208
+ "chainId": 13863860,
2209
+ "isNative": false,
2210
+ "icons": {
2211
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/32120.png",
2212
+ "small": "https://s2.coinmarketcap.com/static/img/coins/128x128/32120.png"
2213
+ },
2214
+ "chainFromId": 1,
2215
+ "deprecated": false,
2216
+ "address": "0x5e92d4082027aCE6202049D3c1C2607DE137F942",
2217
+ "id": 137,
2218
+ "originalId": 8
2219
+ },
2220
+ {
2221
+ "decimals": 9,
2222
+ "symbol": "sWTON",
2223
+ "name": "Synthetic WTON From Ethereum",
2224
+ "chainId": 13863860,
2225
+ "isNative": false,
2226
+ "icons": {
2227
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/11419.png",
2228
+ "small": "https://s2.coinmarketcap.com/static/img/coins/64x64/11419.png"
2229
+ },
2230
+ "chainFromId": 1,
2231
+ "deprecated": true,
2232
+ "address": "0x31EE88E4d61C5452893fCEF729dFb026a9e9B897",
2233
+ "id": 138,
2234
+ "originalId": 9
2235
+ },
2236
+ {
2237
+ "decimals": 18,
2238
+ "symbol": "sAPE",
2239
+ "name": "Synthetic APE (Ethereum)",
2240
+ "chainId": 13863860,
2241
+ "isNative": false,
2242
+ "icons": {
2243
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/18876.png",
2244
+ "small": "https://s2.coinmarketcap.com/static/img/coins/64x64/18876.png"
2245
+ },
2246
+ "chainFromId": 1,
2247
+ "deprecated": false,
2248
+ "address": "0x844E02f164Ac1AB59493867a4e07BbB7b2C78f97",
2249
+ "id": 139,
2250
+ "originalId": 10
2251
+ },
2252
+ {
2253
+ "decimals": 18,
2254
+ "symbol": "sUSDC",
2255
+ "name": "Synthetic Binance-Peg USD Coin from BSC",
2256
+ "chainId": 13863860,
2257
+ "isNative": false,
2258
+ "icons": {
2259
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/3408.png",
2260
+ "small": "https://s2.coinmarketcap.com/static/img/coins/64x64/3408.png"
2261
+ },
2262
+ "chainFromId": 56,
2263
+ "deprecated": false,
2264
+ "address": "0x076Cb7BEee7D1507DE7B964c29cbC849acaD5022",
2265
+ "id": 140,
2266
+ "originalId": 11
2267
+ },
2268
+ {
2269
+ "decimals": 18,
2270
+ "symbol": "sBUSD",
2271
+ "name": "Synthetic Binance-Peg BUSD Token from BSC",
2272
+ "chainId": 13863860,
2273
+ "isNative": false,
2274
+ "icons": {
2275
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/4687.png",
2276
+ "small": "https://s2.coinmarketcap.com/static/img/coins/64x64/4687.png"
2277
+ },
2278
+ "chainFromId": 56,
2279
+ "deprecated": true,
2280
+ "address": "0x33BB09Ec59AAd4CC7F16892E7dD4892EAB1925F4",
2281
+ "id": 141,
2282
+ "originalId": 12
2283
+ },
2284
+ {
2285
+ "decimals": 18,
2286
+ "symbol": "sWETH",
2287
+ "name": "Synthetic Wrapped Ether (Binance)",
2288
+ "chainId": 13863860,
2289
+ "isNative": false,
2290
+ "icons": {
2291
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/1027.png",
2292
+ "small": "https://s2.coinmarketcap.com/static/img/coins/128x128/1027.png"
2293
+ },
2294
+ "chainFromId": 56,
2295
+ "deprecated": false,
2296
+ "address": "0x3c4454B723C0144f9E30eF7cc2F419cc88051D45",
2297
+ "id": 142,
2298
+ "originalId": 13
2299
+ },
2300
+ {
2301
+ "decimals": 18,
2302
+ "symbol": "sWBTC",
2303
+ "name": "Synthetic WBTC From BSC",
2304
+ "chainId": 13863860,
2305
+ "isNative": false,
2306
+ "icons": {
2307
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/4023.png",
2308
+ "small": "https://s2.coinmarketcap.com/static/img/coins/128x128/4023.png"
2309
+ },
2310
+ "chainFromId": 56,
2311
+ "deprecated": false,
2312
+ "address": "0x62107978F7942650e1d78598c32228D1f4885a30",
2313
+ "id": 143,
2314
+ "originalId": 14
2315
+ },
2316
+ {
2317
+ "decimals": 18,
2318
+ "symbol": "sSIS",
2319
+ "name": "Synthetic SIS token from Binance",
2320
+ "chainId": 13863860,
2321
+ "isNative": false,
2322
+ "icons": {
2323
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/15084.png",
2324
+ "small": "https://s2.coinmarketcap.com/static/img/coins/128x128/15084.png"
2325
+ },
2326
+ "chainFromId": 56,
2327
+ "deprecated": false,
2328
+ "address": "0xd747F3c877Eb2736c06DD9A852480058A24e01Ce",
2329
+ "id": 144,
2330
+ "originalId": 15
2331
+ },
2332
+ {
2333
+ "decimals": 18,
2334
+ "symbol": "sG",
2335
+ "name": "Synthetic G (BNB)",
2336
+ "chainId": 13863860,
2337
+ "isNative": false,
2338
+ "icons": {
2339
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/32120.png",
2340
+ "small": "https://s2.coinmarketcap.com/static/img/coins/128x128/32120.png"
2341
+ },
2342
+ "chainFromId": 56,
2343
+ "deprecated": false,
2344
+ "address": "0xe83427C242897B98441aCE3DFab8A549039B9cba",
2345
+ "id": 145,
2346
+ "originalId": 16
2347
+ },
2348
+ {
2349
+ "decimals": 9,
2350
+ "symbol": "sWTON",
2351
+ "name": "Synthetic WTON From BNB",
2352
+ "chainId": 13863860,
2353
+ "isNative": false,
2354
+ "icons": {
2355
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/11419.png",
2356
+ "small": "https://s2.coinmarketcap.com/static/img/coins/64x64/11419.png"
2357
+ },
2358
+ "chainFromId": 56,
2359
+ "deprecated": true,
2360
+ "address": "0x33A269e3F826af65c644Bf77c00556143F737F7a",
2361
+ "id": 146,
2362
+ "originalId": 17
2363
+ },
2364
+ {
2365
+ "decimals": 18,
2366
+ "symbol": "sPINEYE",
2367
+ "name": "Synthetic PINEYE (BSC)",
2368
+ "chainId": 13863860,
2369
+ "isNative": false,
2370
+ "icons": {
2371
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/33862.png",
2372
+ "small": "https://s2.coinmarketcap.com/static/img/coins/64x64/33862.png"
2373
+ },
2374
+ "chainFromId": 56,
2375
+ "deprecated": false,
2376
+ "address": "0xF11cBDEf4b47B264cB372E5e80eD44ea37f7e382",
2377
+ "id": 147,
2378
+ "originalId": 20
2379
+ },
2380
+ {
2381
+ "decimals": 18,
2382
+ "symbol": "sWBNB",
2383
+ "name": "Synthetic WBNB (BNB)",
2384
+ "chainId": 13863860,
2385
+ "isNative": false,
2386
+ "icons": {
2387
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/7192.png",
2388
+ "small": "https://s2.coinmarketcap.com/static/img/coins/64x64/7192.png"
2389
+ },
2390
+ "chainFromId": 56,
2391
+ "deprecated": false,
2392
+ "address": "0x1b93c5FFd926F84F48F31d19AB88E6FD0B5acF19",
2393
+ "id": 148,
2394
+ "originalId": 21
2395
+ },
2396
+ {
2397
+ "decimals": 18,
2398
+ "symbol": "sEVAA",
2399
+ "name": "Synthetic EVAA From BSC",
2400
+ "chainId": 13863860,
2401
+ "isNative": false,
2402
+ "icons": {
2403
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/38376.png",
2404
+ "small": "https://s2.coinmarketcap.com/static/img/coins/64x64/38376.png"
2405
+ },
2406
+ "chainFromId": 56,
2407
+ "deprecated": false,
2408
+ "address": "0x6259bd4433f5461D4CCAbf3067DF4e7e7914a89d",
2409
+ "id": 149,
2410
+ "originalId": 22
2411
+ },
2412
+ {
2413
+ "decimals": 6,
2414
+ "symbol": "sUSDC",
2415
+ "name": "Synthetic USD Coin From Avalanche",
2416
+ "chainId": 13863860,
2417
+ "isNative": false,
2418
+ "icons": {
2419
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/3408.png",
2420
+ "small": "https://s2.coinmarketcap.com/static/img/coins/64x64/3408.png"
2421
+ },
2422
+ "chainFromId": 43114,
2423
+ "deprecated": false,
2424
+ "address": "0xD67c69aBAE457729fE2c03649A7F83a2DD8eb885",
2425
+ "id": 150,
2426
+ "originalId": 23
2427
+ },
2428
+ {
2429
+ "decimals": 6,
2430
+ "symbol": "sUSDC.e",
2431
+ "name": "Synthetic USD Coin from Avalanche",
2432
+ "chainId": 13863860,
2433
+ "isNative": false,
2434
+ "icons": {
2435
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/3408.png",
2436
+ "small": "https://s2.coinmarketcap.com/static/img/coins/64x64/3408.png"
2437
+ },
2438
+ "chainFromId": 43114,
2439
+ "deprecated": true,
2440
+ "address": "0x3F63925f40d29AC80302D7D359254f9451D62C52",
2441
+ "id": 151,
2442
+ "originalId": 24
2443
+ },
2444
+ {
2445
+ "decimals": 6,
2446
+ "symbol": "sUSDC",
2447
+ "name": "Synthetic USD Coin from Polygon",
2448
+ "chainId": 13863860,
2449
+ "isNative": false,
2450
+ "icons": {
2451
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/3408.png",
2452
+ "small": "https://s2.coinmarketcap.com/static/img/coins/64x64/3408.png"
2453
+ },
2454
+ "chainFromId": 137,
2455
+ "deprecated": false,
2456
+ "address": "0xAf11A323741fc0670a6De095794f61eE9c52B622",
2457
+ "id": 152,
2458
+ "originalId": 25
2459
+ },
2460
+ {
2461
+ "decimals": 18,
2462
+ "symbol": "sWETH",
2463
+ "name": "Synthetic Wrapped Ether (Arbitrum Nova)",
2464
+ "chainId": 13863860,
2465
+ "isNative": false,
2466
+ "icons": {
2467
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/1027.png",
2468
+ "small": "https://s2.coinmarketcap.com/static/img/coins/128x128/1027.png"
2469
+ },
2470
+ "chainFromId": 137,
2471
+ "deprecated": false,
2472
+ "address": "0xb1691B61e8369B79e4d9fd6deC55AC31E34009ba",
2473
+ "id": 153,
2474
+ "originalId": 26
2475
+ },
2476
+ {
2477
+ "decimals": 18,
2478
+ "symbol": "sFRAX",
2479
+ "name": "Synthetic Frax (Polygon)",
2480
+ "chainId": 13863860,
2481
+ "isNative": false,
2482
+ "icons": {
2483
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/6952.png",
2484
+ "small": "https://s2.coinmarketcap.com/static/img/coins/128x128/6952.png"
2485
+ },
2486
+ "chainFromId": 137,
2487
+ "deprecated": false,
2488
+ "address": "0x9049d84152F59D72b67bAD30638eDd80D623a997",
2489
+ "id": 154,
2490
+ "originalId": 27
2491
+ },
2492
+ {
2493
+ "decimals": 6,
2494
+ "symbol": "sUSDC",
2495
+ "name": "Synthetic syUSDC From Telos",
2496
+ "chainId": 13863860,
2497
+ "isNative": false,
2498
+ "icons": {
2499
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/3408.png",
2500
+ "small": "https://s2.coinmarketcap.com/static/img/coins/64x64/3408.png"
2501
+ },
2502
+ "chainFromId": 40,
2503
+ "deprecated": false,
2504
+ "address": "0x66281EE570B0E59715eEb198C0921b0728459d09",
2505
+ "id": 155,
2506
+ "originalId": 28
2507
+ },
2508
+ {
2509
+ "decimals": 6,
2510
+ "symbol": "sUSDT",
2511
+ "name": "Synthetic USDT From Kava",
2512
+ "chainId": 13863860,
2513
+ "isNative": false,
2514
+ "icons": {
2515
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/825.png",
2516
+ "small": "https://s2.coinmarketcap.com/static/img/coins/64x64/825.png"
2517
+ },
2518
+ "chainFromId": 2222,
2519
+ "deprecated": false,
2520
+ "address": "0xF08F72715f85b768C8d77A0D7f09F74238F7933A",
2521
+ "id": 156,
2522
+ "originalId": 29
2523
+ },
2524
+ {
2525
+ "decimals": 6,
2526
+ "symbol": "sUSDC",
2527
+ "name": "Synthetic USD Coin from Boba ETH",
2528
+ "chainId": 13863860,
2529
+ "isNative": false,
2530
+ "icons": {
2531
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/3408.png",
2532
+ "small": "https://s2.coinmarketcap.com/static/img/coins/64x64/3408.png"
2533
+ },
2534
+ "chainFromId": 288,
2535
+ "deprecated": false,
2536
+ "address": "0xc12670ddC913eC6d551afc8cDf186B9E4eBAa832",
2537
+ "id": 157,
2538
+ "originalId": 30
2539
+ },
2540
+ {
2541
+ "decimals": 6,
2542
+ "symbol": "sUSDC",
2543
+ "name": "Synthetic USD Coin From ZkSync Era Mainnet",
2544
+ "chainId": 13863860,
2545
+ "isNative": false,
2546
+ "icons": {
2547
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/3408.png",
2548
+ "small": "https://s2.coinmarketcap.com/static/img/coins/64x64/3408.png"
2549
+ },
2550
+ "chainFromId": 324,
2551
+ "deprecated": false,
2552
+ "address": "0x1Ac827DBaA75b2Ac5c32b746748B73a0f7B0aF7E",
2553
+ "id": 158,
2554
+ "originalId": 32
2555
+ },
2556
+ {
2557
+ "decimals": 6,
2558
+ "symbol": "sUSDC",
2559
+ "name": "Synthetic USDC token from zkSync",
2560
+ "chainId": 13863860,
2561
+ "isNative": false,
2562
+ "icons": {
2563
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/3408.png",
2564
+ "small": "https://s2.coinmarketcap.com/static/img/coins/64x64/3408.png"
2565
+ },
2566
+ "chainFromId": 324,
2567
+ "deprecated": true,
2568
+ "address": "0x2C4e1C5B08A6d154Bd5F0e9E0De323b5570Fb501",
2569
+ "id": 159,
2570
+ "originalId": 33
2571
+ },
2572
+ {
2573
+ "decimals": 18,
2574
+ "symbol": "sWETH",
2575
+ "name": "Synthetic Wrapped Ether (zkSync Era)",
2576
+ "chainId": 13863860,
2577
+ "isNative": false,
2578
+ "icons": {
2579
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/1027.png",
2580
+ "small": "https://s2.coinmarketcap.com/static/img/coins/128x128/1027.png"
2581
+ },
2582
+ "chainFromId": 324,
2583
+ "deprecated": false,
2584
+ "address": "0xce5CaFcf82fDb326e03378750c272efabAfb1D7f",
2585
+ "id": 160,
2586
+ "originalId": 34
2587
+ },
2588
+ {
2589
+ "decimals": 8,
2590
+ "symbol": "sWBTC",
2591
+ "name": "Synthetic WBTC From zkSync",
2592
+ "chainId": 13863860,
2593
+ "isNative": false,
2594
+ "icons": {
2595
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/3717.png",
2596
+ "small": "https://s2.coinmarketcap.com/static/img/coins/128x128/3717.png"
2597
+ },
2598
+ "chainFromId": 324,
2599
+ "deprecated": true,
2600
+ "address": "0xfB64E541C7ededc97ed0652405444aa47b91C1C1",
2601
+ "id": 161,
2602
+ "originalId": 35
2603
+ },
2604
+ {
2605
+ "decimals": 18,
2606
+ "symbol": "sSIS",
2607
+ "name": "Synthetic SIS token from zkSync Era",
2608
+ "chainId": 13863860,
2609
+ "isNative": false,
2610
+ "icons": {
2611
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/15084.png",
2612
+ "small": "https://s2.coinmarketcap.com/static/img/coins/128x128/15084.png"
2613
+ },
2614
+ "chainFromId": 324,
2615
+ "deprecated": false,
2616
+ "address": "0x05157cbb1BB7bF1F982F72acCC97DCB22214fA1B",
2617
+ "id": 162,
2618
+ "originalId": 36
2619
+ },
2620
+ {
2621
+ "decimals": 8,
2622
+ "symbol": "ssyBTC",
2623
+ "name": "Synthetic syBTC (zkSync)",
2624
+ "chainId": 13863860,
2625
+ "isNative": false,
2626
+ "icons": {
2627
+ "large": "https://assets.coingecko.com/coins/images/50472/standard/NewOption_06.png?1727849200",
2628
+ "small": "https://assets.coingecko.com/coins/images/50472/standard/NewOption_06.png?1727849200"
2629
+ },
2630
+ "chainFromId": 324,
2631
+ "deprecated": true,
2632
+ "address": "0x1Aac380230382D6382c8a7FfEe3E24A26ab917cf",
2633
+ "id": 163,
2634
+ "originalId": 37
2635
+ },
2636
+ {
2637
+ "decimals": 6,
2638
+ "symbol": "sUSDC",
2639
+ "name": "Synthetic USD Coin From Arbitrum One",
2640
+ "chainId": 13863860,
2641
+ "isNative": false,
2642
+ "icons": {
2643
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/3408.png",
2644
+ "small": "https://s2.coinmarketcap.com/static/img/coins/64x64/3408.png"
2645
+ },
2646
+ "chainFromId": 42161,
2647
+ "deprecated": false,
2648
+ "address": "0xc317169a336b484f65B0AB4A794bBe66a7491E83",
2649
+ "id": 164,
2650
+ "originalId": 38
2651
+ },
2652
+ {
2653
+ "decimals": 6,
2654
+ "symbol": "sUSDC",
2655
+ "name": "Synthetic USD Coin From Arbitrum One",
2656
+ "chainId": 13863860,
2657
+ "isNative": false,
2658
+ "icons": {
2659
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/3408.png",
2660
+ "small": "https://s2.coinmarketcap.com/static/img/coins/64x64/3408.png"
2661
+ },
2662
+ "chainFromId": 42161,
2663
+ "deprecated": true,
2664
+ "address": "0x1a8a88e24Fa680cC596d233A2c86a88DFE0EB45a",
2665
+ "id": 165,
2666
+ "originalId": 39
2667
+ },
2668
+ {
2669
+ "decimals": 18,
2670
+ "symbol": "sWETH",
2671
+ "name": "Synthetic Wrapped Ether (Arbitrum One)",
2672
+ "chainId": 13863860,
2673
+ "isNative": false,
2674
+ "icons": {
2675
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/1027.png",
2676
+ "small": "https://s2.coinmarketcap.com/static/img/coins/128x128/1027.png"
2677
+ },
2678
+ "chainFromId": 42161,
2679
+ "deprecated": false,
2680
+ "address": "0xb8d63Ff43B72C481c8cCD77d5c03092B63C81B34",
2681
+ "id": 166,
2682
+ "originalId": 40
2683
+ },
2684
+ {
2685
+ "decimals": 18,
2686
+ "symbol": "sSIS",
2687
+ "name": "Synthetic SIS token from Arbitrum One",
2688
+ "chainId": 13863860,
2689
+ "isNative": false,
2690
+ "icons": {
2691
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/15084.png",
2692
+ "small": "https://s2.coinmarketcap.com/static/img/coins/128x128/15084.png"
2693
+ },
2694
+ "chainFromId": 42161,
2695
+ "deprecated": false,
2696
+ "address": "0xB0424444f1C5Ab2D7A1cbd422cBE1CA0cF425aE4",
2697
+ "id": 167,
2698
+ "originalId": 41
2699
+ },
2700
+ {
2701
+ "decimals": 18,
2702
+ "symbol": "sLADYS",
2703
+ "name": "Synthetic Milady Coin (Arbitrum)",
2704
+ "chainId": 13863860,
2705
+ "isNative": false,
2706
+ "icons": {
2707
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/25023.png",
2708
+ "small": "https://s2.coinmarketcap.com/static/img/coins/64x64/25023.png"
2709
+ },
2710
+ "chainFromId": 42161,
2711
+ "deprecated": false,
2712
+ "address": "0xAD87744e87344306BBcfa23F6ae36c69B968e0A4",
2713
+ "id": 168,
2714
+ "originalId": 42
2715
+ },
2716
+ {
2717
+ "decimals": 18,
2718
+ "symbol": "sFRAX",
2719
+ "name": "Synthetic Frax (Arbitrum One)",
2720
+ "chainId": 13863860,
2721
+ "isNative": false,
2722
+ "icons": {
2723
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/6952.png",
2724
+ "small": "https://s2.coinmarketcap.com/static/img/coins/128x128/6952.png"
2725
+ },
2726
+ "chainFromId": 42161,
2727
+ "deprecated": false,
2728
+ "address": "0x72c12938e7b8a4c2f18Ae1b4948E32D64F52a68B",
2729
+ "id": 169,
2730
+ "originalId": 43
2731
+ },
2732
+ {
2733
+ "decimals": 18,
2734
+ "symbol": "sUXLINK",
2735
+ "name": "Synthetic UXLINK (Arbitrum)",
2736
+ "chainId": 13863860,
2737
+ "isNative": false,
2738
+ "icons": {
2739
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/32257.png",
2740
+ "small": "https://s2.coinmarketcap.com/static/img/coins/64x64/32257.png"
2741
+ },
2742
+ "chainFromId": 42161,
2743
+ "deprecated": false,
2744
+ "address": "0xF909804F4aE12b37c39F8916f84D0629461F0F76",
2745
+ "id": 170,
2746
+ "originalId": 44
2747
+ },
2748
+ {
2749
+ "decimals": 18,
2750
+ "symbol": "sAPE",
2751
+ "name": "Synthetic APE (Arbitrum)",
2752
+ "chainId": 13863860,
2753
+ "isNative": false,
2754
+ "icons": {
2755
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/18876.png",
2756
+ "small": "https://s2.coinmarketcap.com/static/img/coins/64x64/18876.png"
2757
+ },
2758
+ "chainFromId": 42161,
2759
+ "deprecated": false,
2760
+ "address": "0x3a0aB171629c940797777c9dC9691C09130F7d55",
2761
+ "id": 171,
2762
+ "originalId": 45
2763
+ },
2764
+ {
2765
+ "decimals": 6,
2766
+ "symbol": "sUSDC",
2767
+ "name": "Synthetic USD Coin From Optimism",
2768
+ "chainId": 13863860,
2769
+ "isNative": false,
2770
+ "icons": {
2771
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/3408.png",
2772
+ "small": "https://s2.coinmarketcap.com/static/img/coins/64x64/3408.png"
2773
+ },
2774
+ "chainFromId": 10,
2775
+ "deprecated": false,
2776
+ "address": "0xf17b21B78C1422afaC2cA88886463b4C28d3D520",
2777
+ "id": 172,
2778
+ "originalId": 46
2779
+ },
2780
+ {
2781
+ "decimals": 18,
2782
+ "symbol": "sWETH",
2783
+ "name": "Synthetic Wrapped Ether (Optimism)",
2784
+ "chainId": 13863860,
2785
+ "isNative": false,
2786
+ "icons": {
2787
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/1027.png",
2788
+ "small": "https://s2.coinmarketcap.com/static/img/coins/128x128/1027.png"
2789
+ },
2790
+ "chainFromId": 10,
2791
+ "deprecated": false,
2792
+ "address": "0x7a74C122831E1221b32162569f95Ff1d01e099dE",
2793
+ "id": 173,
2794
+ "originalId": 47
2795
+ },
2796
+ {
2797
+ "decimals": 6,
2798
+ "symbol": "sUSDC",
2799
+ "name": "Synthetic USD Coin From Arbitrum Nova",
2800
+ "chainId": 13863860,
2801
+ "isNative": false,
2802
+ "icons": {
2803
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/3408.png",
2804
+ "small": "https://s2.coinmarketcap.com/static/img/coins/64x64/3408.png"
2805
+ },
2806
+ "chainFromId": 42170,
2807
+ "deprecated": false,
2808
+ "address": "0xf84d80134ff1566502801dB28a62d1888C3F80a7",
2809
+ "id": 174,
2810
+ "originalId": 48
2811
+ },
2812
+ {
2813
+ "decimals": 18,
2814
+ "symbol": "sWETH",
2815
+ "name": "Synthetic Wrapped Ether (Arbitrum Nova)",
2816
+ "chainId": 13863860,
2817
+ "isNative": false,
2818
+ "icons": {
2819
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/1027.png",
2820
+ "small": "https://s2.coinmarketcap.com/static/img/coins/128x128/1027.png"
2821
+ },
2822
+ "chainFromId": 42170,
2823
+ "deprecated": false,
2824
+ "address": "0x06A0c3d0Cf4b12412F48E1746bd440842a14375a",
2825
+ "id": 175,
2826
+ "originalId": 49
2827
+ },
2828
+ {
2829
+ "decimals": 6,
2830
+ "symbol": "sUSDC",
2831
+ "name": "Synthetic USD Coin From Polygon zkEVM",
2832
+ "chainId": 13863860,
2833
+ "isNative": false,
2834
+ "icons": {
2835
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/3408.png",
2836
+ "small": "https://s2.coinmarketcap.com/static/img/coins/64x64/3408.png"
2837
+ },
2838
+ "chainFromId": 1101,
2839
+ "deprecated": false,
2840
+ "address": "0x39d3625D07FE1b9267ef7F7891D27f3c9D39Dd2E",
2841
+ "id": 176,
2842
+ "originalId": 50
2843
+ },
2844
+ {
2845
+ "decimals": 6,
2846
+ "symbol": "sUSDC",
2847
+ "name": "Synthetic USDC From Polygon zkEVM",
2848
+ "chainId": 13863860,
2849
+ "isNative": false,
2850
+ "icons": {
2851
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/3408.png",
2852
+ "small": "https://s2.coinmarketcap.com/static/img/coins/64x64/3408.png"
2853
+ },
2854
+ "chainFromId": 1101,
2855
+ "deprecated": true,
2856
+ "address": "0x41E1525F93b3A9C70a7824E6C16Ca6B944180A6a",
2857
+ "id": 177,
2858
+ "originalId": 51
2859
+ },
2860
+ {
2861
+ "decimals": 18,
2862
+ "symbol": "sWETH",
2863
+ "name": "Synthetic Wrapped Ether (Polygon zkEVM)",
2864
+ "chainId": 13863860,
2865
+ "isNative": false,
2866
+ "icons": {
2867
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/1027.png",
2868
+ "small": "https://s2.coinmarketcap.com/static/img/coins/128x128/1027.png"
2869
+ },
2870
+ "chainFromId": 1101,
2871
+ "deprecated": false,
2872
+ "address": "0xd687ff0122669ce5A0bE89143a9B926BA9a72Df3",
2873
+ "id": 178,
2874
+ "originalId": 52
2875
+ },
2876
+ {
2877
+ "decimals": 18,
2878
+ "symbol": "sWETH",
2879
+ "name": "Synthetic Wrapped Ether (Linea)",
2880
+ "chainId": 13863860,
2881
+ "isNative": false,
2882
+ "icons": {
2883
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/1027.png",
2884
+ "small": "https://s2.coinmarketcap.com/static/img/coins/128x128/1027.png"
2885
+ },
2886
+ "chainFromId": 59144,
2887
+ "deprecated": false,
2888
+ "address": "0x840531DA82E31B4Ff535Bc8F3A16f6f0C48B3861",
2889
+ "id": 179,
2890
+ "originalId": 53
2891
+ },
2892
+ {
2893
+ "decimals": 6,
2894
+ "symbol": "sUSDC",
2895
+ "name": "Synthetic USD Coin From Linea",
2896
+ "chainId": 13863860,
2897
+ "isNative": false,
2898
+ "icons": {
2899
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/3408.png",
2900
+ "small": "https://s2.coinmarketcap.com/static/img/coins/64x64/3408.png"
2901
+ },
2902
+ "chainFromId": 59144,
2903
+ "deprecated": false,
2904
+ "address": "0x6e8AE8b7735Ff7eb4145Ad881087Dc14fB494d45",
2905
+ "id": 180,
2906
+ "originalId": 54
2907
+ },
2908
+ {
2909
+ "decimals": 18,
2910
+ "symbol": "sSIS",
2911
+ "name": "Synthetic SIS token from Linea",
2912
+ "chainId": 13863860,
2913
+ "isNative": false,
2914
+ "icons": {
2915
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/15084.png",
2916
+ "small": "https://s2.coinmarketcap.com/static/img/coins/128x128/15084.png"
2917
+ },
2918
+ "chainFromId": 59144,
2919
+ "deprecated": false,
2920
+ "address": "0x923db084ce63aBbc581b5c9b3b0DA1c40B10d387",
2921
+ "id": 181,
2922
+ "originalId": 55
2923
+ },
2924
+ {
2925
+ "decimals": 6,
2926
+ "symbol": "sUSDC",
2927
+ "name": "Synthetic USD Coin From Mantle",
2928
+ "chainId": 13863860,
2929
+ "isNative": false,
2930
+ "icons": {
2931
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/3408.png",
2932
+ "small": "https://s2.coinmarketcap.com/static/img/coins/64x64/3408.png"
2933
+ },
2934
+ "chainFromId": 5000,
2935
+ "deprecated": false,
2936
+ "address": "0xf87516b6665553D700E67a158d68bc627408Dc08",
2937
+ "id": 182,
2938
+ "originalId": 56
2939
+ },
2940
+ {
2941
+ "decimals": 18,
2942
+ "symbol": "sWETH",
2943
+ "name": "Synthetic Wrapped Ether (Mantle)",
2944
+ "chainId": 13863860,
2945
+ "isNative": false,
2946
+ "icons": {
2947
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/1027.png",
2948
+ "small": "https://s2.coinmarketcap.com/static/img/coins/128x128/1027.png"
2949
+ },
2950
+ "chainFromId": 5000,
2951
+ "deprecated": false,
2952
+ "address": "0x0C16952C588f859e797C7c9497304db0F5239c51",
2953
+ "id": 183,
2954
+ "originalId": 57
2955
+ },
2956
+ {
2957
+ "decimals": 18,
2958
+ "symbol": "sCATI",
2959
+ "name": "Synthetic CATI (Mantle)",
2960
+ "chainId": 13863860,
2961
+ "isNative": false,
2962
+ "icons": {
2963
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/32966.png",
2964
+ "small": "https://s2.coinmarketcap.com/static/img/coins/64x64/32966.png"
2965
+ },
2966
+ "chainFromId": 5000,
2967
+ "deprecated": false,
2968
+ "address": "0x4c5A6c3fDc33BEF6a84acD42bF77a2F1f2e6AB9E",
2969
+ "id": 184,
2970
+ "originalId": 58
2971
+ },
2972
+ {
2973
+ "decimals": 18,
2974
+ "symbol": "sUXLINK",
2975
+ "name": "Synthetic UXLINK (Mantle)",
2976
+ "chainId": 13863860,
2977
+ "isNative": false,
2978
+ "icons": {
2979
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/32257.png",
2980
+ "small": "https://s2.coinmarketcap.com/static/img/coins/64x64/32257.png"
2981
+ },
2982
+ "chainFromId": 5000,
2983
+ "deprecated": false,
2984
+ "address": "0xaC159831FFD470dfeB11359433076800DA2bA01D",
2985
+ "id": 185,
2986
+ "originalId": 59
2987
+ },
2988
+ {
2989
+ "decimals": 18,
2990
+ "symbol": "sWETH",
2991
+ "name": "Synthetic Wrapped Ether (Base)",
2992
+ "chainId": 13863860,
2993
+ "isNative": false,
2994
+ "icons": {
2995
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/1027.png",
2996
+ "small": "https://s2.coinmarketcap.com/static/img/coins/128x128/1027.png"
2997
+ },
2998
+ "chainFromId": 8453,
2999
+ "deprecated": false,
3000
+ "address": "0x7B7aD875f336ffD27A3872b243c025E60A028732",
3001
+ "id": 186,
3002
+ "originalId": 60
3003
+ },
3004
+ {
3005
+ "decimals": 6,
3006
+ "symbol": "sUSDbC",
3007
+ "name": "Synthetic USDbC From Base",
3008
+ "chainId": 13863860,
3009
+ "isNative": false,
3010
+ "icons": {
3011
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/3408.png",
3012
+ "small": "https://s2.coinmarketcap.com/static/img/coins/64x64/3408.png"
3013
+ },
3014
+ "chainFromId": 8453,
3015
+ "deprecated": false,
3016
+ "address": "0xFBe80e8C3FbFf0bC314b33d1C6185230aC319309",
3017
+ "id": 187,
3018
+ "originalId": 61
3019
+ },
3020
+ {
3021
+ "decimals": 18,
3022
+ "symbol": "sG",
3023
+ "name": "Synthetic G (Base)",
3024
+ "chainId": 13863860,
3025
+ "isNative": false,
3026
+ "icons": {
3027
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/32120.png",
3028
+ "small": "https://s2.coinmarketcap.com/static/img/coins/128x128/32120.png"
3029
+ },
3030
+ "chainFromId": 8453,
3031
+ "deprecated": false,
3032
+ "address": "0x47FFc26a7A452df343F68Cc1A66353a2e8541AC0",
3033
+ "id": 188,
3034
+ "originalId": 62
3035
+ },
3036
+ {
3037
+ "decimals": 6,
3038
+ "symbol": "sUSDT",
3039
+ "name": "Synthetic USDT From Tron",
3040
+ "chainId": 13863860,
3041
+ "isNative": false,
3042
+ "icons": {
3043
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/825.png",
3044
+ "small": "https://s2.coinmarketcap.com/static/img/coins/64x64/825.png"
3045
+ },
3046
+ "chainFromId": 728126428,
3047
+ "deprecated": false,
3048
+ "address": "0x4e7498c4db259065b73d21c81A5b41cadbEc7d4D",
3049
+ "id": 189,
3050
+ "originalId": 63
3051
+ },
3052
+ {
3053
+ "decimals": 18,
3054
+ "symbol": "sWETH",
3055
+ "name": "Synthetic Wrapped Ether (Scroll)",
3056
+ "chainId": 13863860,
3057
+ "isNative": false,
3058
+ "icons": {
3059
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/1027.png",
3060
+ "small": "https://s2.coinmarketcap.com/static/img/coins/128x128/1027.png"
3061
+ },
3062
+ "chainFromId": 534352,
3063
+ "deprecated": false,
3064
+ "address": "0x7792FC1975f324fd3A4Cc4Ca8186087D73ffB9fc",
3065
+ "id": 190,
3066
+ "originalId": 64
3067
+ },
3068
+ {
3069
+ "decimals": 6,
3070
+ "symbol": "sUSDC",
3071
+ "name": "Synthetic USDC From Scroll",
3072
+ "chainId": 13863860,
3073
+ "isNative": false,
3074
+ "icons": {
3075
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/3408.png",
3076
+ "small": "https://s2.coinmarketcap.com/static/img/coins/64x64/3408.png"
3077
+ },
3078
+ "chainFromId": 534352,
3079
+ "deprecated": false,
3080
+ "address": "0x23A8a10664068012C5046F32925083B5aC25aAc3",
3081
+ "id": 191,
3082
+ "originalId": 65
3083
+ },
3084
+ {
3085
+ "decimals": 18,
3086
+ "symbol": "sSIS",
3087
+ "name": "Synthetic SIS token from Scroll",
3088
+ "chainId": 13863860,
3089
+ "isNative": false,
3090
+ "icons": {
3091
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/15084.png",
3092
+ "small": "https://s2.coinmarketcap.com/static/img/coins/128x128/15084.png"
3093
+ },
3094
+ "chainFromId": 534352,
3095
+ "deprecated": false,
3096
+ "address": "0xD1E42b4Fdd2559e93B761c51Bb8ce644a688a78b",
3097
+ "id": 192,
3098
+ "originalId": 66
3099
+ },
3100
+ {
3101
+ "decimals": 18,
3102
+ "symbol": "sWETH",
3103
+ "name": "Synthetic Wrapped Ether (Manta)",
3104
+ "chainId": 13863860,
3105
+ "isNative": false,
3106
+ "icons": {
3107
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/1027.png",
3108
+ "small": "https://s2.coinmarketcap.com/static/img/coins/128x128/1027.png"
3109
+ },
3110
+ "chainFromId": 169,
3111
+ "deprecated": false,
3112
+ "address": "0x4C9edbc90e9006ac909ae7090C51c69ddE1B7C3b",
3113
+ "id": 193,
3114
+ "originalId": 68
3115
+ },
3116
+ {
3117
+ "decimals": 6,
3118
+ "symbol": "sUSDC",
3119
+ "name": "Synthetic USDC From Manta",
3120
+ "chainId": 13863860,
3121
+ "isNative": false,
3122
+ "icons": {
3123
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/3408.png",
3124
+ "small": "https://s2.coinmarketcap.com/static/img/coins/64x64/3408.png"
3125
+ },
3126
+ "chainFromId": 169,
3127
+ "deprecated": false,
3128
+ "address": "0x55519D93513dD0271dd041CEe49389a1A6c7e881",
3129
+ "id": 194,
3130
+ "originalId": 69
3131
+ },
3132
+ {
3133
+ "decimals": 18,
3134
+ "symbol": "sWETH",
3135
+ "name": "Synthetic Wrapped Ether (Metis)",
3136
+ "chainId": 13863860,
3137
+ "isNative": false,
3138
+ "icons": {
3139
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/1027.png",
3140
+ "small": "https://s2.coinmarketcap.com/static/img/coins/128x128/1027.png"
3141
+ },
3142
+ "chainFromId": 1088,
3143
+ "deprecated": false,
3144
+ "address": "0x7520d0D46D2027745E3837103E9Eb2bb372A869D",
3145
+ "id": 195,
3146
+ "originalId": 71
3147
+ },
3148
+ {
3149
+ "decimals": 6,
3150
+ "symbol": "sUSDT",
3151
+ "name": "Synthetic USDT From Bahamut",
3152
+ "chainId": 13863860,
3153
+ "isNative": false,
3154
+ "icons": {
3155
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/825.png",
3156
+ "small": "https://s2.coinmarketcap.com/static/img/coins/64x64/825.png"
3157
+ },
3158
+ "chainFromId": 5165,
3159
+ "deprecated": false,
3160
+ "address": "0x20E4aE4922ef5c464C23D5CD08B507BC13890397",
3161
+ "id": 196,
3162
+ "originalId": 72
3163
+ },
3164
+ {
3165
+ "decimals": 6,
3166
+ "symbol": "sUSDC",
3167
+ "name": "Synthetic USDС From Bahamut",
3168
+ "chainId": 13863860,
3169
+ "isNative": false,
3170
+ "icons": {
3171
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/3408.png",
3172
+ "small": "https://s2.coinmarketcap.com/static/img/coins/64x64/3408.png"
3173
+ },
3174
+ "chainFromId": 5165,
3175
+ "deprecated": true,
3176
+ "address": "0x8b1B60b23153aD184Cde4241F9B604e233D04fcb",
3177
+ "id": 197,
3178
+ "originalId": 73
3179
+ },
3180
+ {
3181
+ "decimals": 18,
3182
+ "symbol": "sWETH",
3183
+ "name": "Synthetic Wrapped Ether (Mode)",
3184
+ "chainId": 13863860,
3185
+ "isNative": false,
3186
+ "icons": {
3187
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/1027.png",
3188
+ "small": "https://s2.coinmarketcap.com/static/img/coins/128x128/1027.png"
3189
+ },
3190
+ "chainFromId": 34443,
3191
+ "deprecated": false,
3192
+ "address": "0xE7671eC0E57322D254159e0595c2F6b179038203",
3193
+ "id": 198,
3194
+ "originalId": 74
3195
+ },
3196
+ {
3197
+ "decimals": 6,
3198
+ "symbol": "sUSDT",
3199
+ "name": "Synthetic USDT From Rootstock",
3200
+ "chainId": 13863860,
3201
+ "isNative": false,
3202
+ "icons": {
3203
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/825.png",
3204
+ "small": "https://s2.coinmarketcap.com/static/img/coins/128x128/825.png"
3205
+ },
3206
+ "chainFromId": 30,
3207
+ "deprecated": false,
3208
+ "address": "0x7a4CC805464b69C077daBadD48841E91134B988D",
3209
+ "id": 199,
3210
+ "originalId": 75
3211
+ },
3212
+ {
3213
+ "decimals": 18,
3214
+ "symbol": "sUSDT",
3215
+ "name": "Synthetic rUSDT From RSK",
3216
+ "chainId": 13863860,
3217
+ "isNative": false,
3218
+ "icons": {
3219
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/825.png",
3220
+ "small": "https://s2.coinmarketcap.com/static/img/coins/128x128/825.png"
3221
+ },
3222
+ "chainFromId": 30,
3223
+ "deprecated": true,
3224
+ "address": "0xB30caE10bC040D2Ab365351D35a7Dcbf0e922b54",
3225
+ "id": 200,
3226
+ "originalId": 76
3227
+ },
3228
+ {
3229
+ "decimals": 6,
3230
+ "symbol": "sUSDC",
3231
+ "name": "Synthetic USDС.e From Rootstock",
3232
+ "chainId": 13863860,
3233
+ "isNative": false,
3234
+ "icons": {
3235
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/3408.png",
3236
+ "small": "https://s2.coinmarketcap.com/static/img/coins/128x128/3408.png"
3237
+ },
3238
+ "chainFromId": 30,
3239
+ "deprecated": true,
3240
+ "address": "0xd5b73579D1f190Ad443f80b6160A49FE5C2Cda69",
3241
+ "id": 201,
3242
+ "originalId": 77
3243
+ },
3244
+ {
3245
+ "decimals": 18,
3246
+ "symbol": "sWRBTC",
3247
+ "name": "Synthetic Wrapped RBTC (Rootstock)",
3248
+ "chainId": 13863860,
3249
+ "isNative": false,
3250
+ "icons": {
3251
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/32702.png",
3252
+ "small": "https://s2.coinmarketcap.com/static/img/coins/128x128/32702.png"
3253
+ },
3254
+ "chainFromId": 30,
3255
+ "deprecated": false,
3256
+ "address": "0x4d58c7C43F16D7E562030DC6f7fBebC5C59c3430",
3257
+ "id": 202,
3258
+ "originalId": 78
3259
+ },
3260
+ {
3261
+ "decimals": 18,
3262
+ "symbol": "sWETH",
3263
+ "name": "Synthetic Wrapped Ether (Blast)",
3264
+ "chainId": 13863860,
3265
+ "isNative": false,
3266
+ "icons": {
3267
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/1027.png",
3268
+ "small": "https://s2.coinmarketcap.com/static/img/coins/128x128/1027.png"
3269
+ },
3270
+ "chainFromId": 81457,
3271
+ "deprecated": false,
3272
+ "address": "0x5DE7bb0E90E4D3860762B1E90758B839b056130F",
3273
+ "id": 203,
3274
+ "originalId": 80
3275
+ },
3276
+ {
3277
+ "decimals": 18,
3278
+ "symbol": "sWBTC",
3279
+ "name": "Synthetic Wrapped BTC (Merlin)",
3280
+ "chainId": 13863860,
3281
+ "isNative": false,
3282
+ "icons": {
3283
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/3717.png",
3284
+ "small": "https://s2.coinmarketcap.com/static/img/coins/128x128/3717.png"
3285
+ },
3286
+ "chainFromId": 4200,
3287
+ "deprecated": false,
3288
+ "address": "0x25BaD96fc7c70d1A22F99bC768db8f2B6fbfDa92",
3289
+ "id": 204,
3290
+ "originalId": 81
3291
+ },
3292
+ {
3293
+ "decimals": 18,
3294
+ "symbol": "sWETH",
3295
+ "name": "Synthetic Wrapped ETH (zkLink)",
3296
+ "chainId": 13863860,
3297
+ "isNative": false,
3298
+ "icons": {
3299
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/1027.png",
3300
+ "small": "https://s2.coinmarketcap.com/static/img/coins/128x128/1027.png"
3301
+ },
3302
+ "chainFromId": 810180,
3303
+ "deprecated": false,
3304
+ "address": "0x8bbEaa343Ee881A85758595648aA67A41e661C6d",
3305
+ "id": 205,
3306
+ "originalId": 82
3307
+ },
3308
+ {
3309
+ "decimals": 8,
3310
+ "symbol": "sWBTC",
3311
+ "name": "Synthetic Wrapped BTC (Core)",
3312
+ "chainId": 13863860,
3313
+ "isNative": false,
3314
+ "icons": {
3315
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/1.png",
3316
+ "small": "https://s2.coinmarketcap.com/static/img/coins/128x128/1.png"
3317
+ },
3318
+ "chainFromId": 1116,
3319
+ "deprecated": false,
3320
+ "address": "0xA8Cd384E4B10c9Ec05c5436E005BD8b64569796a",
3321
+ "id": 206,
3322
+ "originalId": 84
3323
+ },
3324
+ {
3325
+ "decimals": 18,
3326
+ "symbol": "sWETH",
3327
+ "name": "Synthetic Wrapped Ether (Taiko)",
3328
+ "chainId": 13863860,
3329
+ "isNative": false,
3330
+ "icons": {
3331
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/1027.png",
3332
+ "small": "https://s2.coinmarketcap.com/static/img/coins/128x128/1027.png"
3333
+ },
3334
+ "chainFromId": 167000,
3335
+ "deprecated": false,
3336
+ "address": "0xf834AD6385c3CfACee18593BBdE4E65A0f29ea32",
3337
+ "id": 207,
3338
+ "originalId": 85
3339
+ },
3340
+ {
3341
+ "decimals": 6,
3342
+ "symbol": "sUSDC",
3343
+ "name": "Synthetic USDС From Sei",
3344
+ "chainId": 13863860,
3345
+ "isNative": false,
3346
+ "icons": {
3347
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/3408.png",
3348
+ "small": "https://s2.coinmarketcap.com/static/img/coins/128x128/3408.png"
3349
+ },
3350
+ "chainFromId": 1329,
3351
+ "deprecated": false,
3352
+ "address": "0x90CaF0F3FE4Ae3282F8F97A2aA691b0CB8d48c13",
3353
+ "id": 208,
3354
+ "originalId": 86
3355
+ },
3356
+ {
3357
+ "decimals": 6,
3358
+ "symbol": "sUSDT",
3359
+ "name": "Synthetic USDT From Sei",
3360
+ "chainId": 13863860,
3361
+ "isNative": false,
3362
+ "icons": {
3363
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/825.png",
3364
+ "small": "https://s2.coinmarketcap.com/static/img/coins/128x128/825.png"
3365
+ },
3366
+ "chainFromId": 1329,
3367
+ "deprecated": true,
3368
+ "address": "0x7649EeeA77e9464019392D5Ab40d4862435B3bD2",
3369
+ "id": 209,
3370
+ "originalId": 87
3371
+ },
3372
+ {
3373
+ "decimals": 6,
3374
+ "symbol": "sUSDC.ETH",
3375
+ "name": "Synthetic USDС.ETH (Zetachain)",
3376
+ "chainId": 13863860,
3377
+ "isNative": false,
3378
+ "icons": {
3379
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/3408.png",
3380
+ "small": "https://s2.coinmarketcap.com/static/img/coins/128x128/3408.png"
3381
+ },
3382
+ "chainFromId": 7000,
3383
+ "deprecated": false,
3384
+ "address": "0x82f331A1740A0d1AE4549d9d571396b25B6c33bc",
3385
+ "id": 210,
3386
+ "originalId": 90
3387
+ },
3388
+ {
3389
+ "decimals": 6,
3390
+ "symbol": "sUSDC",
3391
+ "name": "Synthetic USDС From Cronos",
3392
+ "chainId": 13863860,
3393
+ "isNative": false,
3394
+ "icons": {
3395
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/3408.png",
3396
+ "small": "https://s2.coinmarketcap.com/static/img/coins/128x128/3408.png"
3397
+ },
3398
+ "chainFromId": 25,
3399
+ "deprecated": false,
3400
+ "address": "0xB84f68Bfa9Ba0d1Ab8C6Ffe7429951629eC9ed1c",
3401
+ "id": 211,
3402
+ "originalId": 91
3403
+ },
3404
+ {
3405
+ "decimals": 18,
3406
+ "symbol": "sWETH",
3407
+ "name": "Synthetic Wrapped Ether (Fraxtal)",
3408
+ "chainId": 13863860,
3409
+ "isNative": false,
3410
+ "icons": {
3411
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/1027.png",
3412
+ "small": "https://s2.coinmarketcap.com/static/img/coins/128x128/1027.png"
3413
+ },
3414
+ "chainFromId": 252,
3415
+ "deprecated": false,
3416
+ "address": "0xBe535CC7270864e30851578ca0A24AA15795d35C",
3417
+ "id": 212,
3418
+ "originalId": 92
3419
+ },
3420
+ {
3421
+ "decimals": 18,
3422
+ "symbol": "sFRAX",
3423
+ "name": "Synthetic Frax (Fraxtal)",
3424
+ "chainId": 13863860,
3425
+ "isNative": false,
3426
+ "icons": {
3427
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/36039.png",
3428
+ "small": "https://s2.coinmarketcap.com/static/img/coins/64x64/36039.png"
3429
+ },
3430
+ "chainFromId": 252,
3431
+ "deprecated": false,
3432
+ "address": "0x4B61bD8180F16124AEc1b875401D4c51a9A7DDbF",
3433
+ "id": 213,
3434
+ "originalId": 93
3435
+ },
3436
+ {
3437
+ "decimals": 6,
3438
+ "symbol": "sUSDC",
3439
+ "name": "Synthetic USDС From Gravity",
3440
+ "chainId": 13863860,
3441
+ "isNative": false,
3442
+ "icons": {
3443
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/3408.png",
3444
+ "small": "https://s2.coinmarketcap.com/static/img/coins/128x128/3408.png"
3445
+ },
3446
+ "chainFromId": 1625,
3447
+ "deprecated": false,
3448
+ "address": "0x73e5a4d03b25b79A6a00eba696c59DFc94c822D8",
3449
+ "id": 214,
3450
+ "originalId": 94
3451
+ },
3452
+ {
3453
+ "decimals": 18,
3454
+ "symbol": "swG",
3455
+ "name": "Synthetic wG (Gravity)",
3456
+ "chainId": 13863860,
3457
+ "isNative": false,
3458
+ "icons": {
3459
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/32120.png",
3460
+ "small": "https://s2.coinmarketcap.com/static/img/coins/128x128/32120.png"
3461
+ },
3462
+ "chainFromId": 1625,
3463
+ "deprecated": false,
3464
+ "address": "0x5037A5c6961a19baaA90314c3f6B9B72849ceB9a",
3465
+ "id": 215,
3466
+ "originalId": 95
3467
+ },
3468
+ {
3469
+ "decimals": 18,
3470
+ "symbol": "sWBTC",
3471
+ "name": "Synthetic WBTC (bsquared)",
3472
+ "chainId": 13863860,
3473
+ "isNative": false,
3474
+ "icons": {
3475
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/3717.png",
3476
+ "small": "https://s2.coinmarketcap.com/static/img/coins/128x128/3717.png"
3477
+ },
3478
+ "chainFromId": 223,
3479
+ "deprecated": false,
3480
+ "address": "0xae0d8173B888757889Ba125A7f0b43CA30DF98dC",
3481
+ "id": 216,
3482
+ "originalId": 96
3483
+ },
3484
+ {
3485
+ "decimals": 6,
3486
+ "symbol": "sUSDT",
3487
+ "name": "Synthetic USDT From TON",
3488
+ "chainId": 13863860,
3489
+ "isNative": false,
3490
+ "icons": {
3491
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/825.png",
3492
+ "small": "https://s2.coinmarketcap.com/static/img/coins/64x64/825.png"
3493
+ },
3494
+ "chainFromId": 85918,
3495
+ "deprecated": false,
3496
+ "attributes": { "ton": "EQCxE6mUtQJKFnGfaROTKOt1lZbDiiX1kCixRv7Nw2Id_sDs" },
3497
+ "address": "0x8D8Ce7Bf0C7f7a368Bb92087Fc9D474d2DffC072",
3498
+ "id": 217,
3499
+ "originalId": 97
3500
+ },
3501
+ {
3502
+ "decimals": 9,
3503
+ "symbol": "sUXLINK",
3504
+ "name": "Synthetic UXLINK (TON)",
3505
+ "chainId": 13863860,
3506
+ "isNative": false,
3507
+ "icons": {
3508
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/32257.png",
3509
+ "small": "https://s2.coinmarketcap.com/static/img/coins/64x64/32257.png"
3510
+ },
3511
+ "chainFromId": 85918,
3512
+ "deprecated": false,
3513
+ "attributes": { "ton": "EQBh9XACT0B60U8Q48VnjyqCxzxpM4oA0c8rqKt4h70yk1V5" },
3514
+ "address": "0xd3aa3C34A322DBeD3b9EcA30ade18F5F0E1A5280",
3515
+ "id": 218,
3516
+ "originalId": 98
3517
+ },
3518
+ {
3519
+ "decimals": 9,
3520
+ "symbol": "sCATI",
3521
+ "name": "Synthetic CATI (TON)",
3522
+ "chainId": 13863860,
3523
+ "isNative": false,
3524
+ "icons": {
3525
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/33057.png",
3526
+ "small": "https://s2.coinmarketcap.com/static/img/coins/64x64/33057.png"
3527
+ },
3528
+ "chainFromId": 85918,
3529
+ "deprecated": false,
3530
+ "attributes": { "ton": "EQD-cvR0Nz6XAyRBvbhz-abTrRC6sI5tvHvvpeQraV9UAAD7" },
3531
+ "address": "0x639F17BEDaADa19Dd6e83f36552a3168CD683Fcd",
3532
+ "id": 219,
3533
+ "originalId": 99
3534
+ },
3535
+ {
3536
+ "decimals": 9,
3537
+ "symbol": "sPINEYE",
3538
+ "name": "Synthetic PINEYE (TON)",
3539
+ "chainId": 13863860,
3540
+ "isNative": false,
3541
+ "icons": {
3542
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/33862.png",
3543
+ "small": "https://s2.coinmarketcap.com/static/img/coins/64x64/33862.png"
3544
+ },
3545
+ "chainFromId": 85918,
3546
+ "deprecated": false,
3547
+ "attributes": { "ton": "EQDY2MzMJY_9OWm9UyQNLTU2Qs_8BRomlMUbbADnh-tFkLaU" },
3548
+ "address": "0x91Ddc82b6C1841570B7c1277Ead216df204aa323",
3549
+ "id": 220,
3550
+ "originalId": 100
3551
+ },
3552
+ {
3553
+ "decimals": 9,
3554
+ "symbol": "sEVAA",
3555
+ "name": "Synthetic EVAA From TON",
3556
+ "chainId": 13863860,
3557
+ "isNative": false,
3558
+ "icons": {
3559
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/38376.png",
3560
+ "small": "https://s2.coinmarketcap.com/static/img/coins/64x64/38376.png"
3561
+ },
3562
+ "chainFromId": 85918,
3563
+ "deprecated": false,
3564
+ "attributes": { "ton": "EQBKMfjX_a_dsOLm-juxyVZytFP7_KKnzGv6J01kGc72gVBp" },
3565
+ "address": "0x2F67Edc00CA81F4D087a1f2D041428aF6c691630",
3566
+ "id": 221,
3567
+ "originalId": 101
3568
+ },
3569
+ {
3570
+ "decimals": 6,
3571
+ "symbol": "sUSDC",
3572
+ "name": "Synthetic USDС From Cronos zkEVM",
3573
+ "chainId": 13863860,
3574
+ "isNative": false,
3575
+ "icons": {
3576
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/3408.png",
3577
+ "small": "https://s2.coinmarketcap.com/static/img/coins/128x128/3408.png"
3578
+ },
3579
+ "chainFromId": 388,
3580
+ "deprecated": false,
3581
+ "address": "0x9D3Dbda42C15de4cF60aD3Eec78A0AA239399b1e",
3582
+ "id": 222,
3583
+ "originalId": 102
3584
+ },
3585
+ {
3586
+ "decimals": 6,
3587
+ "symbol": "sUSDC",
3588
+ "name": "Synthetic USDС From Morph",
3589
+ "chainId": 13863860,
3590
+ "isNative": false,
3591
+ "icons": {
3592
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/3408.png",
3593
+ "small": "https://s2.coinmarketcap.com/static/img/coins/128x128/3408.png"
3594
+ },
3595
+ "chainFromId": 2818,
3596
+ "deprecated": false,
3597
+ "address": "0xd518ff6A6122D1ed4f193CefD7C361f52B5A6Cb6",
3598
+ "id": 223,
3599
+ "originalId": 103
3600
+ },
3601
+ {
3602
+ "decimals": 18,
3603
+ "symbol": "sBTC",
3604
+ "name": "Synthetic Wrapped BTC (GOAT)",
3605
+ "chainId": 13863860,
3606
+ "isNative": false,
3607
+ "icons": {
3608
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/1.png",
3609
+ "small": "https://s2.coinmarketcap.com/static/img/coins/128x128/1.png"
3610
+ },
3611
+ "chainFromId": 2345,
3612
+ "deprecated": false,
3613
+ "address": "0xFD638c0965B008A39A36f561a8e69388115F8F9d",
3614
+ "id": 224,
3615
+ "originalId": 104
3616
+ },
3617
+ {
3618
+ "decimals": 18,
3619
+ "symbol": "sWETH",
3620
+ "name": "Synthetic Wrapped Ether (Sonic)",
3621
+ "chainId": 13863860,
3622
+ "isNative": false,
3623
+ "icons": {
3624
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/1027.png",
3625
+ "small": "https://s2.coinmarketcap.com/static/img/coins/128x128/1027.png"
3626
+ },
3627
+ "chainFromId": 146,
3628
+ "deprecated": false,
3629
+ "address": "0x9F2f60BaDE978BbEA32E4e2f282C86C0c2874fF5",
3630
+ "id": 225,
3631
+ "originalId": 105
3632
+ },
3633
+ {
3634
+ "decimals": 18,
3635
+ "symbol": "sWETH",
3636
+ "name": "Synthetic Wrapped Ether (Abstract)",
3637
+ "chainId": 13863860,
3638
+ "isNative": false,
3639
+ "icons": {
3640
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/1027.png",
3641
+ "small": "https://s2.coinmarketcap.com/static/img/coins/128x128/1027.png"
3642
+ },
3643
+ "chainFromId": 2741,
3644
+ "deprecated": false,
3645
+ "address": "0xE1FF01476d1693881c85a23c65F9522579eB8398",
3646
+ "id": 226,
3647
+ "originalId": 106
3648
+ },
3649
+ {
3650
+ "decimals": 6,
3651
+ "symbol": "sUSDC",
3652
+ "name": "Synthetic USDС From Gnosis",
3653
+ "chainId": 13863860,
3654
+ "isNative": false,
3655
+ "icons": {
3656
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/3408.png",
3657
+ "small": "https://s2.coinmarketcap.com/static/img/coins/128x128/3408.png"
3658
+ },
3659
+ "chainFromId": 100,
3660
+ "deprecated": false,
3661
+ "address": "0xcfe415238cb13029B9D574BdF635D7d7D6571e63",
3662
+ "id": 227,
3663
+ "originalId": 107
3664
+ },
3665
+ {
3666
+ "decimals": 18,
3667
+ "symbol": "sWETH",
3668
+ "name": "Synthetic Wrapped Ether (Gnosis)",
3669
+ "chainId": 13863860,
3670
+ "isNative": false,
3671
+ "icons": {
3672
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/1027.png",
3673
+ "small": "https://s2.coinmarketcap.com/static/img/coins/128x128/1027.png"
3674
+ },
3675
+ "chainFromId": 100,
3676
+ "deprecated": false,
3677
+ "address": "0x97B1c455D59373059f8fa92DEa00e7399FF3F5cC",
3678
+ "id": 228,
3679
+ "originalId": 108
3680
+ },
3681
+ {
3682
+ "decimals": 18,
3683
+ "symbol": "sWETH",
3684
+ "name": "Synthetic Wrapped Ether (Berachain)",
3685
+ "chainId": 13863860,
3686
+ "isNative": false,
3687
+ "icons": {
3688
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/1027.png",
3689
+ "small": "https://s2.coinmarketcap.com/static/img/coins/128x128/1027.png"
3690
+ },
3691
+ "chainFromId": 80094,
3692
+ "deprecated": false,
3693
+ "address": "0x3c210C8b287CFdbc71c1CcF06Ee84c7926276835",
3694
+ "id": 229,
3695
+ "originalId": 109
3696
+ },
3697
+ {
3698
+ "decimals": 18,
3699
+ "symbol": "sWETH",
3700
+ "name": "Synthetic Wrapped Ether (Unichain)",
3701
+ "chainId": 13863860,
3702
+ "isNative": false,
3703
+ "icons": {
3704
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/1027.png",
3705
+ "small": "https://s2.coinmarketcap.com/static/img/coins/128x128/1027.png"
3706
+ },
3707
+ "chainFromId": 130,
3708
+ "deprecated": false,
3709
+ "address": "0x73Bbd1031ac1265eb1b2Db33372d58444B6F63e3",
3710
+ "id": 230,
3711
+ "originalId": 110
3712
+ },
3713
+ {
3714
+ "decimals": 18,
3715
+ "symbol": "sWETH",
3716
+ "name": "Synthetic Wrapped Ether (Soneium)",
3717
+ "chainId": 13863860,
3718
+ "isNative": false,
3719
+ "icons": {
3720
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/1027.png",
3721
+ "small": "https://s2.coinmarketcap.com/static/img/coins/128x128/1027.png"
3722
+ },
3723
+ "chainFromId": 1868,
3724
+ "deprecated": false,
3725
+ "address": "0x3BbdE4396811f8643A3C1e98fb4CFFC74Ae01FB0",
3726
+ "id": 231,
3727
+ "originalId": 111
3728
+ },
3729
+ {
3730
+ "decimals": 18,
3731
+ "symbol": "sWETH",
3732
+ "name": "Synthetic Wrapped Ether (opBNB)",
3733
+ "chainId": 13863860,
3734
+ "isNative": false,
3735
+ "icons": {
3736
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/1027.png",
3737
+ "small": "https://s2.coinmarketcap.com/static/img/coins/128x128/1027.png"
3738
+ },
3739
+ "chainFromId": 204,
3740
+ "deprecated": false,
3741
+ "address": "0xCE1b5b011ec7Ae1A410FEf94b0A721CDbE990f8e",
3742
+ "id": 232,
3743
+ "originalId": 112
3744
+ },
3745
+ {
3746
+ "decimals": 18,
3747
+ "symbol": "sWBNB",
3748
+ "name": "Synthetic WBNB (opBNB)",
3749
+ "chainId": 13863860,
3750
+ "isNative": false,
3751
+ "icons": {
3752
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/7192.png",
3753
+ "small": "https://s2.coinmarketcap.com/static/img/coins/64x64/7192.png"
3754
+ },
3755
+ "chainFromId": 204,
3756
+ "deprecated": false,
3757
+ "address": "0x59D786c1eC521E522Dbd33753Ef984eF2232F4d2",
3758
+ "id": 233,
3759
+ "originalId": 113
3760
+ },
3761
+ {
3762
+ "decimals": 18,
3763
+ "symbol": "sETH",
3764
+ "name": "Synthetic Unit Ethereum (Hyperliquid)",
3765
+ "chainId": 13863860,
3766
+ "isNative": false,
3767
+ "icons": {
3768
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/1027.png",
3769
+ "small": "https://s2.coinmarketcap.com/static/img/coins/128x128/1027.png"
3770
+ },
3771
+ "chainFromId": 999,
3772
+ "deprecated": false,
3773
+ "address": "0x3D0c6c3F1fC9A8a434f2e9f35Eaf04FEACd959ED",
3774
+ "id": 234,
3775
+ "originalId": 114
3776
+ },
3777
+ {
3778
+ "decimals": 6,
3779
+ "symbol": "sUSDC",
3780
+ "name": "Synthetic USDC From HyperEVM",
3781
+ "chainId": 13863860,
3782
+ "isNative": false,
3783
+ "icons": {
3784
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/3408.png",
3785
+ "small": "https://s2.coinmarketcap.com/static/img/coins/128x128/3408.png"
3786
+ },
3787
+ "chainFromId": 999,
3788
+ "deprecated": false,
3789
+ "address": "0x872b42a47519Fb1d39c2a1bf98151B85E7F73bD4",
3790
+ "id": 235,
3791
+ "originalId": 115
3792
+ },
3793
+ {
3794
+ "decimals": 18,
3795
+ "symbol": "sAPE",
3796
+ "name": "Synthetic APE From HyperEVM",
3797
+ "chainId": 13863860,
3798
+ "isNative": false,
3799
+ "icons": {
3800
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/18876.png",
3801
+ "small": "https://s2.coinmarketcap.com/static/img/coins/128x128/18876.png"
3802
+ },
3803
+ "chainFromId": 999,
3804
+ "deprecated": false,
3805
+ "address": "0xd288E185671ac16ad23834e3344760AeF91b3fC2",
3806
+ "id": 236,
3807
+ "originalId": 116
3808
+ },
3809
+ {
3810
+ "decimals": 18,
3811
+ "symbol": "sWETH",
3812
+ "name": "Synthetic Wrapped Ether",
3813
+ "chainId": 13863860,
3814
+ "isNative": false,
3815
+ "icons": {
3816
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/1027.png",
3817
+ "small": "https://s2.coinmarketcap.com/static/img/coins/128x128/1027.png"
3818
+ },
3819
+ "chainFromId": 747474,
3820
+ "deprecated": true,
3821
+ "address": "0x590500bc694654FeF4Ba396f998e48AD4A131171",
3822
+ "id": 237,
3823
+ "originalId": 117
3824
+ },
3825
+ {
3826
+ "decimals": 18,
3827
+ "symbol": "sWETH",
3828
+ "name": "Synthetic WETH From Katana",
3829
+ "chainId": 13863860,
3830
+ "isNative": false,
3831
+ "icons": {
3832
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/1027.png",
3833
+ "small": "https://s2.coinmarketcap.com/static/img/coins/128x128/1027.png"
3834
+ },
3835
+ "chainFromId": 747474,
3836
+ "deprecated": false,
3837
+ "address": "0x3D20098E8Ed873E04f19731d96AaafFA2aC2e760",
3838
+ "id": 238,
3839
+ "originalId": 118
3840
+ },
3841
+ {
3842
+ "decimals": 6,
3843
+ "symbol": "sUSDC",
3844
+ "name": "Synthetic USDC From Katana",
3845
+ "chainId": 13863860,
3846
+ "isNative": false,
3847
+ "icons": {
3848
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/3408.png",
3849
+ "small": "https://s2.coinmarketcap.com/static/img/coins/128x128/3408.png"
3850
+ },
3851
+ "chainFromId": 747474,
3852
+ "deprecated": false,
3853
+ "address": "0x95716Ec1002Cd8999169febfCD41D647E5c2FFFf",
3854
+ "id": 239,
3855
+ "originalId": 119
3856
+ },
3857
+ {
3858
+ "decimals": 18,
3859
+ "symbol": "sWAPE",
3860
+ "name": "Synthetic Wrapped APE (ApeChain)",
3861
+ "chainId": 13863860,
3862
+ "isNative": false,
3863
+ "icons": {
3864
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/18876.png",
3865
+ "small": "https://s2.coinmarketcap.com/static/img/coins/128x128/18876.png"
3866
+ },
3867
+ "chainFromId": 33139,
3868
+ "deprecated": false,
3869
+ "address": "0xcF463CaF51b2e30b2d253b5F10FE533C17B80331",
3870
+ "id": 240,
3871
+ "originalId": 120
3872
+ },
3873
+ {
3874
+ "decimals": 6,
3875
+ "symbol": "sUSDT0",
3876
+ "name": "Synthetic USDT0 From Plasma",
3877
+ "chainId": 13863860,
3878
+ "isNative": false,
3879
+ "icons": {
3880
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/825.png",
3881
+ "small": "https://s2.coinmarketcap.com/static/img/coins/64x64/825.png"
3882
+ },
3883
+ "chainFromId": 9745,
3884
+ "deprecated": false,
3885
+ "address": "0xEB24dCb196ac5B93E1600e2dE66d07Eec13Ed243",
3886
+ "id": 241,
3887
+ "originalId": 121
3888
+ },
3889
+ {
3890
+ "decimals": 18,
3891
+ "symbol": "sSIS",
3892
+ "name": "Synthetic SIS token from Binance",
3893
+ "chainId": 13863860,
3894
+ "isNative": false,
3895
+ "icons": {
3896
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/15084.png",
3897
+ "small": "https://s2.coinmarketcap.com/static/img/coins/128x128/15084.png"
3898
+ },
3899
+ "chainFromId": 56,
3900
+ "deprecated": false,
3901
+ "address": "0xd747F3c877Eb2736c06DD9A852480058A24e01Ce",
3902
+ "id": 242,
3903
+ "originalId": 125
3904
+ },
3905
+ {
3906
+ "decimals": 6,
3907
+ "symbol": "sUSDC",
3908
+ "name": "Synthetic syUSDC From Telos",
3909
+ "chainId": 13863860,
3910
+ "isNative": false,
3911
+ "icons": {
3912
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/3408.png",
3913
+ "small": "https://s2.coinmarketcap.com/static/img/coins/64x64/3408.png"
3914
+ },
3915
+ "chainFromId": 40,
3916
+ "deprecated": false,
3917
+ "address": "0x66281EE570B0E59715eEb198C0921b0728459d09",
3918
+ "id": 243,
3919
+ "originalId": 128
3920
+ },
3921
+ {
3922
+ "decimals": 8,
3923
+ "symbol": "syBTC",
3924
+ "name": "syBTC",
3925
+ "chainId": 324,
3926
+ "isNative": false,
3927
+ "icons": {
3928
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/1.png",
3929
+ "small": "https://s2.coinmarketcap.com/static/img/coins/64x64/1.png"
3930
+ },
3931
+ "chainFromId": 3652501241,
3932
+ "deprecated": true,
3933
+ "address": "0xED0c95EBe5a3E687cB2224687024FeC6518E683e",
3934
+ "id": 244,
3935
+ "originalId": 122
3936
+ },
3937
+ {
3938
+ "decimals": 6,
3939
+ "symbol": "USDC",
3940
+ "name": "USD Coin",
3941
+ "chainId": 5165,
3942
+ "isNative": false,
3943
+ "icons": {
3944
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/3408.png",
3945
+ "small": "https://s2.coinmarketcap.com/static/img/coins/64x64/3408.png"
3946
+ },
3947
+ "chainFromId": 1,
3948
+ "deprecated": false,
3949
+ "address": "0x4237e0A5b55233D5B6D6d1D9BF421723954130D8",
3950
+ "id": 245,
3951
+ "originalId": 0
3952
+ },
3953
+ {
3954
+ "decimals": 18,
3955
+ "symbol": "WETH",
3956
+ "name": "Wrapped Ether",
3957
+ "chainId": 5165,
3958
+ "isNative": false,
3959
+ "icons": {
3960
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/1027.png",
3961
+ "small": "https://s2.coinmarketcap.com/static/img/coins/128x128/1027.png"
3962
+ },
3963
+ "chainFromId": 1,
3964
+ "deprecated": false,
3965
+ "address": "0xE5b3562A0fa9eC3e718C96FfE349e1280D2Be591",
3966
+ "id": 246,
3967
+ "originalId": 2
3968
+ },
3969
+ {
3970
+ "decimals": 6,
3971
+ "symbol": "USDT",
3972
+ "name": "Tether USD",
3973
+ "chainId": 5165,
3974
+ "isNative": false,
3975
+ "icons": {
3976
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/825.png",
3977
+ "small": "https://s2.coinmarketcap.com/static/img/coins/64x64/825.png"
3978
+ },
3979
+ "chainFromId": 1,
3980
+ "deprecated": false,
3981
+ "address": "0xDeF886C55a79830C47108eeb9c37e78a49684e41",
3982
+ "id": 247,
3983
+ "originalId": 3
3984
+ },
3985
+ {
3986
+ "decimals": 8,
3987
+ "symbol": "WBTC",
3988
+ "name": "Wrapped BTC",
3989
+ "chainId": 5165,
3990
+ "isNative": false,
3991
+ "icons": {
3992
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/3717.png",
3993
+ "small": "https://s2.coinmarketcap.com/static/img/coins/64x64/3717.png"
3994
+ },
3995
+ "chainFromId": 1,
3996
+ "deprecated": false,
3997
+ "address": "0x6B6301dcBA742E2320dD083A8d8fDbaB9527484B",
3998
+ "id": 248,
3999
+ "originalId": 4
4000
+ },
4001
+ {
4002
+ "decimals": 8,
4003
+ "symbol": "syBTC",
4004
+ "name": "syBTC",
4005
+ "chainId": 30,
4006
+ "isNative": false,
4007
+ "icons": {
4008
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/1.png",
4009
+ "small": "https://s2.coinmarketcap.com/static/img/coins/64x64/1.png"
4010
+ },
4011
+ "chainFromId": 3652501241,
4012
+ "deprecated": false,
4013
+ "address": "0xB52E582263c1d0189b3cc1402c1B7205b7F2E9Ba",
4014
+ "id": 249,
4015
+ "originalId": 124
4016
+ },
4017
+ {
4018
+ "decimals": 18,
4019
+ "symbol": "pufETH",
4020
+ "name": "pufETH",
4021
+ "chainId": 7000,
4022
+ "isNative": false,
4023
+ "icons": {
4024
+ "large": "https://s2.coinmarketcap.com/static/img/coins/64x64/29325.png",
4025
+ "small": "https://s2.coinmarketcap.com/static/img/coins/128x128/29325.png"
4026
+ },
4027
+ "chainFromId": 1,
4028
+ "deprecated": false,
4029
+ "address": "0x1e4bF3CaBD7707089138dD5a545B077413FA83Fc",
4030
+ "id": 250,
4031
+ "originalId": 6
4032
+ }
4033
+ ]
4034
+ }