| Catchup Block Fetcher | This fetcher indexes blocks, transactions and receipts starting from the tip of the chain working backward to the Genesis block. | 10 INDEXER_CATCHUP_BLOCKS_BATCH_SIZE | 10 INDEXER_CATCHUP_BLOCKS_CONCURRENCY |
| Transaction Receipts Fetcher | Transaction receipts fetcher. | 250 INDEXER_RECEIPTS_BATCH_SIZE | 10 INDEXER_RECEIPTS_CONCURRENCY |
| Internal Transaction Fetcher | This fetcher indexes internal transactions. For the real-time fetcher this process is done synchronously and for the catchup fetcher, this process is done asynchronously. | 10 INDEXER_INTERNAL_TRANSACTIONS_BATCH_SIZE | 4 INDEXER_INTERNAL_TRANSACTIONS_CONCURRENCY |
| Coin Balance Fetcher | This fetcher indexes each coin balance at the block height the address was interacted with. | 100 INDEXER_COIN_BALANCES_BATCH_SIZE | 4 INDEXER_COIN_BALANCES_CONCURRENCY |
| Uncle Block Fetcher | This fetcher indexes non-consensus blocks, transactions, and receipts. | 10 | 10 |
| Token Balance Fetcher | This fetcher indexes token balances. Note you may experience some token balances that cannot be fetched due to a malformed smart contract or other functions that do not allow a balance to be fetched. | 100 INDEXER_TOKEN_BALANCES_BATCH_SIZE | 10 INDEXER_TOKEN_BALANCES_CONCURRENCY |
| Token Fetcher | This indexer fetches the metadata for a token contract | 1 | 10 |
| Block Reward Fetcher | Block reward fetcher. | 10 INDEXER_BLOCK_REWARD_BATCH_SIZE | 10 INDEXER_BLOCK_REWARD_CONCURRENCY |
| Token Instance Realtime Fetcher | Token instance realtime fetcher. | 1 INDEXER_TOKEN_INSTANCE_REALTIME_BATCH_SIZE | 10 INDEXER_TOKEN_INSTANCE_REALTIME_CONCURRENCY |
| Token Instance Retry Fetcher | Token instance retry fetcher. | 10 INDEXER_TOKEN_INSTANCE_RETRY_CONCURRENCY | 10 INDEXER_TOKEN_INSTANCE_RETRY_BATCH_SIZE |
| Token Instance Sanitize Fetcher | Token instance sanitize fetcher. | 10 INDEXER_TOKEN_INSTANCE_SANITIZE_BATCH_SIZE | 10 INDEXER_TOKEN_INSTANCE_SANITIZE_CONCURRENCY |