cn.coralglobal.partner.api.common.Result<cn.coralglobal.partner.api.model.dto.v2.CurrentRateDTO>
{
"code": 0,
"msg": "string",
"data": {
"buyCurrency": "string",
"sellCurrency": "string",
"currencyPair": "string",
"exchangeRate": 0,
"buyAmount": 0,
"sellAmount": 0,
"validFromAt": "string",
"validToAt": "string",
"validity": "string"
}
}