WEMIX RPC Endpoint
Fast, flat-rate WEMIX RPC node provider — free tier, no KYC, HTTP & WebSocket.
WEMIX3.0 is a Layer 1 EVM blockchain from Korean game company Wemade, focused on blockchain gaming, DeFi, and payments. Its native token WEMIX is used for gas and staking.
wemixAbout WEMIX
Wemade launched the WEMIX3.0 mainnet in November 2022, migrating its tokens and games from Ethereum and Klaytn to its own chain as part of a broader gaming and Web3 ecosystem. The network is EVM-compatible, so Solidity contracts and standard Ethereum tooling apply.
WEMIX3.0 uses a stake-based proof-of-authority model run by a council of up to 40 Node Council Partners that produce blocks and govern the network, with a path toward a fuller proof-of-stake model based on staked WEMIX. The chain targets high throughput and short block times suited to games, and its ecosystem spans the WEMIX PLAY game platform, the NILE DeFi and NFT platform, a stablecoin product, and WEMIX Pay.
Common Use Cases on WEMIX
- Blockchain gaming (WEMIX PLAY)
- DeFi and NFTs (NILE)
- Stablecoin and payments (WEMIX Pay)
- WEMIX staking and delegation
- Smart contract deployment
- In-game asset tokenization
WEMIX Ecosystem
The WEMIX ecosystem includes the WEMIX PLAY game publishing platform, the NILE DeFi and NFT platform, a stablecoin product, and the WEMIX Pay payment service.
HTTP Endpoint
https://rpc.swiftnodes.io/rpc/wemix?key=YOUR_API_KEYWebSocket Endpoint
wss://rpc.swiftnodes.io/ws/wemix?key=YOUR_API_KEYQuick Start: Connect to WEMIX
cURL
curl -X POST https://rpc.swiftnodes.io/rpc/wemix?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/wemix?key=YOUR_API_KEY"
);
const blockNumber = await provider.getBlockNumber();
console.log("WEMIX block:", blockNumber);viem
import { createPublicClient, http } from "viem";
const client = createPublicClient({
transport: http("https://rpc.swiftnodes.io/rpc/wemix?key=YOUR_API_KEY"),
});
const blockNumber = await client.getBlockNumber();web3.py
from web3 import Web3
w3 = Web3(Web3.HTTPProvider("https://rpc.swiftnodes.io/rpc/wemix?key=YOUR_API_KEY"))
print("WEMIX block:", w3.eth.block_number)Add WEMIX to MetaMask
https://rpc.swiftnodes.io/rpc/wemix?key=YOUR_API_KEYwss://rpc.swiftnodes.io/ws/wemix?key=YOUR_API_KEYBridging to WEMIX
WEMIX provides bridging to and from chains such as Ethereum and BNB Smart Chain for moving WEMIX and other assets.
Features of SwiftNodes for WEMIX
- 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 WEMIX
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: WEMIX
What's WEMIX's chain ID?
WEMIX3.0 mainnet is chain ID 1111.
What consensus does WEMIX use?
WEMIX3.0 uses a stake-based proof-of-authority model with up to 40 Node Council Partners, transitioning toward a fuller proof-of-stake model.
What is WEMIX used for?
WEMIX is the native token used for gas, staking, and delegation, and underpins the ecosystem's gaming, DeFi, and payment services.
Is WebSocket supported?
Yes - SwiftNodes provides HTTP and WebSocket (wss://) endpoints for WEMIX.
Ready to start building on WEMIX? Connect your wallet and get a free API key in 30 seconds. No email or KYC required.