All chains
Kyoto Testnet

Kyoto Testnet

EVM Layer 1 / Chain ID 1998

Kyoto Testnet is a EVM-compatible blockchain network indexed by the SQD Network. Access real-time and historical data including blocks, transactions, and event logs through the SQD Portal API.

Quick Facts
Networks 1
Runtime EVM
Chain ID 1998
Real-time No
Data tables 3
Category Layer 1

Networks

kyoto-testnet
EVM testnet 3 tables

Available Data

blocks

Block headers with timestamps, gas usage, miner info, and consensus data.

transactions

All onchain transactions with sender, receiver, value, gas, and input data.

logs

Event logs emitted by smart contracts, the primary source for tracking DeFi, NFT, and token activity.

How to index Kyoto Testnet blockchain data

Stream Kyoto Testnet event logs, transactions, and blocks from the SQD Portal in two lines of code. The example below uses the public endpoint, no API key required for development.

1curl --compressed -X POST \
2 'https://portal.sqd.dev/datasets/kyoto-testnet/stream' \
3 -H 'Content-Type: application/json' \
4 -d '{
5 "type": "evm",
6 "fromBlock": 0,
7 "toBlock": 100,
8 "fields": {
9 "block": {"number":true,"timestamp":true},
10 "transaction": {
11 "hash": true,
12 "from": true,
13 "to": true,
14 "value": true
15 }
16 },
17 "transactions": [{}]
18 }'
kyoto-testnet/stream
EVM · blocks 0100

Build with Kyoto Testnet data

Common production patterns teams ship with SQD on Kyoto Testnet.

Frequently asked questions

How do I index Kyoto Testnet blockchain data?
Use the SQD Portal API at portal.sqd.dev/datasets/kyoto-testnet or the open-source Squid SDK. Both stream Kyoto Testnet blocks, transactions, and event logs from historical archives. The free tier supports development; paid Portal deployments cover production workloads with SLA-backed latency.
Is the Kyoto Testnet API free?
Yes. SQD provides a free public Portal endpoint for Kyoto Testnet with no API key required. For higher rate limits, dedicated infrastructure, and SLA-backed uptime, see the SQD Pricing page.
What Kyoto Testnet data tables does SQD provide?
SQD indexes 3 data tables for Kyoto Testnet: blocks, transactions, logs. Each table is decoded, validated at ingestion, and queryable through the Portal API.
Does SQD support real-time Kyoto Testnet data?
Kyoto Testnet historical and recent data is available through SQD's archival layer. Real-time streaming for Kyoto Testnet is on the roadmap, request priority via the SQD contact form.
What's the difference between SQD and an RPC node for Kyoto Testnet?
An RPC node serves raw, unvalidated Kyoto Testnet data limited to recent state. SQD's Portal indexes the full Kyoto Testnet history, decodes it into queryable tables, validates every block at ingestion, and serves it through a typed SDK, no node operations required.
Can I self-host Kyoto Testnet indexing with SQD?
Yes, the Squid SDK is open-source under the GPLv3 license. You can run your own indexer against the SQD Network or the Portal, or deploy on SQD Cloud for fully managed hosting.

Other layer 1 chains on SQD

Start building with Kyoto Testnet

Access Kyoto Testnet data through the SQD Portal, free tier available.