Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • BinaryOptionsMarketInfo

Index

Properties

expirationTimestamp: string

Defines the expiration time for the market in UNIX seconds.

makerFeeRate: string

Defines the fee percentage makers pay when trading (in quote asset)

marketId: string

Binary Options Market ID is crypto.Keccak256Hash([]byte((oracleType.String()

  • ticker + quoteDenom + oracleSymbol + oracleProvider)))
marketStatus: string

The status of the market

minPriceTickSize: string

Defines the minimum required tick size for the order's price

minQuantityTickSize: string

Defines the minimum required tick size for the order's quantity

oracleProvider: string

Oracle provider

oracleScaleFactor: number

OracleScaleFactor

oracleSymbol: string

Oracle symbol

oracleType: string

Oracle Type

quoteDenom: string

Coin denom used for the quote asset.

quoteTokenMeta: undefined | TokenMeta

Token metadata for quote asset, only for Ethereum-based assets

serviceProviderFee: string

Percentage of the transaction fee shared with the service provider

settlementPrice: string

Defines the settlement price of the market

settlementTimestamp: string

Defines the settlement time for the market in UNIX seconds.

takerFeeRate: string

Defines the fee percentage takers pay when trading (in quote asset)

ticker: string

A name of the binary options market.

Generated using TypeDoc