Interface Trade

Hierarchy

  • Trade

Properties

amount: string
cost: string
datetime: string
fee?: Fee
id: string
info: Record<string, any>
order?: string
price: string
side: "buy" | "sell"
symbol: `${string}/${string}`
takerOrMaker: "taker" | "maker"
timestamp: number
type?: string

Generated using TypeDoc