---
title: "Get Vault by ID"
method: GET
path: "/vaults/{id}"
tags: ["Vaults"]
---

# Get Vault by ID

`GET /vaults/{id}`

This is a POST request, submitting data to an API via the request body. This request submits JSON data, and the data is reflected in the response.

A successful POST request typically returns a `200 OK` or `201 Created` response code.

## Path parameters

- `id` string, required

## Response `200`

Get Vault by ID

- object
  - `id` string
  - `name` string
  - `partnerId` string
  - `assets` object[]
    - `id` string
    - `available` string
    - `pending` string
    - `depositAddress` string

## Other responses

- `500` — Internal Server Error

---

[API](https://skmtc.net/yellowcard/apis/yellow-cards-payment-api.md) · [All operations](https://skmtc.net/yellowcard/apis/yellow-cards-payment-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/yellowcard/yellow-cards-payment-api/revisions/516d251059cc/schema)
