All Projects → epicmars → btc-market

epicmars / btc-market

Licence: Apache-2.0 license
💰区块链资产行情与市值估算APP

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to btc-market

Unstoppable Wallet Android
A secure and decentralized Bitcoin and other cryptocurrency wallet for Android phones. Supports Bitcoin, Ethereum, EOS, Binance Chain, Bitcoin Cash, DASH, ...
Stars: ✭ 165 (+511.11%)
Mutual labels:  btc
Bitcoin Broker
BTC trading market broker, smart route the orders to multiple exchange.
Stars: ✭ 248 (+818.52%)
Mutual labels:  btc
tokencore
The core components of the blockchain wallet backend, support a variety of blockchain address generation and offline signatures
Stars: ✭ 412 (+1425.93%)
Mutual labels:  btc
Btcbot Open
在 binance 和 bitfinex 搬砖的机器人,目标是赚更多 BTC 🍺🍺🍺🍺🍺
Stars: ✭ 179 (+562.96%)
Mutual labels:  btc
Ccxt Rest
Open Source Unified REST API of 100+ Crypto Exchange Sites (18k+ docker pulls) - https://ccxt-rest.io/
Stars: ✭ 210 (+677.78%)
Mutual labels:  btc
BGSDK-Foundation
Heathen Engineering's BGSDK Foundation allows you to manage in-game items as blockchain assets. It is a complete wrapper around Venly's Web API. The tool simplifies integration with Venly API exposing all features and functions to C# classes and includes Editor extensions to aid in design and deployment of Contracts and Tokens.
Stars: ✭ 59 (+118.52%)
Mutual labels:  blockchain-assets
Proofofexistence
Core and web app for Proof of Existence - the original blockchain notary service
Stars: ✭ 155 (+474.07%)
Mutual labels:  btc
bankster
Money Creation Made Easy
Stars: ✭ 30 (+11.11%)
Mutual labels:  btc
Cashier Btc
💰 Self-hosted Bitcoin payment gateway (฿)
Stars: ✭ 223 (+725.93%)
Mutual labels:  btc
MyTT
MyTT将通达信,同花顺,文华麦语言等指标公式,最简移植到Python中,核心库单个文件,仅百行代码,十几个核心函数,神奇的实现所有常见技术指标算法(不依赖talib库)的纯python实现和转换通达信MACD,RSI,BOLL,ATR,KDJ,CCI,PSY等公式,全部基于pandas函数计算方法封装,简洁且高性能,能非常方便的应用在股票指标公式,股市期货量化框架分析,自动程序化交易,数字货币量化等领域,它是您最精练的股市量化工具。Python library with most stock market indicators.
Stars: ✭ 888 (+3188.89%)
Mutual labels:  btc
Unstoppable Wallet Ios
A secure and decentralized Bitcoin and other cryptocurrency wallet for iPhone. Supports Bitcoin, Ethereum, EOS, Binance Chain, Bitcoin Cash, DASH, ...
Stars: ✭ 180 (+566.67%)
Mutual labels:  btc
Cryptocompare
CryptoCompare JavaScript API
Stars: ✭ 212 (+685.19%)
Mutual labels:  btc
bitmex-backtest-python
bitmex-backtest is a python library for backtest with bitmex fx trade rest api on Python 3.7 and above.
Stars: ✭ 13 (-51.85%)
Mutual labels:  btc
Cbpro Trader
Automated cryptocurrency trading on Coinbase Pro (formerly gdax-trader)
Stars: ✭ 171 (+533.33%)
Mutual labels:  btc
challenge-bravo
Backend code challenge
Stars: ✭ 79 (+192.59%)
Mutual labels:  btc
Pololender
Free, open source, high performance bot for lending funds on Poloniex exchange
Stars: ✭ 163 (+503.7%)
Mutual labels:  btc
Coinbin.org
₿ A Human–Friendly API Service for Crypto Currency Information.
Stars: ✭ 253 (+837.04%)
Mutual labels:  btc
carrot-pool
Mining Pools Made Easy. ⛏ 📦 🏆
Stars: ✭ 53 (+96.3%)
Mutual labels:  btc
MinerProxy
MinerProxy(中文名:加密挖全球 ),采用IOCP超高性能的网络框架编写,具有稳定性高,传输速度快,并发强等优点。可快速实现一键搭建任意矿池(ETH/ETC/RVN/ERGO/AE/BTC等)的中转节点,支持SSL加密,支持SSL矿池,支持任意第三方挖矿软件(包括OS系统),支持协议模拟功能,内网无需客户端即可SSL加密传输至VPS解密,并同时支持5个矿池的转发,有精准清晰的矿机数据展示列表,可方便配置合理抽水,自动拦截抽水增加业主算力。在保持业主算力不受大的影响的情况下,给予VPS搭建者一定的运营费用。
Stars: ✭ 447 (+1555.56%)
Mutual labels:  btc
hd-address
An extensible HD Wallet Address management utility
Stars: ✭ 22 (-18.52%)
Mutual labels:  btc

BTC Market App

主要功能为区块链资产行情查看与市值估算。通过建立不同的资产组合,可以根据市场行情计算资产市值。

img img img

项目结构

img

测试

各个交易所模块下java单元测试可以进行api调用的测试:

public class GateioApiTest {

    GateioApi api;

    @Before
    public void init() {
        api = GateioHttpClient.api();
    }

    @Test
    public void testMarketInfo() {
        api.marketInfo().subscribe(new SingleObserver<JsonObject>() {
            @Override
            public void onSubscribe(Disposable d) {

            }

            @Override
            public void onSuccess(JsonObject jsonObject) {
                System.out.println(jsonObject.toString());
            }

            @Override
            public void onError(Throwable e) {
                e.printStackTrace();
            }
        });
    }

    // ...
}

事件

  • 2018-03-13 15:38:26 +0800 貌似最近知名交易所都被墙了,之前的api已经不能正常访问,需要使用梯子才行。

    当前行情:BTC 9000$ ETH 700$

  • 2018-03-29 22:11:37 +0800 最近ico没那么火了,ETH又跌了大半

    当前行情:BTC 7400$ ETH 400$

  • 2018-04-14 15:21:32 +0800 前两日行情似乎回暖,若干山寨币大涨

    当前行情:BTC 7990$ ETH 502$

  • 2018-06-11 23:17:02 +0800 最近又瀑布了,就是这样

    当前行情:BTC 6707$ ETH 520$

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].