---
title: "Transfer points between users"
method: POST
path: "/v1/admin/points/transfer"
tags: ["Points (Admin)"]
---

# Transfer points between users

`POST /v1/admin/points/transfer`

## Request body

- TransferPointsRequest
  - `ownerWallet` string, uuid, required
  - `receiverWallet` string, uuid, required
  - `amount` integer, required

## Response `200`

Points transferred successfully

---

[API](https://skmtc.net/openloyalty/apis/loyalty-blockchain-api.md) · [All operations](https://skmtc.net/openloyalty/apis/loyalty-blockchain-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openloyalty/loyalty-blockchain-api/revisions/e825144e9ffd/schema)
