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 Details
Fields | Type | Description |
---|---|---|
TIMESTAMP | int | Timestamp in milliseconds |
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.) |
AVG_PERIOD | float | Average period for funding provided |
FUNDING_AMOUNT | float | Total funding provided |
FUNDING_AMOUNT_USED | float | Total funding provided that is used in positions |
FUNDING_BELOW_THRESHOLD | float | Sum of open funding offers <0.75% |