| Item | Value |
|---|---|
| API Status | Stable |
| Current Version | v2.0 |
| Backward Compatibility | Yes |
| Applicable Environment | Production |
| Applicable User Roles | PSP and Direct Client |
curl --location --request GET '/v2.0/payment/crypto/getCryptoCollection?collectionId'{
"code": "string",
"msg": "string",
"data": {
"collectionId": "string",
"status": 1,
"blockchain": "string",
"currency": "string",
"amount": "string",
"blockNum": 0,
"confirmationCount": 0,
"nonce": "string",
"txHash": "string",
"gasFeeCurrency": "string",
"gasFeeAmount": 0,
"fromAddress": "string",
"toAddress": "string",
"detectedAt": 0,
"blockchainConfirmedAt": 0
}
}