post
https://api.mevx.io/saas/rpc/v1/
Execute JSON-RPC 2.0 requests against a MEVX-operated BSC node.
Supported Methods and CU Cost
All current package tiers share this conservative 34-method catalog. Each
successful response costs 10 CU; JSON-RPC errors are not billed.
| Method | CU cost |
|---|---|
eth_blockNumber | 10 CU |
eth_call | 10 CU |
eth_chainId | 10 CU |
eth_createAccessList | 10 CU |
eth_estimateGas | 10 CU |
eth_feeHistory | 10 CU |
eth_gasPrice | 10 CU |
eth_getBalance | 10 CU |
eth_getBlockByHash | 10 CU |
eth_getBlockByNumber | 10 CU |
eth_getBlockReceipts | 10 CU |
eth_getBlockTransactionCountByHash | 10 CU |
eth_getBlockTransactionCountByNumber | 10 CU |
eth_getCode | 10 CU |
eth_getFinalizedBlock | 10 CU |
eth_getFinalizedHeader | 10 CU |
eth_getRawTransactionByHash | 10 CU |
eth_getStorageAt | 10 CU |
eth_getTransactionByBlockHashAndIndex | 10 CU |
eth_getTransactionByBlockNumberAndIndex | 10 CU |
eth_getTransactionByHash | 10 CU |
eth_getTransactionCount | 10 CU |
eth_getTransactionReceipt | 10 CU |
eth_getUncleCountByBlockHash | 10 CU |
eth_getUncleCountByBlockNumber | 10 CU |
eth_maxPriorityFeePerGas | 10 CU |
eth_mining | 10 CU |
eth_sendRawTransaction | 10 CU |
eth_syncing | 10 CU |
net_listening | 10 CU |
net_peerCount | 10 CU |
net_version | 10 CU |
web3_clientVersion | 10 CU |
web3_sha3 | 10 CU |
Account/signing, Trace, Debug, transaction-pool, stateful-filter, broad log-scan,
proof/blob-sidecar, and unbounded multi-call methods are denied by default.
eth_sendRawTransaction only relays customer-signed transaction bytes. Methods outside this public catalog are unavailable and return JSON-RPC -32601.
HTTP does not support eth_subscribe or eth_unsubscribe.
Request Rules
- Accepts one request or a batch of up to 100 requests
- Maximum request body: 1 MiB; maximum upstream response: 10 MiB
- Each batch element is authorized and billed independently
- A batch of
nelements counts asnrequests against the rate limit - Notifications are executed and billed but produce no response
- Your API key is never forwarded to the node
Error Codes
| Code | Meaning |
|---|---|
-32700 | Invalid JSON |
-32600 | Invalid request or batch |
-32601 | Method unavailable |
-32603 | Internal error |
-32005 | Quota exceeded |
-32004 | Unauthorized credential |
-32001 | Upstream unavailable |
-32002 | Invalid upstream response |
-32003 | Upstream response too large |
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
204The request contained only notifications, so there is no response body. The work was still executed and billed.