文件名称:CoinGecko-Java:CoinGecko API的Java包装器
文件大小:43KB
文件格式:ZIP
更新时间:2024-02-26 03:43:29
cryptocurrency api-wrapper retrofit2 coingecko coingecko-api
硬币壁虎Java CoinGecko API的Java包装器。 用法 该API客户端涵盖了CoinGecko的所有API端点,添加新端点后,我将尝试对其进行更新。 有关完整的API文档,请参阅 。 例如,转到: 。 CoinGeckoApiClient client = new CoinGeckoApiClientImpl(); client.ping(); 获取美元货币的价格 client.getPrice("bitcoin",Currency.USD); 执照 麻省理工学院执照 版权所有(c)2019 Philip Okugbe 特此免费授予获得该软件和相关文档文件(“软件”)副
【文件预览】:
CoinGecko-Java-master
----pom.xml(1KB)
----coingecko-java.iml(80B)
----LICENSE(1KB)
----src()
--------test()
--------main()
----.idea()
--------misc.xml(513B)
--------vcs.xml(180B)
--------.name(14B)
--------compiler.xml(535B)
----.gitignore(1KB)
----README.md(2KB)