---
title: "show deposit"
method: GET
path: "/api/v0/instances/balance/{id}/"
tags: ["Billing"]
---

# show deposit

`GET /api/v0/instances/balance/{id}/`

Retrieves the deposit details for a specified instance.

CLI Usage: `vastai show deposit <id>`

## Path parameters

- `id` integer, required

## Response `200`

Success response

- object
  - `success` boolean
  - `refundable_deposit` number — The refundable deposit amount.
  - `total_discount` number — The total discount applied.
  - `discount_months` integer — The number of months the discount applies.

## Other responses

- `404` — Instance Not Found
- `429` — Too Many Requests

---

[API](https://skmtc.net/vast/apis/vast-ai-api.md) · [All operations](https://skmtc.net/vast/apis/vast-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vast/vast-ai-api/revisions/4ed14f79f796/schema)
