username:password
Authorization: Basic *****************
curl --location -g --request GET '/operator/report/transfer?clientId={{clientid}}&startDate={{startdate}}&endDate={{enddate}}' \
--header 'Authorization: Basic Og=='
{
"errorCode": null,
"error": null,
"data": [
{
"playerId": "389273",
"type": "TRANSFER_IN",
"amount": 10,
"currency": "CNY",
"newBalance": 10,
"createdDate": 1688693039316,
"txId": "2800"
},
{
"playerId": "389273",
"type": "TRANSFER_OUT",
"amount": -5.0005,
"currency": "CNY",
"newBalance": 4.9995,
"createdDate": 1688697136643,
"txId": "2801"
}
]
}