You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi!
Could you add an example how to read the NOTIFY_INFO object from the notification?
I found the document here but not sure if we could parse it to every specified type.
See here: https://docs.bitfinex.com/reference#ws-auth-notifications
This is easy one with raw text:
[
CHAN_ID,
TYPE, //'n'
[
MTS,
TYPE,
MESSAGE_ID,
null,
NOTIFY_INFO // NOTIFY_INFO comes as an array or object and differs per notification
CODE,
STATUS,
TEXT,
...
]
]
[0,"n",[1575282446099,"fon-req",null,null,[41238905,null,null,null,-1000,null,null,null,null,null,null,null,null,null,0.002,2,null,null,null,null,null],null,"SUCCESS","Submitting funding bid of 1000.0 USD at 0.2000 for 2 days."]]
Hi!
Could you add an example how to read the NOTIFY_INFO object from the notification?
I found the document here but not sure if we could parse it to every specified type.
See here: https://docs.bitfinex.com/reference#ws-auth-notifications
This is easy one with raw text:
but how about the array/object?
Thanks in advanced!
The text was updated successfully, but these errors were encountered: