Authorization: Bearer ********************curl --location '/v2.0/payment/crypto/checkouts/cryptos?participantCode=undefined&orderCurrency=undefined'{
"code": "SUCCESS",
"msg": "Checkout retrieved successfully",
"data": {
"participantCode": "string",
"orderCurrency": "string",
"acceptableCryptos ": [
{
"cryptoCurrency ": "string",
"blockchains": [
"string"
]
}
]
}
}