| Item | Value |
|---|---|
| API Status | Stable |
| Current Version | v1.0 |
| Backward Compatibility | No |
| Applicable Environment | Production |
curl --location --request GET '/v1.0/payment/crypto/getCryptoRefund?refundId'{
"code": "string",
"msg": "string",
"data": {
"cryptoRefundId": "string",
"originalTransactionType": 1,
"originalTransactionId": "string",
"participantCode": "string",
"clientReference": "string",
"status": 1,
"blockchain": "string",
"currency": "string",
"amount": "string",
"refundAddress": "string",
"feeCurrency": "string",
"feeAmount": "string",
"txnHash": "string"
}
}