View availability information by market.

Request Parameters

Field NameDescriptionType
market *Market IDString

Response

📘

Support for new order types and conditions (Check available markets through the Announcement)

ask_types’, ‘bid_types’ Fields' Order Types Added

  • ask_types: limit_ioc, limit_fok, best_ioc, best_fok
  • bid_types: limit_ioc, limit_fok, best_ioc, best_fok

🚧

When requesting an order through Open API, use ask_types, bid_types instead of market.order_types as this field is deprecated.

Field NameDescriptionType
bid_feeBuying Fee RatioNumberString
ask_feeSelling Fee RatioNumberString
marketMarketObject
market.idMarket Unique KeyString
market.nameMarket NameString
market.order_typesSupport Order Method DeprecatedArray[String]
ask_typesSell Order Support MethodArray[String]
bid_typesBuy Order Support MethodArray[String]
market.order_sidesSupport Order TypeArray[String]
market.bidBuying RestrictionsObject
market.bid.currencyCapitalized English Code referring to CurrencyString
market.bid.price_unitOrder Amount UnitString
market.bid.min_totalMinimum Buying/Selling AmountNumber
market.askSell RestrictionsObject
market.ask.currencyCapitalized English Code referring to CurrencyString
market.ask.price_unitOrder Amount UnitString
market.ask.min_totalMinimum Buying/Selling AmountNumber
market.max_totalMinimum Buying/Selling AmountNumberString
market.stateMarket Operation StatusString
bid_accountAccount Status of the Currency used for buyingObject
bid_account.currencyCapitalized English Code referring to CurrencyString
bid_account.balanceOrderable Amount/QuantityNumberString
bid_account.lockedOrder Tied Amount/QuantityNumberString
bid_account.avg_buy_priceAverage Buying PriceNumberString
bid_account.avg_buy_price_modifiedAverage Buying Price Revision Y/NBoolean
bid_account.unit_currencyAverage Unit Price Standard CurrencyString
ask_accountAccount Status of the Currency used for sellingObject
ask_account.currencyCapitalized English Code referring to CurrencyString
ask_account.balanceOrderable Amount/QuantityNumberString
ask_account.lockedOrder Tied Amount/QuantityNumberString
ask_account.avg_buy_priceAverage Buying PriceNumberString
ask_account.avg_buy_price_modifiedAverage Buying Price Revision Y/NBoolean
ask_account.unit_currencyAverage Unit Price Standard CurrencyString
Language