bybit-api 3.10.25 → 3.10.27
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/rest-client-v5.d.ts
CHANGED
|
@@ -126,9 +126,7 @@ export declare class RestClientV5 extends BaseRestClient {
|
|
|
126
126
|
* Covers: USDC futures / Inverse futures / Option
|
|
127
127
|
*/
|
|
128
128
|
getDeliveryPrice(params: GetDeliveryPriceParamsV5): Promise<APIResponseV3WithTime<CategoryCursorListV5<DeliveryPriceV5[]>>>;
|
|
129
|
-
getLongShortRatio(params: GetLongShortRatioParamsV5): Promise<APIResponseV3WithTime<
|
|
130
|
-
list: LongShortRatioV5[];
|
|
131
|
-
}>>;
|
|
129
|
+
getLongShortRatio(params: GetLongShortRatioParamsV5): Promise<APIResponseV3WithTime<CursorListV5<LongShortRatioV5[]>>>;
|
|
132
130
|
/**
|
|
133
131
|
*
|
|
134
132
|
****** Trade APIs
|
package/package.json
CHANGED