Skip to main content

Documentation Index

Fetch the complete documentation index at: https://base-a060aa97-meyer9-discv5-p2p-protocol-id.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Returns the current network ID as a decimal string.

Parameters

No parameters.

Returns

result
string
The network ID as a decimal string. "8453" for Base Mainnet, "84532" for Base Sepolia.

Example

{
  "jsonrpc": "2.0",
  "method": "net_version",
  "params": [],
  "id": 1
}