v1

latestSwagger 2.02026-07-17172519.5 KB
Bonds Module

The properties of the bond

Information about the bond

get/bonds/{bond_token}

Path parameters

bond_tokenstring required

Bond token

Response

Bond details

typestring

Example response

{
  "type": "cosmos-sdk/Bond",
  "value": {
    "token": "abc",
    "name": "Some bond",
    "description": "Description about bond.",
    "function_type": "power_function",
    "function_parameters": [
      {
        "param": "a",
        "value": "1.1"
      }
    ],
    "reserve_tokens": [
      "res1"
    ],
    "tx_fee_percentage": 0.5,
    "exit_fee_percentage": 1.5,
    "max_supply": {
      "denom": "bond"
    },
    "order_quantity_limits": [
      {
        "denom": "abc"
      }
    ],
    "sanity_rate": 12.34,
    "sanity_margin_percentage": 56.78,
    "current_supply": {
      "denom": "bond"
    },
    "allow_sells": "true",
    "batch_blocks": 5,
    "state": "OPEN"
  }
}