get
https://api.liquiditytech.com/api/v1/trading/loan/pool
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Description
Retrieves the maximum borrowable amount (loan pool configuration) for each exchange and asset. Used by downstream lending modules to display borrowable limits and calculate lending capacity.
Rate limit
2 requests per second.
Permission
RapidX API key with read-only permission is sufficient. No trading / write permission is required.
Request Parameters
| Name | Type | Mandatory | Description |
|---|---|---|---|
exchangeType | String | N | Exchange type, such as BINANCE, OKX. If omitted, the response includes data for all exchanges. |
coin | String | N | Coin symbol filter (e.g. BTC). If omitted, the response includes data for all coins. |
Response Fields
Response data is an array of loan pool entries:
| Field | Type | Description |
|---|---|---|
exchangeType | String | Venue where the pair is traded (e.g. BINANCE, OKX). |
coin | String | Coin symbol for this trading pair. |
maxAviLoan | String | Maximum borrowable amount for this exchange-asset. |
