Skip to content

Commit

Permalink
Add Kucoin Future Api
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouaini528 committed Sep 3, 2019
1 parent dcd12c5 commit 3e4278a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ $exchanges=new Exchanges('binance',$key,$secret);
$exchanges=new Exchanges('bitmex',$key,$secret,$host);
$exchanges=new Exchanges('okex',$key,$secret,$passphrase,$host);
$exchanges=new Exchanges('huobi',$key,$secret,$account_id,$host);
$exchanges=new Exchanges('kucoin',$key,$secret,$passphrase,$host);
...
...
```
[Get Huobi Spot $account_id](https://github.com/zhouaini528/exchanges-php/blob/master/tests/huobi.php#L101)

Expand Down Expand Up @@ -77,6 +80,7 @@ System error unified parameter return [binance](https://github.com/zhouaini528/e
[okex](https://github.com/zhouaini528/exchanges-php/blob/master/tests/okex.php#L35)
[huobi](https://github.com/zhouaini528/exchanges-php/blob/master/tests/huobi.php#L35)
[bitmex](https://github.com/zhouaini528/exchanges-php/blob/master/tests/bitmex.php#L35)
[kucoin](https://github.com/zhouaini528/exchanges-php/blob/master/tests/kucoin.php#L35)

The SDK currently only supports REST requests, and does not support Websocket for the time being. It will be added later.

Expand Down

0 comments on commit 3e4278a

Please sign in to comment.