Command Palette

Search for a command to run...

Server Favicon

TzKT API

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: pay per request via MPP.

GET

/v1/accounts

$0.005
List Tezos accounts with filtering by type, balance, delegate
GET

/v1/accounts/count

$0.005
Get total number of indexed accounts
GET

/v1/accounts/{address}

$0.005
Get account by address: type, balance, delegate, counter, last activity
GET

/v1/accounts/{address}/balance

$0.005
Get current account balance in mutez
GET

/v1/accounts/{address}/balance_history

$0.005
Get historical balance time-series for an account
GET

/v1/accounts/{address}/balance_history/{level}

$0.005
Get account balance at a specific block level
GET

/v1/accounts/{address}/contracts

$0.005
List contracts originated by an account
GET

/v1/accounts/{address}/delegators

$0.005
List accounts currently delegated to this address

GET

/v1/bigmaps

$0.005
List bigmaps with filtering by contract, path, tags
GET

/v1/bigmaps/{id}

$0.005
Get bigmap by ID
GET

/v1/bigmaps/{id}/historical_keys/{level}

$0.005
Get bigmap keys as they were at a specific block level
GET

/v1/bigmaps/{id}/keys

$0.005
List keys in a bigmap with optional active/value filtering
GET

/v1/bigmaps/{id}/keys/{key}

$0.005
Get value for a specific bigmap key

GET

/v1/blocks

$0.005
List blocks with filtering by proposer, producer, level, timestamp
GET

/v1/blocks/count

$0.005
Get total number of indexed blocks
GET

/v1/blocks/{hash}

$0.005
Get block by hash
GET

/v1/blocks/{level}

$0.005
Get block by level (height)

GET

/v1/contracts

$0.005
List smart contracts with filtering by kind, balance, creator
GET

/v1/contracts/count

$0.005
Get total number of contracts
GET

/v1/contracts/{address}

$0.005
Get contract by address: kind, balance, creator, entrypoints
GET

/v1/contracts/{address}/entrypoints

$0.005
List contract entrypoints with parameter types
GET

/v1/contracts/{address}/storage

$0.005
Get current contract storage value

GET

/v1/delegates

$0.005
List Tezos delegates (bakers) with filtering
GET

/v1/delegates/count

$0.005
Get total number of delegates
GET

/v1/delegates/{address}

$0.005
Get delegate by address: balance, staking balance, delegators count, uptime

GET

/v1/operations/activations

$0.005
List account activation operations (from Tezos fundraiser)
GET

/v1/operations/baking

$0.005
List baking rewards per block
GET

/v1/operations/ballots

$0.005
List governance ballot operations
GET

/v1/operations/delegations

$0.005
List delegation operations
GET

/v1/operations/originations

$0.005
List contract origination operations
GET

/v1/operations/reveals

$0.005
List public key reveal operations
GET

/v1/operations/staking

$0.005
List staking operations (stake, unstake, finalize)
GET

/v1/operations/transactions

$0.005
List transactions with filtering by sender, target, status, amount
GET

/v1/operations/transactions/count

$0.005
Get total number of transactions

GET

/v1/head

$0.005
Get current chain head: level, hash, timestamp, protocol

GET

/v1/statistics

$0.005
Get network statistics: total supply, circulating supply, total burned, total locked
GET

/v1/statistics/current

$0.005
Get current network statistics snapshot
GET

/v1/statistics/cyclic

$0.005
Get per-cycle network statistics
GET

/v1/statistics/daily

$0.005
Get daily network statistics

GET

/v1/tokens

$0.005
List FA1.2 and FA2 tokens with filtering
GET

/v1/tokens/balances

$0.005
List token balances across accounts with filtering
GET

/v1/tokens/count

$0.005
Get total number of tokens
GET

/v1/tokens/transfers

$0.005
List token transfer events with filtering by from, to, contract, tokenId
GET

/v1/tokens/transfers/count

$0.005
Get total number of token transfers

Install on Your Agent

Add TzKT API skills to any client

npx agentcash add https://mpp.tzkt.io
Transactions
Volume
Agents