Skip to main content

Overview

Query the change history of your card account balance.

Balance Change Records

cURL -X POST /card-api/v1/balance/change/records
-H 'Content-Type: application/json'
-H 'Authorization: {token}'
-d '{
"cursor": "",
"bill_currency_list": [
"USD"
],
"fund_type_list": [
"20"
],
"from_changed_at": "2025-06-06T10:45:40+08:00",
"program_value_list": [
"6"
],
"limit": 10,
"to_changed_at": "2025-06-29T10:45:40+08:00",
"ascending": false,
"moving_account_currency_list": [
"USD"
]
}'
ParameterDescriptionType
limitNumber of records to query
from_changed_atStart time of the balance change
to_changed_atEnd time of the balance change
bill_currency_listBilling currency listARRAY
fund_type_listFund type
  • 20 : Card limit creation
  • 21 : Monthly bill
  • 22 : Settlement of monthly bill
  • 23 : Release limit
  • 24 : Forex sell
  • 25 : Forex buy
  • 28 : Card payout
program_value_listAccount card type listARRAY
moving_account_currency_listCurrency of the balance changeARRAY
{
"code": "200",
"msg": "Success",
"trace_id": "686bc53dbdbc4d05ab616632cd63c0ef",
"data": {
"data": [
{
"program_value": 6,
"moving_account_Time": "2025-06-10T15:33:27+08:00",
"moving_account_type": 1,
"fund_type": 20,
"batch_no": "102902",
"bill_amount": 100,
"bill_currency": "USD",
"moving_account_amount": 100,
"moving_account_currency": "USD",
"card_limit_currency": "USD",
"card_limit_amount": 12555.4,
"card_exchange_rate": 1.0000000000,
"card_exchange_time": null
},
{
"program_value": 6,
"moving_account_Time": "2025-06-10T14:50:49+08:00",
"moving_account_type": 1,
"fund_type": 20,
"batch_no": "102901",
"bill_amount": 100,
"bill_currency": "USD",
"moving_account_amount": 100,
"moving_account_currency": "USD",
"card_limit_currency": "USD",
"card_limit_amount": 12455.4,
"card_exchange_rate": 1.0000000000,
"card_exchange_time": null
},
"next_cursor": "3620",
"has_more": true
}
}
FieldsDescription
has_moreWhether there are more pages
program_value_listProgram value
moving_account_TimeTime of balance movement
moving_account_typeType of movement
  • 1: credit
  • 2: debit
fund_typeFund type
batch_noBatch number
bill_amountBilling amount
bill_currencyBilling currency
moving_account_amountAmount of balance change
moving_account_currencyCurrency of balance change
card_limit_currencyCard limit currency
card_limit_amountCard limit amount
card_exchange_rateExchange rate used for the card
card_exchange_timeTime of currency conversion