Authorization: Bearer ********************curl --location --request GET '/v1.0/payment/crypto/getSupportedBlockchains?currency' \
--header 'Authorization: Bearer <token>'{
"code": "string",
"msg": "string",
"data": {
"currency": "string",
"blockchains": [
"string"
]
}
}