Skip to content

Commit

Permalink
fix full orderbook v2
Browse files Browse the repository at this point in the history
  • Loading branch information
hhxsv5 committed Feb 21, 2019
1 parent 751a06d commit 42ee2d2
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 42ee2d2

Please sign in to comment.