request(
"GET",
"/v1/custody/mpc/get_supported_coins/",
{
"chain_code": "ETH"
},
api_key, api_secret, host
)
{
"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
}
]
}
}
request(
"GET",
"/v1/custody/mpc/get_supported_coins/",
{
"chain_code": "ETH"
},
api_key, api_secret, host
)
{
"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
}
]
}
}
Show object
Show object
request(
"GET",
"/v1/custody/mpc/get_supported_coins/",
{
"chain_code": "ETH"
},
api_key, api_secret, host
)
{
"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
}
]
}
}
Was this page helpful?