# Blockscout ## Docs - [Get a bundler by address hash](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/api-reference/account-abstraction/list-of-account-abstraction-wallets.md): Retrieves a list of account abstraction wallets. - [List of recent bundles](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/api-reference/account-abstraction/list-of-recent-bundles.md): Retrieves a list of recent bundles. - [List of recent user operations](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/api-reference/account-abstraction/list-of-recent-user-operations.md): Retrieves a list of recent user operations. - [List of top bundlers](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/api-reference/account-abstraction/list-of-top-bundlers.md): Retrieves a list of top bundlers. - [List of top paymasters](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/api-reference/account-abstraction/list-of-top-paymasters.md): Retrieves a list of top paymasters. - [List of top wallet factories](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/api-reference/account-abstraction/list-of-top-wallet-factories.md): Retrieves a list of top wallet factories. - [Get a List of Internal Transactions](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/api-reference/account/get-pending-transactions-for-an-address.md): Returns pending transactions for a given address - [List Accounts and Native Balances](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/api-reference/account/list-accounts-and-native-balances.md): Lists accounts and native balances, sorted ascending by the time they were first seen - [Export Celo election rewards as CSV](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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. - [Export advanced-filter results as CSV](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/api-reference/advanced-filters/export-advanced-filter-results-as-csv.md): Streams the items matching the advanced filter criteria as a CSV file. When asynchronous CSV export is enabled on the deployment, returns `202 Accepted` with a `request_id` that can be polled via `/api/v2/csv-exports/{request_id}`; otherwise the CSV body is streamed inline. - [List known contract methods](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/api-reference/advanced-filters/list-known-contract-methods.md): Returns a list of known contract methods. When the `q` parameter is provided, searches for a single method by its 4-byte selector or name. Without `q`, returns the default list of popular methods. - [List transactions, internal transactions and token transfers matching the advanced filter criteria](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/api-reference/advanced-filters/list-transactions-internal-transactions-and-token-transfers-matching-the-advanced-filter-criteria.md): Returns a paginated, mixed list of activity — native value transfers, internal transactions and token transfers — filtered by transaction type, contract method, time window, address relations, value range and/or token contract. The response also echoes the resolved human-readable names of the method… - [Get batch by AnyTrust data hash.](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/api-reference/arbitrum/get-batch-by-anytrust-data-hash.md): Retrieves an Arbitrum batch associated with the given AnyTrust data hash. By default, returns the most recently associated batch. When `type=all`, returns a paginated list of all batches referencing this data hash. - [Get batch by Celestia blob reference.](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/api-reference/arbitrum/get-batch-by-celestia-blob-reference.md): Retrieves an Arbitrum batch whose data availability blob is identified by the given Celestia block height and transaction commitment hash. - [Get batch by EigenDA data hash.](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/api-reference/arbitrum/get-batch-by-eigenda-data-hash.md): Retrieves an Arbitrum batch associated with the given EigenDA data hash. By default, returns the most recently associated batch. When `type=all`, returns a paginated list of all batches referencing this data hash. - [Get batch by number.](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/api-reference/arbitrum/get-batch-by-number.md): Retrieves detailed information about an Arbitrum batch by its number. - [Get batches count.](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/api-reference/arbitrum/get-batches-count.md): Retrieves the total count of Arbitrum batches committed to the Parent chain. - [Get claim data for a withdrawal.](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/api-reference/arbitrum/get-claim-data-for-a-withdrawal.md): Returns the ABI-encoded calldata and outbox contract address required to execute a Rollup withdrawal on the Parent chain. - [Get cross-chain messages count.](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/api-reference/arbitrum/get-cross-chain-messages-count.md): Retrieves the total count of Arbitrum cross-chain messages for the specified direction. - [Get the latest batch number.](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/api-reference/arbitrum/get-the-latest-batch-number.md): Retrieves the number of the most recent Arbitrum batch submitted to the Parent chain. Returns 0 if no batches exist. - [Get withdrawal messages for a transaction.](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/api-reference/arbitrum/get-withdrawal-messages-for-a-transaction.md): Returns the list of Rollup withdrawal messages (L2ToL1Tx events) emitted by the given transaction. - [List batches.](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/api-reference/arbitrum/list-batches.md): Retrieves a paginated list of Arbitrum batches committed to the Parent chain. - [List committed batches on the main page.](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/api-reference/arbitrum/list-committed-batches-on-the-main-page.md): Retrieves a list of Arbitrum batches that have been committed to the Parent chain, displayed on the main page. - [List cross-chain messages.](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/api-reference/arbitrum/list-cross-chain-messages.md): Retrieves a paginated list of Arbitrum cross-chain messages filtered by the specified direction. - [List recent Parent chain to Rollup messages on the main page.](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/api-reference/arbitrum/list-recent-parent-chain-to-rollup-messages-on-the-main-page.md): Retrieves the most recent relayed messages from Parent chain to Rollup, displayed on the main page. - [Gets total count of beacon deposits](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/api-reference/beacon_deposits/gets-total-count-of-beacon-deposits.md): Retrieves the total count of beacon deposits. - [Lists all beacon deposits](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/api-reference/beacon_deposits/lists-all-beacon-deposits.md): Retrieves a paginated list of all beacon deposits. - [Get Block Number by Timestamp](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/api-reference/blocks/list-blocks-with-optional-filtering-by-block-type.md): Retrieves a paginated list of blocks ordered by descending block number. - [List internal transactions in a specific block](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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. - [Get Celo epoch details.](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/api-reference/celo/get-celo-epoch-details.md): Retrieves detailed information about a Celo epoch. - [List Celo epoch election rewards.](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/api-reference/celo/list-celo-epoch-election-rewards.md): Retrieves a paginated list of election rewards for a Celo epoch and reward type. - [List Celo epochs.](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/api-reference/celo/list-celo-epochs.md): Retrieves a paginated list of Celo epochs. - [Full-text search for addresses by query string; optional chain filter and pagination.](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/api-reference/clusterexplorerservice/full-text-search-for-addresses-by-query-string;-optional-chain-filter-and-pagination.md) - [Full-text search for block numbers (returns chain + block number); optional chain filter and pagination.](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/api-reference/clusterexplorerservice/full-text-search-for-block-numbers-returns-chain-+-block-number;-optional-chain-filter-and-pagination.md) - [Full-text search for blocks (returns block hashes); optional chain filter and pagination.](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/api-reference/clusterexplorerservice/full-text-search-for-blocks-returns-block-hashes;-optional-chain-filter-and-pagination.md) - [Full-text search for domains; optional chain filter and pagination.](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/api-reference/clusterexplorerservice/full-text-search-for-domains;-optional-chain-filter-and-pagination.md) - [Full-text search for NFTs by query string; optional chain filter and pagination.](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/api-reference/clusterexplorerservice/full-text-search-for-nfts-by-query-string;-optional-chain-filter-and-pagination.md) - [Full-text search for tokens; optional chain filter and pagination.](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/api-reference/clusterexplorerservice/full-text-search-for-tokens;-optional-chain-filter-and-pagination.md) - [Full-text search for transactions (returns transaction hashes); optional chain filter and pagination.](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/api-reference/clusterexplorerservice/full-text-search-for-transactions-returns-transaction-hashes;-optional-chain-filter-and-pagination.md) - [Lists all chains in the cluster, optionally sorted by a metric (e.g. active_accounts, tps).](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/api-reference/clusterexplorerservice/lists-all-chains-in-the-cluster-optionally-sorted-by-a-metric-eg-active_accounts-tps.md) - [Unified quick search across addresses, blocks, transactions, block numbers, dapps, tokens, NFTs, and domains; supports unlimited results per chain.](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/api-reference/clusterexplorerservice/unified-quick-search-across-addresses-blocks-transactions-block-numbers-dapps-tokens-nfts-and-domains;-supports-unlimited-results-per-chain.md) - [Check Proxy Verification Status](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/api-reference/contract/check-proxy-verification-status.md): Returns status of a proxy contract verification attempt. - [Check Verification Status](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/api-reference/contract/verify-proxy-contract.md): Verify that a contract is a proxy contract pointing to an implementation. - [Verify Vyper Contract](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/api-reference/contract/verify-vyper-contract.md): Verify a Vyper contract with its source code and compilation information. - [Get CSV export](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/api-reference/csv-export/get-csv-export.md): Gets a CSV export by UUID - [Get basic info about address for ens-lookup and blockscout quick-search. Sorted by `registration_date`](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/api-reference/domainsextractor/get-basic-info-about-address-for-ens-lookup-and-blockscout-quick-search-sorted-by-`registration_date`.md) - [Get basic info about domain for ens-lookup and blockscout quick-search. Sorted by `registration_date`](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/api-reference/domainsextractor/get-basic-info-about-domain-for-ens-lookup-and-blockscout-quick-search-sorted-by-`registration_date`.md) - [Get detailed information about domain for Detailed domain page](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/api-reference/domainsextractor/get-detailed-information-about-domain-for-detailed-domain-page.md) - [Get detailed information about main domain of requested address](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/api-reference/domainsextractor/get-detailed-information-about-main-domain-of-requested-address.md) - [Get list of events of domain for Detailed domain page](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/api-reference/domainsextractor/get-list-of-events-of-domain-for-detailed-domain-page.md) - [Get list of supported protocols](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/api-reference/domainsextractor/get-list-of-supported-protocols.md) - [Perform batch resolving of list of address for blockscout backend requests](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/api-reference/domainsextractor/perform-batch-resolving-of-list-of-address-for-blockscout-backend-requests.md) - [Ethereum JSON-RPC endpoint](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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 block number by time stamp](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/api-reference/legacy/get-block-number-by-time-stamp.md): Returns the block number created closest to a provided timestamp. - [Get Event Logs by Address/Topics/Block Range](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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. - [Get servicesmetadataapiv1addresses](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/api-reference/metadata/get-servicesmetadataapiv1addresses.md) - [Get servicesmetadataapiv1metadata](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/api-reference/metadata/get-servicesmetadataapiv1metadata.md) - [Get servicesmetadataapiv1public tag types](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/api-reference/metadata/get-servicesmetadataapiv1public-tag-types.md) - [Get servicesmetadataapiv1reputation](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/api-reference/metadata/get-servicesmetadataapiv1reputation.md) - [Get servicesmetadataapiv1tags:search](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/api-reference/metadata/get-servicesmetadataapiv1tags:search.md) - [Post servicesmetadataapiv1addresses:submit](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/api-reference/metadata/post-servicesmetadataapiv1addresses:submit.md) - [Unified quick search across addresses, blocks, transactions, block numbers, dapps, tokens, NFTs, and domains; supports unlimited results per chain.](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/api-reference/multichainaggregatorservice/unified-quick-search-across-addresses-blocks-transactions-block-numbers-dapps-tokens-nfts-and-domains;-supports-unlimited-results-per-chain.md) - [Get basic info about address for ens-lookup and blockscout quick-search. Sorted by `registration_date`](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/api-reference/multichaindomains/get-basic-info-about-address-for-ens-lookup-and-blockscout-quick-search-sorted-by-`registration_date`.md) - [Get basic info about name for ens-lookup and blockscout quick-search. Sorted by `registration_date`](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/api-reference/multichaindomains/get-basic-info-about-name-for-ens-lookup-and-blockscout-quick-search-sorted-by-`registration_date`.md) - [Get detailed information about main address of requested name](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/api-reference/multichaindomains/get-detailed-information-about-main-address-of-requested-name.md) - [Get detailed information about name for Detailed name page](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/api-reference/multichaindomains/get-detailed-information-about-name-for-detailed-name-page.md) - [Get list of events of domain for Detailed domain page](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/api-reference/multichaindomains/get-list-of-events-of-domain-for-detailed-domain-page.md) - [Get list of supported protocols](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/api-reference/multichaindomains/get-list-of-supported-protocols.md) - [Perform batch resolving of list of addresses to names for blockscout backend requests](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/api-reference/multichaindomains/perform-batch-resolving-of-list-of-addresses-to-names-for-blockscout-backend-requests.md) - [Batch by celestia blob.](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/api-reference/optimism/batch-by-its-number.md): Retrieves batch detailed info by the given number. - [List batches.](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/api-reference/optimism/list-batches.md): Retrieves a paginated list of batches. - [List deposits.](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/api-reference/optimism/list-deposits.md): Retrieves a paginated list of deposits. - [List deposits on the main page.](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/api-reference/optimism/list-deposits-on-the-main-page.md): Retrieves a list of deposits for the main page. - [List games.](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/api-reference/optimism/list-games.md): Retrieves a paginated list of games. - [List output roots.](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/api-reference/optimism/list-output-roots.md): Retrieves a paginated list of output roots. - [List withdrawals.](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/api-reference/optimism/list-withdrawals.md): Retrieves a paginated list of withdrawals. - [Number of batches in the list.](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/api-reference/optimism/number-of-withdrawals-in-the-list.md): Retrieves a size of the withdrawals list. - [Delete adminapiv1offers secrets](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/api-reference/pointsadminservice/delete-adminapiv1offers-secrets.md) - [Get adminapiv1codes](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/api-reference/pointsadminservice/get-adminapiv1codes.md) - [Get adminapiv1distributions](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/api-reference/pointsadminservice/get-adminapiv1distributions.md) - [Get adminapiv1networks](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/api-reference/pointsadminservice/get-adminapiv1networks.md) - [Get adminapiv1networks 1](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/api-reference/pointsadminservice/get-adminapiv1networks-1.md) - [Get adminapiv1offers redemptions](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/api-reference/pointsadminservice/get-adminapiv1offers-redemptions.md) - [Get adminapiv1offers secrets](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/api-reference/pointsadminservice/get-adminapiv1offers-secrets.md) - [Get adminapiv1users](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/api-reference/pointsadminservice/get-adminapiv1users.md) - [Get adminapiv1users 1](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/api-reference/pointsadminservice/get-adminapiv1users-1.md) - [Patch adminapiv1codes](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/api-reference/pointsadminservice/patch-adminapiv1codes.md) - [Patch adminapiv1networks](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/api-reference/pointsadminservice/patch-adminapiv1networks.md) - [Patch adminapiv1offers](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/api-reference/pointsadminservice/patch-adminapiv1offers.md) - [Post adminapiv1codes](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/api-reference/pointsadminservice/post-adminapiv1codes.md) - [Post adminapiv1distribute](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/api-reference/pointsadminservice/post-adminapiv1distribute.md) - [Post adminapiv1networks](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/api-reference/pointsadminservice/post-adminapiv1networks.md) - [Post adminapiv1offers](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/api-reference/pointsadminservice/post-adminapiv1offers.md) - [Post adminapiv1offers secrets](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/api-reference/pointsadminservice/post-adminapiv1offers-secrets.md) - [Post adminapiv1users code](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/api-reference/pointsadminservice/post-adminapiv1users-code.md) - [re-fetch token instance metadata](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/api-reference/scroll/batch-by-its-number.md): Retrieves batch info by the given number. - [List batches.](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/api-reference/scroll/list-batches.md): Retrieves a paginated list of batches. - [List deposits.](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/api-reference/scroll/list-deposits.md): Retrieves a paginated list of deposits. - [List withdrawals.](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/api-reference/scroll/list-withdrawals.md): Retrieves a paginated list of withdrawals. - [Number of batches in the list.](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/api-reference/scroll/number-of-withdrawals-in-the-list.md): Retrieves a size of the withdrawals list. - [search](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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. - [List Shibarium deposits.](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/api-reference/shibarium/list-shibarium-deposits.md): Retrieves a paginated list of completed Shibarium deposits ordered by parent chain block number descending. A deposit is "completed" when both the parent-chain and Shibarium sides of the bridge have been observed. - [List Shibarium withdrawals.](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/api-reference/shibarium/list-shibarium-withdrawals.md): Retrieves a paginated list of completed Shibarium withdrawals ordered by Shibarium block number descending. A withdrawal is "completed" when both the Shibarium and parent-chain sides of the bridge have been observed. - [Number of Shibarium deposits.](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/api-reference/shibarium/number-of-shibarium-deposits.md): Retrieves the total count of completed Shibarium deposits. - [Number of Shibarium withdrawals.](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/api-reference/shibarium/number-of-shibarium-withdrawals.md): Retrieves the total count of completed Shibarium withdrawals. - [Audit reports list](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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. - [Get Stability validators counters.](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/api-reference/stability/get-stability-validators-counters.md): Retrieves aggregate counters for the Stability chain validator set. - [List Stability validators.](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/api-reference/stability/list-stability-validators.md): Retrieves a paginated list of validators on the Stability chain, optionally filtered by state and sorted by state, address hash or number of blocks produced. - [Get daily closing price and market cap for native coin](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/api-reference/stats/get-native-coin-price.md): Returns latest price of native coin in USD and BTC. - [Get Native Token Price](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/api-reference/stats/retrieve-hot-smart-contracts.md): Retrieves paginated list of hot smart-contracts - [Secondary coin market history chart data](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/api-reference/stats/secondary-coin-market-history-chart-data.md): Returns market history for the secondary coin used for charting. - [Returns all available counter stats for the stats page.](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/api-reference/statsservice/returns-all-available-counter-stats-for-the-stats-page.md) - [Returns data points for a specific line chart, with optional date range and resolution filtering.](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/api-reference/statsservice/returns-data-points-for-a-specific-line-chart-with-optional-date-rangeand-resolution-filtering.md) - [Returns interchain messaging stats to be displayed on the main page of interchain indexer.](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/api-reference/statsservice/returns-interchain-messaging-stats-to-be-displayed-on-the-main-page-of-interchain-indexer.md) - [Returns metadata (title, description, available resolutions) for all line charts, organized into sections.](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/api-reference/statsservice/returns-metadata-title-description-available-resolutions-for-allline-charts-organized-into-sections.md) - [Returns multichain-aggregated stats to be displayed on the main page of multichain indexer.](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/api-reference/statsservice/returns-multichain-aggregated-stats-to-be-displayed-on-the-main-page-of-multichain-indexer.md) - [Returns stats to be displayed on the contracts page.](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/api-reference/statsservice/returns-stats-to-be-displayed-on-the-contracts-page.md) - [Returns stats to be displayed on the main page of indexer.](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/api-reference/statsservice/returns-stats-to-be-displayed-on-the-main-page-of-indexer.md) - [Returns stats to be displayed on the transactions page.](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/api-reference/statsservice/returns-stats-to-be-displayed-on-the-transactions-page.md) - [token balances with filtering and pagination](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/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. - [List token transfers across all token types (ERC-20, ERC-721, ERC-1155)](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/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). - [Get Bridged Tokens List](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/api-reference/token/get-bridged-tokens-list.md): Returns array of bridged token information from native bridge application. - [Get Token Holders](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/api-reference/token/get-token-info.md): Returns info on name, symbol, supply and type for a token contract address - [Export token holders as CSV](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/api-reference/tokens/export-token-holders-as-csv.md): Exports the holders of a specific token as a CSV file. - [Export token transfers as CSV](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/api-reference/tokens/export-token-transfers-as-csv.md): Exports the transfers of a specific token as a CSV file. - [Fetch media type for a specific NFT instance](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/api-reference/tokens/fetch-media-type-for-a-specific-nft-instance.md): Determines and returns the media type categories (image/video/html) for the image and animation URLs of a specific NFT instance. Fetches via HTTP HEAD if not yet determined and stores the result. - [Get holder and transfer count statistics for a specific token](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/api-reference/tokens/retrieve-detailed-information-about-a-specific-token.md): Retrieves detailed information for a specific token identified by its contract address. - [Get Transaction Execution Status](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/api-reference/transaction/get-transaction-info-by-transaction-hash.md): Returns transaction information including revert reason if available - [Get Transaction Receipt Status](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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 FHE operations for a specific transaction](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/api-reference/transactions/list-fhe-operations-for-a-specific-transaction.md): Retrieves Fully Homomorphic Encryption (FHE) operations parsed from transaction logs. Includes operation details, HCU (Homomorphic Compute Unit) costs, operation types, and related metadata. - [List internal transactions triggered during a specific transaction](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/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 Scroll batch](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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 executed on a specific execution node](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/api-reference/transactions/list-transactions-executed-on-a-specific-execution-node.md): Retrieves transactions that were executed on the specified execution node. - [List transactions in a user's watchlist](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/api-reference/withdrawals/withdrawals-counters.md): Returns total withdrawals count and sum from cache. - [Zilliqa validator by its BLS public key.](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/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-ap-db-events-listener-batch-size.mintlify.site/api-reference/zilliqa/zilliqa-validators-list.md): Retrieves the list of Zilliqa validators. - [Get batch by number.](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/api-reference/zksync/get-batch-by-number.md): Retrieves detailed information about a ZkSync batch by its number. - [Get batches count.](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/api-reference/zksync/get-batches-count.md): Retrieves the total count of ZkSync rollup batches. - [Get the latest batch number.](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/api-reference/zksync/get-the-latest-batch-number.md): Retrieves the number of the most recent ZkSync rollup batch. Returns 0 if no batches exist. - [List batches.](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/api-reference/zksync/list-batches.md): Retrieves a paginated list of ZkSync rollup batches, newest first. - [List confirmed batches on the main page.](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/api-reference/zksync/list-confirmed-batches-on-the-main-page.md): Retrieves up to ten most-recently-committed ZkSync rollup batches, displayed on the main page. - [Backend ENVs: Common](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/setup/env-variables/backend-env-variables.md) ## OpenAPI Specs - [pro-api](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/openapi-specs/pro-api.yaml) - [pro-api-v12](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/openapi-specs/pro-api-v12.json) - [pro-api-v11](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/openapi-specs/pro-api-v11.yaml) - [openapi](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/openapi-specs/openapi.yaml) - [openapi-deprecation](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/openapi-specs/openapi-deprecation.yaml) - [merits-admin-service](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/openapi-specs/merits-admin-service.yaml) - [jsonrpc-endpoints](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/openapi-specs/jsonrpc-endpoints.yaml) - [blockscout-rpc-api_2](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/openapi-specs/blockscout-rpc-api_2.yaml) - [blockscout-rpc-api_1](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/openapi-specs/blockscout-rpc-api_1.yaml) - [blockscout-pro-api](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/openapi-specs/blockscout-pro-api.yaml) - [Master-pro-api](https://blockscout-ap-db-events-listener-batch-size.mintlify.site/openapi-specs/Master-pro-api.json) ## Optional - [Community](https://discord.gg/blockscout) - [Blog](https://www.blog.blockscout.com/) - [API Docs](https://docs.blockscout.com/devs/apis)