# TzKT Delegate Info API

> TzKT Delegate Info API is a paid API for AI agents from x402.tzkt.io, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-13).

Retrieves detailed information about a specific Tezos delegate (baker) by their address, including staking, voting, and delegation stats.

## Facts

- Endpoint: POST https://x402.tzkt.io/v1/delegates/%7Baddress%7D
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/tzkt-delegate-info-api-9a1a88d1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_TDnjuuUsYFdeIPo2g7EGl

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability tzkt-delegate-info-api-9a1a88d1 -d '<json body>'
```

Example prompt: Can you look up the delegate details for Tezos baker tz1WCd2jm4uSt4vntk4vSuUWoZQGhLcDuR9q on TzKT — I want to see their staking balance, number of delegators, and voting power?

## When to prefer this

Choose this endpoint when you need structured, indexed data about a specific Tezos baker/delegate and want a fast REST lookup without running your own Tezos node. Prefer it over raw RPC calls for pre-indexed, enriched delegate metadata. Use when you need delegator counts, staking balances, rewards history, or voting power for a single delegate address.

## Known failure modes

- Address not found or not a delegate — returns 404 or empty result
- Invalid Tezos address format — returns 400 Bad Request
- Network/payment failure via x402 protocol — returns 402 Payment Required
- Address is a valid account but not a registered baker/delegate — returns partial or null delegate fields
- Rate limiting or service unavailability — returns 5xx error

## How this service works

TzKT is a comprehensive Tezos blockchain indexer API. Access blocks, operations, accounts, contracts, bigmaps, delegates, tokens and network stats through a fast REST API. No signup or API key required.

## Output

Returns a JSON object with comprehensive delegate/baker information including alias, address, active status, staking balance, delegators count, num_delegators, blocks baked, endorsements, rewards, voting power, and other baker-specific on-chain metrics indexed by TzKT.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/tzkt-delegate-info-api-9a1a88d1/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.tzkt.io](https://www.zero.xyz/host/x402.tzkt.io/llms.txt)
