Introduction
What is the Blockchain Intelligence Service?
The Blockchain Intelligence Service is a robust API designed to provide real-time information on updates related to various blockchain nodes. This service is essential for DevOps engineers, blockchain developers, and system administrators who need to keep track of changes in node configurations, software versions, and other critical parameters.
Key Features:
- Real-time updates on node changes
- Detailed information including version, commit hash, release date, and more
- Stay up to date on Discord, Telegram and Slack announcements from various chains.
- Support for multiple blockchain networks
- Alert notifications via Slack, PagerDuty, Telegram, Webhook, etc
You will need an enterprise license to generate an API key. Contact support@scale3labs.com for any questions.
Setup
Generate your API key
- Log in to your account: Sign up for a Scale3 Autopilot account if you haven’t. Navigate to Scale3 Autopilot and log in once you have an account.
- Go to Intel tab: Once logged in, click on the “Intel” tab then API key.
- Generate API Key: Click on the “Re-generate API Key” button.
Your API key will be displayed. Make sure to copy and securely store it.
Querying for Node Updates
Making a Request
To query for the latest node updates for a specific chain, you can make a GET request to the following endpoint:
Headers
x-api-key
: Your API keyx-user-agent
:s3l-web-client
Query Parameters
chain
: The blockchain network you are interested in (e.g.,btc
,eth
).client
: The specific client software you are interested in (e.g.,geth
,sui
).
Sample Request
Replace your-api-key-here with the API key you generated. This example queries updates for the Bitcoin (BTC) chain. You can replace btc with other supported chains like eth for Ethereum or sol for Solana.
Response
The API will return a JSON object containing an array of node updates.
Supported Chains
Here are the chains that we currently support:
Blockchain | Identifier |
---|---|
Algorand | algo |
Arbitrum | arb |
Aptos | aptos |
Avalanche | avax |
Base | base |
Binance Smart Chain | bsc |
Bitcoin | btc |
Cardano | ada |
Celestia | tia |
Celo | celo |
Chainlink | link |
Cosmos | atom |
Cronos | cro |
Ethereum | eth |
Fantom | ftm |
Filecoin | fil |
Flare | flr |
Flow | flow |
Harmony | harmony |
Hedera Hashgraph | hbar |
Helium | hnt |
ICP | icp |
Injective | inj |
Kava | kava |
Kusama | ksm |
Litecoin | ltc |
Near | near |
Optimism | op |
Polkadot | dot |
Polygon | polygon |
Ripple | xrp |
Sei | sei |
Solana | sol |
Stacks | stx |
Stellar | xlm |
Sui | sui |
Tezos | xtz |
Ton | ton |
Tron | trx |
VeChain | vet |
Zcash | zec |
Practical Examples
Query for Ethereum Updates Using Geth Client
Query for Sui Updates
For more use-cases, refer to our API documentation linked below.
Conclusion & Support
The Node Update Intelligence Service equips you with real-time updates on blockchain nodes across various chains and clients. Generate your API key and start querying today to stay ahead in your blockchain endeavors.
For further support, visit our Support Page then click the chat icon at the bottom of the page or contact us at support@scale3labs.com.