{
"success": true,
"result": {
"coins": [
{
"coin": "ETH",
"display_code": "ETH",
"description": "Ethereum",
"decimal": 18,
"can_deposit": True,
"can_withdraw": True,
"confirming_threshold": 12
},
{
"coin": "ETH_USDT",
"display_code": "USDT",
"description": "",
"decimal": 6,
"can_deposit": True,
"can_withdraw": True,
"confirming_threshold": 12
}
]
}
}