Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support margin info for symbols #42

Open
vinhins opened this issue Jun 30, 2021 · 0 comments
Open

Support margin info for symbols #42

vinhins opened this issue Jun 30, 2021 · 0 comments

Comments

@vinhins
Copy link

vinhins commented Jun 30, 2021

Hi Marfusios!
Thank you for sharing the library.
Please support margin symbol info as well.
I found the document here: https://docs.bitfinex.com/reference#ws-auth-margin-info

// margin symbol calc
[
  CHAN_ID,
  TYPE, // 'miu'
  [
    'sym',
    SYMBOL,
    [
      TRADABLE_BALANCE,
      GROSS_BALANCE,
      BUY,
      SELL,
      ...
    ]
   ]
]
  
[0,"miu",["sym","tETHUSD",[149361.09689202666,149639.26293509,830.0182168075556,895.0658432466332,null,null,null,null]]]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant