EVM 체인의 현재 가스 가격 조회
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
현재 가스 가격(wei, 16진수 문자열)
"0x5d21dba00"
체인 심볼
"ethereum"
이 페이지가 도움이 되었나요?