/
/HTTP API Console
ChangesDocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 18h ago · Updated 18h ago
Msg101
Query14
  • getParams queries a specific parameter of a module, given its subspace and key.
  • getSubspaces queries for all registered subspaces and all keys for a subspace.
  • getCodes gets the metadata for all stored wasm codes
  • getCode gets the binary code and metadata for a singe wasm code
  • getContractsByCode lists all smart contracts for a code id
  • getParams gets the module params
  • getPinnedCodes gets the pinned code ids
  • getBuildAddress builds a contract address
  • getContractInfo gets the contract meta data
  • getContractHistory gets the contract code history
  • getRawContractState gets single key from the raw store data of a contract
  • getSmartContractState get smart query result from the contract
  • getAllContractState gets all raw store data for a single contract
  • getContractsByCreator gets the contracts by creator
Service2
    Query

    ContractInfo gets the contract meta data

    get/cosmwasm/wasm/v1/contract/{address}

    Path parameters

    addressstring required

    address is the address of the contract to query

    Response

    A successful response.

    Changes

    No recorded changes to this endpoint across all 1 revision of this API.