Skip to content

Commit

Permalink
Merge pull request #20 from hhxsv5/master
Browse files Browse the repository at this point in the history
fix full orderbook v2
  • Loading branch information
hhxsv5 authored Feb 21, 2019
2 parents 2ff3416 + 42ee2d2 commit 2d9d00a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PublicApi/Symbol.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public function getAggregatedPartOrderBook($symbol, $depth = 20)
*/
public function getAggregatedFullOrderBook($symbol)
{
$response = $this->call(Request::METHOD_GET, '/api/v1/market/orderbook/level2', compact('symbol'));
$response = $this->call(Request::METHOD_GET, '/api/v2/market/orderbook/level2', compact('symbol'));
return $response->getApiData();
}

Expand Down

0 comments on commit 2d9d00a

Please sign in to comment.