GGEZ1 Chain Docs
  • Introduction
  • Whitepaper
    • GGEZ1 ReFi
    • GGEZ1 GameFi
  • GGEZ1 Chain
    • Blockchain Information
      • Specifications
      • Security & Cryptographic Details
    • API Reference
      • Base URLs
      • API Endpoints
        • Blockchain Data Retrieval
        • Transaction Management
    • Nodes and Validators
      • Node Setup
      • Run Validator Node
    • Brand Identity
Powered by GitBook
On this page
  • Supply
  • Circulating supply
  • Bonded supply
  • Obtain Block Information by Block Height
  • Obtain Transaction Details by TXID
  • Obtain Address Balance:
  1. GGEZ1 Chain
  2. API Reference
  3. API Endpoints

Blockchain Data Retrieval

Supply

https://rest.ggez.one/cosmos/bank/v1beta1/supply

Circulating supply

https://node.ggez.one/ggezchain/supply?metric=circulating_supply

Bonded supply

https://node.ggez.one/ggezchain/supply?metric=bonded_supply

Obtain Block Information by Block Height

https://rest.ggez.one/cosmos/base/tendermint/v1beta1/blocks/{height}

Example: https://rest.ggez.one/cosmos/base/tendermint/v1beta1/blocks/200000

Obtain Transaction Details by TXID

https://rest.ggez.one/cosmos/tx/v1beta1/txs/{hash}

Example: https://rest.ggez.one/cosmos/tx/v1beta1/txs/A5A36246D74C08C214CF182FF4F7AD3E6CB24CE07CE597EAD52BE716B93FEB34

Obtain Address Balance:

Get balance:

https://rest.ggez.one/cosmos/bank/v1beta1/balances/{address}

Example: https://rest.ggez.one/cosmos/bank/v1beta1/balances/ggez1u7374gx6efl39vsd6mhwn0pw7nhwzqtfjumkfh

Get balance by denom:

https://rest.ggez.one/cosmos/bank/v1beta1/balances/{address}/by_denom?denom=uggez1

Example: https://rest.ggez.one/cosmos/bank/v1beta1/balances/ggez1u7374gx6efl39vsd6mhwn0pw7nhwzqtfjumkfh/by_denom?denom=uggez1

Get spendable balance:

https://rest.ggez.one/cosmos/bank/v1beta1/spendable_balances/{address}

Example: https://rest.ggez.one/cosmos/bank/v1beta1/spendable_balances/ggez1u7374gx6efl39vsd6mhwn0pw7nhwzqtfjumkfh

Get spendable balance by denom:

https://rest.ggez.one/cosmos/bank/v1beta1/spendable_balances/{address}/by_denom?denom=uggez1

Example : https://rest.ggez.one/cosmos/bank/v1beta1/spendable_balances/ggez1u7374gx6efl39vsd6mhwn0pw7nhwzqtfjumkfh/by_denom?denom=uggez1

PreviousAPI EndpointsNextTransaction Management

Last updated 4 months ago