UNPKG

@exchanges/binance

Version:

Exchange provider for Binance API

4 lines (3 loc) 213 B
import { BinanceSignedClient } from '../../../clients'; export declare type GetCurrentPositionModeResponse = boolean; export declare function getCurrentPositionMode(client: BinanceSignedClient): Promise<boolean>;