-
Notifications
You must be signed in to change notification settings - Fork 769
Closed
Description
Would be great to have a futuresSymbolConfig function in order to check current margin type and leverage for a specific symbol as below.
https://developers.binance.com/docs/derivatives/usds-margined-futures/account/rest-api/Symbol-Config
type SymbolConfig = {
symbol: string,
marginType: string,
isAutoAddMargin: boolean,
leverage: number,
maxNotionalValue: string,
}
async futuresSymbolConfig(params: Dict = {}): Promise<SymbolConfig> {
return await this.privateFuturesRequest('v1/symbolConfig', params);
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels