---
title: "Check Collateral Repay Rate (USER_DATA)"
method: GET
path: "/sapi/v1/loan/repay/collateral/rate"
tags: ["Crypto Loans"]
---

# Check Collateral Repay Rate (USER_DATA)

`GET /sapi/v1/loan/repay/collateral/rate`

Get the the rate of collateral coin / loan coin when using collateral repay, the rate will be valid within 8 second.

Weight(IP): 6000

## Query parameters

- `loanCoin` string, required
- `collateralCoin` string, required
- `repayAmount` number, float, required
- `recvWindow` integer
- `timestamp` integer, required
- `signature` string, required

## Response `200`

Collateral Assets Data

- object
  - `loanCoin` string, required
  - `collateralCoin` string, required
  - `repayAmount` string, required
  - `rate` string, required — rate of collateral coin/loan coin

## 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)
