Skip to content

Commit

Permalink
Merge pull request #31 from t0chk/master
Browse files Browse the repository at this point in the history
little fixes
  • Loading branch information
tiagosiebler committed Dec 5, 2023
2 parents 8421be8 + 9d6cfe3 commit 5ce76bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/futures-client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export class FuturesClient extends BaseRestClient {
endTime: string,
limit?: string,
kLineType?: 'market' | 'mark' | 'index'
): Promise<FuturesCandleData[]> {
): Promise<APIResponse<FuturesCandleData[]>> {
return this.get('/api/mix/v1/market/candles', {
symbol,
granularity,
Expand Down

0 comments on commit 5ce76bf

Please sign in to comment.