HTTP(S) hyperevm_tx

Submit Hyperliquid EVM Mainnet transactions using the hyperevm_tx method over HTTP or HTTPS through bloXroute’s Blockchain Distribution Network (BDN).

Send Hyperliquid EVM transaction via HTTP or HTTPS POST (Cloud API)

post
/

This Cloud API endpoint for sending transactions on Hyperliquid EVM Mainnet is available to all users, including those on the Introductory plan. Sending transactions via WebSocket instead of HTTP(S) can lead to a latency improvement.

Submit Hyperliquid EVM Mainnet transactions via the hyperevm_tx JSON-RPC method.

  • HTTPS endpoint: https://api.blxrbdn.com

  • HTTP endpoint: http://api.blxrbdn.com

  • Method: POST

  • Content-Type: application/json

You may also send to IP-specific endpoints (for example: https://<IP> or http://<IP>).

Authorizations
AuthorizationstringRequired

Authorization header containing your bloXroute auth token, e.g. Authorization: <YOUR-AUTHORIZATION-HEADER>.

Body

JSON-RPC request body for hyperevm_tx.

jsonrpcconst: 2.0Required
idintegerRequired
methodstring · enumRequiredPossible values:
Responses
200

JSON-RPC success response

application/json
post
/
200

JSON-RPC success response

Last updated