Skip to main content
GET
Market Info

Response

Successful response

name
string
required

Market pair name

Example:

"SON_USD"

stock
string
required

Ticker of stock currency

Example:

"SON"

money
string
required

Ticker of money currency

Example:

"USD"

stockPrec
string
required

Stock currency precision

Example:

"3"

moneyPrec
string
required

Precision of money currency

Example:

"2"

feePrec
string
required

Fee precision

Example:

"4"

makerFee
string
required

Default maker fee ratio

Example:

"0.001"

takerFee
string
required

Default taker fee ratio

Example:

"0.001"

minAmount
string
required

Minimal amount of stock to trade

Example:

"0.001"

minTotal
string
required

Minimal amount of money to trade

Example:

"0.001"

tradesEnabled
boolean
required

Indicates whether trading is enabled

Example:

true

type
enum<string>
required

Market type. Possible values: spot, futures

Available options:
spot,
futures
Example:

"spot"

maxTotal
string

Maximum total (amount * price) of money to trade

Example:

"10000000000"

isCollateral
boolean

Indicates whether margin trading is enabled

Example:

true