取得充提配置
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 |