curl --location --request GET '/v1.0/payment/crypto/getCryptoCollection?collectionId'{
"code": "string",
"msg": "string",
"data": {
"collectionId": "string",
"status": 1,
"blockchain": "string",
"currency": "string",
"amount": 0,
"blockNum": 0,
"confirmationCount": 0,
"nonce": 0,
"txHash": "string",
"gasFeeCurrency": "string",
"gasFeeAmount": 0,
"fromAddress": "string",
"toAddress": "string",
"detectedAt": 0,
"blockchainConfirmedAt": 0
}
}