Skip to content

Commit

Permalink
add poloniex
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouaini528 committed Mar 18, 2021
1 parent 1e69153 commit c514c18
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ This SDK brings together the APIs of the many exchanges currently trading the mo

[Bitget](https://github.com/zhouaini528/bitget-php) Support SwapV3 SpotV1

[Poloniex](https://github.com/zhouaini528/poloniex-php)

**If you don't find the exchange SDK you want, you can tell me and I'll join them.**

#### Install
Expand Down
2 changes: 2 additions & 0 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ QQ交流群:668421169

[Bitget](https://github.com/zhouaini528/bitget-php) 支持SwapV3 SpotV1

[Poloniex](https://github.com/zhouaini528/poloniex-php)

**如果没有找到你想要的交易所SDK你可以告诉我,我来加入它们。**

#### 安装方式
Expand Down
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "library",
"description": "This is a virtual currency SDK that brings together multiple exchanges",
"license": "MIT",
"keywords": ["exchange","bitmex", "binance", "okex", "huobi","kucoin","kumex","coinbase","mxc","zb","bitfinex","bittrex","kraken","gate","bigone","crex24","bybit","coinbene","bitget"],
"keywords": ["exchange","bitmex", "binance", "okex", "huobi","kucoin","kumex","coinbase","mxc","zb","bitfinex","bittrex","kraken","gate","bigone","crex24","bybit","coinbene","bitget","poloniex"],
"authors": [
{
"name": "linwenjun",
Expand Down Expand Up @@ -33,6 +33,7 @@
"linwj/crex24":"*",
"linwj/bybit":"*",
"linwj/coinbene":"*",
"linwj/bitget":"*"
"linwj/bitget":"*",
"linwj/poloniex":"*"
}
}

0 comments on commit c514c18

Please sign in to comment.