Funding Info

Get account funding info

[
  CHAN_ID, 
  'fiu',
  [
    'sym',
    SYMBOL
    [
    
      YIELD_LOAN,
      YIELD_LEND,
      DURATION_LOAN,
      DURATION_LEND,
      ...
    ],
    ...
  ]
]

Stream Fields

TermTypeDescription
SYMBOLstringThe symbol the information pertains to (funding currencies)
YIELD_LOANfloatWeighted average rate for taken funding
YIELD_LENDfloatWeighted average rate for provided funding
DURATION_LOANfloatWeighted average duration for taken funding
DURATION_LENDfloatWeighted average duration for provided funding

📘

NOTE

These messages have gained the ability to send the calculation values equal to "null" meaning that the new calculated value is not yet available.
In order to receive those values the user have to actively request for it with a "calc" message.
See calc input dedicated section for more details.