{
"filter": {
"credit_type": "user_dollar",
"end_date": "2023-06-30",
"start_date": "2023-06-01"
},
"limit": 10,
"offset": 0
}
curl --location --request POST 'https://api.ipcola.com/api/deposit/query' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"filter": {
"credit_type": "user_dollar",
"end_date": "2023-06-30",
"start_date": "2023-06-01"
},
"limit": 10,
"offset": 0
}'
{
"data": [
{
"amount": 0,
"created_unixtime": 0,
"credit_type": "string",
"id": 0,
"log": "string",
"operator_id": 0,
"payment_id": 0,
"payment_type": "string",
"tag": "string",
"user_id": 0
}
],
"meta_message": "string",
"meta_status": 0,
"total_count": 0
}