curl --location 'https://api.elaypay.app/api/v1/consumer/card-products/wallets/ledger/page' \
--header 'X-Timestamp;' \
--header 'X-Nonce;' \
--header 'X-Signature;' \
--header 'X-Signature-Algorithm;' \
--header 'X-Workspace-Id;' \
--header 'X-Api-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"cardWalletBizId": "CW_ABCDEF1234567890",
"ledgerBizId": "CWL_ABCDEF1234567890",
"refBizId": "CBGWO_ABCDEF1234567890",
"page": 0,
"size": 20
}'{
"version": "string",
"timestamp": 0,
"success": true,
"code": "string",
"message": "string",
"data": {
"items": [
{
"bizId": "CWL_ABCDEF1234567890",
"cardBinGroupWalletBizId": "CW_ABCDEF1234567890",
"flowDirection": {
"code": "ACTIVE",
"value": 35010102,
"label": "Active"
},
"bizType": {
"code": "ACTIVE",
"value": 35010102,
"label": "Active"
},
"amount": 100000,
"scale": 2,
"balanceBefore": 100000,
"balanceAfter": 90000,
"refBizId": "TR_ABCDEF1234567890",
"createdAt": 1713628800
}
],
"pagination": {
"totalPages": 0,
"totalRecords": 0,
"currentPage": 0,
"pageSize": 0,
"hasNext": true,
"paginated": true,
"empty": true
}
}
}