HTTP(S) monad_tx
Submit Monad Mainnet transactions using the monad_tx method over HTTP or HTTPS through bloXroute’s Blockchain Distribution Network (BDN).
Submit Monad Mainnet transactions via the monad_tx JSON-RPC method over HTTP or HTTPS.
HTTPS endpoint:
https://api.blxrbdn.comHTTP endpoint:
http://api.blxrbdn.comMethod:
POSTContent-Type:
application/json
You may also send to IP-specific endpoints (for example: https://<IP> or http://<IP>). See Cloud-API IPs for more details.
Authorizations
AuthorizationstringRequired
Authorization header containing your bloXroute auth token, e.g. Authorization: <YOUR-AUTHORIZATION-HEADER>.
Body
JSON-RPC request body for monad_tx.
jsonrpcconst: 2.0Required
idintegerRequired
methodstring · enumRequiredPossible values:
Responses
200
JSON-RPC success response
application/json
post
/200
JSON-RPC success response
Last updated