EEL logoEELProof-of-Work native coin
API

Public endpoints for the EEL node.

Small, explicit endpoints for chain state, mining, explorer data and wallet RPC.

Status

GET /api/v1/chain
GET /api/v1/node/info

Explorer

GET /api/v1/balance/{address}
GET /api/v1/block/{hash|height}
GET /api/v1/blocks?limit=10
GET /api/v1/mempool

Mining

GET  /api/v1/mining/work?address=0x...
POST /api/v1/mining/submit

API smoke test

No request yet.

Compatibility boundary

EEL is not a smart-contract platform. RPC compatibility is for wallet network registration, native balances and native transfer flow.