---
title: "transfer"
method: POST
path: "/transfer"
---

# transfer

`POST /transfer`

Transfer funds between internal wallets. Off-chain operation.

## Headers

- `AUTHORIZATION` string, required

## Request body

- object
  - `RAW_BODY` object, required — Transfer input data
    - `asset` string, required — The asset to transfer
    - `blockchain` string, required — The blockchain on which the asset is located
    - `network` string, required — The blockchain network on which the asset is located
    - `amount` number, double, required — The amount to transfer
    - `username` string, required — The username of the destination merchant or user. Example: lugodev.
    - `message` string — Optional message attached to the transfer, visible to the destination merchant or user.

## Response `200`

200

- object
  - `success` boolean

## Other responses

- `400` — 400

---

[API](https://skmtc.net/telepay/apis/telepay-rest-api.md) · [All operations](https://skmtc.net/telepay/apis/telepay-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/telepay/telepay-rest-api/revisions/02f04301c30e/schema)
