Historical Offers (deprecated)

Deprecated channel that provides your historical funding offers.

[
  CHAN_ID,
  'hfos',
  [
    [
      ID,
      SYMBOL,
      MTS_CREATED,
      MTS_UPDATED,
      AMOUNT,
      AMOUNT_ORIG,
      TYPE,
      _PLACEHOLDER,
      _PLACEHOLDER,
      FLAGS,
      STATUS,
      _PLACEHOLDER,
      _PLACEHOLDER,
      _PLACEHOLDER,
      RATE,
      PERIOD,
      NOTIFY,
      HIDDEN,
      _PLACEHOLDER,
      RENEW,
      RATE_REAL,
      ...
    ],
    ...
  ]
]

Stream Fields

TermTypeDescription
IDintegerOffer ID
CURRENCYstringThe currency of the offer (fUSD, etc)
MTS_CREATEDintMillisecond Time Stamp when the offer was created
MSG_UPDATEDintMillisecond Time Stamp when the offer was created
AMOUNTfloatAmount the offer is for
AMOUNT_ORIGfloatAmount the offer was entered with originally
TYPEstring"lend" or "loan"
FLAGSobjectSee https://docs.bitfinex.com/v2/docs/flag-values.
STATUSstringOffer Status: ACTIVE, EXECUTED, PARTIALLY FILLED, CANCELED
RATEfloatRate of the offer
PERIODintPeriod of the offer
NOTIFYint0 if false, 1 if true
HIDDENint0 if false, 1 if true
INSUREint0 if false, 1 if true
RENEWint0 if false, 1 if true
RATE_REALfloatthe calculated rate for FRR and FRRDELTAFIX