v3.3.6: add response type for contract ticker
This commit is contained in:
@@ -33,3 +33,27 @@ export interface ContractHistoricOrder {
|
||||
triggerDirection: number;
|
||||
positionIdx: number;
|
||||
}
|
||||
|
||||
export interface ContractSymbolTicker {
|
||||
symbol: string;
|
||||
bidPrice: string;
|
||||
askPrice: string;
|
||||
lastPrice: string;
|
||||
lastTickDirection: string;
|
||||
prevPrice24h: string;
|
||||
price24hPcnt: string;
|
||||
highPrice24h: string;
|
||||
lowPrice24h: string;
|
||||
prevPrice1h: string;
|
||||
markPrice: string;
|
||||
indexPrice: string;
|
||||
openInterest: string;
|
||||
turnover24h: string;
|
||||
volume24h: string;
|
||||
fundingRate: string;
|
||||
nextFundingTime: string;
|
||||
predictedDeliveryPrice: string;
|
||||
basisRate: string;
|
||||
deliveryFeeRate: string;
|
||||
deliveryTime: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user