Dymension RPC Endpoint

Fast, flat-rate Dymension RPC node provider — free tier, no KYC, HTTP & WebSocket.

Dymension is a Cosmos SDK Layer 1 that acts as a settlement and interoperability hub for app-specific rollups called RollApps. Its native token DYM secures the network, and the hub exposes an EVM-compatible environment.

Network: Dymension
Type: EVM
Chain ID: 1100
Slug: dymension
Native token: DYM (Dymension)
Block time: ~5 seconds
Finality: Fast deterministic finality via Tendermint/CometBFT consensus
Mainnet: February 6, 2024
Category: Layer 1 (Cosmos SDK settlement hub for RollApps)

About Dymension

Dymension launched its mainnet on February 6, 2024, alongside the DYM token and an airdrop to users across the EVM, Cosmos, and Solana ecosystems. The Dymension Hub is built with the Cosmos SDK and serves as the settlement layer for RollApps, modular app-specific chains built with the Dymension RollApp Development Kit (RDK).

RollApps rely on the Dymension Hub for security and IBC-based interoperability, and the RDK supports EVM smart contracts via Ethermint in addition to Cosmos SDK and CosmWasm modules. DYM is used for staking, governance, and securing the hub. The EVM-compatible endpoint corresponds to chain ID 1100, where standard Ethereum tooling works.

Common Use Cases on Dymension

  • Settlement for app-specific RollApps
  • DYM staking and governance
  • IBC cross-chain interoperability
  • EVM smart contract deployment
  • DeFi and liquidity hubs
  • Launching modular app-chains

Dymension Ecosystem

Dymension anchors a network of RollApps and integrates with the broader Cosmos ecosystem via IBC, with DeFi and liquidity tooling built on the hub.

HTTP Endpoint

https://rpc.swiftnodes.io/rpc/dymension?key=YOUR_API_KEY

WebSocket Endpoint

wss://rpc.swiftnodes.io/ws/dymension?key=YOUR_API_KEY

Quick Start: Connect to Dymension

cURL

curl -X POST https://rpc.swiftnodes.io/rpc/dymension?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/dymension?key=YOUR_API_KEY"
);

const blockNumber = await provider.getBlockNumber();
console.log("Dymension block:", blockNumber);

viem

import { createPublicClient, http } from "viem";

const client = createPublicClient({
  transport: http("https://rpc.swiftnodes.io/rpc/dymension?key=YOUR_API_KEY"),
});

const blockNumber = await client.getBlockNumber();

web3.py

from web3 import Web3

w3 = Web3(Web3.HTTPProvider("https://rpc.swiftnodes.io/rpc/dymension?key=YOUR_API_KEY"))
print("Dymension block:", w3.eth.block_number)

Add Dymension to MetaMask

Network Name: Dymension (SwiftNodes)
RPC URL: https://rpc.swiftnodes.io/rpc/dymension?key=YOUR_API_KEY
Chain ID: 1100
Currency Symbol: DYM
WebSocket: wss://rpc.swiftnodes.io/ws/dymension?key=YOUR_API_KEY

Bridging to Dymension

Dymension uses IBC for interoperability with Cosmos chains and RollApps, and supports bridging from external ecosystems through integrated providers.

Features of SwiftNodes for Dymension

  • 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 Dymension

Rate Limits

PlanPriceHTTP req/sWS msg/s
Free$0/mo21
Starter$49/mo5025
Growth$89/mo15075
Scale$149/mo300150
Pro$249/mo500250

Frequently Asked Questions: Dymension

What's Dymension's chain ID?

Dymension's EVM chain ID is 1100 (the hub identifier is dymension_1100-1).

What is a RollApp?

A RollApp is an app-specific rollup built with Dymension's RollApp Development Kit that settles to and interoperates through the Dymension Hub.

Does Dymension support EVM smart contracts?

Yes - the Dymension RDK supports EVM contracts via Ethermint, alongside Cosmos SDK and CosmWasm modules.

Is WebSocket supported?

Yes - SwiftNodes provides HTTP and WebSocket (wss://) endpoints for Dymension.

Ready to start building on Dymension? Connect your wallet and get a free API key in 30 seconds. No email or KYC required.