v1
latestOpenAPI 3.1.02026-07-13897404.3 KBBilling
show deposit
Retrieves the deposit details for a specified instance.
CLI Usage: vastai show deposit <id>
get/api/v0/instances/balance/{id}/
Path parameters
idinteger required
The ID of the instance.
Response
Success response
Example response
{
"success": true,
"refundable_deposit": 100,
"total_discount": 10,
"discount_months": 3
}