Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • SpotMarketInfo

Index

Properties

baseDenom: string

Coin denom used for the base asset.

baseTokenMeta: undefined | internal.TokenMeta

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

makerFeeRate: string

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

marketId: string

SpotMarket ID is keccak265(baseDenom || quoteDenom)

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

quoteDenom: string

Coin denom used for the quote asset.

quoteTokenMeta: undefined | internal.TokenMeta

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

serviceProviderFee: string

Percentage of the transaction fee shared with the service provider

takerFeeRate: string

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

ticker: string

A name of the pair in format AAA/BBB, where AAA is base asset, BBB is quote asset.

Generated using TypeDoc