curl --location 'https://api.trustpay.money/v3/vcard/charges' \
--header 'Content-Type: application/json' \
--data '{
"page": 1,
"page_size": 20,
"sign": ""
}'{
"code": 880001,
"message": "success",
"data": {
"items": [
{
"order_no": "VC2026031219d38db6",
"card_id": 5,
"charge_type": "CARD_CHARGE",
"amount": 30,
"fee": 11,
"balance": 19,
"chain": "BSC",
"deposit_address": "0xeef1c4dd50351067694e6060235398c8293e4bd7",
"status": 2,
"created_at": "2026-03-12T14:05:52.408502+08:00",
"updated_at": "2026-03-12T14:05:52.408503+08:00"
}
],
"total": 1
}
}