---
title: "transfer credit"
method: PUT
path: "/api/v0/commands/transfer_credit/"
tags: ["Accounts"]
---

# transfer credit

`PUT /api/v0/commands/transfer_credit/`

Transfers specified amount of credits from the authenticated user's account to another user's account.

The recipient can be specified by either email address or user ID.

CLI Usage: `vastai transfer credit <recipient_email> <amount>`

## Request body

- object
  - `recipient` string, required — Email address or user ID of the recipient
  - `amount` number, float, required — Amount of credits to transfer (must be positive)
  - `client_id` string — Client identifier (usually "me")
  - `apikey_id` string — Optional API key identifier for audit logging

## Response `200`

Transfer completed successfully

- object
  - `success` boolean

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `429` — Too Many Requests

---

[API](https://skmtc.net/vast/apis/vast-ai-api.md) · [All operations](https://skmtc.net/vast/apis/vast-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vast/vast-ai-api/revisions/4ed14f79f796/schema)
