Get bonded overview
GET/v1/staking/overview/bonded/fiats/:fiatSymbol
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:
- Per asset — including the bonded amount (in asset units) and its corresponding fiat value.
- Across all assets — showing the total bonded value in the requested fiat currency.
The endpoint also supports asset filtering, allowing partners to query specific subsets of bonded assets after unstaking.
Request
Responses
- 200
- 401
- 403
- 405
- 422
- 429
- 500
- 503
Success Response
Unauthorized
Forbidden
Not Allowed
Validation Error
Too Many Requests
Response Headers
x-ratelimit-limit
The rate limit ceiling for the current time window. Envoy may include multiple limits and window metadata.
Example:
50, 50;w=1x-ratelimit-remaining
The number of requests remaining in the current rate limit window.
Example:
0x-ratelimit-reset
The number of seconds until the current rate limit window resets.
Example:
1x-envoy-ratelimited
Indicates the request was rate limited by the Envoy proxy.
Example:
trueInternal Error
Maintenance or Service unavailable