Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TradeWithId

Hierarchy

Index

Properties

block_number: number

Block number in which the transaction was added

id: number

Unique ID of the trade among specified market

maker_fee: string

Comission amount from the maker side. If negative then rebate

maker_fee_token_id: number

Token ID in which the maker paid the fee

maker_id: string

Near account ID of the maker

market_id: number

Market ID

order_maker_id: string

Matched order ID from the maker side

order_taker_id: string

Matched order ID from the taker side

price: string

Matching price in the quote currency

quantity: string

Matching quantity in the base currency

side: "ask" | "bid"

bid or ask

taker_fee: string

Comission amount from the taker side

taker_fee_token_id: string

Token ID in which the taker paid the fee

taker_id: string

Near account id of the taker

ts: string

Timestamp in nanoseconds (1 second = 1 * 10^9 nanosecond)

Generated using TypeDoc