---
title: "Buy from a bond. In the case of a swapper bond, this adds liquidity."
method: POST
path: "/bonds/buy"
tags: ["Bonds Module"]
---

# Buy from a bond. In the case of a swapper bond, this adds liquidity.

`POST /bonds/buy`

Buy tokens from a bond

## Request body

- object
  - `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)
  - `bond_token` string
  - `bond_amount` string
  - `max_prices` 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)
