get https://EXCHANGE-REGION-ENDPOINT-URL.com/v1/withdraws/chance
Response
Field Name | Description | Type |
---|---|---|
member_level | User Security Level Information | Object |
member_level.security_level | User Security Level | Integer |
member_level.fee_level | User Fee Level | Integer |
member_level.email_verified | User E-mail Authentication Y/N | Boolean |
member_level.identity_auth_verified | User Real Name Verification Y/N | Boolean |
member_level.bank_account_verified | User Account Verification Y/N | Boolean |
member_level.locked | User Account Protection Status | Boolean |
member_level.wallet_locked | User Withdrawal Protection Status | Boolean |
currency | Currency Information | Object |
currency.code | Capitalized English Code referring to Currency | String |
currency.withdraw_fee | Currency Withdrawal Fee | NumberString |
currency.is_coin | Currency digital asset Y/N | Boolean |
currency.wallet_state | Selected Currency Wallet Status | String |
currency.wallet_support | Selected Currency Deposit/Withdrawal information | Array[String] |
account | User Account Information | Object |
account.currency | Capitalized English Code referring to Currency | String |
account.balance | Orderable Amount/Quantity | NumberString |
account.locked | Order Tied Amount/Quantity | NumberString |
account.avg_buy_price | Average Buying Price | NumberString |
account.avg_buy_price_modified | Average Buying Price Revision Y/N | Boolean |
account.unit_currency | Average Unit Price Standard Currency | String |
withdraw_limit | Withdrawal Restriction Information | Object |
withdraw_limit.currency | Capitalized English Code referring to Currency | String |
withdraw_limit.minimum | Minimum Withdrawal Amount/Quantity | NumberString |
withdraw_limit.onetime | Single transaction Withdrawal Limit | NumberString |
withdraw_limit.daily | Daily Withdrawal Limit | NumberString |
withdraw_limit.remaining_daily | Remaining Daily Withdrawal Limit | NumberString |
withdraw_limit.remaining_daily_krw | Total Remaining Daily Withdrawal Limit | NumberString |
withdraw_limit.fixed | Number of Decimal Points for Withdrawal Amount/Quantity | Integer |
withdraw_limit.can_withdraw | Withdrawal Support Y/N | Boolean |