/
CO
coreumfoundation
/
title goes here
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Checked 6m ago · Updated 3w ago
View markdown
coreumfoundation
title goes here
get
Constitution queries the chain's constitution.
v1
latest
Swagger 2.0
2026-07-17
211
405
605.6 KB
Query
193
get
FrozenBalances returns all the frozen balances for the account.
get
FrozenBalance returns frozen balance of the denom for the account.
get
Balance returns balance of the denom for the account.
get
WhitelistedBalances returns all the whitelisted balances for the account.
get
WhitelistedBalance returns whitelisted balance of the denom for the account.
get
Params queries the parameters of x/asset/ft module.
get
Tokens queries the fungible tokens of the module.
get
Token queries the fungible token of the module.
get
DEXSettings returns DEX settings of the denom.
get
TokenUpgradeStatuses returns token upgrades info.
get
Classes queries the non-fungible token classes of the module.
get
BurntNFTsInClass returns the list of burnt nfts in a class.
get
BurntNFTsInClass checks if an nft if is in burnt NFTs list.
get
QueryClassFrozenAccountsRequest returns the list of accounts which are frozen to hold NFTs in this class.
get
ClassFrozen queries to check if an account if frozen for an NFT class.
get
Frozen queries to check if an NFT is frozen or not.
get
WhitelistedAccountsForNFT returns the list of accounts which are whitelisted to hold this NFT.
get
Whitelisted queries to check if an account is whitelited to hold an NFT or not.
get
ClassWhitelistedAccounts returns the list of accounts which are whitelisted to hold NFTs in this class.
get
Class queries the non-fungible token class of the module.
get
Params queries the parameters of x/asset/nft module.
get
StakingParams queries the staking parameters of the module.
get
AccountDenomOrdersCount queries account denom orders count.
get
OrderBookParams queries order book params.
get
OrderBooks queries order books.
get
OrderBookOrders queries order book orders.
get
Orders queries creator orders.
get
Order queries order by creator and ID.
get
Params queries the parameters of x/dex module.
get
MinGasPrice queries the current minimum gas price required by the network.
get
Params queries the parameters of x/feemodel module.
get
RecommendedGasPrice queries the recommended gas price for the next n blocks.
get
AccountInfo queries account info which is common to all account types.
get
Accounts returns all the existing accounts.
get
Account returns account details based on address.
get
AccountAddressByID returns account address based on account number.
get
Bech32Prefix queries bech32Prefix
get
AddressBytesToString converts Account Address bytes to string
get
AddressStringToBytes converts Address string to bytes
get
ModuleAccounts returns all the existing module accounts.
get
ModuleAccountByName returns the module account info by module name
get
Params queries all parameters.
get
Returns list of `Authorization`, granted to the grantee by the granter.
get
GranteeGrants returns a list of `GrantAuthorization` by grantee.
get
GranterGrants returns list of `GrantAuthorization`, granted by granter.
get
AllBalances queries the balance of all coins for a single account.
get
Balance queries the balance of a single coin for a single account.
get
DenomOwners queries for all account addresses that own a particular token denomination.
get
DenomOwnersByQuery queries for all account addresses that own a particular token denomination.
get
DenomsMetadata queries the client metadata for all registered coin denominations.
get
DenomMetadata queries the client metadata of a given coin denomination.
get
DenomMetadataByQueryString queries the client metadata of a given coin denomination.
get
Params queries the parameters of x/bank module.
get
SendEnabled queries for SendEnabled entries.
get
SpendableBalances queries the spendable balance of all coins for a single account.
get
SpendableBalanceByDenom queries the spendable balance of a single denom for a single account.
get
TotalSupply queries the total supply of all coins.
get
SupplyOf queries the supply of a single coin.
get
Params queries the parameters of x/consensus module.
get
CommunityPool queries the community pool coins.
get
DelegationTotalRewards queries the total rewards accrued by each validator.
get
DelegationRewards queries the total rewards accrued by a delegation.
get
DelegatorValidators queries the validators of a delegator.
get
DelegatorWithdrawAddress queries withdraw address of a delegator.
get
Params queries params of the distribution module.
get
ValidatorDistributionInfo queries validator commission and self-delegation rewards for validator
get
ValidatorCommission queries accumulated commission for a validator.
get
ValidatorOutstandingRewards queries rewards of a validator address.
get
ValidatorSlashes queries slash events of a validator.
get
AllEvidence queries all evidence.
get
Evidence queries evidence based on evidence hash.
get
Allowance returns granted allwance to the grantee by the granter.
get
Allowances returns all the grants for the given grantee address.
get
AllowancesByGranter returns all the grants given by an address
get
Constitution queries the chain's constitution.
get
Params queries all parameters of the gov module.
get
Proposals queries all proposals based on given status.
get
Proposal queries proposal details based on ProposalID.
get
Deposits queries all deposits of a single proposal.
get
Deposit queries single deposit information based on proposalID, depositAddr.
get
TallyResult queries the tally of a proposal vote.
get
Votes queries votes of a given proposal.
get
Vote queries voted information based on proposalID, voterAddr.
get
Params queries all parameters of the gov module.
get
Proposals queries all proposals based on given status.
get
Proposal queries proposal details based on ProposalID.
get
Deposits queries all deposits of a single proposal.
get
Deposit queries single deposit information based on proposalID, depositor address.
get
TallyResult queries the tally of a proposal vote.
get
Votes queries votes of a given proposal.
get
Vote queries voted information based on proposalID, voterAddr.
get
GroupInfo queries group info based on group id.
get
GroupMembers queries members of a group by group id.
get
GroupPoliciesByAdmin queries group policies by admin address.
get
GroupPoliciesByGroup queries group policies by group id.
get
GroupPolicyInfo queries group policy info based on account address of group policy.
get
Groups queries all groups in state.
get
GroupsByAdmin queries groups by admin address.
get
GroupsByMember queries groups by member address.
get
Proposal queries a proposal based on proposal id.
get
TallyResult returns the tally result of a proposal. If the proposal is still in voting period, then this query computes the current tally state, which might not be final. On the other hand, if the proposal is final, then it simply returns the `final_tally_result` state stored in the proposal itself.
get
ProposalsByGroupPolicy queries proposals based on account address of group policy.
get
VoteByProposalVoter queries a vote by proposal id and voter.
get
VotesByProposal queries a vote by proposal id.
get
VotesByVoter queries a vote by voter.
get
AnnualProvisions current minting annual provisions value.
get
Inflation returns the current minting inflation value.
get
Params returns the total set of minting parameters.
get
Balance queries the number of NFTs of a given class owned by the owner, same as balanceOf in ERC721
get
Classes queries all NFT classes
get
Class queries an NFT class based on its id
get
NFTs queries all NFTs of a given class or owner,choose at least one of the two, similar to tokenByIndex in ERC721Enumerable
get
NFT queries an NFT based on its class and id.
get
Owner queries the owner of the NFT based on its class and id, same as ownerOf in ERC721
get
Supply queries the number of NFTs from the given class, same as totalSupply of ERC721.
get
Params queries the parameters of slashing module
get
SigningInfos queries signing info of all validators
get
SigningInfo queries the signing info of given cons address
get
DelegatorDelegations queries all delegations of a given delegator address.
get
Redelegations queries redelegations of given address.
get
DelegatorUnbondingDelegations queries all unbonding delegations of a given delegator address.
get
DelegatorValidators queries all validators info for given delegator address.
get
DelegatorValidator queries validator info for given delegator validator pair.
get
HistoricalInfo queries the historical info for given height.
get
Parameters queries the staking parameters.
get
Pool queries the pool info.
get
Validators queries all validators that match the given status.
get
Validator queries validator info for given validator address.
get
ValidatorDelegations queries delegate info for given validator.
get
Delegation queries delegate info for given validator delegator pair.
get
UnbondingDelegation queries unbonding info for given validator delegator pair.
get
ValidatorUnbondingDelegations queries unbonding delegations of a validator.
get
AppliedPlan queries a previously applied upgrade plan by its name.
get
Returns the account with authority to conduct upgrades
get
CurrentPlan queries the current upgrade plan.
get
ModuleVersions queries the list of module versions from state.
get
UpgradedConsensusState queries the consensus state that will serve as a trusted kernel for the next version of this chain. It will only be stored at the last height of this chain. UpgradedConsensusState RPC not supported with legacy querier This rpc is deprecated now that IBC has its own replacement (https://github.com/cosmos/ibc-go/blob/2c880a22e9f9cc75f62b527ca94aa75ce1106001/proto/ibc/core/client/v1/query.proto#L54)
get
Codes gets the metadata for all stored wasm codes
get
CodeInfo gets the metadata for a single wasm code
get
Code gets the binary code and metadata for a single 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
get
WasmLimitsConfig gets the configured limits for static validation of Wasm files, encoded in JSON.
get
InterchainAccount returns the interchain account address for a given owner address on a given connection
get
Params queries all parameters of the ICA controller submodule.
get
Params queries all parameters of the ICA host submodule.
get
EscrowAddress returns the escrow address for a particular port and channel id.
get
DenomHash queries a denomination hash information.
get
DenomTraces queries all denomination traces.
get
DenomTrace queries a denomination trace information.
get
TotalEscrowForDenom returns the total amount of tokens in escrow based on the denom.
get
Params queries all parameters of the ibc-transfer module.
get
Channels queries all the IBC channels of a chain.
get
Channel queries an IBC Channel.
get
ChannelClientState queries for the client state for the channel associated with the provided channel identifiers.
get
ChannelConsensusState queries for the consensus state for the channel associated with the provided channel identifiers.
get
NextSequenceReceive returns the next receive sequence for a given channel.
get
NextSequenceSend returns the next send sequence for a given channel.
get
PacketAcknowledgements returns all the packet acknowledgements associated with a channel.
get
PacketAcknowledgement queries a stored packet acknowledgement hash.
get
PacketCommitments returns all the packet commitments hashes associated with a channel.
get
UnreceivedAcks returns all the unreceived IBC acknowledgements associated with a channel and sequences.
get
UnreceivedPackets returns all the unreceived IBC packets associated with a channel and sequences.
get
PacketCommitment queries a stored packet commitment hash.
get
PacketReceipt queries if a given packet sequence has been received on the queried chain
get
Upgrade returns the upgrade for a given port and channel id.
get
UpgradeError returns the error receipt if the upgrade handshake failed.
get
ConnectionChannels queries all the channels associated with a connection end.
get
ChannelParams queries all parameters of the ibc channel submodule.
get
ClientStates queries all the IBC light clients of a chain.
get
ClientState queries an IBC light client.
get
Status queries the status of an IBC client.
get
ConsensusStates queries all the consensus state associated with a given client.
get
ConsensusStateHeights queries the height of every consensus states associated with a given client.
get
ConsensusState queries a consensus state associated with a client state at a given height.
get
ClientParams queries all parameters of the ibc client submodule.
get
UpgradedClientState queries an Upgraded IBC light client.
get
UpgradedConsensusState queries an Upgraded IBC consensus state.
post
VerifyMembership queries an IBC light client for proof verification of a value at a given key path.
get
ClientConnections queries the connection paths associated with a client state.
get
Connections queries all the IBC connections of a chain.
get
Connection queries an IBC connection end.
get
ConnectionClientState queries the client state associated with the connection.
get
ConnectionConsensusState queries the consensus state associated with the connection.
get
ConnectionParams queries all parameters of the ibc connection submodule.
Service
18
Query
Constitution queries the chain's constitution.
get
/cosmos/gov/v1/constitution
Response
A successful response.
CosmosGovV1QueryConstitutionResponse
required
constitution
string