ConvertRequest
fromAssetstringrequired
From asset
Possible values: non-empty
toAssetstringrequired
To asset
Possible values: non-empty
amountstringrequired
The amount to convert from an asset, which should be greater than 0. The maximum integer digits is 14 and the maximum decimal places is 10.
ConvertRequest
{
"fromAsset": "string",
"toAsset": "string",
"amount": "string"
}