# API Reference

Coming Soon

Complete JSON-RPC API documentation

## RPC Endpoint

Testnet Coming Soon

Preview Content

```
https://rpc.geeqevm.io
```

## API Methods

Preview

GeeqEVM supports the standard Ethereum JSON-RPC API. Here are some commonly used methods:

- eth_chainId
- eth_blockNumber
- eth_getBalance
- eth_sendRawTransaction

POST`/`

Returns the chain ID of the network

```
curl -X POST https://rpc.geeqevm.io \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","method":"eth_chainId","params":[],"id":1}'
```

## Network Information

#### Network Name

GeeqEVM Mainnet

#### RPC URL

https://rpc.geeqevm.io

#### Chain ID

Coming Soon

#### Currency Symbol

GEEQ
