# Chainbase Docs ## Docs - [Json Web Token(JWT)](https://docs.chainbase.com/api-reference/jtw.md) - [Overview](https://docs.chainbase.com/api-reference/overview.md) - [Data Cloud SQL Query (Classic)](https://docs.chainbase.com/api-reference/sql-api/data-cloud-sql-query.md) - [Execute Queries (Alpha)](https://docs.chainbase.com/api-reference/sql-api/execute-queries.md): Limit of 100,000 results - [Get Query Results (Alpha)](https://docs.chainbase.com/api-reference/sql-api/get-query-results.md) - [Get Query Status (Alpha)](https://docs.chainbase.com/api-reference/sql-api/get-query-status.md) - [API Status Code](https://docs.chainbase.com/api-reference/status-code.md) - [get posts for a topic](https://docs.chainbase.com/api-reference/tops-api/tool/get-posts-for-a-topic.md): Retrieves posts associated with a topic. Output should be a list of posts sorted by time or relevance with text, author, timestamp, permalink, and engagement metrics (if available). - [get topic detail](https://docs.chainbase.com/api-reference/tops-api/tool/get-topic-detail.md): Fetches structured details for one topic so an LLM can quickly understand what it is about. Input is topic_id (from trending or search). Output should include a topic description/definition, core keywords, representative post summaries (post ids/links/authors/timestamps), and metadata. - [list trending topics](https://docs.chainbase.com/api-reference/tops-api/tool/list-trending-topics.md): Returns a ranked list of currently trending crypto narratives/topics. Use it for ideation and trend scanning. language selects the locale/language (affects tokenization and trend definition). Output should include topic_id, title/keywords, and a score/rank summary. - [search narrative candidate topics by keyword](https://docs.chainbase.com/api-reference/tops-api/tool/search-narrative-candidate-topics-by-keyword.md): Reverse-searches topic candidates from a human keyword to map a fuzzy narrative into the platform's topic taxonomy. Input is keyword (e.g., "RWA", "AI Agent", "Restaking"). Output is a list of candidate topics with topic_id, match rationale/keyword overlap, and a trend/heat summary. Recommended: let… - [search social mentions by keyword](https://docs.chainbase.com/api-reference/tops-api/tool/search-social-mentions-by-keyword.md): Searches recent social mentions (Twitter/X) for a keyword to answer "who is talking / what are they saying / what just happened". Output should be a list of tweets with text, author, timestamp, permalink, engagement metrics (if available), and optional language/region info. - [Get NFTs owned by address](https://docs.chainbase.com/api-reference/web3-api/balance/nft-balances/get-nfts-owned-by-address.md): Get the list of NFTs owned by an account. - [Get ERC20 token balances](https://docs.chainbase.com/api-reference/web3-api/balance/token-balances/get-erc20-token-balances.md): Retrieve all token balances for all ERC20 tokens for a specified address. - [Get native token balances](https://docs.chainbase.com/api-reference/web3-api/balance/token-balances/get-native-token-balances.md): Returns the balance for a specified address. - [Get block by number](https://docs.chainbase.com/api-reference/web3-api/basic/block/get-block-by-number.md): Get the detail of a block by the given block number. - [Get latest block number](https://docs.chainbase.com/api-reference/web3-api/basic/block/get-latest-block-number.md): Get the latest block height of blockchain network. - [Contract call](https://docs.chainbase.com/api-reference/web3-api/basic/contract/contract-call.md): Calls a specific function for the specified contract. - [Address labels](https://docs.chainbase.com/api-reference/web3-api/basic/labels/get-address-labels.md): get labels by address - [Get transaction](https://docs.chainbase.com/api-reference/web3-api/basic/transaction/get-transaction.md): Get the detail of a transaction given the transaction hash. - [Get transactions by account](https://docs.chainbase.com/api-reference/web3-api/basic/transaction/get-transactions-by-account.md): Returns the transactions from the address. - [Get ENS domains](https://docs.chainbase.com/api-reference/web3-api/domain/ens-domain-endpoints/get-ens-domains.md): Gets a list of ENS domains held by a given address. - [Resolve ENS domain](https://docs.chainbase.com/api-reference/web3-api/domain/ens-domain-endpoints/resolve-ens-domain.md): Resolves a ETH address given an ENS Domain. - [Reverse resolve ENS domain](https://docs.chainbase.com/api-reference/web3-api/domain/ens-domain-endpoints/reverse-resolve-ens-domain.md): Reverse resolves a given ETH address to its ENS domain. - [Get NFT collection items](https://docs.chainbase.com/api-reference/web3-api/nft/nft-collections/get-nft-collection-items.md): Query NFT collection items metadata. - [Get NFT collection metadata](https://docs.chainbase.com/api-reference/web3-api/nft/nft-collections/get-nft-collection-metadata.md): Query NFT collection metadata. - [Get NFT metadata](https://docs.chainbase.com/api-reference/web3-api/nft/nft-metadata/get-nft-metadata.md): Get the metadata associated with the specified NFT. - [Get NFT rarity](https://docs.chainbase.com/api-reference/web3-api/nft/nft-metadata/get-nft-rarity.md) - [Get NFT owner by token](https://docs.chainbase.com/api-reference/web3-api/nft/nft-ownership/get-nft-owner-by-token.md): Get the current owner for a specified NFT token. - [Get NFT owner history by token](https://docs.chainbase.com/api-reference/web3-api/nft/nft-ownership/get-nft-owner-history-by-token.md): Get the list of historical owner addresses for a specified NFT token. - [Get NFT owners by collection](https://docs.chainbase.com/api-reference/web3-api/nft/nft-ownership/get-nft-owners-by-collection.md): Get all owners for a specified NFT collection. - [Get NFT transfers by collection](https://docs.chainbase.com/api-reference/web3-api/nft/nft-transfers/get-nft-transfers-by-collection.md): Get the historical transfer transactions for a specified contract address. - [Get token price](https://docs.chainbase.com/api-reference/web3-api/token/market-data/get-token-price.md): Get the price of the specified token. - [Get token price history](https://docs.chainbase.com/api-reference/web3-api/token/market-data/get-token-price-history.md): Get the historical price of the specified token. - [Get token holders](https://docs.chainbase.com/api-reference/web3-api/token/token-holders/get-token-holders.md): Get the list of holders of the specified contract. - [Get top token holders](https://docs.chainbase.com/api-reference/web3-api/token/token-holders/get-top-token-holders.md): Get the list of top holders of the specified contract. - [Get token metadata](https://docs.chainbase.com/api-reference/web3-api/token/token-metadata/get-token-metadata.md): Get the metadata of a specified token. - [Get token transfers by contract](https://docs.chainbase.com/api-reference/web3-api/token/token-transfers/get-token-transfers-by-contract.md): Retrieves historical token transfer transactions for any ERC20 contract. - [Abstracted](https://docs.chainbase.com/catalog/Arbitrum/Abstracted.md) - [☆ Overview](https://docs.chainbase.com/catalog/Arbitrum/Overview.md) - [Raw](https://docs.chainbase.com/catalog/Arbitrum/Raw.md) - [Abstracted](https://docs.chainbase.com/catalog/Avalanche/Abstracted.md) - [☆ Overview](https://docs.chainbase.com/catalog/Avalanche/Overview.md) - [Raw](https://docs.chainbase.com/catalog/Avalanche/Raw.md) - [Abstracted](https://docs.chainbase.com/catalog/BSC/Abstracted.md) - [☆ Overview](https://docs.chainbase.com/catalog/BSC/Overview.md) - [Raw](https://docs.chainbase.com/catalog/BSC/Raw.md) - [Abstracted](https://docs.chainbase.com/catalog/Base/Abstracted.md) - [☆ Overview](https://docs.chainbase.com/catalog/Base/Overview.md) - [Raw](https://docs.chainbase.com/catalog/Base/Raw.md) - [Abstracted](https://docs.chainbase.com/catalog/Bitcoin/Abstracted.md) - [☆ Overview](https://docs.chainbase.com/catalog/Blast/Overview.md) - [Raw](https://docs.chainbase.com/catalog/Blast/Raw.md) - [Abstracted](https://docs.chainbase.com/catalog/Ethereum/Abstracted.md) - [☆ Overview](https://docs.chainbase.com/catalog/Ethereum/Overview.md) - [Raw](https://docs.chainbase.com/catalog/Ethereum/Raw.md) - [☆ Overview](https://docs.chainbase.com/catalog/Fantom/Overview.md) - [Raw](https://docs.chainbase.com/catalog/Fantom/Raw.md) - [Abstracted](https://docs.chainbase.com/catalog/Labels/Abstracted.md) - [☆ Overview](https://docs.chainbase.com/catalog/Labels/Overview.md) - [☆ Overview](https://docs.chainbase.com/catalog/Merlin/Overview.md) - [Raw](https://docs.chainbase.com/catalog/Merlin/Raw.md) - [Abstracted](https://docs.chainbase.com/catalog/Optimism/Abstracted.md) - [☆ Overview](https://docs.chainbase.com/catalog/Optimism/Overview.md) - [Raw](https://docs.chainbase.com/catalog/Optimism/Raw.md) - [APEX Testnet](https://docs.chainbase.com/catalog/OtherEvm/APEX_Testnet.md) - [AgentLayer Testnet](https://docs.chainbase.com/catalog/OtherEvm/AgentLayer_Testnet.md) - [Ancient8](https://docs.chainbase.com/catalog/OtherEvm/Ancient8.md) - [Atleta Olympia](https://docs.chainbase.com/catalog/OtherEvm/Atleta_Olympia.md) - [Automata Testnet](https://docs.chainbase.com/catalog/OtherEvm/Automata_Testnet.md) - [B2 Hub Mainnet](https://docs.chainbase.com/catalog/OtherEvm/B2_Hub_Mainnet.md) - [B2 Testnet](https://docs.chainbase.com/catalog/OtherEvm/B2_Testnet.md) - [BEVM Mainnet](https://docs.chainbase.com/catalog/OtherEvm/BEVM_Mainnet.md) - [BEVM Testnet](https://docs.chainbase.com/catalog/OtherEvm/BEVM_Testnet.md) - [BNB Smart Chain Testnet](https://docs.chainbase.com/catalog/OtherEvm/BNB_Smart_Chain_Testnet.md) - [Bahamut](https://docs.chainbase.com/catalog/OtherEvm/Bahamut.md) - [Beam](https://docs.chainbase.com/catalog/OtherEvm/Beam.md) - [Berachain Artio](https://docs.chainbase.com/catalog/OtherEvm/Berachain_Artio.md) - [Berachain bArtio](https://docs.chainbase.com/catalog/OtherEvm/Berachain_bArtio.md) - [Bifrost Mainnet](https://docs.chainbase.com/catalog/OtherEvm/Bifrost_Mainnet.md) - [Bifrost Testnet](https://docs.chainbase.com/catalog/OtherEvm/Bifrost_Testnet.md) - [Bitlayer Mainnet](https://docs.chainbase.com/catalog/OtherEvm/Bitlayer_Mainnet.md) - [Bitlayer Testnet](https://docs.chainbase.com/catalog/OtherEvm/Bitlayer_Testnet.md) - [BlackFort Exchange Network](https://docs.chainbase.com/catalog/OtherEvm/BlackFort_Exchange_Network.md) - [BlackFort Exchange Network Testnet](https://docs.chainbase.com/catalog/OtherEvm/BlackFort_Exchange_Network_Testnet.md) - [Blast Sepolia Testnet](https://docs.chainbase.com/catalog/OtherEvm/Blast_Sepolia_Testnet.md) - [Celo Alfajores Testnet](https://docs.chainbase.com/catalog/OtherEvm/Celo_Alfajores_Testnet.md) - [Chiliz Chain Mainnet](https://docs.chainbase.com/catalog/OtherEvm/Chiliz_Chain_Mainnet.md) - [Crab Network](https://docs.chainbase.com/catalog/OtherEvm/Crab_Network.md) - [Creditcoin Testnet](https://docs.chainbase.com/catalog/OtherEvm/Creditcoin_Testnet.md) - [Crypto Emergency](https://docs.chainbase.com/catalog/OtherEvm/Crypto_Emergency.md) - [Cyber Mainnet](https://docs.chainbase.com/catalog/OtherEvm/Cyber_Mainnet.md) - [Cyber Testnet](https://docs.chainbase.com/catalog/OtherEvm/Cyber_Testnet.md) - [DOS Chain](https://docs.chainbase.com/catalog/OtherEvm/DOS_Chain.md) - [Darwinia Koi Testnet](https://docs.chainbase.com/catalog/OtherEvm/Darwinia_Koi_Testnet.md) - [Darwinia Network](https://docs.chainbase.com/catalog/OtherEvm/Darwinia_Network.md) - [Dodao](https://docs.chainbase.com/catalog/OtherEvm/Dodao.md) - [Ethereum Classic](https://docs.chainbase.com/catalog/OtherEvm/Ethereum_Classic.md) - [Fhenix Helium](https://docs.chainbase.com/catalog/OtherEvm/Fhenix_Helium.md) - [Form Testnet](https://docs.chainbase.com/catalog/OtherEvm/Form_Testnet.md) - [Forma](https://docs.chainbase.com/catalog/OtherEvm/Forma.md) - [Forma Sketchpad](https://docs.chainbase.com/catalog/OtherEvm/Forma_Sketchpad.md) - [Fuse Mainnet](https://docs.chainbase.com/catalog/OtherEvm/Fuse_Mainnet.md) - [Fuse Sparknet](https://docs.chainbase.com/catalog/OtherEvm/Fuse_Sparknet.md) - [GEEK Verse Mainnet](https://docs.chainbase.com/catalog/OtherEvm/GEEK_Verse_Mainnet.md) - [GEEK Verse Testnet](https://docs.chainbase.com/catalog/OtherEvm/GEEK_Verse_Testnet.md) - [GUNZ Testnet](https://docs.chainbase.com/catalog/OtherEvm/GUNZ_Testnet.md) - [Gnosis](https://docs.chainbase.com/catalog/OtherEvm/Gnosis.md) - [Gnosis Chiado Testnet](https://docs.chainbase.com/catalog/OtherEvm/Gnosis_Chiado_Testnet.md) - [Gobbl Testnet](https://docs.chainbase.com/catalog/OtherEvm/Gobbl_Testnet.md) - [Hemi Sepolia](https://docs.chainbase.com/catalog/OtherEvm/Hemi_Sepolia.md) - [Hybrid Testnet](https://docs.chainbase.com/catalog/OtherEvm/Hybrid_Testnet.md) - [Immutable zkEVM](https://docs.chainbase.com/catalog/OtherEvm/Immutable_zkEVM.md) - [Immutable zkEVM Testnet](https://docs.chainbase.com/catalog/OtherEvm/Immutable_zkEVM_Testnet.md) - [Kakarot Sepolia](https://docs.chainbase.com/catalog/OtherEvm/Kakarot_Sepolia.md) - [Karak Sepolia](https://docs.chainbase.com/catalog/OtherEvm/Karak_Sepolia.md) - [Kingdom Chain](https://docs.chainbase.com/catalog/OtherEvm/Kingdom_Chain.md) - [Klaytn Testnet Baobab](https://docs.chainbase.com/catalog/OtherEvm/Klaytn_Testnet_Baobab.md) - [Kroma](https://docs.chainbase.com/catalog/OtherEvm/Kroma.md) - [Kroma Sepolia](https://docs.chainbase.com/catalog/OtherEvm/Kroma_Sepolia.md) - [Kyoto](https://docs.chainbase.com/catalog/OtherEvm/Kyoto.md) - [Kyoto Testnet](https://docs.chainbase.com/catalog/OtherEvm/Kyoto_Testnet.md) - [LUKSO Mainnet](https://docs.chainbase.com/catalog/OtherEvm/LUKSO_Mainnet.md) - [LUKSO Testnet](https://docs.chainbase.com/catalog/OtherEvm/LUKSO_Testnet.md) - [Lambda Chain Mainnet](https://docs.chainbase.com/catalog/OtherEvm/Lambda_Chain_Mainnet.md) - [Lambda Chain Testnet](https://docs.chainbase.com/catalog/OtherEvm/Lambda_Chain_Testnet.md) - [LayerEdge testnet](https://docs.chainbase.com/catalog/OtherEvm/LayerEdge_testnet.md) - [Linea Sepolia](https://docs.chainbase.com/catalog/OtherEvm/Linea_Sepolia.md) - [MAXI Chain Testnet](https://docs.chainbase.com/catalog/OtherEvm/MAXI_Chain_Testnet.md) - [Mantle](https://docs.chainbase.com/catalog/OtherEvm/Mantle.md) - [Memo Smart Chain Mainnet](https://docs.chainbase.com/catalog/OtherEvm/Memo_Smart_Chain_Mainnet.md) - [Meter Mainnet](https://docs.chainbase.com/catalog/OtherEvm/Meter_Mainnet.md) - [Meter Testnet](https://docs.chainbase.com/catalog/OtherEvm/Meter_Testnet.md) - [Mint Mainnet](https://docs.chainbase.com/catalog/OtherEvm/Mint_Mainnet.md) - [Mint Sepolia Testnet](https://docs.chainbase.com/catalog/OtherEvm/Mint_Sepolia_Testnet.md) - [Mint Testnet](https://docs.chainbase.com/catalog/OtherEvm/Mint_Testnet.md) - [Mode Testnet](https://docs.chainbase.com/catalog/OtherEvm/Mode_Testnet.md) - [Moonbeam](https://docs.chainbase.com/catalog/OtherEvm/Moonbeam.md) - [Numbers Mainnet](https://docs.chainbase.com/catalog/OtherEvm/Numbers_Mainnet.md) - [Opal testnet by Unique](https://docs.chainbase.com/catalog/OtherEvm/Opal_testnet_by_Unique.md) - [Open Campus Codex](https://docs.chainbase.com/catalog/OtherEvm/Open_Campus_Codex.md) - [Orderly Sepolia Testnet](https://docs.chainbase.com/catalog/OtherEvm/Orderly_Sepolia_Testnet.md) - [Ozone Chain Mainnet](https://docs.chainbase.com/catalog/OtherEvm/Ozone_Chain_Mainnet.md) - [Ozone Chain Testnet](https://docs.chainbase.com/catalog/OtherEvm/Ozone_Chain_Testnet.md) - [PLAYA3ULL GAMES](https://docs.chainbase.com/catalog/OtherEvm/PLAYA3ULL_GAMES.md) - [Plume Testnet](https://docs.chainbase.com/catalog/OtherEvm/Plume_Testnet.md) - [Pools Mainnet](https://docs.chainbase.com/catalog/OtherEvm/Pools_Mainnet.md) - [PulseChain](https://docs.chainbase.com/catalog/OtherEvm/PulseChain.md) - [PulseChain Testnet v4](https://docs.chainbase.com/catalog/OtherEvm/PulseChain_Testnet_v4.md) - [RSS3 VSL Sepolia Testnet](https://docs.chainbase.com/catalog/OtherEvm/RSS3_VSL_Sepolia_Testnet.md) - [Reya Network](https://docs.chainbase.com/catalog/OtherEvm/Reya_Network.md) - [Rollux Testnet](https://docs.chainbase.com/catalog/OtherEvm/Rollux_Testnet.md) - [Saakuru Mainnet](https://docs.chainbase.com/catalog/OtherEvm/Saakuru_Mainnet.md) - [Scroll](https://docs.chainbase.com/catalog/OtherEvm/Scroll.md) - [Scroll Sepolia Testnet](https://docs.chainbase.com/catalog/OtherEvm/Scroll_Sepolia_Testnet.md) - [Shyft Mainnet](https://docs.chainbase.com/catalog/OtherEvm/Shyft_Mainnet.md) - [Step Network](https://docs.chainbase.com/catalog/OtherEvm/Step_Network.md) - [Swan Proxima Testnet](https://docs.chainbase.com/catalog/OtherEvm/Swan_Proxima_Testnet.md) - [Swan Saturn Testnet](https://docs.chainbase.com/catalog/OtherEvm/Swan_Saturn_Testnet.md) - [Syndicate Frame Chain](https://docs.chainbase.com/catalog/OtherEvm/Syndicate_Frame_Chain.md) - [TAPROOT Mainnet](https://docs.chainbase.com/catalog/OtherEvm/TAPROOT_Mainnet.md) - [Taiko Hekla L2](https://docs.chainbase.com/catalog/OtherEvm/Taiko_Hekla_L2.md) - [Tanssi Demo](https://docs.chainbase.com/catalog/OtherEvm/Tanssi_Demo.md) - [UPB CRESCDI Testnet](https://docs.chainbase.com/catalog/OtherEvm/UPB_CRESCDI_Testnet.md) - [Unique](https://docs.chainbase.com/catalog/OtherEvm/Unique.md) - [Vana Satori Testnet](https://docs.chainbase.com/catalog/OtherEvm/Vana_Satori_Testnet.md) - [Vanar Mainnet](https://docs.chainbase.com/catalog/OtherEvm/Vanar_Mainnet.md) - [VeChain](https://docs.chainbase.com/catalog/OtherEvm/VeChain.md) - [VeChain Testnet](https://docs.chainbase.com/catalog/OtherEvm/VeChain_Testnet.md) - [Vitruveo Mainnet](https://docs.chainbase.com/catalog/OtherEvm/Vitruveo_Mainnet.md) - [Vitruveo Testnet](https://docs.chainbase.com/catalog/OtherEvm/Vitruveo_Testnet.md) - [WeaveVM Testnet](https://docs.chainbase.com/catalog/OtherEvm/WeaveVM_Testnet.md) - [XDC Apothem Network](https://docs.chainbase.com/catalog/OtherEvm/XDC_Apothem_Network.md) - [XR Sepolia](https://docs.chainbase.com/catalog/OtherEvm/XR_Sepolia.md) - [Xai Mainnet](https://docs.chainbase.com/catalog/OtherEvm/Xai_Mainnet.md) - [Xterio Testnet](https://docs.chainbase.com/catalog/OtherEvm/Xterio_Testnet.md) - [Zilliqa EVM](https://docs.chainbase.com/catalog/OtherEvm/Zilliqa_EVM.md) - [Zilliqa EVM Devnet](https://docs.chainbase.com/catalog/OtherEvm/Zilliqa_EVM_Devnet.md) - [Zilliqa EVM Testnet](https://docs.chainbase.com/catalog/OtherEvm/Zilliqa_EVM_Testnet.md) - [Zircuit Testnet](https://docs.chainbase.com/catalog/OtherEvm/Zircuit_Testnet.md) - [Zora](https://docs.chainbase.com/catalog/OtherEvm/Zora.md) - [opBNB Mainnet](https://docs.chainbase.com/catalog/OtherEvm/opBNB_Mainnet.md) - [opBNB Testnet](https://docs.chainbase.com/catalog/OtherEvm/opBNB_Testnet.md) - [re.al](https://docs.chainbase.com/catalog/OtherEvm/re.al.md) - [zkCandy Sepolia Testnet](https://docs.chainbase.com/catalog/OtherEvm/zkCandy_Sepolia_Testnet.md) - [Abstracted](https://docs.chainbase.com/catalog/Polygon/Abstracted.md) - [☆ Overview](https://docs.chainbase.com/catalog/Polygon/Overview.md) - [Raw](https://docs.chainbase.com/catalog/Polygon/Raw.md) - [Abstracted](https://docs.chainbase.com/catalog/Price/Abstracted.md) - [☆ Overview](https://docs.chainbase.com/catalog/Price/Overview.md) - [☆ Overview](https://docs.chainbase.com/catalog/Sui/Overview.md) - [Raw](https://docs.chainbase.com/catalog/Sui/Raw.md) - [☆ Overview](https://docs.chainbase.com/catalog/Ton/Overview.md) - [Raw](https://docs.chainbase.com/catalog/Ton/Raw.md) - [☆ Overview](https://docs.chainbase.com/catalog/Tron/Overview.md) - [Raw](https://docs.chainbase.com/catalog/Tron/Raw.md) - [Overview](https://docs.chainbase.com/catalog/overview.md) - [Abstracted](https://docs.chainbase.com/catalog/zkSync/Abstracted.md) - [☆ Overview](https://docs.chainbase.com/catalog/zkSync/Overview.md) - [Raw](https://docs.chainbase.com/catalog/zkSync/Raw.md) - [Build AI Agents](https://docs.chainbase.com/getting-started/build-ai-agents.md): Connect AI agents to real-time Web3 data and crypto social intelligence - [All Products](https://docs.chainbase.com/getting-started/explore-all-products.md): Browse all Chainbase products and tools - [Explore Data in Cloud](https://docs.chainbase.com/getting-started/explore-data-in-cloud.md): Run SQL queries against terabytes of indexed on-chain data - [Query Blockchain Data](https://docs.chainbase.com/getting-started/query-blockchain-data.md): Access token, wallet, NFT, and social data across 90+ chains - [Stream & Process Data](https://docs.chainbase.com/getting-started/stream-and-process-data.md): Build custom blockchain data pipelines with Manuscript and Data Sync - [Get native token balances by address](https://docs.chainbase.com/getting-started/tutorials/balance-api/get-native-token-balances.md) - [Get all NFTs owned by an address](https://docs.chainbase.com/getting-started/tutorials/balance-api/get-nfts-owned-by-address.md) - [Get all ENS domain names by address](https://docs.chainbase.com/getting-started/tutorials/domain-api/get-domain-names-by-address.md) - [Resolve ENS Domain](https://docs.chainbase.com/getting-started/tutorials/domain-api/resolve-domain.md) - [Reverse Resolve ENS Domain](https://docs.chainbase.com/getting-started/tutorials/domain-api/reverse-resolve-domain.md) - [Get all transfers of a NFT collection](https://docs.chainbase.com/getting-started/tutorials/nft-api/get-all-transfers-of-a-collection.md) - [Get NFT metadata](https://docs.chainbase.com/getting-started/tutorials/nft-api/get-nft-metadata.md) - [Get NFT owner by token](https://docs.chainbase.com/getting-started/tutorials/nft-api/get-nft-owner-by-token.md) - [Get NFT owners by collection](https://docs.chainbase.com/getting-started/tutorials/nft-api/get-nft-owners-by-collection.md) - [Get ERC20 tokens owned by address](https://docs.chainbase.com/getting-started/tutorials/token-api/get-erc20-tokens-by-address.md) - [Get all ERC20 transfers by contract](https://docs.chainbase.com/getting-started/tutorials/token-api/get-erc20-transfers-by-contract.md) - [Get holders of an ERC20 token](https://docs.chainbase.com/getting-started/tutorials/token-api/get-holders-of-a-token.md) - [Get Token Metadata](https://docs.chainbase.com/getting-started/tutorials/token-api/get-token-metadata.md) - [Get the price of a token](https://docs.chainbase.com/getting-started/tutorials/token-api/get-token-price.md) - [Get the historical price of a token](https://docs.chainbase.com/getting-started/tutorials/token-api/get-token-price-history.md) - [Get top token holders](https://docs.chainbase.com/getting-started/tutorials/token-api/get-top-token-holders.md) - [Chainbase Documentation](https://docs.chainbase.com/getting-started/welcome.md): Access blockchain data from 90+ chains. Build with APIs, AI agents, or data pipelines. - [Chainbase Improvement Proposals (CIPs)](https://docs.chainbase.com/network/contributing/cips.md) - [Governance](https://docs.chainbase.com/network/contributing/governance.md) - [Legal Disclaimer](https://docs.chainbase.com/network/contributing/legal-disclaimer.md) - [MiCAR White Paper](https://docs.chainbase.com/network/contributing/micar_whitepaper.md) - [Overview](https://docs.chainbase.com/network/contributing/overview.md) - [Chainbase Roadmap](https://docs.chainbase.com/network/contributing/roadmap.md) - [Co-processor Layer](https://docs.chainbase.com/network/core-concepts/architecture/co_processor_layer.md) - [Consensus Layer](https://docs.chainbase.com/network/core-concepts/architecture/consensus_layer.md) - [Data Accessibility Layer](https://docs.chainbase.com/network/core-concepts/architecture/data_accessibility_layer.md) - [Execution Layer](https://docs.chainbase.com/network/core-concepts/architecture/execution_layer.md) - [Overview](https://docs.chainbase.com/network/core-concepts/architecture/overview.md) - [Chainbase Network AVS Design](https://docs.chainbase.com/network/core-concepts/avs-design.md) - [Data Processing Based on AVS](https://docs.chainbase.com/network/core-concepts/data-processing-based-on-avs.md) - [Dual-Chain](https://docs.chainbase.com/network/core-concepts/dual-chain.md) - [Dual-Staking](https://docs.chainbase.com/network/core-concepts/dual-staking.md) - [Glossary](https://docs.chainbase.com/network/core-concepts/glossary.md) - [Co-processor Layer Testnet](https://docs.chainbase.com/network/developers/testnet.md) - [Introducing Chainbase](https://docs.chainbase.com/network/introduction/about.md) - [FAQs](https://docs.chainbase.com/network/introduction/faqs.md) - [Litepaper](https://docs.chainbase.com/network/introduction/litepaper.md) - [Delegators](https://docs.chainbase.com/network/introduction/networks/delegators.md) - [Developers](https://docs.chainbase.com/network/introduction/networks/developers.md) - [Operators](https://docs.chainbase.com/network/introduction/networks/operators.md) - [Overview](https://docs.chainbase.com/network/introduction/networks/overview.md) - [Validators](https://docs.chainbase.com/network/introduction/networks/validators.md) - [Tokenomics](https://docs.chainbase.com/network/introduction/tokenomics.md) - [Configuration](https://docs.chainbase.com/network/node/configuration.md) - [Introduction](https://docs.chainbase.com/network/node/introduction.md) - [Run a Chainbase AVS Operator](https://docs.chainbase.com/network/node/operator.md) - [Join Testnet](https://docs.chainbase.com/network/node/testnet.md) - [Run a Validator](https://docs.chainbase.com/network/node/validator.md) - [Decentralized DORA Tuning](https://docs.chainbase.com/network/theia/Developers/Glossary/D2ORA.md) - [Generate to Defend (G2D)](https://docs.chainbase.com/network/theia/Developers/Glossary/G2D.md) - [Open APIs](https://docs.chainbase.com/network/theia/Developers/Open-APIs.md) - [FAQs](https://docs.chainbase.com/network/theia/Resources/FAQs.md) - [Roadmap](https://docs.chainbase.com/network/theia/Resources/Roadmap.md) - [Thesis](https://docs.chainbase.com/network/theia/Resources/Whitepaper.md) - [How to Create Task Models](https://docs.chainbase.com/network/theia/TheiaChat/create-task-models.md) - [Overview](https://docs.chainbase.com/network/theia/TheiaChat/overview.md) - [Task Models](https://docs.chainbase.com/network/theia/TheiaChat/task-models.md) - [Features](https://docs.chainbase.com/network/theia/World_model/features.md) - [Theia](https://docs.chainbase.com/network/theia/World_model/theia.md) - [Welcome](https://docs.chainbase.com/network/theia/World_model/welcome.md) - [CLI](https://docs.chainbase.com/resources/ai/cli.md): Command-line interface for querying Web3 data, designed for both developers and AI agents - [Web3 Data MCP](https://docs.chainbase.com/resources/ai/mcp.md): Connect Chainbase Web3 data to any MCP-compatible AI client - [Tops Data MCP](https://docs.chainbase.com/resources/ai/mcp-tops.md): Connect Tops crypto social data to any MCP-compatible AI client - [Overview](https://docs.chainbase.com/resources/ai/overview.md): Empower AI Agents with real-time Web3 data and crypto social intelligence - [Web3 Data Skill](https://docs.chainbase.com/resources/ai/web3-data-skill.md): Query on-chain data and crypto social intelligence using natural language in Claude Code - [x402 Integration](https://docs.chainbase.com/resources/ai/x402.md): Pay-per-call API access for AI Agents via the HTTP 402 protocol - [4. Advanced Options](https://docs.chainbase.com/resources/manuscript/QuickStart/advanced_options.md) - [2. Create a manuscript](https://docs.chainbase.com/resources/manuscript/QuickStart/create_manuscript.md) - [1. Install GUI](https://docs.chainbase.com/resources/manuscript/QuickStart/prerequisites.md) - [3. Run a manuscript](https://docs.chainbase.com/resources/manuscript/QuickStart/run_manuscript.md) - [Overview](https://docs.chainbase.com/resources/manuscript/overview.md) - [Manuscript Zone](https://docs.chainbase.com/resources/manuscript/zone.md) - [Developer Resources](https://docs.chainbase.com/resources/overview.md): Complete reference documentation for all Chainbase products and tools - [Credit Cost](https://docs.chainbase.com/resources/platform/credit/methods.md): Credit cost per Web3 API method and SQL API call. - [Overview](https://docs.chainbase.com/resources/platform/credit/overview.md): How Chainbase meters API usage with credits. - [Data Catalog](https://docs.chainbase.com/resources/platform/datasets/data-catalog.md) - [Inscription & Rune Data Support](https://docs.chainbase.com/resources/platform/datasets/inscription-and-rune.md) - [Overview](https://docs.chainbase.com/resources/platform/datasets/overview.md) - [FAQs](https://docs.chainbase.com/resources/platform/faqs/faq.md) - [Data Cloud API (Deprecated)](https://docs.chainbase.com/resources/platform/features/api/sql-api/datacloud-api-classic.md) - [Data Cloud Custom API (Alpha)](https://docs.chainbase.com/resources/platform/features/api/sql-api/datacloud-custom-api.md): A data request method supporting high-concurrency scenarios. - [Data Cloud Task API (Alpha)](https://docs.chainbase.com/resources/platform/features/api/sql-api/datacloud-task-api.md) - [Overview](https://docs.chainbase.com/resources/platform/features/api/sql-api/overview.md) - [Web3 API](https://docs.chainbase.com/resources/platform/features/api/web3-api.md) - [Overview](https://docs.chainbase.com/resources/platform/features/datacloud/overview.md) - [Write Efficient Queries](https://docs.chainbase.com/resources/platform/features/datacloud/write-efficient-queries.md) - [Overview](https://docs.chainbase.com/resources/platform/features/sync/overview.md) - [Overview](https://docs.chainbase.com/resources/platform/overview.md) - [Pricing](https://docs.chainbase.com/resources/platform/pricing/pricing.md) - [Support](https://docs.chainbase.com/resources/platform/support.md) - [Supported Networks](https://docs.chainbase.com/resources/platform/supported-networks/supported-networks.md) ## OpenAPI Specs - [publicapi](https://docs.chainbase.com/api-reference/tops-api/publicapi.yaml) - [basic_api](https://docs.chainbase.com/api-reference/web3-api/basic/basic_api.json) - [domain_api](https://docs.chainbase.com/api-reference/web3-api/domain/domain_api.json) - [token_api](https://docs.chainbase.com/api-reference/web3-api/token/token_api.json) - [nft_api](https://docs.chainbase.com/api-reference/web3-api/nft/nft_api.json) - [balance_api](https://docs.chainbase.com/api-reference/web3-api/balance/balance_api.json) - [openapi](https://docs.chainbase.com/api-reference/webhook-api/openapi.json) - [sql_api](https://docs.chainbase.com/api-reference/sql-api/sql_api.yml)