Skip to main content
GET
/
v2
/
config
/
indexer
Indexer configuration
curl --request GET \
  --url http://localhost/api/v2/config/indexer
{
  "block_reward_fetcher_enabled": true,
  "indexer_enabled": true,
  "internal_transactions_fetcher_enabled": true,
  "pending_transactions_fetcher_enabled": true,
  "token_instance_retry_fetcher_enabled": true,
  "token_instance_sanitize_fetcher_enabled": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.blockscout.com/llms.txt

Use this file to discover all available pages before exploring further.

Query Parameters

apikey
string

API key for rate limiting or for sensitive endpoints

key
string

Secret key for getting access to restricted resources

Response

Indexer configuration.

block_reward_fetcher_enabled
boolean
indexer_enabled
boolean
internal_transactions_fetcher_enabled
boolean
pending_transactions_fetcher_enabled
boolean
token_instance_retry_fetcher_enabled
boolean
token_instance_sanitize_fetcher_enabled
boolean