CLV Documentations
CLV Website
Use CLV Chain
Download CLV Wallet
Join CLV Community
Search
⌃
K
Links
Intro to CLV
About CLV 🍀
Clover Finance Rebrands to CLV
What is CLV Chain?
What is CLV Wallet?
What is $CLV Token?
🛣️ Progress & Roadmap
📣 CLV Official Channels
🏘 CLV Community Channels
Use CLV Chain
📚 Beginner’s Guide
🌐 Network Details
🏦 Economics
🙋🏻 CLV Chain FAQ
CLV P-Chain EVM Explorer
$CLV Cross-Chain Explorer
$CLV Cross-Chain Transfer
CLV Validator & Staking
What are Nominator & Validator?
Stake as a Nominator
Running a Validator or RPC Node
Staking FAQ
Use CLV Wallet
💰 Download CLV Wallet
📱 CLV Mobile Wallet
🖥 CLV Extension Wallet
🕸️ CLV Web Wallet
CLV Chain Developer Guide
Getting Started
Using Local Node
Using Testnet
dApp Example
Test Cases
Technical Documentations
CLV EVM
Developers Incentive
CLV Accounts Binding
Virtual Ethereum Address Binding
Query Balance
Transaction Finality
Web3 Compatibility
eth_protocolVersion
eth_syncing
eth_hashrate
eth_coinbase
eth_mining
eth_chainId
eth_gasPrice
eth_accounts
eth_blockNumber
eth_getBalance
eth_getStorageAt
eth_getBlock
eth_getTransactionCount
eth_getBlockTransactionCount
eth_getBlockUncleCount
eth_getCode
eth_sendTransaction
eth_sendSignedTransaction
eth_call
eth_estimateGas
eth_getTransaction
eth_getTransactionByBlockHashAndIndex
eth_getTransactionByBlockNumberAndIndex
eth_getTransactionReceipt
eth_getUncle
eth_getLogs
eth_getWork
eth_submitWork
eth_submitHashrate
eth_subscribe
eth_unsubscribe
net_version
net_peerCount
net_listening
web3_clientVersion
web3_sha3
CLV P-Chain Integration
CLV Wallet Developer Guide
EVM dApp Integration
Substrate dApp Integration
Solana dApp Integration
Kadena dApp Integration
Aptos dApp Integration
Web Wallet dApp Integration
dApp Interaction Protocol
Wallet Integration QA
CLV Ecosystem
🏞️ Ecosystem Partners
🌱 Incentive Programs
Whitelist Assets on Clover P-Chain
Bridge assets into CLV P-Chain
Assets
🔤 Glossary
🎟️ CLV - Polkadot Parachain Auction 2021
🛍️ Brand Pack
📄 Whitepaper
Powered By
GitBook
Comment on page
eth_gasPrice
Returns the current gas price oracle. The gas price is determined by the last few blocks median gas price.
web3.eth.getGasPrice([callback])
Returns
Number string of the current gas price in wei
Example
> web3.eth.getGasPrice().then(console.log)
> 1000000000
Previous
eth_chainId
Next
eth_accounts
Last modified
1yr ago