
칠리즈(Chiliz)는 스포츠 및 엔터테인먼트 산업에 특화된 EVM 기반 블록체인 플랫폼으로, 팬 참여와 보상을 중심으로 한 Web3 생태계를 구축합니다. 주요 스포츠 클럽과의 파트너십을 통해 팬 토큰(Fan Token)을 발행하고, 토큰 보유자에게 투표권, 리워드, 독점 콘텐츠 등의 참여 기회를 제공합니다. 고속 트랜잭션 처리와 저렴한 수수료 구조를 바탕으로, 팬 기반 디지털 자산의 활용에 최적화된 애플리케이션 개발 환경을 제공합니다.
↗ 참고사이트: Chiliz
↗ Explorer: Chiliz Scan
Chiliz Web3 Data API를 지금 사용해보세요!
Nodit Web3 Data API가 Chiliz 네트워크를 새롭게 지원합니다.
유료플랜 사용자라면 지금 바로 Web3 Data API API Reference를 확인하고 사용해보세요!
Feature | Mainnet Support | Testnet Support |
---|---|---|
Elastic Node | ❌ | ❌ |
Dedicated Node | ❌ | ❌ |
Web3 Data API | ✅ | ❌ |
Webhook | ❌ | ❌ |
Stream | ❌ | ❌ |
Datasquare | ❌ | ❌ |
Web3 Data API
Blockchain API
- Get Block by Hash or Number
- Get Blocks Within Range
- Get Gas Price
- Get Internal Transactions By Account
- Get Internal Transactions By Transaction Hash
- Get Next Nonce by Account
- Get Total Transaction Count By Account
- Get Transaction By Hash
- Get Transactions By Account
- Get Transactions By Hashes
- Get Transactions In Block
- Is Contract
- Search Events
Native API
Token API
- Get Token Allowance
- Get Token Contract Metadata by Contracts
- Get Token Holders By Contract
- Get Token Prices by Contracts
- Get Token Transfers by Account
- Get Token Transfers by Contract
- Get Token Transfers Within Range
- Get Tokens Owned By Account
- Search Token Contract Metadata by Keyword
NFT API
- Get NFT Contract Metadata by Contracts
- Get NFT Contracts by Account
- Get NFT Holders by Contract
- Get NFT Holders by Token ID
- Get NFT Metadata by Contract
- Get NFT Metadata by Token IDs
- Get NFT Transfers By Account
- Get NFT Transfers By Contract
- Get NFT Transfers By TokenId
- Get NFT Transfers Within Range
- Get NFTs Owned By Account
- Search NFT Contract Metadata By Keyword
- Sync Nft Metadata
Statistics
Example
- 특정 계정에 대한 Transaction을
Get Transactions By Account
을 통해서 조회
Request
-
Node.js - axios
import axios from 'axios'; const options = { method: 'POST', url: 'https://web3.nodit.io/v1/chiliz/mainnet/blockchain/getTransactionsByAccount', headers: { accept: 'application/json', 'content-type': 'application/json', 'X-API-KEY': 'nodit-demo' }, data: { accountAddress: '0xc10ae5cd2c63e4065f81e241c93237e06e12d41b', withCount: false, withLogs: false, withDecode: false, rpp: 3 } }; axios .request(options) .then(res => console.log(res.data)) .catch(err => console.error(err));
-
Python - requests
import requests url = "https://web3.nodit.io/v1/chiliz/mainnet/blockchain/getTransactionsByAccount" payload = { "accountAddress": "0xc10ae5cd2c63e4065f81e241c93237e06e12d41b", "withCount": False, "withLogs": False, "withDecode": False, "rpp": 3 } headers = { "accept": "application/json", "content-type": "application/json", "X-API-KEY": "nodit-demo" } response = requests.post(url, json=payload, headers=headers) print(response.text)
Response
{
"rpp": 3,
"cursor": "eyJibG9ja1RpbWVzdGFtcCI6MTc0NzExNTA3NywiYmxvY2tOdW1iZXIiOjIzNDU4Mzc5LCJ0cmFuc2FjdGlvbkluZGV4IjoyfQ==",
"items": [
{
"transactionHash": "0x7a0ac46a2ef527be86130060e6ba03cda063b95d3010e3e9499d0afdc8f783dc",
"transactionIndex": "0",
"blockHash": "0x9974cd4aac27091e4f14e080a72a7f928a27d182a74bcf1d43b99b219e37a319",
"blockNumber": 23458392,
"from": "0xc10ae5Cd2C63E4065f81E241c93237E06E12d41b",
"to": "0x0000000000000000000000000000000000007006",
"value": "74379496319128800000",
"input": "0x0efe6a8b000000000000000000000000c10ae5cd2c63e4065f81e241c93237e06e12d41b00000000000000000000000000000000000000001cb8b7702ae75fb695e000000000000000000000000000000000000000000000000000000138803d08631b28",
"functionSelector": "0x0efe6a8b",
"nonce": "248506",
"gas": "9223372036854775807",
"gasPrice": "0",
"gasUsed": "102243",
"cumulativeGasUsed": "102243",
"effectiveGasPrice": "0",
"contractAddress": null,
"type": "0",
"status": "1",
"logsBloom": "0x00000000000000000000004000000000400000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000080000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004000000000000000000000100000000000000000000008000000000000004000000000000000000000002000000000000000000000000000000000000000020000000000",
"accessList": [],
"timestamp": 1747115116
},
{
"transactionHash": "0xbc6849617130004a380294975cde469d44686217b0399d7c0b2a3fa463fa95ef",
"transactionIndex": "3",
"blockHash": "0x4f0828e2db77dad3f7f10348f8eba2d5c9fb0638898a1496ddd4cbf8631f43ca",
"blockNumber": 23458379,
"from": "0xc10ae5Cd2C63E4065f81E241c93237E06E12d41b",
"to": "0x0000000000000000000000000000000000001000",
"value": "1273471000000000",
"input": "0xf340fa01000000000000000000000000c10ae5cd2c63e4065f81e241c93237e06e12d41b",
"functionSelector": "0xf340fa01",
"nonce": "248505",
"gas": "9223372036854775807",
"gasPrice": "0",
"gasUsed": "22218",
"cumulativeGasUsed": "1365701",
"effectiveGasPrice": "0",
"contractAddress": null,
"type": "0",
"status": "1",
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"accessList": [],
"timestamp": 1747115077
},
{
"transactionHash": "0x15ad82184f8fac0a0dcfdfc598487147a48df52d6225ebd94ef2fc6f2607c251",
"transactionIndex": "2",
"blockHash": "0x4f0828e2db77dad3f7f10348f8eba2d5c9fb0638898a1496ddd4cbf8631f43ca",
"blockNumber": 23458379,
"from": "0xc10ae5Cd2C63E4065f81E241c93237E06E12d41b",
"to": "0x0000000000000000000000000000000000007006",
"value": "74379496319128800000",
"input": "0x0efe6a8b000000000000000000000000c10ae5cd2c63e4065f81e241c93237e06e12d41b00000000000000000000000000000000000000001cb8b7702ae75fb695e000000000000000000000000000000000000000000000000000000138803d08631b28",
"functionSelector": "0x0efe6a8b",
"nonce": "248504",
"gas": "9223372036854775807",
"gasPrice": "0",
"gasUsed": "70012",
"cumulativeGasUsed": "1343483",
"effectiveGasPrice": "0",
"contractAddress": null,
"type": "0",
"status": "1",
"logsBloom": "0x00000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000008000000000000000000000000000000000000002000000000000000000000000000000000000000020000000000",
"accessList": [],
"timestamp": 1747115077
}
]
}