evadore
  • Evadore
  • Climate Crisis
  • Global Warming
  • Blockchains
  • ReFi
    • What is ReFi?
    • Why ReFi?
  • Eva Chain
    • Content
    • While Starting
    • What is Blockchain?
      • Blockchain Key Benefits
      • Blockchain Network Types
      • Proof-of-Authentication
    • What is Ethereum?
    • What is Solidity?
    • What are Transactions?
    • What is Gas?
    • What is Wallet?
    • Creating Tokens on Evadore
    • Evadore Technical Information
  • Strategy
    • Hydroelectric
    • Solar Energy
    • Wind Energy
    • Carbon Offset Method
    • Carbon Credits
    • Forest
  • Sustainability
    • Sustainability Principles
  • ECOSYSTEM
    • EvaLabs
    • Eva Chain
    • EvaStore
    • EvaPay
    • GreenWallet
    • EvaForest
    • CarbonEva
  • TOKENOMICS
    • TOKENOMICS
  • ROADMAP
    • The Future of Evadore; Updates and Roadmap
    • Evadore's Key Achievements so far include
    • Evadore's future plans and goals include
  • API DOCS
    • RPC API Endpoints
      • Account
      • Logs
      • Stats
      • Block
      • Token
      • Transaction
      • Contract
      • RPC API Endpoints
Powered by GitBook
On this page
  • Get ERC-20 or ERC-721 token total supply by contract address
  • Get total supply in Wei from exchange
  • Get total supply in Wei from DB
  • Get total coin supply from DB minus burnt number
  • Get latest price of native coin in USD and BTC
  • Get latest price of native coin in USD and BTC in more general format
  • Get total transaction fees in Wei paid by users to validators per day
  1. API DOCS
  2. RPC API Endpoints

Stats

PreviousLogsNextBlock

https://instance_base_url/api?module=stats

Get or token total supply by contract address

tokensupply

Example

https://instance_base_url/api
   ?module=stats
   &action=tokensupply
   &contractaddress={contractAddressHash}
Parameter
Description

contractaddress

string containing the contract address hash - a 160-bit code used for identifying contracts.

{
  "message": "OK",
  "result": "21265524714464",
  "status": "1"
}

Get total supply in Wei from exchange

ethsupplyexchange

Example:

Parameter
Description

param

description

Get total supply in Wei from DB

ethsupply

Example:

Parameter
Description

param

description

Get total coin supply from DB minus burnt number

coinsupply

Example:

Parameter
Description

param

description

Get latest price of native coin in USD and BTC

ethprice

Example:

Parameter
Description

param

description

Get latest price of native coin in USD and BTC in more general format

coinprice

Example:

Parameter
Description

param

description

Get total transaction fees in Wei paid by users to validators per day

totalfees

Example:

Parameter
Description

param

description

ERC-20
ERC-721