Sei RPC Endpoint
Fast, flat-rate Sei RPC node provider — free tier, no KYC, HTTP & WebSocket.
Sei is a high-throughput Layer 1 whose EVM execution layer (chain ID 1329) offers a parallelized EVM built for trading and DeFi. It combines Cosmos-based consensus with full EVM bytecode compatibility, letting Ethereum contracts deploy without code changes.
seiAbout Sei
Sei's EVM (introduced with Sei v2) runs Geth-based execution behind a parallelized engine and uses Twin Turbo Consensus, derived from CometBFT/Tendermint, for fast block production and instant finality. Block times are around 400 milliseconds with single-block, BFT finality, and the EVM is fully bytecode-compatible so existing Solidity contracts and tooling work unchanged.
The native asset SEI pays for gas on the EVM and secures the network through proof-of-stake. Sei targets trading-heavy applications, and its ecosystem has concentrated around DeFi protocols and DEXes. On the EVM, SEI is represented with 18 decimals.
Common Use Cases on Sei
- On-chain trading and order-book DeFi
- DEXes and AMMs
- Lending and stablecoin markets
- EVM smart contract deployment
- High-frequency, low-latency applications
Sei Ecosystem
DeFi leaders include Yei Finance, DragonSwap, Sailor, and Takara Lend, alongside a growing set of EVM-native protocols.
HTTP Endpoint
https://rpc.swiftnodes.io/rpc/sei?key=YOUR_API_KEYWebSocket Endpoint
wss://rpc.swiftnodes.io/ws/sei?key=YOUR_API_KEYQuick Start: Connect to Sei
cURL
curl -X POST https://rpc.swiftnodes.io/rpc/sei?key=YOUR_API_KEY \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'ethers.js
import { JsonRpcProvider } from "ethers";
const provider = new JsonRpcProvider(
"https://rpc.swiftnodes.io/rpc/sei?key=YOUR_API_KEY"
);
const blockNumber = await provider.getBlockNumber();
console.log("Sei block:", blockNumber);viem
import { createPublicClient, http } from "viem";
const client = createPublicClient({
transport: http("https://rpc.swiftnodes.io/rpc/sei?key=YOUR_API_KEY"),
});
const blockNumber = await client.getBlockNumber();web3.py
from web3 import Web3
w3 = Web3(Web3.HTTPProvider("https://rpc.swiftnodes.io/rpc/sei?key=YOUR_API_KEY"))
print("Sei block:", w3.eth.block_number)Add Sei to MetaMask
https://rpc.swiftnodes.io/rpc/sei?key=YOUR_API_KEYwss://rpc.swiftnodes.io/ws/sei?key=YOUR_API_KEYBridging to Sei
Assets bridge to Sei via providers such as Wormhole and Stargate (LayerZero), plus integrations through the Sei bridge interface.
Features of SwiftNodes for Sei
- Multiple load-balanced upstream nodes for high availability
- Health-checked every 60 seconds with automatic failover
- Free tier available — no credit card or KYC required
- Flat-rate monthly pricing with no per-request fees
- HTTP and WebSocket support
- One API key works across all 75+ supported chains, including Sei
Rate Limits
| Plan | Price | HTTP req/s | WS msg/s |
|---|---|---|---|
| Free | $0/mo | 2 | 1 |
| Starter | $49/mo | 50 | 25 |
| Growth | $89/mo | 150 | 75 |
| Scale | $149/mo | 300 | 150 |
| Pro | $249/mo | 500 | 250 |
Frequently Asked Questions: Sei
What's Sei's chain ID?
Sei EVM mainnet is chain ID 1329.
Can I deploy Ethereum contracts on Sei?
Yes. Sei's EVM is fully bytecode-compatible, so audited Solidity contracts deploy with no code changes.
How fast is finality on Sei?
Sei reaches finality in a single block, with block times around 400 milliseconds via its CometBFT-based Twin Turbo Consensus.
Ready to start building on Sei? Connect your wallet and get a free API key in 30 seconds. No email or KYC required.