Accounts
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>
put/api/v0/commands/transfer_credit/
Request body
Example request
{
"recipient": "user@example.com",
"amount": 100,
"client_id": "me"
}Response
Transfer completed successfully
Example response
{
"success": true
}Changes
No recorded changes to this endpoint across all 1 revision of this API.