> ## Documentation Index
> Fetch the complete documentation index at: https://docs.vast.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# vastai transfer credit

Transfer credits to another account

## Usage

```bash theme={null}
vastai transfer credit RECIPIENT AMOUNT
```

## Arguments

<ParamField path="recipient" type="string" required>
  email (or id) of recipient account
</ParamField>

<ParamField path="amount" type="number" required>
  \$dollars of credit to transfer
</ParamField>

## Options

<ParamField path="--skip" type="boolean">
  skip confirmation
</ParamField>

## Description

Transfer (amount) credits to account with email (recipient).

## Examples

```bash theme={null}
vastai transfer credit <RECIPIENT> <AMOUNT>
```

## Global Options

The following options are available for all commands:

| Option          | Description                                           |
| --------------- | ----------------------------------------------------- |
| `--url URL`     | Server REST API URL                                   |
| `--retry N`     | Retry limit                                           |
| `--raw`         | Output machine-readable JSON                          |
| `--explain`     | Verbose explanation of API calls                      |
| `--api-key KEY` | API key (defaults to `~/.config/vastai/vast_api_key`) |
