v1

latestSwagger 2.02026-07-17172519.5 KB
Bonds Module

Make outcome payment

Make an outcome payment to a bond to progress it to SETTLE state

post/bonds/make_outcome_payment

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