HAQQ RPC Endpoint
Fast, flat-rate HAQQ RPC node provider — free tier, no KYC, HTTP & WebSocket.
HAQQ Network (formerly Islamic Coin) is an EVM-compatible Layer 1 in the Cosmos ecosystem, built for financial applications that need to comply with Sharia principles — notably avoiding interest-bearing and speculative constructs.
haqqAbout HAQQ
The chain combines a Cosmos SDK base layer with an EVM execution environment, so Solidity contracts deploy onto it while the network participates in Cosmos interoperability. ISLM is the native staking and gas token, and the ecosystem is curated around products designed to be certifiable as permissible, with scholar oversight on listed applications.
For integrators the interface is conventional eth_* JSON-RPC on chain ID 11235. The main thing to expect is not an API difference but a content one: applications deployed here are typically screened, so the DeFi primitives you find are structured around profit-and-loss sharing rather than lending at interest.
Common Use Cases on HAQQ
- Sharia-compliant finance
- Payments and remittances
- Asset-backed tokens
- Community lending structures
HTTP Endpoint
https://rpc.swiftnodes.io/rpc/haqq?key=YOUR_API_KEYWebSocket Endpoint
wss://rpc.swiftnodes.io/ws/haqq?key=YOUR_API_KEYQuick Start: Connect to HAQQ
cURL
curl -X POST https://rpc.swiftnodes.io/rpc/haqq?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/haqq?key=YOUR_API_KEY"
);
const blockNumber = await provider.getBlockNumber();
console.log("HAQQ block:", blockNumber);viem
import { createPublicClient, http } from "viem";
const client = createPublicClient({
transport: http("https://rpc.swiftnodes.io/rpc/haqq?key=YOUR_API_KEY"),
});
const blockNumber = await client.getBlockNumber();web3.py
from web3 import Web3
w3 = Web3(Web3.HTTPProvider("https://rpc.swiftnodes.io/rpc/haqq?key=YOUR_API_KEY"))
print("HAQQ block:", w3.eth.block_number)Add HAQQ to MetaMask
https://rpc.swiftnodes.io/rpc/haqq?key=YOUR_API_KEYwss://rpc.swiftnodes.io/ws/haqq?key=YOUR_API_KEYFeatures of SwiftNodes for HAQQ
- 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 HAQQ
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 |
Ready to start building on HAQQ? Connect your wallet and get a free API key in 30 seconds. No email or KYC required.