Skip to content

Lucid SDK API


Lucid SDK API / PublicTrade

Interface: PublicTrade

Defined in: src/types/index.ts:107

Interface representing a public trade execution.

Properties

id

id: number

Defined in: src/types/index.ts:108


isBestMatch

isBestMatch: boolean

Defined in: src/types/index.ts:114


isBuyerMaker

isBuyerMaker: boolean

Defined in: src/types/index.ts:113


price

price: string

Defined in: src/types/index.ts:109


qty

qty: string

Defined in: src/types/index.ts:110


quoteQty

quoteQty: string

Defined in: src/types/index.ts:111


time

time: number

Defined in: src/types/index.ts:112