Skip to content

There is no futuresSymbolConfig function #955

@luiztools

Description

@luiztools

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);
 }

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions