---
title: "Edit a bond"
method: POST
path: "/bonds/edit_bond"
tags: ["Bonds Module"]
---

# Edit a bond

`POST /bonds/edit_bond`

Edit a bond

## Request body

- BondEdit
  - `base_req` BaseReq
    - `from` string — Sender address or Keybase name to generate a transaction
    - `memo` string
    - `chain_id` string
    - `account_number` string
    - `sequence` string
    - `gas` string
    - `gas_adjustment` string
    - `fees` StakeCoin[]
      - `denom` string
      - `amount` string
    - `simulate` boolean — Estimate gas for a transaction (cannot be used in conjunction with generate_only)
  - `token` string
  - `name` string
  - `description` string
  - `order_quantity_limits` string
  - `sanity_rate` string
  - `sanity_margin_percentage` string
  - `signers` string

## Response `default`

Default response

---

[API](https://skmtc.net/ixoworld/apis/bonds-module-extension-of-gaia-lite-for-cosmos.md) · [All operations](https://skmtc.net/ixoworld/apis/bonds-module-extension-of-gaia-lite-for-cosmos/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ixoworld/bonds-module-extension-of-gaia-lite-for-cosmos/revisions/8731fbe22177/schema)
