JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 4654
  • Score
    100M100P100Q141993F
  • License MIT

SDK for Hyperliquid API

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 hyperliquid

Usage

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