HYDRA Documentation
  • Introduction to Hydra Chain
  • HydraGon
    • Migrate to HydraGon
    • Staking Calculator
  • Legacy Hydra
  • FAQ
  • Hydra web wallet
    • Create New Wallet
      • Key File Option
      • Mnemonic Words Option
    • Access Your Wallet
      • From Mnemonic Words
      • From Private Key
      • From Key File
    • Send and Receive Assets
      • Receive Assets
      • Send Assets
    • Add HRC20 Token
    • Setup Offline Wallet
  • Hydra web browser extension
    • How to integrate with dApps
  • Hydra for Beginners
  • Ledger Nano Guide
  • Hydra Bridge
  • HydraDEX
    • Adding and Removing Liquidity
    • Liquidity Mining on HydraDEX
  • Useful Links (Legacy)
  • Essentials
    • UTXOs Accounting
    • Test & Main Networks
    • Desktop wallet basic usage
    • Wallet Encrypt, Backup and Restore
    • Hydra Core Wallet Commands
    • Adding Nodes
    • Encrypt and Unlock Hydra Wallet
    • Wallet Recovery With Salvagewallet
    • bech32 support
    • Repositories
    • Hydra Exchange Usage Guide
    • How to Add Options
    • How to Use bootstrap.dat
    • Command Lines (RPC API)
    • Guidance of Hydra Deployment and RPC Settings
    • How to Build Hydra on Raspbian
  • HRC20 Tokens
    • HRC20 Token
    • HRC20 Raw Transactions
    • HRC20 With Hydrachainjs
    • HRC20 DApp
  • HRC721 Tokens
    • HRC721 Token - How to deploy
  • How Transactions Work
  • Hydra Economy (Legacy)
    • The Flexible Supply Mechanism
    • Legacy Staking Calculator
  • Installation Guides
  • Guide for Linux
  • Guide for Raspberry Pi
  • Guide for MacOS
  • Staking HYDRA Coins
    • Setting up Staking
    • Staking with Windows VPS on AWS
    • Staking with Linux on DigitalOcean VPS
    • How to Stake Hydra on Linux
    • Stake With Linux VPS
    • How to Stake on FreeBSD
    • Hydra node health check
    • Superstaking
    • Delegating to Superstaker
    • Delegating via Mobile App or Web Browser
    • Lydra Basics
    • Understanding LYDRA — Key Concepts and Dynamics
  • Hydra Chain Core Team
  • KYC/AML Policy
  • Privacy Policy
  • API Documentation
    • Explorer API (in work)
      • General Blockchain Info
      • Fetching Transaction History for HYDRA and HRC20 tokens
      • Block Info
      • Transaction Info
    • Hydra DEX API
  • Community Tools
    • Github repository
    • Docker image for Hydra Node
    • Hydradex.org Custom Lists
  • Security Audits Hydra Bridge
Powered by GitBook
On this page

Was this helpful?

  1. API Documentation
  2. Explorer API (in work)

General Blockchain Info

Get General Info about the Blockchain

[GET] explorer.hydrachain.org/api/info

height: 103648
supply: 20122888.73412408
netStakeWeight: 285357268329069
feeRate: 0.05323
gasPrice: 0.00000029
circulatingSupply: 2851951.35527753

Metric

Explanation

Level

Height

Gives you latest block number of Hydra

Easy

Supply

Gives you the total supply of HYDRA from the blockchain perspective (excluding burns). This is the number on which the inflation setting is based on.

Easy

NetStakeWeight

Gives you an estimate for the total number of HYDRA being actively staked. This metric can be volatile and may grow/shrink by 50% within short time periods. Provided with 8 decimals.

Easy

FeeRate

Gives you the current rate for basic coin transaction fees in HYDRA/kB. This number is dynamically updated by the gas price oracle, based on the exchange price of HYDRA.

Easy

GasPrice

Gives you the current rate for smart contract execution fees in HYDRA per unit gas used. This number is dynamically updated by the gas price oracle, based on the exchange price of HYDRA.

Easy

CirculatingSupply

Gives you an estimate for the currently circulating supply of HYDRA.

Easy

PreviousExplorer API (in work)NextFetching Transaction History for HYDRA and HRC20 tokens

Last updated 4 years ago

Was this helpful?