获取 EVM 链的当前 Gas 价格
cURL
curl --request GET \ --url https://api.dex.chainstream.io/v2/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>
支持网络列表中的链名称
bsc
eth
Current gas price in wei (hex string)
"0x5d21dba00"
Chain symbol
"ethereum"
此页面对您有帮助吗?