get https://api.upbit.com/v1/orders/chance
View availability information by market.
Request Parameters
Field Name | Description | Type |
---|---|---|
market * | Market ID | String |
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 ofmarket.order_types
as this field is deprecated.
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.bid.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 | String |
bid_account.balance | Orderable Amount/Quantity | NumberString |
bid_account.locked | Order Tied Amount/Quantity | NumberString |
bid_account.avg_buy_price | Average Buying Price | NumberString |
bid_account.avg_buy_price_modified | Average Buying Price Revision Y/N | Boolean |
bid_account.unit_currency | Average Unit Price Standard Currency | String |
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 |