Discord
Telegram
Twitter
Search
⌃
K
Links
Blast Documentation
📚
Introduction
📖
APIs Documentation
Core API
Aptos
Arbitrum
Astar
Avalanche
Base
Binance Smart Chain
Ethereum
Fantom
Gnosis
Linea
Mantle
Metis
Moonbeam
MultiversX
Accounts
Blocks
Collections
Delegation
Identities
/keys/{key}/unbound-period
/miniBlocks/{miniBlockHash}
Network
NFTS
Tags
Nodes
/nodes
/nodes/versions
/nodes/count
/nodes/{bls}
Providers
Rounds
Results
/shards
/stake
Tokens
Transactions
/username/{username}
POST /query
Waiting-list
Default
/dapp/config
/websocket/config
maiar.exchange
Transfers
OKTC
Optimism
Palm
Polkadot
Polygon
Polygon zkEVM
Scroll
zkSync
Starknet
SUI
Builder API
Trace API
Debug API
Erigon API
💡
Things you need to know
📜
Tutorials and guides
🧰
Blast SDK
🔬
Blast protocol
Running a node
🏠
Introduction: How to Run Specific Blockchain Nodes | Blast API
⛓
Supported Chains
⚙
IP Whitelist - Firewall Rules
🕦
Technical support
💬
Contact
Indexing
💾
Indexing the Klaytn Network
⚙
Indexer node set up
💻
Subgraph Development
Houston Testnet
💰
Blast delegation program
Bware Labs Snapshot Service
⛓
Supported Chains
Powered By
GitBook
Comment on page
/nodes/versions
Returns breakdown of node versions for validator nodes
Parameters
none
Returns
(array[string])
- list of the versions used
Example
Request
curl -X 'GET' \
'https://elrond-api.public.blastapi.io/nodes/versions' \
-H 'accept: application/json'
Result
{
"v1.3.36.0"
:
0.99
,
"v1.3.35.0"
:
0.01
}
Previous
/nodes
Next
/nodes/count
Last modified
1yr ago