{
"Data": {
"Balance": [
{
"AccountId": "text",
"CreditDebitIndicator": "Credit",
"Type": "ClosingAvailable",
"DateTime": "2025-02-05T03:48:58.750Z",
"Amount": {
"Amount": "text",
"Currency": "text"
},
"CreditLine": [
{
"Included": true,
"Type": "Available",
"Amount": {
"Amount": "text",
"Currency": "text"
}
}
]
}
]
},
"Links": {
"Self": "https://example.com",
"First": "https://example.com",
"Prev": "https://example.com",
"Next": "https://example.com",
"Last": "https://example.com"
},
"Meta": {
"TotalPages": 1,
"FirstAvailableDateTime": "2025-02-05T03:48:58.750Z",
"LastAvailableDateTime": "2025-02-05T03:48:58.750Z"
}
}