---
title: "RequestRedemption defines a method for requesting burning of qAssets for
native assets."
method: POST
path: "/quicksilver/tx/v1/interchainstaking/redeem"
tags: ["Msg"]
---

# RequestRedemption defines a method for requesting burning of qAssets for
native assets.

`POST /quicksilver/tx/v1/interchainstaking/redeem`

## Request body

- object — MsgRequestRedemption represents a message type to request a burn of qAssets for native assets.
  - `value` object — Coin defines a token with a denomination and an amount. NOTE: The amount field is an Int which implements the custom method signatures required by gogoproto.
    - `denom` string
    - `amount` string
  - `destination_address` string
  - `from_address` string

## Response `200`

A successful response.

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.net/quicksilver-zone/apis/quicksilver-chain-rest-api.md) · [All operations](https://skmtc.net/quicksilver-zone/apis/quicksilver-chain-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/quicksilver-zone/quicksilver-chain-rest-api/revisions/9d29b36df95b/schema)
