Try Hyperliquid Endpoints
HTTPS
https://api-hyperliquid-mainnet-evm.n.dwellir.com/eb7baebf-d116-4163-bcfb-d1dca6c9f7ed
WSS
wss://api-hyperliquid-mainnet-evm.n.dwellir.com/eb7baebf-d116-4163-bcfb-d1dca6c9f7ed
Quick Start
BASH
curl -sS -X POST https://api-hyperliquid-mainnet-evm.n.dwellir.com/eb7baebf-d116-4163-bcfb-d1dca6c9f7ed \-H 'Content-Type: application/json' \-d '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
JAVASCRIPT
import { JsonRpcProvider } from 'ethers';const provider = new JsonRpcProvider('https://api-hyperliquid-mainnet-evm.n.dwellir.com/eb7baebf-d116-4163-bcfb-d1dca6c9f7ed');const latest = await provider.getBlockNumber();console.log('block', latest);
PYTHON
import requestsurl = 'https://api-hyperliquid-mainnet-evm.n.dwellir.com/eb7baebf-d116-4163-bcfb-d1dca6c9f7ed'payload = { 'jsonrpc': '2.0', 'id': 1, 'method': 'eth_blockNumber', 'params': [] }resp = requests.post(url, json=payload)print(resp.json())
GO
package mainimport ("bytes""fmt""net/http""io/ioutil")func main() {url := "https://api-hyperliquid-mainnet-evm.n.dwellir.com/eb7baebf-d116-4163-bcfb-d1dca6c9f7ed"payload := []byte("{\"jsonrpc\":\"2.0\",\"id\":1,\"method\":\"eth_blockNumber\",\"params\":[]}")resp, err := http.Post(url, "application/json", bytes.NewBuffer(payload))if err != nil { panic(err) }defer resp.Body.Close()body, _ := ioutil.ReadAll(resp.Body)fmt.Println(string(body))}
Hyperliquid is a high-performance Layer 1 blockchain purpose-built for decentralized perpetual futures and spot trading. Powered by the HyperBFT consensus and HyperEVM execution environment, it delivers sub-second finality, supports up to 200,000 orders per second, and offers fully on-chain order books with predictable low fees. Its EVM compatibility lets developers deploy Solidity contracts while accessing advanced trading primitives and real-time market data streams.
Pricing
How many calls do you make per month?
/ month
Growth
$299
/month
- 500 Responses /sec
- Dedicated Account Manager
150,000,000 responses ≈ 150.0M • Base $299 + Overages $0
Developer Resources
FAQs
How do I connect my dApp to the Hyperliquid network using Dwellir?
What API methods are supported on Dwellir's Hyperliquid endpoints?
What performance and rate considerations apply to Dwellir's Hyperliquid services?
How does Dwellir ensure security and reliability for Hyperliquid services?
Can I use Dwellir for ultra-low latency trading on Hyperliquid?
Get your API key
and join other leading Web3 companies using Dwellir's infrastructure