Chiliz Quickstart

You'll need to create a free All That Node account and add the protocol to your project first!

What is Chiliz?

The goal of Chiliz Chain is to be the leading blockchain for enterprise-level sports and entertainment brands that want to create a Web3 ecosystem where stakeholders can build Web3 experiences within a secured network-effect-driven community.

For more information on the Chiliz, please check out the official documentation.


Endpoints

NetworkChain IDEndpoint
Mainnet0x15b38(88888)https://chiliz-mainnet-rpc.allthatnode.com/'YOUR-API-KEY'

*Find 'YOUR-API-KEY' by going to the Dashboard menu (Dashboard > Project Detail Page).

Sample

Request

curl https://chiliz-mainnet-rpc.allthatnode.com/'YOUR-API-KEY' \
-X POST \
-H "Content-Type: application/json" \
-d '{ "jsonrpc":"2.0", "method":"eth_blockNumber", "params":[], "id":1 }' 

Response

{
    "jsonrpc": "2.0",
    "id": 1,
    "result": "0x83bdc3"
}