Skip to content

Commit

Permalink
add spot future swap linear websocket
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouaini528 committed Nov 17, 2020
1 parent 75bafcf commit 8ba32d4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,6 @@ $huobi->config([
//Set up subscription platform, default 'spot'
'platform'=>'spot', //options value 'spot' 'future' 'swap' 'linear' 'option'
//Or you can set it like this
/*
'platform'=>[
'type'=>'spot',//options value 'spot' 'future' 'swap' 'linear' 'option'
'market'=>'ws://api.huobi.pro/ws',//Market Data Request and Subscription
Expand All @@ -416,7 +415,6 @@ $huobi->config([
//'market'=>'ws://api-aws.huobi.pro/ws',
//'order'=>'ws://api-aws.huobi.pro/ws/v2',
],
*/
]);

$huobi->start();
Expand Down Expand Up @@ -450,7 +448,6 @@ $huobi->config([
//Set up subscription platform, default 'spot'
'platform'=>'spot', //options value 'spot' 'future' 'swap' 'linear' 'option'
//Or you can set it like this
/*
'platform'=>[
'type'=>'spot',//options value 'spot' 'future' 'swap' 'linear' 'option'
'market'=>'ws://api.huobi.pro/ws',//Market Data Request and Subscription
Expand All @@ -459,7 +456,6 @@ $huobi->config([
//'market'=>'ws://api-aws.huobi.pro/ws',
//'order'=>'ws://api-aws.huobi.pro/ws/v2',
],
*/
]);
```

Expand Down

0 comments on commit 8ba32d4

Please sign in to comment.