Skip to content

Commit

Permalink
remove sapi and wapi docs
Browse files Browse the repository at this point in the history
  • Loading branch information
2pd committed Dec 8, 2020
1 parent e7d0cc7 commit 5e7ce9b
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 2,524 deletions.
18 changes: 10 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@

Name | Description
------------ | ------------
[rest-api.md](./rest-api.md) | Details on the Rest API (/api)
[errors.md](./errors.md) | Descriptions of possible error messages from the Rest API
[web-socket-streams.md](./web-socket-streams.md) | Details on available streams and payloads
[user-data-stream.md](./user-data-stream.md) | Details on the dedicated account stream
[wapi-api.md](./wapi-api.md) | Details on the Withdrawal API (/wapi)
[margin-api.md](./margin-api.md) | Details on the Margin Trade API (/sapi)
[Futures-API](https://binance-docs.github.io/apidocs/futures/en/) | Details on the Futures API (/fapi)

[rest-api.md](./rest-api.md) | Details on the Rest API (/api)
[errors.md](./errors.md) | Descriptions of possible error messages from the Rest API
[web-socket-streams.md](./web-socket-streams.md) | Details on available streams and payloads
[user-data-stream.md](./user-data-stream.md) | Details on the dedicated account stream
[Wallet, Sub-account](https://binance-docs.github.io/apidocs/spot/en) | Details on Wallet and sub-accounts endpoints(/sapi, /wapi)
[Margin, BLVT](https://binance-docs.github.io/apidocs/spot/en) | Details on Margin and BLVT endpoints(/sapi, /wapi)
[Mining](https://binance-docs.github.io/apidocs/spot/en) | Details on Mining endpoints(/sapi, /wapi)
[BSwap, Savings](https://binance-docs.github.io/apidocs/spot/en) | Details on BSwap and Savings endpoints(/sapi, /wapi)
[USDT-M Futures](https://binance-docs.github.io/apidocs/futures/en/) | Details on USDT-M Futures API (/fapi)
[COIN-M Futures](https://binance-docs.github.io/apidocs/delivery/en/) | Details on COIN-M Futures API (/dapi)
8 changes: 6 additions & 2 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,9 @@
[errors_CN.md](./errors_CN.md) | 错误代码及含义
[web-socket-streams_CN.md](./web-socket-streams_CN.md) | 行情数据流接口的描述
[user-data-stream_CN.md](./user-data-stream_CN.md) | 用户数据流接口的描述
[wapi-api_CN.md](./wapi-api_CN.md) | 提现接口(及其他账户信息)的描述(/wapi)
[Futures-API](https://binance-docs.github.io/apidocs/futures/cn/) | 币安合约API中文文档 (/fapi)
[Wallet, Sub-account](https://binance-docs.github.io/apidocs/spot/cn) | 钱包,子账户接口的描述(/sapi, /wapi)
[Margin, BLVT](https://binance-docs.github.io/apidocs/spot/cn) | 杠杆,杠杆代币接口的描述(/sapi, /wapi)
[Mining](https://binance-docs.github.io/apidocs/spot/cn) | 矿池接口的描述(/sapi, /wapi)
[BSwap, Savings](https://binance-docs.github.io/apidocs/spot/cn) | 流动性挖矿,币安宝接口的描述(/sapi, /wapi)
[USDT-M Futures](https://binance-docs.github.io/apidocs/futures/cn/) | U本位合约相关API (/fapi)
[COIN-M Futures](https://binance-docs.github.io/apidocs/delivery/cn/) | 币本位合约相关API (/dapi)
Loading

0 comments on commit 5e7ce9b

Please sign in to comment.