Options
All
  • Public
  • Public/Protected
  • All
Menu

Exchange details.

Hierarchy

  • Exchange

Index

Properties

amount

amount: Decimal

Amount in base currency.

createdAt

createdAt: number

Epoch timestamp when exchange was created.

creditAccountId

creditAccountId: string

Credit Account identifier.

creditTransactionId

creditTransactionId: string | null

Credit Transaction identifier.

debitAccountId

debitAccountId: string

Debit Account identifier.

debitTransactionId

debitTransactionId: string | null

Debit Transaction identifier.

id

id: string

Identifier

nonce

nonce: string | null

Exchange nonce or null. Used to prevent double spend.

pair

pair: string

Exchange pair, e.g. "ETH-GBP".

price

price: Decimal

Exchange quote price.

quote

quote: Quote

Exchange rate quote used.

rates

Exchange rates at the time exchange was made. This can be used to display amounts in local currency to the user.

side

Exchange side, "BUY" or "SELL".

status

Exchange status.

updatedAt

updatedAt: number

Epoch timestamp when exchange was updated

Legend

  • Property
  • Method
  • Property
  • Inherited property
  • Static property

Generated using TypeDoc