Skip to main content
GET
Transaction - Gas Price

Authorizations

Authorization
string
header
required

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

Path Parameters

chain
enum<string>
required

A chain name listed in supported networks

Available options:
bsc,
eth

Response

200 - application/json
gasPrice
string
required

Current gas price in wei (hex string)

Example:

"0x5d21dba00"

chain
string
required

Chain symbol

Example:

"ethereum"