Try Chiliz Endpoints
HTTPS
https://api-chiliz-mainnet-archive.n.dwellir.com/bd7663d3-bce4-4a7f-830c-38270f9daabd
WSS
wss://api-chiliz-mainnet-archive.n.dwellir.com/bd7663d3-bce4-4a7f-830c-38270f9daabd
Quick Start
BASH
curl -sS -X POST https://api-chiliz-mainnet-archive.n.dwellir.com/bd7663d3-bce4-4a7f-830c-38270f9daabd \-H 'Content-Type: application/json' \-d '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
JAVASCRIPT
import { JsonRpcProvider } from 'ethers';const provider = new JsonRpcProvider('https://api-chiliz-mainnet-archive.n.dwellir.com/bd7663d3-bce4-4a7f-830c-38270f9daabd');const latest = await provider.getBlockNumber();console.log('block', latest);
PYTHON
import requestsurl = 'https://api-chiliz-mainnet-archive.n.dwellir.com/bd7663d3-bce4-4a7f-830c-38270f9daabd'payload = { 'jsonrpc': '2.0', 'id': 1, 'method': 'eth_blockNumber', 'params': [] }resp = requests.post(url, json=payload)print(resp.json())
GO
package mainimport ("bytes""fmt""net/http""io/ioutil")func main() {url := "https://api-chiliz-mainnet-archive.n.dwellir.com/bd7663d3-bce4-4a7f-830c-38270f9daabd"payload := []byte("{\"jsonrpc\":\"2.0\",\"id\":1,\"method\":\"eth_blockNumber\",\"params\":[]}")resp, err := http.Post(url, "application/json", bytes.NewBuffer(payload))if err != nil { panic(err) }defer resp.Body.Close()body, _ := ioutil.ReadAll(resp.Body)fmt.Println(string(body))}
Chiliz Chain aims to be the foremost blockchain for enterprise-level sports and entertainment brands aspiring to create a Web3 ecosystem. It empowers stakeholders to build Web3 experiences within a secure, network-effect-driven community. With its EVM compatibility, Chiliz Chain maintains compatibility with Ethereum tooling, simplifying the building process in its environment. Derived as a fork from BSC, which in turn is a go-Ethereum fork, it embodies most tooling mechanisms, concepts, and binaries from BSC and Ethereum.
Pricing
How many calls do you make per month?
/ month
Growth
$299
/month
- 500 Responses /sec
- Dedicated Account Manager
150,000,000 responses ≈ 150.0M • Base $299 + Overages $0
Developer Resources
FAQs
How does the Chiliz Chain work?
What are the key features of the Chiliz Chain?
What is the consensus mechanism used by Chiliz Chain?
What is the prime objective of Chiliz Chain?
When was Chiliz Chain launched?
When is staking scheduled to open?
What is the difference between a Testnet and Mainnet?
What is the purpose of the Testnet?
Why are there two Testnets and how do they differ?
What is the origin of the name 'Scoville'?
Why isn't Chiliz Chain fully decentralized?
Get your API key
and join other leading Web3 companies using Dwellir's infrastructure