tiagosiebler / bybit-api

Node.js SDK for the Bybit APIs and WebSockets, with TypeScript & browser support.

Home Page:https://www.npmjs.com/package/bybit-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot Create UTA Account for Sub-user

arjunChouksey opened this issue · comments

I wanted to create UTA Account for Subuser, but cannot create since method createSubMember does not takes argument isUta.
If this value is not passed Classic Account is created as shown in docs

image

image

Is there a way to create Uta account programtically.

Looks like new properties I need to add to CreateSubMemberParamsV5 - I'll include it in the PR for the next release #306

Fixed in v3.8.0. Let me know if there's anything else missing - thanks!

thanks :)