---
title: "Get all the bonds for an address, with merged amounts, regardless of the status"
method: GET
path: "/api/v1/pos/merged-bonds/{address}"
---

# Get all the bonds for an address, with merged amounts, regardless of the status

`GET /api/v1/pos/merged-bonds/{address}`

## Path parameters

- `address` string, required

## Query parameters

- `page` integer

## Response `200`

A list of bonds.

- object
  - `results` MergedBond[], required
    - `validator` Validator, required
      - `validatorId` string, required
      - `rank` number
      - `address` string, required
      - `votingPower` string, required
      - `maxCommission` string, required
      - `commission` string, required
      - `name` string, required
      - `email` string
      - `website` string
      - `description` string
      - `discordHandle` string
      - `avatar` string
      - `state` 'consensus' | 'belowCapacity' | 'belowThreshold' | 'inactive' | 'jailed' | 'unknown' | 'unjailing' | 'deactivating' | 'reactivating', required
    - `minDenomAmount` string, required
    - `redelegationInfo` RedelegationInfo
      - `earliest_redelegation_epoch` string, required
      - `earliest_redelegation_time` string, required
  - `pagination` Pagination, required
    - `page` string
    - `perPage` string
    - `totalPages` string
    - `totalItems` string

## Changes

- **2025-03-21** `e79fc8b0d45f` — 1 info
  - added the optional property `results/items/redelegationInfo` to the response with the `200` status
- **2025-03-12** `ed02f7f2ea60` — 1 warning
  - removed the optional property `results/items/redelegationInfo` from the response with the `200` status
- **2025-03-10** `c44e55806e74` — 2 breaking, 2 info
  - removed the required property `results/items/redelegationInfo/epoch` from the response with the `200` status
  - removed the required property `results/items/redelegationInfo/time` from the response with the `200` status
  - added the required property `results/items/redelegationInfo/earliest_redelegation_epoch` to the response with the `200` status
  - added the required property `results/items/redelegationInfo/earliest_redelegation_time` to the response with the `200` status
- **2024-12-17** `6893b0238070` — 1 warning
  - removed the optional property `results/items/redelegationInfo` from the response with the `200` status
- **2024-08-05** `59c6fa1e4406` — 1 info
  - added the optional property `results/items/redelegationInfo` to the response with the `200` status

[Change history](https://skmtc.dev/namada-net/apis/namada-interface-indexer-rest-api/changes/api/v1/pos/merged-bonds/:address/get.md)

---

[API](https://skmtc.dev/namada-net/apis/namada-interface-indexer-rest-api.md) · [All operations](https://skmtc.dev/namada-net/apis/namada-interface-indexer-rest-api/llms.txt) · [OpenAPI document](https://skmtc.dev/namada-net/apis/namada-interface-indexer-rest-api/revisions/daeaaf0dd30c?raw)
