# Blockscout ## Docs - [News Highlights](https://blockscout-mf-14206.mintlify.app/about/announcements.md): News, media coverage, and major announcements related to Blockscout. - [Newsletter & Blog](https://blockscout-mf-14206.mintlify.app/about/announcements/newsletter-and-blog.md) - [Chains Using Blockscout](https://blockscout-mf-14206.mintlify.app/about/chains.md): List of projects and links - [Features](https://blockscout-mf-14206.mintlify.app/about/features.md): Blockscout is a full-featured, open-source blockchain explorer - [Funding](https://blockscout-mf-14206.mintlify.app/about/funding.md): Information about Blockscout funding sources, grants, and opportunities for support. - [Partners & Integrations](https://blockscout-mf-14206.mintlify.app/about/partners-and-integrations.md): Blockscout featured integrations - [RaaS Providers](https://blockscout-mf-14206.mintlify.app/about/partners-and-integrations/raas-providers.md): Rollup-as-a-Service Providers using Blockscout - [Vera: Verifier Alliance](https://blockscout-mf-14206.mintlify.app/about/partners-and-integrations/vera-verifier-alliance.md) - [Roadmap](https://blockscout-mf-14206.mintlify.app/about/roadmap.md): Upcoming enhancements, features, and strategic plans for Blockscout. - [Get a List of Internal Transactions](https://blockscout-mf-14206.mintlify.app/api-reference/account/get-a-list-of-internal-transactions.md): Returns up to a maximum of 10,000 internal transactions. Also available through a GraphQL 'transaction' query. - [Get a List of Transactions by Address](https://blockscout-mf-14206.mintlify.app/api-reference/account/get-a-list-of-transactions-by-address.md): Returns up to a maximum of 10,000 transactions for a given address. Also available through a GraphQL 'address' query. - [Get Balance for Multiple Addresses in a Single Call](https://blockscout-mf-14206.mintlify.app/api-reference/account/get-balance-for-multiple-addresses-in-a-single-call.md): Returns the balance of multiple accounts from a list of addresses (max 20 addresses) - [Get ERC-1155 Token Transfer Events by Address](https://blockscout-mf-14206.mintlify.app/api-reference/account/get-erc-1155-token-transfer-events-by-address.md): Returns ERC-1155 (multi-token) transfer events - [Get ERC-20 Token Balance for a Single Address](https://blockscout-mf-14206.mintlify.app/api-reference/account/get-erc-20-token-balance-for-a-single-address.md): Returns the token balance for a specific token contract and address - [Get ERC-20 Token Transfer Events by Address](https://blockscout-mf-14206.mintlify.app/api-reference/account/get-erc-20-token-transfer-events-by-address.md): Returns up to a maximum of 10,000 ERC-20 token transfer events. Also available through the GraphQL token_transfers query. - [Get ERC-404 Token Transfer Events by Address](https://blockscout-mf-14206.mintlify.app/api-reference/account/get-erc-404-token-transfer-events-by-address.md): Returns ERC-404 (hybrid fungible/non-fungible) transfer events - [Get ERC-721 Token Transfer Events by Address](https://blockscout-mf-14206.mintlify.app/api-reference/account/get-erc-721-token-transfer-events-by-address.md): Returns ERC-721 (NFT) token transfer events - [Get ETH Balance (JSON-RPC Format)](https://blockscout-mf-14206.mintlify.app/api-reference/account/get-eth-balance-json-rpc-format.md): Mimics Ethereum JSON RPC's eth_getBalance - [Get List of Blocks Mined by Address](https://blockscout-mf-14206.mintlify.app/api-reference/account/get-list-of-blocks-mined-by-address.md): Returns list of blocks mined by a given address. - [Get Native Token Balance for a Single Address](https://blockscout-mf-14206.mintlify.app/api-reference/account/get-native-token-balance-for-a-single-address.md): Returns the native token balance of a given address. Results are returned in wei. Many chains use their own native tokens (e.g., ETH on Ethereum, xDai on Gnosis). - [Get Pending Transactions for an Address](https://blockscout-mf-14206.mintlify.app/api-reference/account/get-pending-transactions-for-an-address.md): Returns pending transactions for a given address - [List Accounts and Native Balances](https://blockscout-mf-14206.mintlify.app/api-reference/account/list-accounts-and-native-balances.md): Lists accounts and native balances, sorted ascending by the time they were first seen - [Get a bundler by address hash](https://blockscout-mf-14206.mintlify.app/api-reference/account_abstraction/get-a-bundler-by-address-hash.md): Retrieves a bundler by its address hash. - [Get a factory by address hash](https://blockscout-mf-14206.mintlify.app/api-reference/account_abstraction/get-a-factory-by-address-hash.md): Retrieves a factory by its address hash. - [Get a human-readable, LLM-based user operation summary](https://blockscout-mf-14206.mintlify.app/api-reference/account_abstraction/get-a-human-readable-llm-based-user-operation-summary.md): Retrieves a human-readable summary of what a user operation did, presented in natural language. - [Get a paymaster by address hash](https://blockscout-mf-14206.mintlify.app/api-reference/account_abstraction/get-a-paymaster-by-address-hash.md): Retrieves a paymaster by its address hash. - [Get a user operation by hash](https://blockscout-mf-14206.mintlify.app/api-reference/account_abstraction/get-a-user-operation-by-hash.md): Retrieves a user operation by its hash. - [Get an account abstraction wallet by address hash](https://blockscout-mf-14206.mintlify.app/api-reference/account_abstraction/get-an-account-abstraction-wallet-by-address-hash.md): Retrieves an account abstraction wallet by its address hash. - [Get the status of the account abstraction microservice](https://blockscout-mf-14206.mintlify.app/api-reference/account_abstraction/get-the-status-of-the-account-abstraction-microservice.md): Retrieves the status of the account abstraction microservice. - [List of account abstraction wallets](https://blockscout-mf-14206.mintlify.app/api-reference/account_abstraction/list-of-account-abstraction-wallets.md): Retrieves a list of account abstraction wallets. - [List of recent bundles](https://blockscout-mf-14206.mintlify.app/api-reference/account_abstraction/list-of-recent-bundles.md): Retrieves a list of recent bundles. - [List of recent user operations](https://blockscout-mf-14206.mintlify.app/api-reference/account_abstraction/list-of-recent-user-operations.md): Retrieves a list of recent user operations. - [List of top bundlers](https://blockscout-mf-14206.mintlify.app/api-reference/account_abstraction/list-of-top-bundlers.md): Retrieves a list of top bundlers. - [List of top paymasters](https://blockscout-mf-14206.mintlify.app/api-reference/account_abstraction/list-of-top-paymasters.md): Retrieves a list of top paymasters. - [List of top wallet factories](https://blockscout-mf-14206.mintlify.app/api-reference/account_abstraction/list-of-top-wallet-factories.md): Retrieves a list of top wallet factories. - [Export Celo election rewards as CSV](https://blockscout-mf-14206.mintlify.app/api-reference/addresses/export-celo-election-rewards-as-csv.md): Exports Celo election rewards for a specific address as a CSV file. - [Export internal transactions as CSV](https://blockscout-mf-14206.mintlify.app/api-reference/addresses/export-internal-transactions-as-csv.md): Exports internal transactions for a specific address as a CSV file. - [Export logs as CSV](https://blockscout-mf-14206.mintlify.app/api-reference/addresses/export-logs-as-csv.md): Exports logs for a specific address as a CSV file. - [Export token transfers as CSV](https://blockscout-mf-14206.mintlify.app/api-reference/addresses/export-token-transfers-as-csv.md): Exports token transfers for a specific address as a CSV file. - [Export transactions as CSV](https://blockscout-mf-14206.mintlify.app/api-reference/addresses/export-transactions-as-csv.md): Exports transactions for a specific address as a CSV file. - [Get activity count stats for a specific address](https://blockscout-mf-14206.mintlify.app/api-reference/addresses/get-activity-count-stats-for-a-specific-address.md): Retrieves count statistics for an address, including transactions, token transfers, gas usage, and validations. - [Get counters for address tabs](https://blockscout-mf-14206.mintlify.app/api-reference/addresses/get-counters-for-address-tabs.md): Retrieves counters for various address-related entities (max counter value is 51). - [Get daily native coin balance snapshots for an address from previous 10 days](https://blockscout-mf-14206.mintlify.app/api-reference/addresses/get-daily-native-coin-balance-snapshots-for-an-address-from-previous-10-days.md): Retrieves daily snapshots of native coin balance for a specific address. Useful for generating balance-over-time charts. - [Get native coin balance history for an address showing all balance changes](https://blockscout-mf-14206.mintlify.app/api-reference/addresses/get-native-coin-balance-history-for-an-address-showing-all-balance-changes.md): Retrieves historical native coin balance changes for a specific address, tracking how an address's balance has changed over time. - [List addresses holding native coins sorted by balance - top accounts](https://blockscout-mf-14206.mintlify.app/api-reference/addresses/list-addresses-holding-native-coins-sorted-by-balance--top-accounts.md): Retrieves a paginated list of addresses holding the native coin, sorted by balance. - [List all internal transactions involving a specific address](https://blockscout-mf-14206.mintlify.app/api-reference/addresses/list-all-internal-transactions-involving-a-specific-address.md): Retrieves all internal transactions involving a specific address, with optional filtering for internal transactions sent from or to the address. - [List all token balances held by a specific address](https://blockscout-mf-14206.mintlify.app/api-reference/addresses/list-all-token-balances-held-by-a-specific-address.md): Retrieves all token balances held by a specific address, including ERC-20, ERC-721, ERC-1155, and ERC-404 tokens. - [List Beacon Deposits for a specific address](https://blockscout-mf-14206.mintlify.app/api-reference/addresses/list-beacon-deposits-for-a-specific-address.md): Retrieves Beacon deposits for a specific address. - [List blocks validated (mined) by a specific validator/miner address](https://blockscout-mf-14206.mintlify.app/api-reference/addresses/list-blocks-validated-mined-by-a-specific-validatorminer-address.md): Retrieves blocks that were validated (mined) by a specific address. Useful for tracking validator/miner performance. - [List Celo election rewards for a specific address](https://blockscout-mf-14206.mintlify.app/api-reference/addresses/list-celo-election-rewards-for-a-specific-address.md): Retrieves Celo election rewards for a specific address. - [List event logs emitted by or involving a specific address](https://blockscout-mf-14206.mintlify.app/api-reference/addresses/list-event-logs-emitted-by-or-involving-a-specific-address.md): Retrieves event logs emitted by or involving a specific address. - [List NFTs owned by a specific address with optional type filtering](https://blockscout-mf-14206.mintlify.app/api-reference/addresses/list-nfts-owned-by-a-specific-address-with-optional-type-filtering.md): Retrieves a list of NFTs (non-fungible tokens) owned by a specific address, with optional filtering by token type. - [List NFTs owned by an address grouped by collection/project](https://blockscout-mf-14206.mintlify.app/api-reference/addresses/list-nfts-owned-by-an-address-grouped-by-collectionproject.md): Retrieves NFTs owned by a specific address, organized by collection. Useful for displaying an address's NFT portfolio grouped by project. - [List token balances for an address with pagination and type filtering](https://blockscout-mf-14206.mintlify.app/api-reference/addresses/list-token-balances-for-an-address-with-pagination-and-type-filtering.md): Retrieves token balances for a specific address with pagination and filtering by token type. Useful for displaying large token portfolios. - [List token transfers involving a specific address with filtering options](https://blockscout-mf-14206.mintlify.app/api-reference/addresses/list-token-transfers-involving-a-specific-address-with-filtering-options.md): Retrieves token transfers involving a specific address, with optional filtering by token type, direction, and specific token. - [List transactions involving a specific address with to-from filtering](https://blockscout-mf-14206.mintlify.app/api-reference/addresses/list-transactions-involving-a-specific-address-with-to-from-filtering.md): Retrieves transactions involving a specific address, with optional filtering for transactions sent from or to the address. - [List validator withdrawals involving a specific address](https://blockscout-mf-14206.mintlify.app/api-reference/addresses/list-validator-withdrawals-involving-a-specific-address.md): Retrieves withdrawals involving a specific address, typically for proof-of-stake networks supporting validator withdrawals. - [Retrieve detailed information about a specific address or contract](https://blockscout-mf-14206.mintlify.app/api-reference/addresses/retrieve-detailed-information-about-a-specific-address-or-contract.md): Retrieves detailed information for a specific address, including balance, transaction count, and metadata. - [Gets total count of beacon deposits](https://blockscout-mf-14206.mintlify.app/api-reference/beacon_deposits/gets-total-count-of-beacon-deposits.md): Retrieves the total count of beacon deposits. - [Lists all beacon deposits](https://blockscout-mf-14206.mintlify.app/api-reference/beacon_deposits/lists-all-beacon-deposits.md): Retrieves a paginated list of all beacon deposits. - [Get Block Number by Timestamp](https://blockscout-mf-14206.mintlify.app/api-reference/block/get-block-number-by-timestamp.md): Returns the block number that was mined at a certain timestamp - [Get Block Reward by Block Number](https://blockscout-mf-14206.mintlify.app/api-reference/block/get-block-reward-by-block-number.md): Returns the block reward and uncle block rewards when applicable - [Get Estimated Block Countdown Time by Block Number](https://blockscout-mf-14206.mintlify.app/api-reference/block/get-estimated-block-countdown-time-by-block-number.md): Returns the estimated time remaining, in seconds, until a certain block is mined - [Get Latest Block Number (JSON-RPC Format)](https://blockscout-mf-14206.mintlify.app/api-reference/block/get-latest-block-number-json-rpc-format.md): Mimics Ethereum JSON RPC's eth_blockNumber - [Get countdown information for a target block number](https://blockscout-mf-14206.mintlify.app/api-reference/blocks/get-countdown-information-for-a-target-block-number.md): Calculates the estimated time remaining until a specified block number is reached based on current block and average block time. - [List beacon deposits in a specific block](https://blockscout-mf-14206.mintlify.app/api-reference/blocks/list-beacon-deposits-in-a-specific-block.md): Retrieves beacon deposits included in a specific block with pagination support. - [List blocks with optional filtering by block type](https://blockscout-mf-14206.mintlify.app/api-reference/blocks/list-blocks-with-optional-filtering-by-block-type.md): Retrieves a paginated list of blocks with optional filtering by block type. - [List internal transactions in a specific block](https://blockscout-mf-14206.mintlify.app/api-reference/blocks/list-internal-transactions-in-a-specific-block.md): Retrieves internal transactions included in a specific block with optional filtering by type and call type. - [List L2 blocks in a Scroll batch](https://blockscout-mf-14206.mintlify.app/api-reference/blocks/list-l2-blocks-in-a-scroll-batch.md): Retrieves L2 blocks that are bound to a specific Scroll batch number. - [List L2 blocks in an Arbitrum batch](https://blockscout-mf-14206.mintlify.app/api-reference/blocks/list-l2-blocks-in-an-arbitrum-batch.md): Retrieves L2 blocks that are bound to a specific Arbitrum batch number. - [List L2 blocks in an Optimism batch](https://blockscout-mf-14206.mintlify.app/api-reference/blocks/list-l2-blocks-in-an-optimism-batch.md): Retrieves L2 blocks that are bound to a specific Optimism batch number. - [List transactions and tx details included in a specific block](https://blockscout-mf-14206.mintlify.app/api-reference/blocks/list-transactions-and-tx-details-included-in-a-specific-block.md): Retrieves transactions included in a specific block, ordered by transaction index. - [List validator withdrawals including amounts, index and receiver details processed in a specific block](https://blockscout-mf-14206.mintlify.app/api-reference/blocks/list-validator-withdrawals-including-amounts-index-and-receiver-details-processed-in-a-specific-block.md): Retrieves withdrawals processed in a specific block (typically for proof-of-stake networks). - [Retrieves detailed information for a specific block identified by its number or hash.](https://blockscout-mf-14206.mintlify.app/api-reference/blocks/retrieves-detailed-information-for-a-specific-block-identified-by-its-number-or-hash.md): Retrieves detailed information for a specific block, including transactions, internal transactions, and metadata. - [Get apiv1celestiablob](https://blockscout-mf-14206.mintlify.app/api-reference/celestiaservice/get-apiv1celestiablob.md): **Deprecation Notice:** Per instance endpoints will be deprecated soon in favor of PRO API endpoints. Please see the [PRO API reference page](https://docs.blockscout.com/devs/pro-api-responses-and-routes) for information. - [Get apiv1celestial2batchmetadata](https://blockscout-mf-14206.mintlify.app/api-reference/celestiaservice/get-apiv1celestial2batchmetadata.md): **Deprecation Notice:** Per instance endpoints will be deprecated soon in favor of PRO API endpoints. Please see the [PRO API reference page](https://docs.blockscout.com/devs/pro-api-responses-and-routes) for information. - [If the requested service is unknown, the call will fail with status NOT_FOUND.](https://blockscout-mf-14206.mintlify.app/api-reference/celestiaservice/if-the-requested-service-is-unknown-the-call-will-fail-with-statusnot_found.md): **Deprecation Notice:** Per instance endpoints will be deprecated soon in favor of PRO API endpoints. Please see the [PRO API reference page](https://docs.blockscout.com/devs/pro-api-responses-and-routes) for information. - [Celo chain configuration](https://blockscout-mf-14206.mintlify.app/api-reference/config/celo-chain-configuration.md): Returns Celo-specific configuration (l2 migration block). - [CSV export limits](https://blockscout-mf-14206.mintlify.app/api-reference/config/csv-export-limits.md): Returns configured limits for CSV export endpoints. - [Get backend environment configuration](https://blockscout-mf-14206.mintlify.app/api-reference/config/get-backend-environment-configuration.md): Returns non-secret backend environment variables in the snake case (e.g., chain_type). - [Get backend version](https://blockscout-mf-14206.mintlify.app/api-reference/config/get-backend-version.md): Returns application backend version string. - [Indexer configuration](https://blockscout-mf-14206.mintlify.app/api-reference/config/indexer-configuration.md): Returns config of indexer. - [Public metrics configuration](https://blockscout-mf-14206.mintlify.app/api-reference/config/public-metrics-configuration.md): Returns update period / configuration for public metrics. - [Smart contract languages list](https://blockscout-mf-14206.mintlify.app/api-reference/config/smart-contract-languages-list.md): Returns list of smart contract languages supported by the database schema. - [Uncompleted background migrations](https://blockscout-mf-14206.mintlify.app/api-reference/config/uncompleted-background-migrations.md): Returns list of background migrations that are not yet completed. - [Check Proxy Verification Status](https://blockscout-mf-14206.mintlify.app/api-reference/contract/check-proxy-verification-status.md): Returns status of a proxy contract verification attempt. - [Check Verification Status](https://blockscout-mf-14206.mintlify.app/api-reference/contract/check-verification-status.md): Returns status of a verification attempt. guid is received from verify or verifysourcecode methods. - [Get Contract ABI for Verified Contract](https://blockscout-mf-14206.mintlify.app/api-reference/contract/get-contract-abi-for-verified-contract.md): Returns the Contract Application Binary Interface (ABI) of a verified smart contract. Also available through a GraphQL 'addresses' query. - [Get Contract Creator and Creation Transaction Hash](https://blockscout-mf-14206.mintlify.app/api-reference/contract/get-contract-creator-and-creation-transaction-hash.md): Returns contract creator address and transaction hash (up to 10 contracts per request) - [Get Contract Source Code for Verified Contract](https://blockscout-mf-14206.mintlify.app/api-reference/contract/get-contract-source-code-for-verified-contract.md): Returns the Solidity source code of a verified smart contract. Also available through a GraphQL 'addresses' query. - [Get List of Contracts](https://blockscout-mf-14206.mintlify.app/api-reference/contract/get-list-of-contracts.md): Returns list of contracts sorted by creation time. Can filter by verification status. - [Verify Contract via Sourcify](https://blockscout-mf-14206.mintlify.app/api-reference/contract/verify-contract-via-sourcify.md): Verify a contract through Sourcify. If already verified on Sourcify fetches from repo. - [Verify Contract with Source Code](https://blockscout-mf-14206.mintlify.app/api-reference/contract/verify-contract-with-source-code.md): Verify a contract with its source code and compilation information. Returns a guid for checking verification status. - [Verify Contract with Standard JSON Input](https://blockscout-mf-14206.mintlify.app/api-reference/contract/verify-contract-with-standard-json-input.md): Verify a contract using Standard JSON Input or flattened source code. - [Verify Proxy Contract](https://blockscout-mf-14206.mintlify.app/api-reference/contract/verify-proxy-contract.md): Verify that a contract is a proxy contract pointing to an implementation. - [Verify Vyper Contract](https://blockscout-mf-14206.mintlify.app/api-reference/contract/verify-vyper-contract.md): Verify a Vyper contract with its source code and compilation information. - [Ethereum JSON-RPC endpoint](https://blockscout-mf-14206.mintlify.app/api-reference/eth-rpc/ethereum-json-rpc-endpoint.md): Single endpoint for all standard Ethereum JSON-RPC 2.0 methods. Send a POST request with a JSON body specifying the `method` and `params`. - [get account abstraction indexing status](https://blockscout-mf-14206.mintlify.app/api-reference/get-account-abstraction-indexing-status.md): **Deprecation Notice:** Per instance endpoints will be deprecated soon in favor of PRO API endpoints. Please see the [PRO API reference page](https://docs.blockscout.com/devs/pro-api-responses-and-routes) for information. - [get address coin balance history](https://blockscout-mf-14206.mintlify.app/api-reference/get-address-coin-balance-history.md): **Deprecation Notice:** Per instance endpoints will be deprecated soon in favor of PRO API endpoints. Please see the [PRO API reference page](https://docs.blockscout.com/devs/pro-api-responses-and-routes) for information. - [get address coin balance history by day](https://blockscout-mf-14206.mintlify.app/api-reference/get-address-coin-balance-history-by-day.md): **Deprecation Notice:** Per instance endpoints will be deprecated soon in favor of PRO API endpoints. Please see the [PRO API reference page](https://docs.blockscout.com/devs/pro-api-responses-and-routes) for information. - [get address counters](https://blockscout-mf-14206.mintlify.app/api-reference/get-address-counters.md): **Deprecation Notice:** Per instance endpoints will be deprecated soon in favor of PRO API endpoints. Please see the [PRO API reference page](https://docs.blockscout.com/devs/pro-api-responses-and-routes) for information. - [get address info](https://blockscout-mf-14206.mintlify.app/api-reference/get-address-info.md): **Deprecation Notice:** Per instance endpoints will be deprecated soon in favor of PRO API endpoints. Please see the [PRO API reference page](https://docs.blockscout.com/devs/pro-api-responses-and-routes) for information. - [get address internal transactions](https://blockscout-mf-14206.mintlify.app/api-reference/get-address-internal-transactions.md): **Deprecation Notice:** Per instance endpoints will be deprecated soon in favor of PRO API endpoints. Please see the [PRO API reference page](https://docs.blockscout.com/devs/pro-api-responses-and-routes) for information. - [get address logs](https://blockscout-mf-14206.mintlify.app/api-reference/get-address-logs.md): **Deprecation Notice:** Per instance endpoints will be deprecated soon in favor of PRO API endpoints. Please see the [PRO API reference page](https://docs.blockscout.com/devs/pro-api-responses-and-routes) for information. - [get address token transfers](https://blockscout-mf-14206.mintlify.app/api-reference/get-address-token-transfers.md): **Deprecation Notice:** Per instance endpoints will be deprecated soon in favor of PRO API endpoints. Please see the [PRO API reference page](https://docs.blockscout.com/devs/pro-api-responses-and-routes) for information. - [get address transactions](https://blockscout-mf-14206.mintlify.app/api-reference/get-address-transactions.md): **Deprecation Notice:** Per instance endpoints will be deprecated soon in favor of PRO API endpoints. Please see the [PRO API reference page](https://docs.blockscout.com/devs/pro-api-responses-and-routes) for information. - [get address withdrawals](https://blockscout-mf-14206.mintlify.app/api-reference/get-address-withdrawals.md): **Deprecation Notice:** Per instance endpoints will be deprecated soon in favor of PRO API endpoints. Please see the [PRO API reference page](https://docs.blockscout.com/devs/pro-api-responses-and-routes) for information. - [get all tokens balances for the address](https://blockscout-mf-14206.mintlify.app/api-reference/get-all-tokens-balances-for-the-address.md): **Deprecation Notice:** Per instance endpoints will be deprecated soon in favor of PRO API endpoints. Please see the [PRO API reference page](https://docs.blockscout.com/devs/pro-api-responses-and-routes) for information. - [get block info](https://blockscout-mf-14206.mintlify.app/api-reference/get-block-info.md): **Deprecation Notice:** Per instance endpoints will be deprecated soon in favor of PRO API endpoints. Please see the [PRO API reference page](https://docs.blockscout.com/devs/pro-api-responses-and-routes) for information. - [get block transactions](https://blockscout-mf-14206.mintlify.app/api-reference/get-block-transactions.md): **Deprecation Notice:** Per instance endpoints will be deprecated soon in favor of PRO API endpoints. Please see the [PRO API reference page](https://docs.blockscout.com/devs/pro-api-responses-and-routes) for information. - [get block withdrawals](https://blockscout-mf-14206.mintlify.app/api-reference/get-block-withdrawals.md): **Deprecation Notice:** Per instance endpoints will be deprecated soon in favor of PRO API endpoints. Please see the [PRO API reference page](https://docs.blockscout.com/devs/pro-api-responses-and-routes) for information. - [get blocks](https://blockscout-mf-14206.mintlify.app/api-reference/get-blocks.md): **Deprecation Notice:** Per instance endpoints will be deprecated soon in favor of PRO API endpoints. Please see the [PRO API reference page](https://docs.blockscout.com/devs/pro-api-responses-and-routes) for information. - [get blocks validated by address](https://blockscout-mf-14206.mintlify.app/api-reference/get-blocks-validated-by-address.md): **Deprecation Notice:** Per instance endpoints will be deprecated soon in favor of PRO API endpoints. Please see the [PRO API reference page](https://docs.blockscout.com/devs/pro-api-responses-and-routes) for information. - [get human-readable transaction summary](https://blockscout-mf-14206.mintlify.app/api-reference/get-human-readable-transaction-summary.md): **Deprecation Notice:** Per instance endpoints will be deprecated soon in favor of PRO API endpoints. Please see the [PRO API reference page](https://docs.blockscout.com/devs/pro-api-responses-and-routes) for information. - [get indexing status](https://blockscout-mf-14206.mintlify.app/api-reference/get-indexing-status.md): **Deprecation Notice:** Per instance endpoints will be deprecated soon in favor of PRO API endpoints. Please see the [PRO API reference page](https://docs.blockscout.com/devs/pro-api-responses-and-routes) for information. - [get internal transactions](https://blockscout-mf-14206.mintlify.app/api-reference/get-internal-transactions.md): **Deprecation Notice:** Per instance endpoints will be deprecated soon in favor of PRO API endpoints. Please see the [PRO API reference page](https://docs.blockscout.com/devs/pro-api-responses-and-routes) for information. - [get json rpc url](https://blockscout-mf-14206.mintlify.app/api-reference/get-json-rpc-url.md): **Deprecation Notice:** Per instance endpoints will be deprecated soon in favor of PRO API endpoints. Please see the [PRO API reference page](https://docs.blockscout.com/devs/pro-api-responses-and-routes) for information. - [get list of NFT owned by address](https://blockscout-mf-14206.mintlify.app/api-reference/get-list-of-nft-owned-by-address.md): **Deprecation Notice:** Per instance endpoints will be deprecated soon in favor of PRO API endpoints. Please see the [PRO API reference page](https://docs.blockscout.com/devs/pro-api-responses-and-routes) for information. - [get list of NFT owned by address, grouped by collection](https://blockscout-mf-14206.mintlify.app/api-reference/get-list-of-nft-owned-by-address-grouped-by-collection.md): **Deprecation Notice:** Per instance endpoints will be deprecated soon in favor of PRO API endpoints. Please see the [PRO API reference page](https://docs.blockscout.com/devs/pro-api-responses-and-routes) for information. - [get main page blocks](https://blockscout-mf-14206.mintlify.app/api-reference/get-main-page-blocks.md): **Deprecation Notice:** Per instance endpoints will be deprecated soon in favor of PRO API endpoints. Please see the [PRO API reference page](https://docs.blockscout.com/devs/pro-api-responses-and-routes) for information. - [get main page transactions](https://blockscout-mf-14206.mintlify.app/api-reference/get-main-page-transactions.md): **Deprecation Notice:** Per instance endpoints will be deprecated soon in favor of PRO API endpoints. Please see the [PRO API reference page](https://docs.blockscout.com/devs/pro-api-responses-and-routes) for information. - [get market chart](https://blockscout-mf-14206.mintlify.app/api-reference/get-market-chart.md): **Deprecation Notice:** Per instance endpoints will be deprecated soon in favor of PRO API endpoints. Please see the [PRO API reference page](https://docs.blockscout.com/devs/pro-api-responses-and-routes) for information. - [get native coin holders list](https://blockscout-mf-14206.mintlify.app/api-reference/get-native-coin-holders-list.md): **Deprecation Notice:** Per instance endpoints will be deprecated soon in favor of PRO API endpoints. Please see the [PRO API reference page](https://docs.blockscout.com/devs/pro-api-responses-and-routes) for information. - [get NFT instance by id](https://blockscout-mf-14206.mintlify.app/api-reference/get-nft-instance-by-id.md): **Deprecation Notice:** Per instance endpoints will be deprecated soon in favor of PRO API endpoints. Please see the [PRO API reference page](https://docs.blockscout.com/devs/pro-api-responses-and-routes) for information. - [get NFT instances](https://blockscout-mf-14206.mintlify.app/api-reference/get-nft-instances.md): **Deprecation Notice:** Per instance endpoints will be deprecated soon in favor of PRO API endpoints. Please see the [PRO API reference page](https://docs.blockscout.com/devs/pro-api-responses-and-routes) for information. - [get smart contract](https://blockscout-mf-14206.mintlify.app/api-reference/get-smart-contract.md): **Deprecation Notice:** Per instance endpoints will be deprecated soon in favor of PRO API endpoints. Please see the [PRO API reference page](https://docs.blockscout.com/devs/pro-api-responses-and-routes) for information. - [get stats counters](https://blockscout-mf-14206.mintlify.app/api-reference/get-stats-counters.md): **Deprecation Notice:** Per instance endpoints will be deprecated soon in favor of PRO API endpoints. Please see the [PRO API reference page](https://docs.blockscout.com/devs/pro-api-responses-and-routes) for information. - [get token holders](https://blockscout-mf-14206.mintlify.app/api-reference/get-token-holders.md): **Deprecation Notice:** Per instance endpoints will be deprecated soon in favor of PRO API endpoints. Please see the [PRO API reference page](https://docs.blockscout.com/devs/pro-api-responses-and-routes) for information. - [get token holders](https://blockscout-mf-14206.mintlify.app/api-reference/get-token-holders-1.md): **Deprecation Notice:** Per instance endpoints will be deprecated soon in favor of PRO API endpoints. Please see the [PRO API reference page](https://docs.blockscout.com/devs/pro-api-responses-and-routes) for information. - [get token info](https://blockscout-mf-14206.mintlify.app/api-reference/get-token-info.md): **Deprecation Notice:** Per instance endpoints will be deprecated soon in favor of PRO API endpoints. Please see the [PRO API reference page](https://docs.blockscout.com/devs/pro-api-responses-and-routes) for information. - [get token instance holders](https://blockscout-mf-14206.mintlify.app/api-reference/get-token-instance-holders.md): **Deprecation Notice:** Per instance endpoints will be deprecated soon in favor of PRO API endpoints. Please see the [PRO API reference page](https://docs.blockscout.com/devs/pro-api-responses-and-routes) for information. - [get token token transfers](https://blockscout-mf-14206.mintlify.app/api-reference/get-token-token-transfers.md): **Deprecation Notice:** Per instance endpoints will be deprecated soon in favor of PRO API endpoints. Please see the [PRO API reference page](https://docs.blockscout.com/devs/pro-api-responses-and-routes) for information. - [get token transfers](https://blockscout-mf-14206.mintlify.app/api-reference/get-token-transfers.md): **Deprecation Notice:** Per instance endpoints will be deprecated soon in favor of PRO API endpoints. Please see the [PRO API reference page](https://docs.blockscout.com/devs/pro-api-responses-and-routes) for information. - [get tokens list](https://blockscout-mf-14206.mintlify.app/api-reference/get-tokens-list.md): **Deprecation Notice:** Per instance endpoints will be deprecated soon in favor of PRO API endpoints. Please see the [PRO API reference page](https://docs.blockscout.com/devs/pro-api-responses-and-routes) for information. - [get transaction info](https://blockscout-mf-14206.mintlify.app/api-reference/get-transaction-info.md): **Deprecation Notice:** Per instance endpoints will be deprecated soon in favor of PRO API endpoints. Please see the [PRO API reference page](https://docs.blockscout.com/devs/pro-api-responses-and-routes) for information. - [get transaction internal transactions](https://blockscout-mf-14206.mintlify.app/api-reference/get-transaction-internal-transactions.md): **Deprecation Notice:** Per instance endpoints will be deprecated soon in favor of PRO API endpoints. Please see the [PRO API reference page](https://docs.blockscout.com/devs/pro-api-responses-and-routes) for information. - [get transaction logs](https://blockscout-mf-14206.mintlify.app/api-reference/get-transaction-logs.md): **Deprecation Notice:** Per instance endpoints will be deprecated soon in favor of PRO API endpoints. Please see the [PRO API reference page](https://docs.blockscout.com/devs/pro-api-responses-and-routes) for information. - [get transaction raw trace](https://blockscout-mf-14206.mintlify.app/api-reference/get-transaction-raw-trace.md): **Deprecation Notice:** Per instance endpoints will be deprecated soon in favor of PRO API endpoints. Please see the [PRO API reference page](https://docs.blockscout.com/devs/pro-api-responses-and-routes) for information. - [get transaction state changes](https://blockscout-mf-14206.mintlify.app/api-reference/get-transaction-state-changes.md): **Deprecation Notice:** Per instance endpoints will be deprecated soon in favor of PRO API endpoints. Please see the [PRO API reference page](https://docs.blockscout.com/devs/pro-api-responses-and-routes) for information. - [get transaction token transfers](https://blockscout-mf-14206.mintlify.app/api-reference/get-transaction-token-transfers.md): **Deprecation Notice:** Per instance endpoints will be deprecated soon in favor of PRO API endpoints. Please see the [PRO API reference page](https://docs.blockscout.com/devs/pro-api-responses-and-routes) for information. - [get transactions](https://blockscout-mf-14206.mintlify.app/api-reference/get-transactions.md): **Deprecation Notice:** Per instance endpoints will be deprecated soon in favor of PRO API endpoints. Please see the [PRO API reference page](https://docs.blockscout.com/devs/pro-api-responses-and-routes) for information. - [get transactions chart](https://blockscout-mf-14206.mintlify.app/api-reference/get-transactions-chart.md): **Deprecation Notice:** Per instance endpoints will be deprecated soon in favor of PRO API endpoints. Please see the [PRO API reference page](https://docs.blockscout.com/devs/pro-api-responses-and-routes) for information. - [get transfers count of NFT instance](https://blockscout-mf-14206.mintlify.app/api-reference/get-transfers-count-of-nft-instance.md): **Deprecation Notice:** Per instance endpoints will be deprecated soon in favor of PRO API endpoints. Please see the [PRO API reference page](https://docs.blockscout.com/devs/pro-api-responses-and-routes) for information. - [get transfers of NFT instance](https://blockscout-mf-14206.mintlify.app/api-reference/get-transfers-of-nft-instance.md): **Deprecation Notice:** Per instance endpoints will be deprecated soon in favor of PRO API endpoints. Please see the [PRO API reference page](https://docs.blockscout.com/devs/pro-api-responses-and-routes) for information. - [get verified smart contracts](https://blockscout-mf-14206.mintlify.app/api-reference/get-verified-smart-contracts.md): **Deprecation Notice:** Per instance endpoints will be deprecated soon in favor of PRO API endpoints. Please see the [PRO API reference page](https://docs.blockscout.com/devs/pro-api-responses-and-routes) for information. - [get verified smart contracts counters](https://blockscout-mf-14206.mintlify.app/api-reference/get-verified-smart-contracts-counters.md): **Deprecation Notice:** Per instance endpoints will be deprecated soon in favor of PRO API endpoints. Please see the [PRO API reference page](https://docs.blockscout.com/devs/pro-api-responses-and-routes) for information. - [get withdrawals](https://blockscout-mf-14206.mintlify.app/api-reference/get-withdrawals.md): **Deprecation Notice:** Per instance endpoints will be deprecated soon in favor of PRO API endpoints. Please see the [PRO API reference page](https://docs.blockscout.com/devs/pro-api-responses-and-routes) for information. - [List internal transactions generated during smart contract execution](https://blockscout-mf-14206.mintlify.app/api-reference/internal_transactions/list-internal-transactions-generated-during-smart-contract-execution.md): Retrieves a paginated list of internal transactions. Internal transactions are generated during contract execution and not directly recorded on the blockchain. - [Get Event Logs by Address/Topics/Block Range](https://blockscout-mf-14206.mintlify.app/api-reference/logs/get-event-logs-by-addresstopicsblock-range.md): Returns event logs for an address and topic combination. Up to a maximum of 1,000 event logs. Use topic operators (and/or) to specify topic retrieval options. - [Check if indexing is finished with indexing ratio](https://blockscout-mf-14206.mintlify.app/api-reference/main_page/check-if-indexing-is-finished-with-indexing-ratio.md): Retrieves the current status of blockchain data indexing by the BlockScout instance. - [Last 6 transactions from the current user's watchlist](https://blockscout-mf-14206.mintlify.app/api-reference/main_page/last-6-transactions-from-the-current-users-watchlist.md): Retrieves a list of last 6 transactions from the current user's watchlist. - [Retrieve recent blocks as displayed on Blockscout homepage](https://blockscout-mf-14206.mintlify.app/api-reference/main_page/retrieve-recent-blocks-as-displayed-on-blockscout-homepage.md): Retrieves a limited set of recent blocks for display on the main page or dashboard. - [Retrieve recent transactions as displayed on Blockscout homepage](https://blockscout-mf-14206.mintlify.app/api-reference/main_page/retrieve-recent-transactions-as-displayed-on-blockscout-homepage.md): Retrieves a limited set of recent transactions displayed on the home page. - [List of MUD world system ABI methods.](https://blockscout-mf-14206.mintlify.app/api-reference/mud/list-of-mud-world-system-abi-methods.md): Retrieves a list of MUD system ABI methods registered in the specific MUD world. - [List of MUD world systems.](https://blockscout-mf-14206.mintlify.app/api-reference/mud/list-of-mud-world-systems.md): Retrieves a list of MUD systems registered in the specific MUD world. - [List of MUD world table records.](https://blockscout-mf-14206.mintlify.app/api-reference/mud/list-of-mud-world-table-records.md): Retrieves a paginated list of records in the specific MUD world table. - [List of MUD world tables.](https://blockscout-mf-14206.mintlify.app/api-reference/mud/list-of-mud-world-tables.md): Retrieves a paginated list of MUD tables in the specific MUD world. - [List of MUD worlds.](https://blockscout-mf-14206.mintlify.app/api-reference/mud/list-of-mud-worlds.md): Retrieves a paginated list of MUD worlds with basic stats. - [Number of known MUD world table records.](https://blockscout-mf-14206.mintlify.app/api-reference/mud/number-of-known-mud-world-table-records.md): Retrieves the total number of records in the specific MUD world table. - [Number of known MUD world tables.](https://blockscout-mf-14206.mintlify.app/api-reference/mud/number-of-known-mud-world-tables.md): Retrieves the total number of known MUD tables in the specific MUD world. - [Number of known MUD worlds.](https://blockscout-mf-14206.mintlify.app/api-reference/mud/number-of-known-mud-worlds.md): Retrieves the total number of known MUD worlds. - [Single MUD world table record.](https://blockscout-mf-14206.mintlify.app/api-reference/mud/single-mud-world-table-record.md): Retrieves a single record in the specific MUD world table. - [Batch by celestia blob.](https://blockscout-mf-14206.mintlify.app/api-reference/optimism/batch-by-celestia-blob.md): Retrieves batch detailed info by the given celestia blob metadata (height and commitment). - [Batch by its number.](https://blockscout-mf-14206.mintlify.app/api-reference/optimism/batch-by-its-number.md): Retrieves batch detailed info by the given number. - [List batches.](https://blockscout-mf-14206.mintlify.app/api-reference/optimism/list-batches.md): Retrieves a paginated list of batches. - [List deposits.](https://blockscout-mf-14206.mintlify.app/api-reference/optimism/list-deposits.md): Retrieves a paginated list of deposits. - [List deposits on the main page.](https://blockscout-mf-14206.mintlify.app/api-reference/optimism/list-deposits-on-the-main-page.md): Retrieves a list of deposits for the main page. - [List games.](https://blockscout-mf-14206.mintlify.app/api-reference/optimism/list-games.md): Retrieves a paginated list of games. - [List output roots.](https://blockscout-mf-14206.mintlify.app/api-reference/optimism/list-output-roots.md): Retrieves a paginated list of output roots. - [List withdrawals.](https://blockscout-mf-14206.mintlify.app/api-reference/optimism/list-withdrawals.md): Retrieves a paginated list of withdrawals. - [Number of batches in the list.](https://blockscout-mf-14206.mintlify.app/api-reference/optimism/number-of-batches-in-the-list.md): Retrieves a size of the batch list. - [Number of deposits in the list.](https://blockscout-mf-14206.mintlify.app/api-reference/optimism/number-of-deposits-in-the-list.md): Retrieves a size of the deposits list. - [Number of games in the list.](https://blockscout-mf-14206.mintlify.app/api-reference/optimism/number-of-games-in-the-list.md): Retrieves a size of the games list. - [Number of output roots in the list.](https://blockscout-mf-14206.mintlify.app/api-reference/optimism/number-of-output-roots-in-the-list.md): Retrieves a size of the output roots list. - [Number of withdrawals in the list.](https://blockscout-mf-14206.mintlify.app/api-reference/optimism/number-of-withdrawals-in-the-list.md): Retrieves a size of the withdrawals list. - [Delete adminapiv1offers secrets](https://blockscout-mf-14206.mintlify.app/api-reference/pointsadminservice/delete-adminapiv1offers-secrets.md) - [Get adminapiv1codes](https://blockscout-mf-14206.mintlify.app/api-reference/pointsadminservice/get-adminapiv1codes.md) - [Get adminapiv1distributions](https://blockscout-mf-14206.mintlify.app/api-reference/pointsadminservice/get-adminapiv1distributions.md) - [Get adminapiv1networks](https://blockscout-mf-14206.mintlify.app/api-reference/pointsadminservice/get-adminapiv1networks.md) - [Get adminapiv1networks 1](https://blockscout-mf-14206.mintlify.app/api-reference/pointsadminservice/get-adminapiv1networks-1.md) - [Get adminapiv1offers redemptions](https://blockscout-mf-14206.mintlify.app/api-reference/pointsadminservice/get-adminapiv1offers-redemptions.md) - [Get adminapiv1offers secrets](https://blockscout-mf-14206.mintlify.app/api-reference/pointsadminservice/get-adminapiv1offers-secrets.md) - [Get adminapiv1users](https://blockscout-mf-14206.mintlify.app/api-reference/pointsadminservice/get-adminapiv1users.md) - [Get adminapiv1users 1](https://blockscout-mf-14206.mintlify.app/api-reference/pointsadminservice/get-adminapiv1users-1.md) - [Patch adminapiv1codes](https://blockscout-mf-14206.mintlify.app/api-reference/pointsadminservice/patch-adminapiv1codes.md) - [Patch adminapiv1networks](https://blockscout-mf-14206.mintlify.app/api-reference/pointsadminservice/patch-adminapiv1networks.md) - [Patch adminapiv1offers](https://blockscout-mf-14206.mintlify.app/api-reference/pointsadminservice/patch-adminapiv1offers.md) - [Post adminapiv1codes](https://blockscout-mf-14206.mintlify.app/api-reference/pointsadminservice/post-adminapiv1codes.md) - [Post adminapiv1distribute](https://blockscout-mf-14206.mintlify.app/api-reference/pointsadminservice/post-adminapiv1distribute.md) - [Post adminapiv1networks](https://blockscout-mf-14206.mintlify.app/api-reference/pointsadminservice/post-adminapiv1networks.md) - [Post adminapiv1offers](https://blockscout-mf-14206.mintlify.app/api-reference/pointsadminservice/post-adminapiv1offers.md) - [Post adminapiv1offers secrets](https://blockscout-mf-14206.mintlify.app/api-reference/pointsadminservice/post-adminapiv1offers-secrets.md) - [Post adminapiv1users code](https://blockscout-mf-14206.mintlify.app/api-reference/pointsadminservice/post-adminapiv1users-code.md) - [re-fetch token instance metadata](https://blockscout-mf-14206.mintlify.app/api-reference/re-fetch-token-instance-metadata.md): **Deprecation Notice:** Per instance endpoints will be deprecated soon in favor of PRO API endpoints. Please see the [PRO API reference page](https://docs.blockscout.com/devs/pro-api-responses-and-routes) for information. - [Batch by its number.](https://blockscout-mf-14206.mintlify.app/api-reference/scroll/batch-by-its-number.md): Retrieves batch info by the given number. - [List batches.](https://blockscout-mf-14206.mintlify.app/api-reference/scroll/list-batches.md): Retrieves a paginated list of batches. - [List deposits.](https://blockscout-mf-14206.mintlify.app/api-reference/scroll/list-deposits.md): Retrieves a paginated list of deposits. - [List withdrawals.](https://blockscout-mf-14206.mintlify.app/api-reference/scroll/list-withdrawals.md): Retrieves a paginated list of withdrawals. - [Number of batches in the list.](https://blockscout-mf-14206.mintlify.app/api-reference/scroll/number-of-batches-in-the-list.md): Retrieves a size of the batch list. - [Number of deposits in the list.](https://blockscout-mf-14206.mintlify.app/api-reference/scroll/number-of-deposits-in-the-list.md): Retrieves a size of the deposits list. - [Number of withdrawals in the list.](https://blockscout-mf-14206.mintlify.app/api-reference/scroll/number-of-withdrawals-in-the-list.md): Retrieves a size of the withdrawals list. - [search](https://blockscout-mf-14206.mintlify.app/api-reference/search.md): **Deprecation Notice:** Per instance endpoints will be deprecated soon in favor of PRO API endpoints. Please see the [PRO API reference page](https://docs.blockscout.com/devs/pro-api-responses-and-routes) for information. - [search redirect](https://blockscout-mf-14206.mintlify.app/api-reference/search-redirect.md): **Deprecation Notice:** Per instance endpoints will be deprecated soon in favor of PRO API endpoints. Please see the [PRO API reference page](https://docs.blockscout.com/devs/pro-api-responses-and-routes) for information. - [Check if search query should redirect to a specific entity page](https://blockscout-mf-14206.mintlify.app/api-reference/search/check-if-search-query-should-redirect-to-a-specific-entity-page.md): Checks if a search query redirects to a specific entity page rather than showing search results. - [Quick (unpaginated) search](https://blockscout-mf-14206.mintlify.app/api-reference/search/quick-unpaginated-search.md): Performs a quick, unpaginated search for short queries. - [Search for tokens, addresses, contracts, blocks, or transactions by identifier](https://blockscout-mf-14206.mintlify.app/api-reference/search/search-for-tokens-addresses-contracts-blocks-or-transactions-by-identifier.md): Performs a unified search across multiple blockchain entity types including tokens, addresses, contracts, blocks, transactions and other resources. - [Search for tokens, addresses, contracts, blocks, or transactions by identifier](https://blockscout-mf-14206.mintlify.app/api-reference/search/search-for-tokens-addresses-contracts-blocks-or-transactions-by-identifier-1.md): Performs a unified search across multiple blockchain entity types including tokens, addresses, contracts, blocks, transactions and other resources. - [Audit reports list](https://blockscout-mf-14206.mintlify.app/api-reference/smart_contracts/audit-reports-list.md): Returns audit reports for a given smart contract address. - [Get count statistics (new & newly verified) for deployed smart contracts](https://blockscout-mf-14206.mintlify.app/api-reference/smart_contracts/get-count-statistics-new-&-newly-verified-for-deployed-smart-contracts.md): Retrieves count statistics for smart contracts, including total contracts, verified contracts, and new contracts in the last 24 hours. - [List verified smart contracts with optional filtering options](https://blockscout-mf-14206.mintlify.app/api-reference/smart_contracts/list-verified-smart-contracts-with-optional-filtering-options.md): Retrieves a paginated list of verified smart contracts with optional filtering by proxy status or programming language. - [Retrieve detailed information about a verified smart contract](https://blockscout-mf-14206.mintlify.app/api-reference/smart_contracts/retrieve-detailed-information-about-a-verified-smart-contract.md): Retrieves detailed information about a specific verified smart contract, including source code, ABI, and deployment details. - [Submit audit report](https://blockscout-mf-14206.mintlify.app/api-reference/smart_contracts/submit-audit-report.md): Submits an audit report for a given smart contract address. - [Get daily closing price and market cap for native coin](https://blockscout-mf-14206.mintlify.app/api-reference/stats/get-daily-closing-price-and-market-cap-for-native-coin.md): Retrieves time series data of market information (daily closing price, market cap) for rendering charts. - [Get daily transaction counts](https://blockscout-mf-14206.mintlify.app/api-reference/stats/get-daily-transaction-counts.md): Retrieves time series data of daily transaction counts for rendering charts. - [Get ERC-20 or ERC-721 Token Total Supply](https://blockscout-mf-14206.mintlify.app/api-reference/stats/get-erc-20-or-erc-721-token-total-supply.md): Returns the total supply of an ERC-20 or ERC-721 token by contract address - [Get Native Coin Price](https://blockscout-mf-14206.mintlify.app/api-reference/stats/get-native-coin-price.md): Returns latest price of native coin in USD and BTC. - [Get Native Token Price](https://blockscout-mf-14206.mintlify.app/api-reference/stats/get-native-token-price.md): Returns the price of the native token in USD and BTC - [Get Total Coin Supply from DB](https://blockscout-mf-14206.mintlify.app/api-reference/stats/get-total-coin-supply-from-db.md): Returns total coin supply from database minus burnt tokens. - [Get Total Supply from Exchange](https://blockscout-mf-14206.mintlify.app/api-reference/stats/get-total-supply-from-exchange.md): Returns total supply in Wei from exchange data. - [Get Total Supply of Native Token](https://blockscout-mf-14206.mintlify.app/api-reference/stats/get-total-supply-of-native-token.md): Returns the total supply of the native token (e.g., ETH, xDai) - [Get Total Transaction Fees](https://blockscout-mf-14206.mintlify.app/api-reference/stats/get-total-transaction-fees.md): Returns total transaction fees in Wei paid by users to validators per day. - [Retrieve blockchain network statistics and metrics](https://blockscout-mf-14206.mintlify.app/api-reference/stats/retrieve-blockchain-network-statistics-and-metrics.md): Retrieves blockchain network statistics including total blocks, transactions, addresses, average block time, market data, and network utilization. - [Retrieve hot smart-contracts](https://blockscout-mf-14206.mintlify.app/api-reference/stats/retrieve-hot-smart-contracts.md): Retrieves paginated list of hot smart-contracts - [Secondary coin market history chart data](https://blockscout-mf-14206.mintlify.app/api-reference/stats/secondary-coin-market-history-chart-data.md): Returns market history for the secondary coin used for charting. - [token balances with filtering and pagination](https://blockscout-mf-14206.mintlify.app/api-reference/token-balances-with-filtering-and-pagination.md): **Deprecation Notice:** Per instance endpoints will be deprecated soon in favor of PRO API endpoints. Please see the [PRO API reference page](https://docs.blockscout.com/devs/pro-api-responses-and-routes) for information. - [Get Bridged Tokens List](https://blockscout-mf-14206.mintlify.app/api-reference/token/get-bridged-tokens-list.md): Returns array of bridged token information from native bridge application. - [Get Token Holders](https://blockscout-mf-14206.mintlify.app/api-reference/token/get-token-holders.md): Returns an array of token holder accounts and amounts held for a specified token - [Get Token Info](https://blockscout-mf-14206.mintlify.app/api-reference/token/get-token-info.md): Returns info on name, symbol, supply and type for a token contract address - [List token transfers across all token types (ERC-20, ERC-721, ERC-1155)](https://blockscout-mf-14206.mintlify.app/api-reference/token_transfers/list-token-transfers-across-all-token-types-erc-20-erc-721-erc-1155.md): Retrieves a paginated list of token transfers across all token types (ERC-20, ERC-721, ERC-1155). - [Export token holders as CSV](https://blockscout-mf-14206.mintlify.app/api-reference/tokens/export-token-holders-as-csv.md): Exports the holders of a specific token as a CSV file. - [Get holder and transfer count statistics for a specific token](https://blockscout-mf-14206.mintlify.app/api-reference/tokens/get-holder-and-transfer-count-statistics-for-a-specific-token.md): Retrieves count statistics for a specific token, including holders count and transfers count. - [Get total number of ownership transfers for a specific NFT](https://blockscout-mf-14206.mintlify.app/api-reference/tokens/get-total-number-of-ownership-transfers-for-a-specific-nft.md): Retrieves the total number of transfers for a specific NFT instance. Useful for determining how frequently an NFT has changed hands. - [List addresses holding a specific token sorted by balance](https://blockscout-mf-14206.mintlify.app/api-reference/tokens/list-addresses-holding-a-specific-token-sorted-by-balance.md): Retrieves addresses holding a specific token, sorted by balance. Useful for analyzing token distribution. - [List current holders of a specific NFT](https://blockscout-mf-14206.mintlify.app/api-reference/tokens/list-current-holders-of-a-specific-nft.md): Retrieves current holders of a specific NFT instance. For ERC-721, this will typically be a single address. For ERC-1155, multiple addresses may hold the same token ID. - [List individual NFT instances for a token contract](https://blockscout-mf-14206.mintlify.app/api-reference/tokens/list-individual-nft-instances-for-a-token-contract.md): Retrieves instances of NFTs for a specific token contract. This endpoint is primarily for ERC-721 and ERC-1155 tokens. - [List ownership transfer history for a specific NFT](https://blockscout-mf-14206.mintlify.app/api-reference/tokens/list-ownership-transfer-history-for-a-specific-nft.md): Retrieves transfer history for a specific NFT instance, showing ownership changes over time. - [List token transfers for a specific token instance](https://blockscout-mf-14206.mintlify.app/api-reference/tokens/list-token-transfers-for-a-specific-token-instance.md): Retrieves token transfers for a specific token instance (by token address and token ID). - [List tokens with optional filtering by name, symbol, or type](https://blockscout-mf-14206.mintlify.app/api-reference/tokens/list-tokens-with-optional-filtering-by-name-symbol-or-type.md): Retrieves a paginated list of tokens with optional filtering by name, symbol, or type. - [Retrieve detailed information about a specific NFT](https://blockscout-mf-14206.mintlify.app/api-reference/tokens/retrieve-detailed-information-about-a-specific-nft.md): Retrieves detailed information about a specific NFT instance, identified by its token contract address and token ID. - [Retrieve detailed information about a specific token](https://blockscout-mf-14206.mintlify.app/api-reference/tokens/retrieve-detailed-information-about-a-specific-token.md): Retrieves detailed information for a specific token identified by its contract address. - [Trigger a refresh of metadata for a specific NFT](https://blockscout-mf-14206.mintlify.app/api-reference/tokens/trigger-a-refresh-of-metadata-for-a-specific-nft.md): Triggers a refresh of metadata for a specific NFT instance. Useful when the NFT's metadata has been updated but is not yet reflected in the BlockScout database. - [Trigger metadata refetch for a token's NFT collection](https://blockscout-mf-14206.mintlify.app/api-reference/tokens/trigger-metadata-refetch-for-a-tokens-nft-collection.md): Triggers a metadata refetch for a token's NFT collection (by token address). Requires API key. - [Get Transaction Execution Status](https://blockscout-mf-14206.mintlify.app/api-reference/transaction/get-transaction-execution-status.md): Returns transaction execution status with error description if applicable. Also available through a GraphQL 'transaction' query. isError: 0 = pass (no error), 1 = error - [Get Transaction Info by Transaction Hash](https://blockscout-mf-14206.mintlify.app/api-reference/transaction/get-transaction-info-by-transaction-hash.md): Returns transaction information including revert reason if available - [Get Transaction Receipt Status](https://blockscout-mf-14206.mintlify.app/api-reference/transaction/get-transaction-receipt-status.md): Returns the status of a transaction receipt. Also available through a GraphQL 'transaction' query. Status: 0 = failed, 1 = successful - [Get a human-readable, LLM-based transaction summary](https://blockscout-mf-14206.mintlify.app/api-reference/transactions/get-a-human-readable-llm-based-transaction-summary.md): Retrieves a human-readable summary of what a transaction did, presented in natural language. - [Get on-chain state changes caused by a specific transaction](https://blockscout-mf-14206.mintlify.app/api-reference/transactions/get-on-chain-state-changes-caused-by-a-specific-transaction.md): Retrieves state changes (balance changes, token transfers) caused by a specific transaction. - [Get step-by-step execution trace for a specific transaction](https://blockscout-mf-14206.mintlify.app/api-reference/transactions/get-step-by-step-execution-trace-for-a-specific-transaction.md): Retrieves the raw execution trace for a transaction, showing the step-by-step execution path and all contract interactions. - [Get transaction statistics](https://blockscout-mf-14206.mintlify.app/api-reference/transactions/get-transaction-statistics.md): Retrieves statistics for transactions, including counts and fee summaries for the last 24 hours. - [List beacon deposits in a transaction](https://blockscout-mf-14206.mintlify.app/api-reference/transactions/list-beacon-deposits-in-a-transaction.md): Retrieves beacon deposits included in a specific transaction with pagination support. - [List blobs for a transaction](https://blockscout-mf-14206.mintlify.app/api-reference/transactions/list-blobs-for-a-transaction.md): Retrieves blobs for a specific transaction (Ethereum only). - [List blockchain transactions with filtering options for status, type, and method](https://blockscout-mf-14206.mintlify.app/api-reference/transactions/list-blockchain-transactions-with-filtering-options-for-status-type-and-method.md): Retrieves a paginated list of transactions with optional filtering by status, type, and method. - [List event logs emitted during a specific transaction](https://blockscout-mf-14206.mintlify.app/api-reference/transactions/list-event-logs-emitted-during-a-specific-transaction.md): Retrieves event logs emitted during the execution of a specific transaction. Logs contain information about contract events and state changes. - [List external transactions linked to a transaction](https://blockscout-mf-14206.mintlify.app/api-reference/transactions/list-external-transactions-linked-to-a-transaction.md): Retrieves external transactions that are linked to the specified transaction (e.g., Solana transactions in `neon` chain type). - [List internal transactions triggered during a specific transaction](https://blockscout-mf-14206.mintlify.app/api-reference/transactions/list-internal-transactions-triggered-during-a-specific-transaction.md): Retrieves internal transactions generated during the execution of a specific transaction. Useful for analyzing contract interactions and debugging failed transactions. - [List L2 transactions in a Polygon ZkEVM batch](https://blockscout-mf-14206.mintlify.app/api-reference/transactions/list-l2-transactions-in-a-polygon-zkevm-batch.md): Retrieves L2 transactions bound to a specific Polygon ZkEVM batch number. - [List L2 transactions in a Scroll batch](https://blockscout-mf-14206.mintlify.app/api-reference/transactions/list-l2-transactions-in-a-scroll-batch.md): Retrieves L2 transactions bound to a specific Scroll batch number. - [List L2 transactions in a ZkSync batch](https://blockscout-mf-14206.mintlify.app/api-reference/transactions/list-l2-transactions-in-a-zksync-batch.md): Retrieves L2 transactions bound to a specific ZkSync batch number. - [List L2 transactions in an Arbitrum batch](https://blockscout-mf-14206.mintlify.app/api-reference/transactions/list-l2-transactions-in-an-arbitrum-batch.md): Retrieves L2 transactions bound to a specific Arbitrum batch number. - [List L2 transactions in an Optimism batch](https://blockscout-mf-14206.mintlify.app/api-reference/transactions/list-l2-transactions-in-an-optimism-batch.md): Retrieves L2 transactions bound to a specific Optimism batch number. - [List token transfers within a specific transaction](https://blockscout-mf-14206.mintlify.app/api-reference/transactions/list-token-transfers-within-a-specific-transaction.md): Retrieves token transfers that occurred within a specific transaction, with optional filtering by token type. - [List transactions in a user's watchlist](https://blockscout-mf-14206.mintlify.app/api-reference/transactions/list-transactions-in-a-users-watchlist.md): Retrieves transactions in the authenticated user's watchlist. - [Retrieve detailed information about a specific transaction](https://blockscout-mf-14206.mintlify.app/api-reference/transactions/retrieve-detailed-information-about-a-specific-transaction.md): Retrieves detailed information for a specific transaction identified by its hash. - [List validator withdrawal details on proof-of-stake networks](https://blockscout-mf-14206.mintlify.app/api-reference/withdrawals/list-validator-withdrawal-details-on-proof-of-stake-networks.md): Retrieves a paginated list of withdrawals, typically for proof-of-stake networks supporting validator withdrawals. - [Withdrawals counters](https://blockscout-mf-14206.mintlify.app/api-reference/withdrawals/withdrawals-counters.md): Returns total withdrawals count and sum from cache. - [Zilliqa validator by its BLS public key.](https://blockscout-mf-14206.mintlify.app/api-reference/zilliqa/zilliqa-validator-by-its-bls-public-key.md): Retrieves Zilliqa validator detailed info by the given BLS public key. - [Zilliqa validators list.](https://blockscout-mf-14206.mintlify.app/api-reference/zilliqa/zilliqa-validators-list.md): Retrieves the list of Zilliqa validators. - [Base API](https://blockscout-mf-14206.mintlify.app/base-api.md) - [Blockscout APIs](https://blockscout-mf-14206.mintlify.app/devs/apis.md): How to use Blockscout APIs - [Blockscout APIs](https://blockscout-mf-14206.mintlify.app/devs/apis-redirect.md) - [API Archive](https://blockscout-mf-14206.mintlify.app/devs/apis/api-archive.md) - [API keys for self hosted chains](https://blockscout-mf-14206.mintlify.app/devs/apis/api-keys-for-self-hosted-chains.md) - [Autoscout API](https://blockscout-mf-14206.mintlify.app/devs/apis/autoscout-api.md) - [GraphQL in Blockscout](https://blockscout-mf-14206.mintlify.app/devs/apis/graphql.md) - [Requests & Limits](https://blockscout-mf-14206.mintlify.app/devs/apis/requests-and-limits.md): API variables and info - [REST API Endpoints](https://blockscout-mf-14206.mintlify.app/devs/apis/rest.md) - [Interpreter API](https://blockscout-mf-14206.mintlify.app/devs/apis/rest/interpreter-api.md) - [Stats API](https://blockscout-mf-14206.mintlify.app/devs/apis/rest/stats-api.md) - [JSON RPC & ETH Compatible RPC Endpoints](https://blockscout-mf-14206.mintlify.app/devs/apis/rpc.md): API designed for ease of use - [Account](https://blockscout-mf-14206.mintlify.app/devs/apis/rpc/account.md): ?module=account - [Block](https://blockscout-mf-14206.mintlify.app/devs/apis/rpc/block.md): ?module=block - [Contract](https://blockscout-mf-14206.mintlify.app/devs/apis/rpc/contract.md): ?module=contract - [ETH RPC API](https://blockscout-mf-14206.mintlify.app/devs/apis/rpc/eth-rpc.md) - [Logs](https://blockscout-mf-14206.mintlify.app/devs/apis/rpc/logs.md): ?module=logs - [Stats](https://blockscout-mf-14206.mintlify.app/devs/apis/rpc/stats.md): ?module=stats - [Token](https://blockscout-mf-14206.mintlify.app/devs/apis/rpc/token.md): ?module=token - [Transaction](https://blockscout-mf-14206.mintlify.app/devs/apis/rpc/transaction.md): ?module=transaction - [Swagger Hub](https://blockscout-mf-14206.mintlify.app/devs/apis/swagger-hub.md) - [Blockscout Software Licence](https://blockscout-mf-14206.mintlify.app/devs/blockscout-license.md) - [Blockscout SDK](https://blockscout-mf-14206.mintlify.app/devs/blockscout-sdk.md) - [Chainscout Chains List](https://blockscout-mf-14206.mintlify.app/devs/chainscout-chains-list.md): List of EVM networks supported by Blockscout - [Dev Portal](https://blockscout-mf-14206.mintlify.app/devs/dev-portal.md) - [Error Handling](https://blockscout-mf-14206.mintlify.app/devs/error-responses.md) - [For Web3 Developers](https://blockscout-mf-14206.mintlify.app/devs/for-web3-developers.md) - [Integrate Merits](https://blockscout-mf-14206.mintlify.app/devs/integrate-merits.md) - [MCP Server](https://blockscout-mf-14206.mintlify.app/devs/mcp-server.md): Wraps Blockscout APIs to expose blockchain data such as balances, tokens, NFTs, and contract metadata via MCP - [Metadata Service](https://blockscout-mf-14206.mintlify.app/devs/metadata-service.md) - [Migrate from Etherscan](https://blockscout-mf-14206.mintlify.app/devs/migrate-from-etherscan.md) - [Multichain Service](https://blockscout-mf-14206.mintlify.app/devs/multichain-service.md) - [PRO API General Info](https://blockscout-mf-14206.mintlify.app/devs/pro-api.md) - [PRO API Responses and Routes](https://blockscout-mf-14206.mintlify.app/devs/pro-api-responses-and-routes.md): Blockscout's PRO API provides higher call limits and custom endpoints - [Link To Blockscout](https://blockscout-mf-14206.mintlify.app/devs/replace-links.md): Easily replace your current explorer links with Blockscout explorer links - [Stats Dashboard](https://blockscout-mf-14206.mintlify.app/devs/stats-dashboard.md) - [Tax Calculator](https://blockscout-mf-14206.mintlify.app/devs/tax-calculator.md) - [API for AI Agents](https://blockscout-mf-14206.mintlify.app/devs/untitled-page.md) - [Overview](https://blockscout-mf-14206.mintlify.app/devs/use-cases-overview.md) - [Smart Contract Verification](https://blockscout-mf-14206.mintlify.app/devs/verification.md): Verifying your deployed contract using contract source code, JSON input, Sourcify and more. - [Blockscout Smart Contract Verification API](https://blockscout-mf-14206.mintlify.app/devs/verification/blockscout-smart-contract-verification-api.md): Blockscout also offers a contract verification API. - [Blockscout UI](https://blockscout-mf-14206.mintlify.app/devs/verification/blockscout-ui.md) - [Sourcify Verification](https://blockscout-mf-14206.mintlify.app/devs/verification/contracts-verification-via-sourcify.md) - [Foundry Verification](https://blockscout-mf-14206.mintlify.app/devs/verification/foundry-verification.md) - [Hardhat Verification Plugin](https://blockscout-mf-14206.mintlify.app/devs/verification/hardhat-verification-plugin.md) - [Sourcify Plugin For Hardhat](https://blockscout-mf-14206.mintlify.app/devs/verification/hardhat-verification-plugin/sourcify-plugin-for-hardhat.md) - [Interacting with Smart Contracts](https://blockscout-mf-14206.mintlify.app/devs/verification/interacting-with-smart-contracts.md): Use Blockscout to Read and Write to Smart Contracts - [Remix Verification](https://blockscout-mf-14206.mintlify.app/devs/verification/remix-verification.md) - [Stylus Verification](https://blockscout-mf-14206.mintlify.app/devs/verification/stylus-verification.md): Verify stylus contracts with the Blockscout API - [Verification via thirdweb](https://blockscout-mf-14206.mintlify.app/devs/verification/verification-via-thirdweb.md) - [Wallet History](https://blockscout-mf-14206.mintlify.app/devs/wallet-history.md) - [Discord Channel](https://blockscout-mf-14206.mintlify.app/discord-channel.md) - [Discussion](https://blockscout-mf-14206.mintlify.app/discussion.md) - [Developer FAQs](https://blockscout-mf-14206.mintlify.app/faqs/developer-faqs.md): FAQs for developers - [User FAQs](https://blockscout-mf-14206.mintlify.app/faqs/faqs.md): FAQs for users - [Integrating Blockscout into your Application](https://blockscout-mf-14206.mintlify.app/get-started/integrating-data.md): Using APIs, SDK, and other tools with Blockscout - [Migration Guide](https://blockscout-mf-14206.mintlify.app/get-started/migration-guide.md): Whether you are a developer, project, or blockchain user, learn how to migrate from other explorers to Blockscout - [Running Blockscout](https://blockscout-mf-14206.mintlify.app/get-started/running-blockscout.md): Hosting, ENVs and other info - [Using an Explorer](https://blockscout-mf-14206.mintlify.app/get-started/using-an-explorer.md): Retrieving and interacting with blockchain data - [GitHub Repo](https://blockscout-mf-14206.mintlify.app/github-repo.md) - [What is WaaS](https://blockscout-mf-14206.mintlify.app/guides/developer-support/waas.md): Blockscout's wallet as a service provides instant access to a robust global ecosystem wallet - [Integration Guide](https://blockscout-mf-14206.mintlify.app/guides/developer-support/wallet-as-a-service-waas/integration-guide.md): Integrate the global wallet SDK into your app on a supported chain - [Current Integrations](https://blockscout-mf-14206.mintlify.app/guides/developer-support/wallet-as-a-service-waas/integrations.md) - [Blockscout Docs](https://blockscout-mf-14206.mintlify.app/index.md): Blockscout is a universal, open-source blockchain explorer for inspecting, analyzing, and interacting with EVM-based chains. Blockscout supports over 1000 L1, L2 and L3 EVM-based chains, optimistic rollups, and ZK rollups. - [Optimism API](https://blockscout-mf-14206.mintlify.app/optimism-api.md) - [Contributing to Blockscout](https://blockscout-mf-14206.mintlify.app/resources/contributing-to-blockscout.md): How to contribute to Blockscout and collaborate with the community. - [Media Kit](https://blockscout-mf-14206.mintlify.app/resources/media-kit.md): Branding and Logos - [EaaS: Hosting with Blockscout](https://blockscout-mf-14206.mintlify.app/resources/premium-features.md): Explorer as a Service offerings from Blockscout - [Release Notes](https://blockscout-mf-14206.mintlify.app/resources/release-notes.md) - [V5.0.0: 1/11/23](https://blockscout-mf-14206.mintlify.app/resources/release-notes/v5-0-0-1-11-23.md): Release notes for Blockscout version 5.0.0 (January 11, 2023). - [V5.1.0: 2/13/23](https://blockscout-mf-14206.mintlify.app/resources/release-notes/v5-1-0-2-13-23.md): Release notes for Blockscout version 5.1.0 (February 13, 2023). - [V5.2.0: 6/20/23](https://blockscout-mf-14206.mintlify.app/resources/release-notes/v5-2-0-6-20-23.md): Release notes for Blockscout version 5.2.0 (June 20, 2023). - [V5.3.0: 10/23/23](https://blockscout-mf-14206.mintlify.app/resources/release-notes/v5-3-0-10-23-23.md): Release notes for Blockscout version 5.3.0 (October 23, 2023). - [Security Program](https://blockscout-mf-14206.mintlify.app/resources/security-program.md): Responsible security vulnerability disclosure - [Celestia Node / Indexer](https://blockscout-mf-14206.mintlify.app/setup/celestia-node-indexer.md) - [Configuration Options](https://blockscout-mf-14206.mintlify.app/setup/configuration-options.md): Configuration options and settings for Blockscout deployment. - [Admin Panel Usage](https://blockscout-mf-14206.mintlify.app/setup/configuration-options/admin-panel-usage.md) - [Automating Restarts](https://blockscout-mf-14206.mintlify.app/setup/configuration-options/automating-restarts.md) - [Charts And Stats](https://blockscout-mf-14206.mintlify.app/setup/configuration-options/charts-and-stats.md): New Blockscout stats service - [Circle CI Updates](https://blockscout-mf-14206.mintlify.app/setup/configuration-options/circle-ci-updates.md) - [Exchange Rates](https://blockscout-mf-14206.mintlify.app/setup/configuration-options/exchange-rates.md) - [Haproxy Settings For Blockscout.Com](https://blockscout-mf-14206.mintlify.app/setup/configuration-options/haproxy-settings-for-blockscout-com.md): Blockscout.com uses haproxy for all BlockScout hosted and external instances. - [Logger Configs](https://blockscout-mf-14206.mintlify.app/setup/configuration-options/logger-configs.md): Adjust # of files and max size to impact disc space - [Memory Usage](https://blockscout-mf-14206.mintlify.app/setup/configuration-options/memory-usage.md) - [My Account Settings](https://blockscout-mf-14206.mintlify.app/setup/configuration-options/my-account-settings.md) - [ReCAPTCHA](https://blockscout-mf-14206.mintlify.app/setup/configuration-options/recaptcha.md) - [Sorting And Pagination](https://blockscout-mf-14206.mintlify.app/setup/configuration-options/sorting-and-pagination.md) - [Tracing](https://blockscout-mf-14206.mintlify.app/setup/configuration-options/tracing.md) - [Metrics](https://blockscout-mf-14206.mintlify.app/setup/configuration-options/untitled-2.md) - [Reown (Previously WalletConnect) Project ID For Contract Read/Write](https://blockscout-mf-14206.mintlify.app/setup/configuration-options/walletconnect-project-id-for-contract-read-write.md) - [DB Schema](https://blockscout-mf-14206.mintlify.app/setup/db-schema.md): Database schema structure and reference for Blockscout. - [Deployment](https://blockscout-mf-14206.mintlify.app/setup/deployment.md): Blockscout deployment options - [AWS Marketplace (Deprecated)](https://blockscout-mf-14206.mintlify.app/setup/deployment/ansible-deployment/aws-marketplace.md): BlockScout is now available in the Amazon Marketplace. - [AWS EC2 Archive Node Setup With OpenEthereum (Formerly Parity)](https://blockscout-mf-14206.mintlify.app/setup/deployment/ansible-deployment/aws-marketplace/aws-ec2-archive-node-setup.md): The following provides an example node setup. Performance related parameters will vary per chain. - [Prerequisites & Install Parameters](https://blockscout-mf-14206.mintlify.app/setup/deployment/ansible-deployment/aws-marketplace/aws-marketplace-installation.md): Prerequisites and installation parameters - [CloudFormation Template](https://blockscout-mf-14206.mintlify.app/setup/deployment/ansible-deployment/aws-marketplace/cloudformation-template.md): CloudFormation template and topology for Blockscout AWS deployment. - [Customizing CSS](https://blockscout-mf-14206.mintlify.app/setup/deployment/ansible-deployment/aws-marketplace/customizing-css.md): How to customize the Blockscout theme and CSS on AWS Marketplace deployments. - [Install From AWS Marketplace](https://blockscout-mf-14206.mintlify.app/setup/deployment/ansible-deployment/aws-marketplace/install-from-aws-marketplace.md): AWS Marketplace provides an easy install option for BlockScout - [Overview](https://blockscout-mf-14206.mintlify.app/setup/deployment/ansible-deployment/aws-marketplace/overview.md): Overview of Blockscout deployment via AWS Marketplace. - [Updating & Redeploying In AWS](https://blockscout-mf-14206.mintlify.app/setup/deployment/ansible-deployment/aws-marketplace/updating-and-redeploying-in-aws.md): How to update or redeploy Blockscout on AWS Marketplace. - [AWS Permissions & Settings](https://blockscout-mf-14206.mintlify.app/setup/deployment/ansible-deployment/aws-permissions.md): AWS requirements for deployment - [Creating A Secret Key Pair](https://blockscout-mf-14206.mintlify.app/setup/deployment/ansible-deployment/aws-permissions/creating-a-secret-key-pair.md): An access key is needed to utilize the aws cli - [Creating An AWS Certificate For SSL](https://blockscout-mf-14206.mintlify.app/setup/deployment/ansible-deployment/aws-permissions/creating-an-aws-certificate-for-ssl.md): Optional process if you want to use SSL with your BlockScout instance - [Login With AWS CLI](https://blockscout-mf-14206.mintlify.app/setup/deployment/ansible-deployment/aws-permissions/login-with-aws-cli.md): How to log in to AWS CLI for Terraform deployment. - [Manually Cleaning Terraform Related Instances](https://blockscout-mf-14206.mintlify.app/setup/deployment/ansible-deployment/aws-permissions/manually-cleaning-terraform-related-instances.md): AWS cleaning resources - [Common Additional Tasks](https://blockscout-mf-14206.mintlify.app/setup/deployment/ansible-deployment/common-additional-tasks.md): Additional tasks for managing and maintaining Blockscout deployments with Ansible. - [Common Errors And Questions](https://blockscout-mf-14206.mintlify.app/setup/deployment/ansible-deployment/common-errors-and-questions.md): Common errors and frequently asked questions for Ansible-based deployments. - [Deploying Blockscout](https://blockscout-mf-14206.mintlify.app/setup/deployment/ansible-deployment/deploying-blockscout.md): Step-by-step guide for deploying Blockscout using Ansible and Terraform. - [Deploying The Blockscout Infrastructure](https://blockscout-mf-14206.mintlify.app/setup/deployment/ansible-deployment/deploying-the-blockscout-infrastructure.md): Guide to deploying the infrastructure required for Blockscout using Ansible and Terraform. - [Destroying Provisioned Infrastructure](https://blockscout-mf-14206.mintlify.app/setup/deployment/ansible-deployment/destroying-provisioned-infrastructure.md): Instructions for destroying provisioned infrastructure with Ansible and Terraform. - [Overview](https://blockscout-mf-14206.mintlify.app/setup/deployment/ansible-deployment/overview.md): Overview of Ansible playbooks and infrastructure for Blockscout deployment. - [Prerequisites](https://blockscout-mf-14206.mintlify.app/setup/deployment/ansible-deployment/prerequisites.md): Prerequisites and dependencies for Ansible-based Blockscout deployment. - [Variables](https://blockscout-mf-14206.mintlify.app/setup/deployment/ansible-deployment/variables.md): ENV variables must be configured per chain - [Avalanche Chains](https://blockscout-mf-14206.mintlify.app/setup/deployment/avalanche-chains.md) - [Cosmos Based Chains](https://blockscout-mf-14206.mintlify.app/setup/deployment/cosmos-based-chains.md): Using Blockscout as an explorer for Cosmos-based chains with SHUTTLE proxy. - [Docker Compose Deployment](https://blockscout-mf-14206.mintlify.app/setup/deployment/docker-compose-deployment.md): For local builds - [Frontend Migration](https://blockscout-mf-14206.mintlify.app/setup/deployment/frontend-migration.md): Options and instructions for migrating to the new Blockscout frontend. - [All In One Container](https://blockscout-mf-14206.mintlify.app/setup/deployment/frontend-migration/all-in-one-container.md): Migrate to the new frontend using Docker - [Customized Backend](https://blockscout-mf-14206.mintlify.app/setup/deployment/frontend-migration/customized-backend.md) - [FAQs](https://blockscout-mf-14206.mintlify.app/setup/deployment/frontend-migration/faqs.md) - [Proxy Setup](https://blockscout-mf-14206.mintlify.app/setup/deployment/frontend-migration/proxy-setup.md): NGINX default template - [Separate Frontend](https://blockscout-mf-14206.mintlify.app/setup/deployment/frontend-migration/separate-frontend.md) - [Kubernetes Deployment](https://blockscout-mf-14206.mintlify.app/setup/deployment/kubernetes-deployment.md): Deploy Blockscout using Kubernetes and Helm charts. - [Manual Deployment Guide](https://blockscout-mf-14206.mintlify.app/setup/deployment/manual-deployment-guide.md): Deploy Blockscout with a user-friendly UI and all microservices - [MacOS Setup](https://blockscout-mf-14206.mintlify.app/setup/deployment/manual-deployment-guide/macos-setup.md) - [Ubuntu Setup](https://blockscout-mf-14206.mintlify.app/setup/deployment/manual-deployment-guide/ubuntu-setup.md) - [Manual Deployment (Backend + Old UI)](https://blockscout-mf-14206.mintlify.app/setup/deployment/manual-old-ui.md): General deployment instructions for a hardware or cloud services environment - [Manual Cleaning An Instance From The Previous Deployment](https://blockscout-mf-14206.mintlify.app/setup/deployment/manual-old-ui/check-your-manual-deployment-instance.md) - [Rollup Deployment](https://blockscout-mf-14206.mintlify.app/setup/deployment/rollup-deployment.md): Instructions and environment variables for deploying Blockscout on rollup chains. - [Terraform Deployment](https://blockscout-mf-14206.mintlify.app/setup/deployment/terraform-deployment.md): Supernets deployment configs - [Upgrade Guide (V7.0 & V8.0)](https://blockscout-mf-14206.mintlify.app/setup/deployment/upgrade-guide-v7-0.md): Guide for upgrading Blockscout to major versions 7.0 and 8.0. - [ENV Variables](https://blockscout-mf-14206.mintlify.app/setup/env-variables.md): Environment variables for configuring Blockscout instances. - [Backend ENVs: Common](https://blockscout-mf-14206.mintlify.app/setup/env-variables/backend-env-variables.md) - [Backend ENVs: Chain Specific](https://blockscout-mf-14206.mintlify.app/setup/env-variables/backend-envs-chain-specific.md): ENVS for specific chains and rollups - [Backend ENVs: Integrations](https://blockscout-mf-14206.mintlify.app/setup/env-variables/backend-envs-integrations.md) - [Deprecated Backend ENVs](https://blockscout-mf-14206.mintlify.app/setup/env-variables/deprecated-env-variables.md) - [Frontend ENVs: Common](https://blockscout-mf-14206.mintlify.app/setup/env-variables/frontend-common-envs.md) - [Deprecated ENVs](https://blockscout-mf-14206.mintlify.app/setup/env-variables/frontend-common-envs/deprecated-envs.md) - [Frontend ENVs](https://blockscout-mf-14206.mintlify.app/setup/env-variables/frontend-common-envs/envs.md) - [Indexing](https://blockscout-mf-14206.mintlify.app/setup/indexing.md): Indexing process, monitoring, and troubleshooting for Blockscout. - [How Do I Fix Indexer Timeouts?](https://blockscout-mf-14206.mintlify.app/setup/indexing/how-do-i-fix-indexer-timeouts.md) - [How Do I Update Memory Consumption To Fix Indexer Memory Errors?](https://blockscout-mf-14206.mintlify.app/setup/indexing/how-do-i-update-memory-consumption-to-fix-indexer-memory-errors.md) - [General Overview](https://blockscout-mf-14206.mintlify.app/setup/information-and-settings.md): General overview of Blockscout architecture and settings. - [EVM Version Information](https://blockscout-mf-14206.mintlify.app/setup/information-and-settings/evm-version-information.md) - [Indexer Architecture Overview](https://blockscout-mf-14206.mintlify.app/setup/information-and-settings/indexer-architecture-overview.md): Learn how the indexing architecture works in Blockscout - [Separate Indexer, Web App, And API](https://blockscout-mf-14206.mintlify.app/setup/information-and-settings/separate-indexer-web-app-and-api.md) - [ShareLock](https://blockscout-mf-14206.mintlify.app/setup/information-and-settings/sharelock.md): ShareLock is the row-level locking mechanism used internally by PostgreSQL. - [Umbrella Project Organization](https://blockscout-mf-14206.mintlify.app/setup/information-and-settings/umbrella-project.md): How the BlockScout project is organized - [Microservices](https://blockscout-mf-14206.mintlify.app/setup/microservices.md): Overview of Blockscout microservices and their deployment. - [Blockscout ENS (BENS) Name Service Integration](https://blockscout-mf-14206.mintlify.app/setup/microservices/blockscout-ens-bens-name-service-integration.md): BENS service extends Blockscout support for name services - [Smart Contract Verification](https://blockscout-mf-14206.mintlify.app/setup/microservices/smart-contract-verification.md): Details about the verification microservice - [Requirements](https://blockscout-mf-14206.mintlify.app/setup/requirements.md): System, hardware, and software requirements for running Blockscout. - [Backend/Frontend Compatibility Matrix](https://blockscout-mf-14206.mintlify.app/setup/requirements/back-front-compatibility-matrix.md) - [Client Setting Requirements](https://blockscout-mf-14206.mintlify.app/setup/requirements/client-settings.md) - [Database Storage Requirements](https://blockscout-mf-14206.mintlify.app/setup/requirements/database-storage-requirements.md) - [L2 > L1 JSON RPC Method Requests](https://blockscout-mf-14206.mintlify.app/setup/requirements/l2-greater-than-l1-json-rpc-method-requests.md) - [Node Tracing / JSON RPC Requirements](https://blockscout-mf-14206.mintlify.app/setup/requirements/node-tracing-json-rpc-requirements.md) - [General Backend Requirements / Blockscout Backend Prerequisites](https://blockscout-mf-14206.mintlify.app/setup/requirements/requirements.md) - [Hardware & Hosting Requirements](https://blockscout-mf-14206.mintlify.app/setup/requirements/resource-requirements.md) - [Testing](https://blockscout-mf-14206.mintlify.app/setup/testing.md): How to test Blockscout, including requirements, commands, and environment setup. - [Soneium API](https://blockscout-mf-14206.mintlify.app/soneium-api.md) - [Autoscout Explorer Launchpad](https://blockscout-mf-14206.mintlify.app/using-blockscout/autoscout.md): Deploy a production-ready instance on the cloud in 5 minutes - [Dappscout Apps Marketplace](https://blockscout-mf-14206.mintlify.app/using-blockscout/blockscout-apps.md): Dappscout is a curated collection of on-chain applications - [DApp Integration](https://blockscout-mf-14206.mintlify.app/using-blockscout/blockscout-apps/dapp-integration.md): Prepare your DApp for submission to the DAppscout marketplace - [Creating an Instance](https://blockscout-mf-14206.mintlify.app/using-blockscout/creating-an-instance.md) - [Multisend](https://blockscout-mf-14206.mintlify.app/using-blockscout/essential-dapps/multisend.md): Multisend Essential Dapp - [Revoke](https://blockscout-mf-14206.mintlify.app/using-blockscout/essential-dapps/revoke.md): Check, manage and revoke your token approvals - [Swap](https://blockscout-mf-14206.mintlify.app/using-blockscout/essential-dapps/swap.md): Swap and bridge multi-chain application for Blockscout users - [CSV Exports](https://blockscout-mf-14206.mintlify.app/using-blockscout/export-to-csv.md): Export of blockchain entities related to address into a CSV file - [Merits](https://blockscout-mf-14206.mintlify.app/using-blockscout/merits.md) - [Activity Pass](https://blockscout-mf-14206.mintlify.app/using-blockscout/merits/activity-pass.md): Get you pass and earn more Merits - [Badges](https://blockscout-mf-14206.mintlify.app/using-blockscout/merits/badges.md): Earn and collect NFT Scout badges by engaging and exploring the blockchain with Blockscout. - [Earn Merits when using Swap](https://blockscout-mf-14206.mintlify.app/using-blockscout/merits/earn-merits-when-using-swap.md) - [FAQs](https://blockscout-mf-14206.mintlify.app/using-blockscout/merits/faqs.md) - [Leaderboard](https://blockscout-mf-14206.mintlify.app/using-blockscout/merits/leaderboard.md): View accounts by Merits - [Streak Rewards](https://blockscout-mf-14206.mintlify.app/using-blockscout/merits/streak-rewards.md): Connecting to Blockscout on consecutive days increases your streak and your Merits - [My Account](https://blockscout-mf-14206.mintlify.app/using-blockscout/my-account.md) - [API keys](https://blockscout-mf-14206.mintlify.app/using-blockscout/my-account/api-keys.md) - [Custom ABI](https://blockscout-mf-14206.mintlify.app/using-blockscout/my-account/custom-abi.md) - [For Developers](https://blockscout-mf-14206.mintlify.app/using-blockscout/my-account/for-developers.md): When setting up My Account for your chain - [Private tags](https://blockscout-mf-14206.mintlify.app/using-blockscout/my-account/private-tags.md) - [Public tags](https://blockscout-mf-14206.mintlify.app/using-blockscout/my-account/public-tags.md): Request a tag or report an incorrect tag - [Verified Addresses](https://blockscout-mf-14206.mintlify.app/using-blockscout/my-account/verified-addresses.md) - [Copy and Sign Message](https://blockscout-mf-14206.mintlify.app/using-blockscout/my-account/verified-addresses/copy-and-sign-message.md) - [Watch list](https://blockscout-mf-14206.mintlify.app/using-blockscout/my-account/watchlist.md) - [UI Sections](https://blockscout-mf-14206.mintlify.app/using-blockscout/overviews.md) - [Address Page](https://blockscout-mf-14206.mintlify.app/using-blockscout/overviews/address-page.md): Address page details - [Beacon Chain Withdrawal Views](https://blockscout-mf-14206.mintlify.app/using-blockscout/overviews/beacon-chain-withdrawal-views.md): Coming Soon - [Blocks](https://blockscout-mf-14206.mintlify.app/using-blockscout/overviews/blocks.md) - [Glossary of Terms](https://blockscout-mf-14206.mintlify.app/using-blockscout/overviews/glossary-of-terms.md) - [Main Menu](https://blockscout-mf-14206.mintlify.app/using-blockscout/overviews/top-menu.md) - [Transaction Fields](https://blockscout-mf-14206.mintlify.app/using-blockscout/overviews/transaction-fields.md): Description of your new file. - [Transaction Types](https://blockscout-mf-14206.mintlify.app/using-blockscout/overviews/transaction-types.md) - [Token Support](https://blockscout-mf-14206.mintlify.app/using-blockscout/token-support.md) - [ERC 1155 Support](https://blockscout-mf-14206.mintlify.app/using-blockscout/token-support/erc-1155-support.md): Basic support for ERC-1155s - [Widgets](https://blockscout-mf-14206.mintlify.app/using-blockscout/widgets.md): Quick access to essential 3rd party address and contract info ## OpenAPI Specs - [pro-api](https://blockscout-mf-14206.mintlify.app/openapi-specs/pro-api.yaml) - [openapi](https://blockscout-mf-14206.mintlify.app/openapi-specs/openapi.yaml) - [openapi-deprecation](https://blockscout-mf-14206.mintlify.app/openapi-specs/openapi-deprecation.yaml) - [merits-admin-service](https://blockscout-mf-14206.mintlify.app/openapi-specs/merits-admin-service.yaml) - [jsonrpc-endpoints](https://blockscout-mf-14206.mintlify.app/openapi-specs/jsonrpc-endpoints.yaml) - [blockscout-rpc-api_2](https://blockscout-mf-14206.mintlify.app/openapi-specs/blockscout-rpc-api_2.yaml) - [blockscout-rpc-api_1](https://blockscout-mf-14206.mintlify.app/openapi-specs/blockscout-rpc-api_1.yaml) - [blockscout-pro-api](https://blockscout-mf-14206.mintlify.app/openapi-specs/blockscout-pro-api.yaml) ## Optional - [Community](https://discord.gg/blockscout) - [Blog](https://www.blog.blockscout.com/) - [API Docs](https://docs.blockscout.com/devs/apis)