Package Exports
- hyperliquid
- hyperliquid/dist/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (hyperliquid) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Hyperliquid API SDK
This is an unofficial SDK for the Hyperliquid API.
Installation
npm install hyperliquidUsage
import { Hyperliquid } from 'hyperliquid';
const sdk = new Hyperliquid('private_key_here');
// Use the SDK methods
const allMids = await sdk.info.getAllMids();
console.log(allMids);Documentation
need to work on the documentation
License
MIT