
Security News
Opengrep Adds Apex Support and New Rule Controls in Latest Updates
The latest Opengrep releases add Apex scanning, precision rule tuning, and performance gains for open source static code analysis.
@cryptodevops/n8n-nodes-etherscan
Advanced tools
n8n nodes for accessing multiple blockchain networks via Etherscan-compatible APIs with comprehensive analytics support
A comprehensive n8n community node package for accessing multiple blockchain networks via Etherscan-compatible APIs. This package provides powerful blockchain analytics and data retrieval capabilities across major EVM-compatible networks.
This package provides two complementary nodes:
This package provides two main nodes:
Migration Notice: The Etherscan node is deprecated and will be removed in a future version. Please migrate to the Blockchain Explorer node for better multi-chain support. See MIGRATION-GUIDE.md for detailed instructions.
Supports 10+ blockchain networks with comprehensive operations:
npm install @cryptodevops/n8n-nodes-etherscan
npm install
npm run build
Get API Keys for your desired networks:
Configure in n8n:
{
"resource": "account",
"operation": "getBalance",
"address": "0xde0b295669a9fd93d5f28d9ec85e40f4cb697bae"
}
{
"resource": "account",
"operation": "getBalance",
"address": "0x8894E0a0c962CB723c1976a4421c95949bE2D4E3"
}
{
"resource": "stats",
"operation": "getEthSupply"
}
{
"resource": "account",
"operation": "getNormalTxs",
"address": "0xde0b295669a9fd93d5f28d9ec85e40f4cb697bae",
"startBlock": 0,
"endBlock": "latest",
"page": 1,
"offset": 10,
"sort": "desc"
}
{
"resource": "contract",
"operation": "getAbi",
"contractAddress": "0x6B175474E89094C44Da98b954EedeAC495271d0F"
}
{
"resource": "gas",
"operation": "getGasOracle"
}
All responses include metadata for better tracking and debugging:
{
"status": "1",
"message": "OK",
"result": "...",
"_metadata": {
"resource": "account",
"operation": "getBalance",
"timestamp": "2024-01-15T10:30:00.000Z",
"apiEndpoint": "https://api.etherscan.io/api"
}
}
Etherscan API has the following rate limits:
The node includes comprehensive error handling:
# Clone the repository
git clone https://github.com/GitCryptoDevOps/n8n-nodes-etherscan.git
cd n8n-nodes-etherscan
# Install dependencies
npm install
# Build the node
npm run build
# Run tests
npm test
# Lint code
npm run lint
Run the comprehensive test suite to verify API connectivity across all supported networks:
# Test all networks
node test-multi-blockchain.js
# Test specific network
node test-multi-blockchain.js ethereum
node test-multi-blockchain.js bsc
node test-multi-blockchain.js polygon
# Test with your API key
node test-multi-blockchain.js ethereum your_api_key_here
# Test with environment variable
ETHERSCAN_API_KEY=your_api_key_here node test-token-specific.js
# Or test without API key (limited functionality)
node test-token-specific.js
The test script will verify:
git checkout -b feature/new-feature
npm test
git commit -am 'Add new feature'
git push origin feature/new-feature
MIT License - see LICENSE file for details.
Made with ❤️ for the n8n community
FAQs
n8n nodes for accessing multiple blockchain networks via Etherscan-compatible APIs with comprehensive analytics support
The npm package @cryptodevops/n8n-nodes-etherscan receives a total of 0 weekly downloads. As such, @cryptodevops/n8n-nodes-etherscan popularity was classified as not popular.
We found that @cryptodevops/n8n-nodes-etherscan demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The latest Opengrep releases add Apex scanning, precision rule tuning, and performance gains for open source static code analysis.
Security News
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
Research
/Security News
A RubyGems malware campaign used 60 malicious packages posing as automation tools to steal credentials from social media and marketing tool users.