API Reference
27 endpoints | JSON-RPC 2.0

FractalAI JSON-RPC API

The FractalAI node exposes a JSON-RPC 2.0 API on port 9545. It supports standard Ethereum-compatible methods (eth_*, net_*) plus custom FractalAI methods (fractal_*) for blockchain interaction, mining control, and AI compute jobs.

Quick Start

Test connection with a simple request:
curl -X POST https://rpc.fractalai.xyz \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'

Blockchain (eth_*)

11 endpoints

Network (net_*)

3 endpoints

FractalAI Custom (fractal_*)

8 endpoints

Account (fractal_*)

3 endpoints

Mining

2 endpoints