Skip to content

Commit

Permalink
文件备注
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouaini528 committed Nov 8, 2018
1 parent 327219a commit b276854
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@

正式服务器[https://www.bitmex.com](https://www.bitmex.com)

所有的接口方式初始化与bitmex提供的接口方式一样,详细请看src/api

//行情数据初始化
行情数据初始化
```php
//$host 可以不传入,默认正式服务器访问;
$order=new \Lin\Bitmex\Api\OrderBook($key, $secret,$host);
Expand Down

0 comments on commit b276854

Please sign in to comment.