get https://api-pub.bitfinex.com/v2/funding/stats//hist
Get a list of the most recent funding data for the given currency: FRR, average period, total amount provided, total amount used
Response Fields
| Index | Field | Type | Description |
|---|---|---|---|
| [0] | MTS | int | Milliseconds epoch timestamp |
|
[ . . . ]
|
|||
| [3] | FRR | float | 1/365th of Flash Return Rate (To get the daily rate, use: rate x 365. To get the daily rate as percentage use: rate x 365 x 100. To get APR as percentage use rate x 100 x 365 x 365.) |
| [4] | AVG_PERIOD | float | Average period for funding provided |
|
[ . . . ]
|
|||
| [7] | FUNDING_AMOUNT | float | Total funding provided |
| [8] | FUNDING_AMOUNT_USED | float | Total funding provided that is used in positions |
|
[ . . . ]
|
|||
| [11] | FUNDING_BELOW_THRESHOLD | float | Sum of open funding offers < 0.75% |
