List all available HIP-3 builder-deployed perpetuals with latest market data (mark price, open interest, mid price).
List all available HIP-3 builder-deployed perpetuals with latest market data (mark price, open interest, mid price). No tier restriction - useful for market inventory.
Request
/v1/hyperliquid/hip3/instrumentsResponse
{ "success": true, "data": [ { "symbol": "km:US500", "exchange": "hyperliquid_hip3", "quote": "USDC", "active": true }, { "symbol": "xyz:XYZ100", "exchange": "hyperliquid_hip3", "quote": "USDC", "active": true } ], "meta": { "request_id": "req_abc123", "count": 2 }}