---
title: "POST /api/wallets/transactions/transfer"
method: POST
path: "/api/wallets/transactions/transfer"
---

# POST /api/wallets/transactions/transfer

`POST /api/wallets/transactions/transfer`

## Request body

- object
  - `walletId` string, required — Source wallet ID.
  - `to` string, required — Recipient address.
  - `amount` number, required — Amount to send.
  - `token` string, required — Token symbol. The validator uppercases input internally. Example: `USDC`.
  - `chain` string — Useful for when trying to perform cross chain transfers.

## Response `200`

- object
  - `success` boolean
  - `data` object
    - `transactionId` string
    - `transactionHash` string

---

[API](https://skmtc.net/honeycoin/apis/honeycoin-v3-api-official.md) · [All operations](https://skmtc.net/honeycoin/apis/honeycoin-v3-api-official/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/honeycoin/honeycoin-v3-api-official/versions/f3fef13ed253/schema)
