Discord
Telegram
Twitter
Search
⌃
K
Links
Blast Documentation
📚
Introduction
📖
APIs Documentation
Core API
Aptos
Arbitrum
Astar
Avalanche
Base
Binance Smart Chain
Ethereum
eth_blockNumber
eth_call
eth_chainId
eth_estimateGas
eth_feeHistory
eth_gasPrice
eth_getBalance
eth_getBlockByHash
eth_getBlockByNumber
eth_getBlockTransactionCountByHash
eth_getBlockTransactionCountByNumber
eth_getCode
eth_getLogs
eth_getProof
eth_getStorageAt
eth_getTransactionByBlockHashAndIndex
eth_getTransactionByBlockNumberAndIndex
eth_getTransactionByHash
eth_getTransactionCount
eth_getTransactionReceipt
eth_getUncleByBlockHashAndIndex
eth_getUncleByBlockNumberAndIndex
eth_getUncleCountByBlockHash
eth_getUncleCountByBlockNumber
eth_maxPriorityFeePerGas
eth_sendRawTransaction
eth_subscribe
eth_unsubscribe
net_listening
net_peerCount
net_version
web3_clientVersion
web3_sha3
Fantom
Gnosis
Linea
Mantle
Metis
Moonbeam
MultiversX
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
net_listening
Returns true if client is actively listening for network connections.
Parameters
none
Returns
Boolean
-
true
when listening, otherwise
false
.
Example
Request
curl https://eth-mainnet.blastapi.io/<project-id> \
-X POST \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","method":"net_listening","params":[],"id":67}'
Result
{
"id"
:
67
,
"jsonrpc"
:
"2.0"
,
"result"
:
true
}
Previous
eth_unsubscribe
Next
net_peerCount
Last modified
1yr ago