UNPKG

@tatumio/tatum-v1

Version:

Tatum API client allows browsers and Node.js clients to interact with Tatum API.

12 lines (11 loc) 270 B
import { TradeType } from './TradeType'; export declare class OrderBookRequest { type: TradeType; price: string; amount: string; pair: string; currency1AccountId: string; currency2AccountId: string; fee?: number; feeAccountId?: string; }