v0.2.9
Release notes
This patch release syncs the SDK with the latest staging OpenAPI spec, adds first-class HyperLiquid route support, and includes the latest SVM enum updates.
New HyperLiquid endpoints
- Added
/v1/hyperliquid/dexes - Added
/v1/hyperliquid/markets - Added
/v1/hyperliquid/markets/ohlc - Added
/v1/hyperliquid/markets/oi - Added
/v1/hyperliquid/markets/activity - Added
/v1/hyperliquid/markets/liquidations - Added
/v1/hyperliquid/markets/liquidations/ohlc - Added
/v1/hyperliquid/users - Added
/v1/hyperliquid/users/positions - Added
/v1/hyperliquid/users/activity - Added
/v1/hyperliquid/vaults - Added
/v1/hyperliquid/vaults/depositors - Added
/v1/hyperliquid/platform
SDK updates
- Added
client.hyperliquid.*wrapper methods for the full HyperLiquid route set - Added HyperLiquid response type exports for common entry points
- Regenerated
src/openapi.d.tsfrom the staging OpenAPI endpoint - Bumped
package.jsonto0.2.9
SVM enum updates
- Synced SVM DEX protocol enums with the latest spec
- Included the latest Meteora enum updates (
meteora_daam,meteora_dlmm,meteora_amm) - Included new supported SVM protocol values such as
byreal,moonshot, andpancakeswap
Validation
bun run typecheckbun test --coveragesrc/index.tsremains at 100% line and function coverage
Full Changelog: v0.2.8...v0.2.9