/
WA
wardenprotocol
/
HTTP API Console
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 5h ago · Updated 3d ago
Details
Filter operations
Msg
101
Query
14
get
Params queries a specific parameter of a module, given its subspace and key.
get
Subspaces queries for all registered subspaces and all keys for a subspace.
get
Codes gets the metadata for all stored wasm codes
get
Code gets the binary code and metadata for a singe wasm code
get
ContractsByCode lists all smart contracts for a code id
get
Params gets the module params
get
PinnedCodes gets the pinned code ids
get
BuildAddress builds a contract address
get
ContractInfo gets the contract meta data
get
ContractHistory gets the contract code history
get
RawContractState gets single key from the raw store data of a contract
get
SmartContractState get smart query result from the contract
get
AllContractState gets all raw store data for a single contract
get
ContractsByCreator gets the contracts by creator
Service
2
Query
Subspaces queries for all registered subspaces and all keys for a subspace.
Since: cosmos-sdk 0.46
get
/cosmos/params/v1beta1/subspaces
Response
A successful response.
Changes