transfer credit
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
transfer credit
Documentation Index
Fetch the complete documentation index at: https://vastai-80aa3a82-auto-openapi-preview-pr-4175.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key must be provided in the Authorization header
Body
application/json
Email address or user ID of the recipient
Example:
"user@example.com"
Amount of credits to transfer (must be positive)
Required range:
x >= 0.01Example:
100
Client identifier (usually "me")
Example:
"me"
Optional API key identifier for audit logging
Response
Transfer completed successfully
Example:
true