curl --location --request GET 'https://gateway-openapi.coralglobal.cn/v1/deposit/list' \
--header 'X-Request-Id;'
{
"code": "",
"message": "",
"data": {
"total": 0,
"page": 0,
"item": [
{
"serialNumber": "",
"orderNo": "",
"payer": {
"name": "",
"bankName": "",
"bankNumber": "",
"bankAddress": "",
"country": ""
},
"payee": {
"accountId": "",
"accountName": "",
"accountNumber": "",
"currency": "",
"bankName": "",
"bankAddress": "",
"bankBic": ""
},
"amount": 0.0,
"currency": "",
"postscript": "",
"gmtCreate": "",
"gmtFinish": "",
"status": "",
"reason": ""
}
]
},
"timestamp": ""
}