get https://EXCHANGE-REGION-ENDPOINT-URL.com/v1/orders/chance
Request Parameters
Field Name | Description | Type |
---|---|---|
market * | Market ID | String |
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 theask_types
andbid_types
fields to request an order.
Field Name | Description | Type |
---|---|---|
bid_fee | Buying Fee Ratio | NumberString |
ask_fee | Selling Fee Ratio | NumberString |
market | Market | Object |
market.id | Market Unique Key | String |
market.name | Market Name | String |
market.order_types | Support Order Method Deprecated | Array[String] |
ask_types | Sell Order Support Method | Array[String] |
bid_types | Buy Order Support Method | Array[String] |
market.order_sides | Support Order Type | Array[String] |
market.bid | Buying Restrictions | Object |
market.bid.currency | Capitalized English Code referring to Currency | String |
market.bit.price_unit | Order Amount Unit | String |
market.bid.min_total | Minimum Buying/Selling Amount | Number |
market.ask | Sell Restrictions | Object |
market.ask.currency | Capitalized English Code referring to Currency | String |
market.ask.price_unit | Order Amount Unit | String |
market.ask.min_total | Minimum Buying/Selling Amount | Number |
market.max_total | Minimum Buying/Selling Amount | NumberString |
market.state | Market Operation Status | String |
bid_account | Account Status of the Currency used for buying | Object |
bid_account.currency | Capitalized English Code referring to Currency | NumberString |
bid_account.balance | Orderable Amount/Quantity | NumberString |
bid_account.locked | Order Tied Amount/Quantity | NumberString |
bid_account.avg_buy_price | Average Buying Price | Boolean |
bid_account.avg_buy_price_modified | Average Buying Price Revision Y/N | String |
bid_account.unit_currency | Average Unit Price Standard Currency | Object |
ask_account | Account Status of the Currency used for selling | Object |
ask_account.currency | Capitalized English Code referring to Currency | String |
ask_account.balance | Orderable Amount/Quantity | NumberString |
ask_account.locked | Order Tied Amount/Quantity | NumberString |
ask_account.avg_buy_price | Average Buying Price | NumberString |
ask_account.avg_buy_price_modified | Average Buying Price Revision Y/N | Boolean |
ask_account.unit_currency | Average Unit Price Standard Currency | String |