Skip to main content

Documentation

Explore our guides and examples to integrate Infura.

Blockchain APIs

Try it out

Interact with the live terminal below and start testing Infura’s core capabilities

Connect to a network

curl https://mainnet.infura.io/v3/ID
  -X POST \
    -H "Content-Type: application/json"
    -d '{
     "jsonrpc": "2.0",
     "method": eth_blockNumber,
     "params": [],
     "id": 1,
    }'

Browse by networks