@0xarchive/sdk 0.4.3 → 0.4.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +13 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -77,6 +77,19 @@ const history = await client.hyperliquid.orderbook.history('BTC', {
77
77
  });
78
78
  ```
79
79
 
80
+ #### Orderbook Depth Limits
81
+
82
+ The `depth` parameter controls how many price levels are returned per side. Tier-based limits apply:
83
+
84
+ | Tier | Max Depth |
85
+ |------|-----------|
86
+ | Free | 20 |
87
+ | Build | 50 |
88
+ | Pro | 100 |
89
+ | Enterprise | Full Depth |
90
+
91
+ **Note:** Hyperliquid source data only contains 20 levels. Higher limits apply to Lighter.xyz data.
92
+
80
93
  #### Lighter Orderbook Granularity
81
94
 
82
95
  Lighter.xyz orderbook history supports a `granularity` parameter for different data resolutions. Tier restrictions apply.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@0xarchive/sdk",
3
- "version": "0.4.3",
3
+ "version": "0.4.4",
4
4
  "description": "Official TypeScript SDK for 0xarchive - Historical Market Data API (Hyperliquid, Lighter.xyz)",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",