UNPKG

@exchanges/binance

Version:

Exchange provider for Binance API

8 lines (7 loc) 300 B
import { BinanceSignedClient } from '../../../clients'; export interface QueryLoanRecordPayload { } export interface QueryLoanRecordResponse { coin: string; } export declare function queryLoanRecord(client: BinanceSignedClient, payload: QueryLoanRecordPayload): Promise<QueryLoanRecordResponse>;