hyperevm_tx
Submit raw signed transactions to the Hyperliquid EVM Mainnet via bloXroute's low-latency Cloud API using the hyperevm_tx method over HTTPS or WebSocket.
Overview
hyperevm_tx is the transaction submission method for the Hyperliquid EVM Mainnet, designed to route transactions through bloXroute’s low-latency Blockchain Distribution Network (BDN). This method supports two transport protocols:
HTTPS (POST)
WebSocket (WS)
Both methods allow you to submit raw signed transactions for inclusion on-chain, with optional MEV-related fields.
Available Submission Methods
HTTPS
hyperevm_tx
https://api.blxrbdn.com
Standard POST request for JSON-RPC
WebSocket
hyperevm_tx
wss://api.blxrbdn.com/ws
Lower latency then HTTPS; JSON-RPC message
Features
Low-latency propagation through bloXroute’s BDN
Optional reward address for BackRunMe integrations
Supports all standard users including Introductory plan
High reliability, optimized for Hyperliquid EVM
Next Steps
To get started, visit one of the pages below:
Each page provides schema details, example requests, and full authentication instructions.
Last updated