跳到主要内容

ConvertRequest

fromAssetstring必填

源资产

可选值: 非空

toAssetstring必填

目标资产

可选值: 非空

amountstring必填

从源资产兑换的数量,须大于 0。最大整数位数为 14 位,最大小数位数为 10 位。

ConvertRequest
{
"fromAsset": "string",
"toAsset": "string",
"amount": "string"
}