메인 콘텐츠로 건너뛰기
GET
/
v2
/
transaction
/
{chain}
/
gas-price
트랜잭션 - 가스 가격
curl --request GET \
  --url https://api.chainstream.io/v2/transaction/{chain}/gas-price \
  --header 'Authorization: Bearer <token>'
{
  "gasPrice": "0x5d21dba00",
  "chain": "ethereum"
}

Documentation Index

Fetch the complete documentation index at: https://docs.chainstream.io/llms.txt

Use this file to discover all available pages before exploring further.

인증

Authorization
string
header
필수

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

경로 매개변수

chain
enum<string>
필수

지원되는 네트워크에 나열된 체인 이름

사용 가능한 옵션:
bsc,
eth

응답

200 - application/json
gasPrice
string
필수

현재 가스 가격(wei, 16진수 문자열)

예시:

"0x5d21dba00"

chain
string
필수

체인 심볼

예시:

"ethereum"