cURL
curl --request GET \ --url 'https://api.blockscout.com/{chain_id}/api/v2/config/indexer?apikey='
{ "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 }
Returns config of indexer.
API key for authentication. Required for all Pro API endpoints. Obtain your API key at https://dev.blockscout.com/
API key for rate limiting or for sensitive endpoints
Secret key for getting access to restricted resources
Indexer configuration.
Was this page helpful?