Skip to content

Commit 2d9d00a

Browse files
authored
Merge pull request #20 from hhxsv5/master
fix full orderbook v2
2 parents 2ff3416 + 42ee2d2 commit 2d9d00a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PublicApi/Symbol.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ public function getAggregatedPartOrderBook($symbol, $depth = 20)
7878
*/
7979
public function getAggregatedFullOrderBook($symbol)
8080
{
81-
$response = $this->call(Request::METHOD_GET, '/api/v1/market/orderbook/level2', compact('symbol'));
81+
$response = $this->call(Request::METHOD_GET, '/api/v2/market/orderbook/level2', compact('symbol'));
8282
return $response->getApiData();
8383
}
8484

0 commit comments

Comments
 (0)