---
title: "POST /pocket.migration.Msg/ClaimMorseAccount"
method: POST
path: "/pocket.migration.Msg/ClaimMorseAccount"
tags: ["Msg"]
---

# POST /pocket.migration.Msg/ClaimMorseAccount

`POST /pocket.migration.Msg/ClaimMorseAccount`

## Request body

- PocketMigrationMsgClaimMorseAccount — - Execute a claim (one-time minting of tokens on Shannon) - Claim the balance of a given Morse account per on-chain MorseClaimableAccounts - Mint claimed balance to the given Shannon account NOTE: - The Shannon account specified must be the message signer - Authz grants MAY be used to delegate claiming authority to other Shannon accounts Next free index: 6
  - `morse_public_key` string, byte — The ed25519 public key of the morse account with morse_src_address.
  - `morse_signature` string, byte
  - `shannon_dest_address` string — The bech32-encoded address of the Shannon account to which the claimed balance will be minted.
  - `shannon_signing_address` string — The bech32-encoded address of the Shannon account which is signing for this message. This account is liable for any fees incurred by violating the constraints of Morse account/actor claim message fee waiving; the tx contains ONE OR MORE Morse account/actor claim messages AND has EXACTLY ONE signer.

## Response `200`

A successful response.

- PocketMigrationMsgClaimMorseAccountResponse — MsgClaimMorseAccountResponse is returned from MsgClaimMorseAccount. - Indicates the morse_src_address of the claimed account - Reports the claimed balance and commit height Next free index: 4
  - `claimed_balance` CosmosBaseV1beta1Coin — 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.
    - `amount` string
    - `denom` string
  - `morse_src_address` string
  - `session_end_height` string, int64 — The session end height (on Shannon) in which the claim was committed (i.e. claimed).

## Other responses

- `default` — An unexpected error response.

## Changes

- **2025-03-27** `4f349536c8f3` — 1 info
  - endpoint added
- **2023-11-01** `3f51f9b9a127` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/pokt-network/apis/http-api-console/changes/pocket.migration.Msg/ClaimMorseAccount/post.md)

---

[API](https://skmtc.dev/pokt-network/apis/http-api-console.md) · [All operations](https://skmtc.dev/pokt-network/apis/http-api-console/llms.txt) · [OpenAPI document](https://skmtc.dev/pokt-network/apis/http-api-console/revisions/671fab54b729?raw)
