feat(#339): add longshort ratio v5 method
This commit is contained in:
@@ -120,7 +120,7 @@ export interface SpotInstrumentInfoV5 {
|
||||
riskParameters: {
|
||||
limitParameter: string;
|
||||
marketParameter: string;
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
type InstrumentInfoV5Mapping = {
|
||||
@@ -290,3 +290,10 @@ export interface DeliveryPriceV5 {
|
||||
deliveryPrice: string;
|
||||
deliveryTime: string;
|
||||
}
|
||||
|
||||
export interface LongShortRatioV5 {
|
||||
symbol: string;
|
||||
buyRatio: string;
|
||||
sellRatio: string;
|
||||
timestamp: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user