get
https://api.liquiditytech.com/api/v1/trading/coin/discount_detail
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Description
Retrieve collateral discount rates, returned as a map keyed by coin. The discount rate determines how much of a coin's market value is counted as margin collateral (e.g. "0.9500" means 95% of the coin's value is recognized as margin).
This endpoint replaces the deprecated Get Discount Rate (Legacy), which will be removed after 2026-11-15.
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 a map keyed by coin symbol (e.g. BTC). Each value contains the fields below.
| Field | Type | Description |
|---|---|---|
coin | String | Coin symbol (same as the map key). |
discount | String | Discount rate applied when this coin is used as margin collateral, as a decimal (e.g. "0.9500" = 95%). |
