Skip to main content

Introduction

Fenines Network provides both standard Ethereum JSON-RPC endpoints and custom Fenine-specific endpoints for interacting with the blockchain and consensus layer.

RPC Namespaces

fenine_*

Fenine consensus and system contract methods

eth_*

Standard Ethereum JSON-RPC methods

Connection

Mainnet

Testnet

Quick Example

Response Format

All RPC methods follow the JSON-RPC 2.0 specification:
Error responses include an error object:

Rate Limits

Public RPC endpoints are rate-limited. For production applications, consider running your own node or using a dedicated RPC provider.

Next Steps

Fenine Methods

Explore Fenine-specific RPC methods

Ethereum Methods

Standard Ethereum JSON-RPC methods