v3.5.0: release v5 rest client for bybit APIs

This commit is contained in:
tiagosiebler
2023-02-23 12:15:47 +00:00
parent a786da23e3
commit caf205fe33
3 changed files with 19 additions and 17 deletions

View File

@@ -28,7 +28,7 @@ export interface GetIndexPriceKlineParamsV5 {
limit?: number;
}
export interface GetPremiumIndexPriceKlineParams {
export interface GetPremiumIndexPriceKlineParamsV5 {
category: 'linear';
symbol: string;
interval: KlineIntervalV3;