v1

latestOpenAPI 3.0.32026-07-1320201.0 MB
Ethereum Blockchain Queries

Get Gas Price

This Method returns the gas price

get/api/v2/ethereum/gasprice

Headers

X-Network'testnet' | 'mainnet'

Specify "testnet" for test network or leave empty for main network. Defaults to "mainnet" if not provided.

Authorizationstring required

Bearer token for authorization. Required for authenticated endpoints.

Content-Type'application/json' | 'application/x-www-form-urlencoded' | 'multipart/form-data'

The MIME type of the request body.

Response

Gas price fetched

okboolean
statusinteger
messagestring

Example response

{
  "ok": true,
  "status": 200,
  "message": "Successfully parsed",
  "data": {
    "gasPrice": "12.28"
  }
}