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

# POST /pocket.migration.Msg/ClaimMorseApplication

`POST /pocket.migration.Msg/ClaimMorseApplication`

## Request body

- PocketMigrationMsgClaimMorseApplication — MsgClaimMorseApplication is used to execute a claim (one-time minting of tokens on Shannon), of the total tokens owned by the given Morse account, according to the on-chain MorseClaimableAccounts, to the balance of the given Shannon account, followed by staking that Shannon account as an application for the given service_config and the same stake amount as on Morse.
  - `morse_signature` string, byte
  - `morse_src_address` string
  - `service_config` PocketSharedApplicationServiceConfig
    - `service_id` string
  - `shannon_dest_address` string — The bech32-encoded address of the Shannon account to which the claimed tokens will be minted and from which the application will be staked.

## Response `200`

A successful response.

- PocketMigrationMsgClaimMorseApplicationResponse — MsgClaimMorseApplicationResponse is returned from MsgClaimMorseApplication. It indicates the morse_src_address of the account which was claimed, the unstaked balance claimed, the application stake, and the height at which the claim was committed.
  - `application` PocketApplicationApplication
    - `address` string
    - `delegatee_gateway_addresses` string[]
    - `pending_transfer` PocketApplicationPendingApplicationTransfer — PendingTransfer is used to store the details of a pending transfer. It is only intended to be used inside of an Application object.
      - `destination_address` string
      - `session_end_height` string, uint64
    - `pending_undelegations` object — Mapping of session end heights to gateways being undelegated from - Key: Height of the last block of the session when undelegation tx was committed - Value: List of gateways being undelegated from TODO_DOCUMENT(@red-0ne): Need to document the flow from this comment so its clear to everyone why this is necessary; https://github.com/pokt-network/poktroll/issues/476#issuecomment-2052639906.
    - `service_configs` PocketSharedApplicationServiceConfig[]
      - `service_id` string
    - `stake` 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
    - `unstake_session_end_height` string, uint64
  - `claimedApplicationStake` 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
  - `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 — The hex-encoded address of the Morse account whose balance will be claimed.
  - `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/ClaimMorseApplication/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-service-production.skmtc.workers.dev/v1/apis/pokt-network/http-api-console/revisions/4f349536c8f3/schema)
