EVM 체인의 현재 가스 가격 조회
cURL
curl --request GET \ --url https://api.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"
이 페이지가 도움이 되었나요?