mirror of
https://github.com/orionprotocol/sdk.git
synced 2026-04-04 20:18:03 +03:00
Docs improvements
This commit is contained in:
@@ -19,7 +19,7 @@ class PriceFeed {
|
||||
timeStart: number,
|
||||
timeEnd: number,
|
||||
interval: '5m' | '30m' | '1h' | '1d',
|
||||
exchange: string,
|
||||
exchange = 'all',
|
||||
) => {
|
||||
const url = new URL(this.candlesUrl);
|
||||
url.searchParams.append('symbol', symbol);
|
||||
|
||||
Reference in New Issue
Block a user