简体中文
获取指定链的当前 gas 价格
cURL
curl --request GET \ --url https://api-dex.chainstream.io/v1/transaction/{chain}/gas-price \ --header 'Authorization: Bearer <token>'
{ "gasPrice": "0x5d21dba00", "chain": "ethereum" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
支持网络中列出的区块链名称
base
bsc
polygon
arbitrum
optimism
avalanche
eth
zksync
Current gas price in wei (hex string)
"0x5d21dba00"
Chain symbol
"ethereum"
此页面对您有帮助吗?