UNPKG

@exchanges/binance

Version:

Exchange provider for Binance API

8 lines (7 loc) 355 B
import { BinanceSignedClient } from '../../../clients'; export interface CrossMarginAccountTransferPayload { } export interface CrossMarginAccountTransferResponse { coin: string; } export declare function crossMarginAccountTransfer(client: BinanceSignedClient, payload: CrossMarginAccountTransferPayload): Promise<CrossMarginAccountTransferResponse>;