---
title: "POST /pocket.service.Msg/TransferService"
method: POST
path: "/pocket.service.Msg/TransferService"
tags: ["Msg"]
---

# POST /pocket.service.Msg/TransferService

`POST /pocket.service.Msg/TransferService`

## Request body

- PocketServiceMsgTransferService — MsgTransferService transfers ownership of a service to a new address. Only the current owner can initiate the transfer.
  - `new_owner_address` string — The Bech32 address of the new service owner.
  - `owner_address` string — The Bech32 address of the current service owner (signer).
  - `service_id` string — The unique identifier of the service to transfer.

## Response `200`

A successful response.

- PocketServiceMsgTransferServiceResponse — MsgTransferServiceResponse is the response to a MsgTransferService message.

## Other responses

- `default` — An unexpected error response.

---

[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/1fc29453a1ef/schema)
