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

@@ -130,5 +130,8 @@ export interface GetLongShortRatioParamsV5 {
category: 'linear' | 'inverse';
symbol: string;
period: OpenInterestIntervalV5;
startTime?: string;
endTime?: string;
limit?: number;
cursor?: string;
}