description:Official RPC endpoints for Status Network, including configuration guides for MetaMask and Web3 libraries. Learn about available methods, rate limits, and best practices.
The RPC endpoint supports standard Ethereum JSON-RPC methods, including:
-`eth_blockNumber`: Get the latest block number
-`eth_getBalance`: Get account balance
-`eth_sendRawTransaction`: Send signed transactions
-`eth_call`: Execute a call without creating a transaction
-`eth_getLogs`: Get event logs
-`eth_getTransactionByHash`: Get transaction details
-`eth_getBlockByNumber`: Get block information
For a complete list of supported RPC methods and detailed specifications, refer to the [Linea API Reference](https://docs.linea.build/api/reference), as Status Network is based on Linea technology.
## Rate Limits
The public RPC endpoint has rate limiting to ensure fair usage:
- 10 requests per second per IP
- 100,000 requests per day per IP
For higher limits, get in touch with us on Telegram.