---
title: "Check Locked Value of VIP Collateral Account (USER_DATA)"
method: GET
path: "/sapi/v1/loan/vip/collateral/account"
tags: ["VIP Loans"]
---

# Check Locked Value of VIP Collateral Account (USER_DATA)

`GET /sapi/v1/loan/vip/collateral/account`

VIP loan is available for VIP users only.

Weight(IP): 6000

## Query parameters

- `orderId` integer
- `collateralAccountId` integer
- `recvWindow` integer
- `timestamp` integer, required
- `signature` string, required

## Response `200`

VIP Locked Value

- object
  - `rows` object[], required
    - `collateralAccountId` string, required
    - `collateralCoin` string, required
    - `collateralValue` string, required — locked collateral value shown in USD value
  - `total` integer, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized Request

---

[API](https://skmtc.net/binance/apis/binance-public-spot-api.md) · [All operations](https://skmtc.net/binance/apis/binance-public-spot-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/binance/binance-public-spot-api/revisions/0dd2f133e12d/schema)
