@@ -108,7 +108,7 @@ export class FuturesClient extends BaseRestClient {
|
|||||||
endTime: string,
|
endTime: string,
|
||||||
limit?: string,
|
limit?: string,
|
||||||
kLineType?: 'market' | 'mark' | 'index'
|
kLineType?: 'market' | 'mark' | 'index'
|
||||||
): Promise<FuturesCandleData[]> {
|
): Promise<APIResponse<FuturesCandleData[]>> {
|
||||||
return this.get('/api/mix/v1/market/candles', {
|
return this.get('/api/mix/v1/market/candles', {
|
||||||
symbol,
|
symbol,
|
||||||
granularity,
|
granularity,
|
||||||
|
|||||||
Reference in New Issue
Block a user