---
title: "The properties of the bond"
method: GET
path: "/bonds/{bond_token}"
tags: ["Bonds Module"]
---

# The properties of the bond

`GET /bonds/{bond_token}`

Information about the bond

## Path parameters

- `bond_token` string, required

## Response `200`

Bond details

- BondQueryResult
  - `type` string
  - `value` object
    - `token` string
    - `name` string
    - `description` string
    - `creator` string — bech32 encoded address
    - `function_type` string
    - `function_parameters` FunctionParameter[]
      - `param` string
      - `value` string
    - `reserve_tokens` string[]
    - `reserve_address` string — bech32 encoded address
    - `tx_fee_percentage` number
    - `exit_fee_percentage` number
    - `fee_address` string — bech32 encoded address
    - `max_supply` BondCoin
      - `denom` string
      - `amount` string
    - `order_quantity_limits` AnyCoin[]
      - `denom` string
      - `amount` string
    - `sanity_rate` number
    - `sanity_margin_percentage` number
    - `current_supply` BondCoin
      - `denom` string
      - `amount` string
    - `allow_sells` string
    - `signers` Address[]
    - `batch_blocks` number
    - `outcome_payment` unknown
    - `state` string

---

[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)
