> ## Documentation Index
> Fetch the complete documentation index at: https://docs.uniblock.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Kaia Testnet (KAIA) Overview

Kaia Testnet (KAIA) RPC

Use Uniblock's JSON-RPC endpoint to access Kaia Testnet (KAIA) with low-latency routing and a single API surface across providers.

## What is Kaia Testnet?

Kaia Testnet is an EVM-compatible testnet. It is a testnet for Kaia. Its ticker symbol is `KAIA`.

## What is the Kaia Testnet (KAIA) JSON-RPC API?

The JSON-RPC API is the standard interface for reading chain state, sending transactions, and interacting with smart contracts where supported.

## Making API requests

Send a POST request to `https://api.uniblock.dev/uni/v1/json-rpc?chainId=1001`. Include the JSON-RPC method and params in the request body.

## Supported networks

| Network      | Symbol | Type    | Chain ID |
| ------------ | ------ | ------- | -------- |
| Kaia         | `KAIA` | Mainnet | `8217`   |
| Kaia Testnet | `KAIA` | Testnet | `1001`   |

## API reference

Browse the available method groups for this chain:

* [Debug](/reference/jsonrpc-docs/1001/debug/debug-chaindb-compact)
* [EVM](/reference/jsonrpc-docs/1001/evm/eth-accounts)
* [Kaia](/reference/jsonrpc-docs/1001/kaia/kaia-account-created)
* [Klay](/reference/jsonrpc-docs/1001/klay/kaia-get-block-receipts)
* [Trace](/reference/jsonrpc-docs/1001/trace/trace-block)
