get deprecated
https://api.liquiditytech.com/api/v1/trading/coin/discount
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Deprecated. Use Get Discount Rate instead. This endpoint will be removed after 2026-11-15.
Description
Retrieve collateral discount rates as a flat list. Each record represents the discount rate for one coin.
Authentication required. Permission: READ.
Rate limit: 3 requests per 10 seconds.
Request Parameters
| Name | Type | Mandatory | Description |
|---|---|---|---|
coin | String | N | Coin symbol filter (e.g. BTC). If omitted, returns rates for all coins. |
Response Fields
The data field is an array of discount records. Each element has the fields below.
| Field | Type | Description |
|---|---|---|
coin | String | Coin symbol. |
discount | String | Discount rate applied when this coin is used as margin collateral, as a decimal (e.g. "0.5000" = 50%). |
