v3.10.23 feat(): updated request params

This commit is contained in:
Jerko J
2024-11-18 11:37:33 +01:00
parent 9fae2e0551
commit a06fe80c5f
4 changed files with 7 additions and 4 deletions

View File

@@ -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);
}