| Item | Value |
|---|---|
| API Status | Stable |
| Current Version | v1.0 |
| Backward Compatibility | No |
| Applicable Environment | Production |
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": "string",
"txHash": "string",
"gasFeeCurrency": "string",
"gasFeeAmount": 0,
"fromAddress": "string",
"toAddress": "string",
"detectedAt": 0,
"blockchainConfirmedAt": 0
}
}