feat(): add/update missing v5 market endpoints. add api doc examples for each endpoint.
This commit is contained in:
@@ -24,7 +24,7 @@ export type OHLCVKlineV5 = [
|
||||
string,
|
||||
string,
|
||||
string,
|
||||
string
|
||||
string,
|
||||
];
|
||||
|
||||
/**
|
||||
@@ -257,8 +257,15 @@ export interface RiskLimitV5 {
|
||||
maxLeverage: string;
|
||||
}
|
||||
|
||||
/** @deprecated use DeliveryPriceV5 instead */
|
||||
export interface OptionDeliveryPriceV5 {
|
||||
symbol: string;
|
||||
deliveryPrice: string;
|
||||
deliveryTime: string;
|
||||
}
|
||||
|
||||
export interface DeliveryPriceV5 {
|
||||
symbol: string;
|
||||
deliveryPrice: string;
|
||||
deliveryTime: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user