This endpoint provides an overview of bonded (locked) assets following an unstake action for assets that have a defined bonding period.
It returns aggregated data both:
The endpoint also supports asset filtering, allowing partners to query specific subsets of bonded assets after unstaking.
Success Response
Unauthorized
Forbidden
Not Allowed
Validation Error
Too Many Requests
Internal Error
Maintenance or Service unavailable
{- "data": [
- {
- "asset_id": "ea8962d5-edee-11eb-9bf0-06502b1fe55d",
- "items": [
- {
- "asset_amount": "1.00000000",
- "fiat_amount": "3750.77",
- "release_date": "2025-10-12T10:58:15.000000Z"
}
]
}
], - "meta": {
- "total_bonded_fiat": "30006.16"
}
}