Vast.ai API
Accounts

transfer credit

1min
PUT
https://console.vast.ai/api/v0/commands/transfer_credit/
Production server

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: vast.py transfer credit <recipient_email>

Authentication
BearerAuth
Body Parameters
body
*
recipient
*
amount
*
client_id
apikey_id
Responses
200
Transfer completed successfully
success
400
Bad Request
success
error
msg
401
Unauthorized
success
error
msg
429
Too Many Requests
detail