{
"type": "WITHDRAW",
"case_id": "",
"reference_id": "",
"currency": "",
"status": "",
"start_time": 1688140800000,
"page": 1,
"page_size": 20
}curl --location --request POST 'https://sandbox-gateway.pingpongx.com/v1/fx/openapi/fund/record' \
--header 'access_token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "WITHDRAW",
"case_id": "",
"reference_id": "",
"currency": "",
"status": "",
"start_time": 1688140800000,
"page": 1,
"page_size": 20
}'{
"code": 0,
"data": {
"total": 0,
"records": [
{
"case_id": "string",
"type": "string",
"currency": "string",
"amount": 0,
"card_id": "string",
"status": "string",
"time": 0
}
]
},
"message": null
}