v3.10.23 feat(): updated request params
This commit is contained in:
@@ -510,7 +510,7 @@ export class RestClientV5 extends BaseRestClient {
|
||||
|
||||
getLongShortRatio(
|
||||
params: GetLongShortRatioParamsV5,
|
||||
): Promise<APIResponseV3WithTime<{ list: LongShortRatioV5[] }>> {
|
||||
): Promise<APIResponseV3WithTime<CursorListV5<LongShortRatioV5[]>>> {
|
||||
return this.get('/v5/market/account-ratio', params);
|
||||
}
|
||||
|
||||
|
||||
@@ -130,5 +130,8 @@ export interface GetLongShortRatioParamsV5 {
|
||||
category: 'linear' | 'inverse';
|
||||
symbol: string;
|
||||
period: OpenInterestIntervalV5;
|
||||
startTime?: string;
|
||||
endTime?: string;
|
||||
limit?: number;
|
||||
cursor?: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user