nomeida / hyperliquid

Simple and easy way to access the Hyperliquid API using Javascript/Typescript
14 stars 9 forks source link

placeOrder is missing vaultAddress #5

Closed andershermansen closed 3 weeks ago

andershermansen commented 1 month ago

The hyperliquid API documentation contains vaultAddress on the body of the Place an order API Ref: https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/exchange-endpoint#place-an-order

It's missing in placeOrder in this SDK

nomeida commented 1 month ago

Will address this coming few days, missed this as I was creating the code as I don't use Vaults myself

nomeida commented 3 weeks ago

Has been added, check readme for more info