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
{{ message }}
This repository was archived by the owner on Jul 16, 2026. It is now read-only.
Hello. Is there a reason why there are some critical attributes on Futures API that are optional?
Example: https://github.com/gateio/gateapi-nodejs/blob/master/model/futuresOrderBookItem.ts
In the
FuturesOrderBookItem,pfor price andsfor size are both optional, even tho they are both always present.Another example is the
FuturesOrderBookitself: https://github.com/gateio/gateapi-nodejs/blob/master/model/futuresOrderBook.tscurrentandupdate- as I can see from the documentation - are always present.Thanks in advance =)