取得充提配置
HTTP 請求
GET /assets/deposit-withdraw-config
請求參數
參數名 | 是否必須 | 類型 | 說明 |
---|---|---|---|
ccy | true | string | 幣種名稱 |
請求回應
參數名 | 類型 | 說明 |
---|---|---|
asset.ccy | string | 幣種名稱 |
asset.deposit_enabled | bool | 是否開啟儲值 |
asset.withdraw_enabled | bool | 是否開啟提現 |
asset.inter_transfer_enabled | bool | 是否開啟站內轉賬 |
asset.is_st | bool | 是否st |
chains[n].chain | string | 公鏈名稱 |
chains[n].min_deposit_amount | string | 最小儲值量 |
chains[n].min_withdraw_amount | string | 最小提現量 |
chains[n].deposit_enabled | bool | 是否開啟儲值 |
chains[n].withdraw_enabled | bool | 是否開啟提現 |
chains[n].deposit_delay_minutes | string | 儲值入帳延遲分鐘數 |
chains[n].safe_confirmations | string | 安全確認數 |
chains[n].irreversible_confirmations | string | 不可逆確認數 |
chains[n].deflation_rate | string | 通貨緊縮率 |
chains[n].withdrawal_fee | string | 提現手續費 |
chains[n].withdrawal_precision | string | 提現精度 |
chains[n].memo | string | 部分幣種充值需要memo,若不需要則回傳空值 |
chains[n].is_memo_required_for_deposit | string | 提現是否需要memo |
chains[n].explorer_asset_url | string | 區塊鏈瀏覽器資產地址 |
請求範例
GET
/assets/deposit-withdraw-config?ccy=CET
回應範例
{
"code": 0,
"data": {
"asset": {
"ccy": "CET",
"deposit_enabled": true,
"withdraw_enabled": false,
"inter_transfer_enabled": true,
"is_st": false
},
"chains": [
{
"chain": "CSC",
"min_deposit_amount": "0.023",
"min_withdraw_amount": "0.019",
"deposit_enabled" ,
"withdraw_enabled": false,
"deposit_delay_minutes": 0,
"safe_confirmations": 100,
"irreversible_confirmations": 200,
"deflation_raterate":00, confirmations": 200,
"deflation_raterate":
, withi0". "
6,
"memo": "",
is_memo_required_for_deposit": false,
explorer_asset_url": "https://www.coinex.net/token/0x398dca951cd4fc18264d99500170 OK"
}