UNPKG

@exchanges/binance

Version:

Exchange provider for Binance API

8 lines (7 loc) 430 B
import { BinanceSignedClient } from '../../../clients'; export interface ToggleBNBBurnOnSpotTradeAndMarginInterestPayload { } export interface ToggleBNBBurnOnSpotTradeAndMarginInterestResponse { coin: string; } export declare function toggleBNBBurnOnSpotTradeAndMarginInterest(client: BinanceSignedClient, payload: ToggleBNBBurnOnSpotTradeAndMarginInterestPayload): Promise<ToggleBNBBurnOnSpotTradeAndMarginInterestResponse>;