get
https://EXCHANGE-REGION-ENDPOINT-URL.com/v1/orders/chance
Request Parameters
| Field Name | Description | Type |
|---|---|---|
| market * | Market ID | String |
Response
New order type & optionsNew 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_typesfield is deprecated. Kindly use theask_typesandbid_typesfields to request an order.
| Field Name | Description | Type |
|---|---|---|
| bid_fee | Buying Fee Ratio | NumberString |
| ask_fee | Selling Fee Ratio | NumberString |
| maker_bid_fee | Maker fee rate for buy orders | NumberString |
| maker_ask_fee | Maker fee rate for sell orders | NumberString |
| market | Market | Object |
| market.id | Market Unique Key | String |
| market.name | Market Name | String |
| market.order_types | Support Order Method (deprecated) | Array[String] |
| market.ask_types | Sell Order Support Method | Array[String] |
| market.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.bid.price_unit | Order Amount Unit (deprecated) | String |
| market.bid.min_total | Minimum order amount for buying (in quote currency, e.g., SGD, THB, IDR) | NumberString |
| market.ask | Sell Restrictions | Object |
| market.ask.currency | Capitalized English Code referring to Currency | String |
| market.ask.price_unit | Order Amount Unit (deprecated) | String |
| market.ask.min_total | Minimum order amount for selling (in quote currency, e.g.,SGD, THB, IDR) | NumberString |
| 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 |
