Query Transactions
Get all transactions within a specified date range.
Request URI
Request Body
Name
Type
Description
Request Example
{
"app_id": "00000000000000000",
"partner_id": "00000000000000000",
"request_id": "2079Bc5F-339E-8c32-E47D-E35c45db",
"timestamp": "2025-04-07 13:56:55",
"format": "JSON",
"version": "2.0",
"sign_type": "RSA",
"biz_data": {
"order_no": "fE2E44c2-A4cF-C4Fc-40d6-Ee493262",
"start_date": "2025-04-05",
"end_date": "2025-04-08"
},
"random_key": "<generated_key>"
}
// The biz_data in this example needs to be encrypted!Response
Name
Type
Description
Last updated