Jump to Content
NodeReal Docs
GuidesAPI ReferenceChangelog
NodeReal Docs
GuidesAPI ReferenceChangelog

Introduction

  • NodeReal
  • Community
  • Cookies Policy

MegaNode

  • Overview
  • Getting Started
  • Pricing Plan
    • Upgrade to Growth tier
    • Pay with PayPal
    • Pay with credit card
  • Compute Units (CUs)
  • CUPS (Rate Limit)
  • Archive Node
  • Team Account
  • Connect to Wallet
    • BNB Smart Chain
    • Ethereum
    • Polygon
    • Optimism
    • Aptos
  • JSON Web Token (JWT)
  • MegaNode FAQ
    • Regular FAQ
    • Pricing FAQ
    • API FAQ

Semita Application Chain

  • Overview
  • Application Chain One-Stop Enterprise Solution
  • Use Case
  • Design Principle and Advantages
  • Technical Architecture
    • Consensus
    • Governance
    • Staking
    • Reward Distribution
    • Elastic Gas Fee
    • Technical Specs
  • Developer Guide
    • Development Tools used on Semita Application Chain
    • Deploy a sample smart contract to Semita Application Chain

Semita Optimistic Rollups

  • Overview
  • Why Semita Optimistic Rollups?
  • Design Principles
  • Technical Architecture
  • Customization

Web3 API Marketplace

  • How to list your APIs to NodeReal Web3 API Marketplace
  • Gas Tracker API

Resources

  • Support
    • Migrate from Rinkeby to Goerli on Ethereum
  • More tutorials
Powered by 

Gas Tracker API

Suggest Edits

Get gas price

Http Request

Query BSC's GasPrice forecast data. Interface data updates per 5s. Please don't access it frequently, or you will be blocked.

GET https://api.nodereal.io/node/gasInfo

Response Example

{
  "code": 200,
  "error_msg": "",
  "data": {
    "rapid": 7100000000,
    "fast": 5000000000,
    "standard": 5000000000,
    "timestamp": 1632374875000,
    "gasUsedRatio": 0.2657367500639997,
    "pendingQueueLength": 355
  }
}

Updated 6 months ago


  • Table of Contents
    • Get gas price