v8
OpenAPI 3.1.02026-08-033623795.0 MBAccounts
List Account Reserves
Lists what the account's held balance is made of, one entry per currency: the total held, why each part is held, and the days it unlocks.
get/accounts/{account_id}/reserves
Path parameters
account_idstring required
Account ID, prefixed biz_.
Headers
Api-Version-Datestring
Example:2026-07-31
Pins the request to a dated API version.
Response
empty when nothing is held
Example response
{
"data": [
{
"by_type": [
{
"type": "regular"
}
]
}
]
}