Request Parameters

Field NameDescriptionType
market *Market IDString

Response

📘

New order type & options

New order methods have been added to the 'ask_types' and 'bid_types' fields.

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

🚧

The market.order_types field is deprecated. Kindly use the ask_types and bid_types fields to request an order.

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.bit.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 CurrencyNumberString
bid_account.balanceOrderable Amount/QuantityNumberString
bid_account.lockedOrder Tied Amount/QuantityNumberString
bid_account.avg_buy_priceAverage Buying PriceBoolean
bid_account.avg_buy_price_modifiedAverage Buying Price Revision Y/NString
bid_account.unit_currencyAverage Unit Price Standard CurrencyObject
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
Click Try It! to start a request and see the response here!