curl --location --request GET '/v1.0/payment/crypto/getConvertibleCryptos?participantCode&destinationCurrency'{
"code": "string",
"msg": "string",
"data": {
"participantCode": "string",
"destinationCurrency": "string",
"cryptos": [
{
"crypto": "string",
"blockchains": [
"string"
]
}
]
}
}