Browse develop
    • Get Started
      • Sign with a Multisig Account
      • Start the Light Client Daemon (LCD)
      • Overview
      • Build a Simple XPLA Chain dApp
        • ERC20 Tokens
        • Environment Setup
        • Writing the Contract
        • Interacting with the Contract
        • CW20 Tokens
        • Environment Setup
        • Writing the Contract
        • Interacting with the Contract
      • Open Source Contract Comparison
      • Which Tools to Use
        • Get Started with Wallet Provider
        • Signing Bytes
        • Extension Vault
        • Mobile Vault
        • Get Started with xpla.js
        • Common Examples
        • Add Modules
        • Coin and Coins
        • Fees
        • IBC Transfers
        • Keys
        • Make a Connection
        • Message Authorization
        • Numeric
        • Query Data
        • Send Message
        • Smart Contracts
        • Transactions
        • Wallets
        • Websockets
        • About `xplad`
        • Install `xplad`
        • Using 'xplad'
        • Commands
        • Subcommands
        • 'xplad' Mac
      • Overview
      • Auth
      • AuthZ
      • Bank
      • Capability
      • Crisis
      • Distribution
      • Evidence
      • EVM
      • Fee Grant
      • Feemarket
      • Governance
      • Mint
      • Params
      • Reward
      • Slashing
      • Staking
      • Upgrade
      • Volunteer
      • WASM
      • Developer Resources
      • History and Changes

XPLA

  • Learn
    • About XPLA Chain
    • Brand Assets
    • Fees
    • XPLA Vault
    • Glossary
  • Develop
    • Get Started
    • Guides
    • Smart Contract Guide
    • Tools
    • Core Modules
    • Dev Reference
  • Full Node
    • Run a Full Node
    • Manage a Validator
    • Resources
  • Guide
    • Token Migration
  • Ecosystem
    • Make Together
    • Discover Contribution
    • Code of Conduct


  • X
  • GitHub

    • Get Started
      • Sign with a Multisig Account
      • Start the Light Client Daemon (LCD)
      • Overview
      • Build a Simple XPLA Chain dApp
        • ERC20 Tokens
        • Environment Setup
        • Writing the Contract
        • Interacting with the Contract
        • CW20 Tokens
        • Environment Setup
        • Writing the Contract
        • Interacting with the Contract
      • Open Source Contract Comparison
      • Which Tools to Use
        • Get Started with Wallet Provider
        • Signing Bytes
        • Extension Vault
        • Mobile Vault
        • Get Started with xpla.js
        • Common Examples
        • Add Modules
        • Coin and Coins
        • Fees
        • IBC Transfers
        • Keys
        • Make a Connection
        • Message Authorization
        • Numeric
        • Query Data
        • Send Message
        • Smart Contracts
        • Transactions
        • Wallets
        • Websockets
        • About `xplad`
        • Install `xplad`
        • Using 'xplad'
        • Commands
        • Subcommands
        • 'xplad' Mac
      • Overview
      • Auth
      • AuthZ
      • Bank
      • Capability
      • Crisis
      • Distribution
      • Evidence
      • EVM
      • Fee Grant
      • Feemarket
      • Governance
      • Mint
      • Params
      • Reward
      • Slashing
      • Staking
      • Upgrade
      • Volunteer
      • WASM
      • Developer Resources
      • History and Changes
    • Get Started
      • Sign with a Multisig Account
      • Start the Light Client Daemon (LCD)
      • Overview
      • Build a Simple XPLA Chain dApp
        • ERC20 Tokens
        • Environment Setup
        • Writing the Contract
        • Interacting with the Contract
        • CW20 Tokens
        • Environment Setup
        • Writing the Contract
        • Interacting with the Contract
      • Open Source Contract Comparison
      • Which Tools to Use
        • Get Started with Wallet Provider
        • Signing Bytes
        • Extension Vault
        • Mobile Vault
        • Get Started with xpla.js
        • Common Examples
        • Add Modules
        • Coin and Coins
        • Fees
        • IBC Transfers
        • Keys
        • Make a Connection
        • Message Authorization
        • Numeric
        • Query Data
        • Send Message
        • Smart Contracts
        • Transactions
        • Wallets
        • Websockets
        • About `xplad`
        • Install `xplad`
        • Using 'xplad'
        • Commands
        • Subcommands
        • 'xplad' Mac
      • Overview
      • Auth
      • AuthZ
      • Bank
      • Capability
      • Crisis
      • Distribution
      • Evidence
      • EVM
      • Fee Grant
      • Feemarket
      • Governance
      • Mint
      • Params
      • Reward
      • Slashing
      • Staking
      • Upgrade
      • Volunteer
      • WASM
      • Developer Resources
      • History and Changes

Query Data

After you’re connected to the blockchain via an LCDClient instance, you can query data from it. Data access is organized into various module APIs, which are accessible from within the LCDClient instance. Because they make HTTP requests in the background, they are Promises that can be awaited in order to not block during network IO.

Each module has its own set of querying functions.

Edit this page on GitHub
← Numeric
Send Message →
  • Powered by