{
"data": [
{
"id": "vac_...",
"asset": { "code": "USD" },
"status": "active",
"balances": [
{
"available": { "code": "USD", "amount": "0.00" },
"pending": { "code": "USD", "amount": "0.00" },
"frozen": { "code": "USD", "amount": "0.00" }
}
],
"depositInstructions": [
{
"type": "domestic_usd",
"accountNumber": "123456789",
"beneficiaryName": "Example Customer",
"beneficiaryAddress": "1 Main St, New York, NY",
"bank": {
"legalName": "Example Bank",
"address": "2 Bank St, New York, NY"
},
"rails": [
{ "rail": "ach", "routingNumber": "021000021", "sameDayEligible": false },
{ "rail": "fedwire", "routingNumber": "021000021" },
{ "rail": "rtp", "routingNumber": "021000021", "networks": ["TCH"] }
]
}
],
"activatedAt": "2026-04-30T00:00:00.000Z",
"createdAt": "2026-04-30T00:00:00.000Z",
"updatedAt": "2026-04-30T00:00:00.000Z"
}
],
"meta": {
"mode": "cursor",
"nextCursor": null,
"previousCursor": null,
"total": 1
}
}