---
title: "Transfer available in claim-center tokens from one account to another. For internal usage only"
method: POST
path: "/v1/claim/transfer"
tags: ["Claim"]
---

# Transfer available in claim-center tokens from one account to another. For internal usage only

`POST /v1/claim/transfer`

## Request body

- ApiClaimTransferRequest
  - `from` string, required
  - `to` string, required
  - `type` 'all' | 'referral' | 'cashback' | 'staking' | 'rewards_stonfi' | 'rewards_dedust' | 'coffee_dex' | 'boost', required
  - `tokens` string[], required

## Response `200`

ok

## Other responses

- `default` — Some error during request processing

---

[API](https://skmtc.net/swap/apis/swap-coffee-api.md) · [All operations](https://skmtc.net/swap/apis/swap-coffee-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/swap/swap-coffee-api/revisions/2d1b51b5df52/schema)
