{
"card_id": "1952640796553510913",
"start_date":"",
"end_date": "",
"page_number": "1",
"page_size": "100",
"company_id": "{{companyId}}",
"sign": "{{sign}}"
}
curl --location --request POST 'https://sandbox.vcc.top/api/card/transaction' \
--header 'Content-Type: application/json' \
--data-raw '{
"card_id": "1952640796553510913",
"start_date":"",
"end_date": "",
"page_number": "1",
"page_size": "100",
"company_id": "{{companyId}}",
"sign": "{{sign}}"
}'
{
"code": "0000",
"message": "Success",
"result": {
"records": [
{
"fee": 0.01,
"status": "1",
"transaction_no": "1950848986256637952",
"transaction_time": "2025-07-31T15:09:04.000+00:00",
"transaction_type": "15",
"currency": "USD",
"amount": -0.9,
"source_currency": "USD",
"source_amount": -1,
"description": "",
"is_cross_border": "1"
}
],
"record_total": 1,
"page_number": 1,
"page_size": 100,
"page_total": 1
}
}