---
title: "Get Flexible Loan Assets Data (USER_DATA)"
method: GET
path: "/sapi/v2/loan/flexible/loanable/data"
tags: ["Crypto Loans"]
---

# Get Flexible Loan Assets Data (USER_DATA)

`GET /sapi/v2/loan/flexible/loanable/data`

Get interest rate and borrow limit of flexible loanable assets. The borrow limit is shown in USD value.

Weight(IP): 400

## Query parameters

- `loanCoin` string
- `recvWindow` integer
- `timestamp` integer, required
- `signature` string, required

## Response `200`

Loan asset data

- object
  - `rows` object[], required
    - `loanCoin` string, required
    - `flexibleInterestRate` string, required
    - `flexibleMinLimit` string, required
    - `flexibleMaxLimit` string, required
  - `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)
