v1

latestSwagger 2.02026-07-17172519.5 KB
Bonds Module

Withdraw share from bond

As a bond token holder, withdraw the reserve tokens share from a bond in SETTLE state

post/bonds/withdraw_share

Request body

bond_tokenstring

Example request

{
  "base_req": {
    "from": "cosmos1g9ahr6xhht5rmqven628nklxluzyv8z9jqjcmc",
    "memo": "Sent via Cosmos Voyager 🚀",
    "chain_id": "Cosmos-Hub",
    "account_number": "0",
    "sequence": "1",
    "gas": "200000",
    "gas_adjustment": "1.2",
    "fees": [
      {
        "denom": "stake"
      }
    ]
  },
  "bond_token": "abc"
}

Response

Default response