获取 EVM 链的当前 Gas 价格
cURL
curl --request GET \ --url https://api.chainstream.io/v2/transaction/{chain}/gas-price \ --header 'Authorization: Bearer <token>'
{ "gasPrice": "0x5d21dba00", "chain": "ethereum" }
Documentation IndexFetch the complete documentation index at: https://docs.chainstream.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.chainstream.io/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
支持网络列表中的链名称
bsc
eth
当前 gas 价格(wei,十六进制字符串)
"0x5d21dba00"
链符号
"ethereum"
此页面对您有帮助吗?