Sei

Sei Query API

The Query API from Sei — 129 operation(s) for query.

Operations 129

GET /cosmos/cosmos-sdk/accesscontrol/list_resource_dependency_mapping #
GET /cosmos/cosmos-sdk/accesscontrol/list_wasm_dependency_mapping #
GET /cosmos/cosmos-sdk/accesscontrol/params #
GET /cosmos/cosmos-sdk/accesscontrol/resource_dependency_mapping_from_message_key/{message_key} #
GET /cosmos/cosmos-sdk/accesscontrol/wasm_dependency_mapping/{contract_address} #
GET /cosmos/auth/v1beta1/accounts Accounts returns all the existing accounts #
GET /cosmos/auth/v1beta1/accounts/{address} Account returns account details based on address. #
GET /cosmos/auth/v1beta1/nextaccountnumber NextAccountNumber queries the next account number assigned #
GET /cosmos/auth/v1beta1/params Params queries all parameters. #
GET /cosmos/authz/v1beta1/grants Returns list of `Authorization`, granted to the grantee by the granter. #
GET /cosmos/authz/v1beta1/grants/grantee/{grantee} GranteeGrants returns a list of `GrantAuthorization` by grantee. #
GET /cosmos/authz/v1beta1/grants/granter/{granter} GranterGrants returns list of `GrantAuthorization`, granted by granter. #
GET /cosmos/bank/v1beta1/balances/{address} AllBalances queries the balance of all coins for a single account. #
GET /cosmos/bank/v1beta1/balances/{address}/by_denom Balance queries the balance of a single coin for a single account. #
GET /cosmos/bank/v1beta1/denoms_metadata DenomsMetadata queries the client metadata for all registered coin denominations. #
GET /cosmos/bank/v1beta1/denoms_metadata/{denom} DenomsMetadata queries the client metadata of a given coin denomination. #
GET /cosmos/bank/v1beta1/params Params queries the parameters of x/bank module. #
GET /cosmos/bank/v1beta1/spendable_balances/{address} SpendableBalances queries the spenable balance of all coins for a single account. #
GET /cosmos/bank/v1beta1/supply TotalSupply queries the total supply of all coins. #
GET /cosmos/bank/v1beta1/supply/{denom} SupplyOf queries the supply of a single coin. #
GET /cosmos/distribution/v1beta1/community_pool CommunityPool queries the community pool coins. #
GET /cosmos/distribution/v1beta1/delegators/{delegator_address}/rewards DelegationTotalRewards queries the total rewards accrued by a each validator. #
GET /cosmos/distribution/v1beta1/delegators/{delegator_address}/rewards/{validator_address} DelegationRewards queries the total rewards accrued by a delegation. #
GET /cosmos/distribution/v1beta1/delegators/{delegator_address}/validators DelegatorValidators queries the validators of a delegator. #
GET /cosmos/distribution/v1beta1/delegators/{delegator_address}/withdraw_address DelegatorWithdrawAddress queries withdraw address of a delegator. #
GET /cosmos/distribution/v1beta1/params Params queries params of the distribution module. #
GET /cosmos/distribution/v1beta1/validators/{validator_address}/commission ValidatorCommission queries accumulated commission for a validator. #
GET /cosmos/distribution/v1beta1/validators/{validator_address}/outstanding_rewards ValidatorOutstandingRewards queries rewards of a validator address. #
GET /cosmos/distribution/v1beta1/validators/{validator_address}/slashes ValidatorSlashes queries slash events of a validator. #
GET /cosmos/evidence/v1beta1/evidence AllEvidence queries all evidence. #
GET /cosmos/evidence/v1beta1/evidence/{evidence_hash} Evidence queries evidence based on evidence hash. #
GET /cosmos/feegrant/v1beta1/allowance/{granter}/{grantee} Allowance returns fee granted to the grantee by the granter. #
GET /cosmos/feegrant/v1beta1/allowances/{grantee} Allowances returns all the grants for address. #
GET /cosmos/feegrant/v1beta1/issued/{granter} AllowancesByGranter returns all the grants given by an address Since v0.46 #
GET /cosmos/gov/v1beta1/params/{params_type} Params queries all parameters of the gov module. #
GET /cosmos/gov/v1beta1/proposals Proposals queries all proposals based on given status. #
GET /cosmos/gov/v1beta1/proposals/{proposal_id} Proposal queries proposal details based on ProposalID. #
GET /cosmos/gov/v1beta1/proposals/{proposal_id}/deposits Deposits queries all deposits of a single proposal. #
GET /cosmos/gov/v1beta1/proposals/{proposal_id}/deposits/{depositor} Deposit queries single deposit information based proposalID, depositAddr. #
GET /cosmos/gov/v1beta1/proposals/{proposal_id}/tally TallyResult queries the tally of a proposal vote. #
GET /cosmos/gov/v1beta1/proposals/{proposal_id}/votes Votes queries votes of a given proposal. #
GET /cosmos/gov/v1beta1/proposals/{proposal_id}/votes/{voter} Vote queries voted information based on proposalID, voterAddr. #
GET /cosmos/slashing/v1beta1/params Params queries the parameters of slashing module #
GET /cosmos/slashing/v1beta1/signing_infos SigningInfos queries signing info of all validators #
GET /cosmos/slashing/v1beta1/signing_infos/{cons_address} SigningInfo queries the signing info of given cons address #
GET /cosmos/staking/v1beta1/delegations/{delegator_addr} DelegatorDelegations queries all delegations of a given delegator address. #
GET /cosmos/staking/v1beta1/delegators/{delegator_addr}/redelegations Redelegations queries redelegations of given address. #
GET /cosmos/staking/v1beta1/delegators/{delegator_addr}/unbonding_delegations DelegatorUnbondingDelegations queries all unbonding delegations of a given delegator address. #
GET /cosmos/staking/v1beta1/delegators/{delegator_addr}/validators DelegatorValidators queries all validators info for given delegator address. #
GET /cosmos/staking/v1beta1/delegators/{delegator_addr}/validators/{validator_addr} DelegatorValidator queries validator info for given delegator validator pair. #
GET /cosmos/staking/v1beta1/historical_info/{height} HistoricalInfo queries the historical info for given height. #
GET /cosmos/staking/v1beta1/params Parameters queries the staking parameters. #
GET /cosmos/staking/v1beta1/pool Pool queries the pool info. #
GET /cosmos/staking/v1beta1/validators Validators queries all validators that match the given status. #
GET /cosmos/staking/v1beta1/validators/{validator_addr} Validator queries validator info for given validator address. #
GET /cosmos/staking/v1beta1/validators/{validator_addr}/delegations ValidatorDelegations queries delegate info for given validator. #
GET /cosmos/staking/v1beta1/validators/{validator_addr}/delegations/{delegator_addr} Delegation queries delegate info for given validator delegator pair. #
GET /cosmos/staking/v1beta1/validators/{validator_addr}/delegations/{delegator_addr}/unbonding_delegation UnbondingDelegation queries unbonding info for given validator delegator pair. #
GET /cosmos/staking/v1beta1/validators/{validator_addr}/unbonding_delegations ValidatorUnbondingDelegations queries unbonding delegations of a validator. #
GET /cosmos/upgrade/v1beta1/applied_plan/{name} AppliedPlan queries a previously applied upgrade plan by its name. #
GET /cosmos/upgrade/v1beta1/current_plan CurrentPlan queries the current upgrade plan. #
GET /cosmos/upgrade/v1beta1/module_versions ModuleVersions queries the list of module versions from state. #
GET /cosmos/upgrade/v1beta1/upgraded_consensus_state/{last_height} 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. #
GET /cosmwasm/wasm/v1/code Codes gets the metadata for all stored wasm codes #
GET /cosmwasm/wasm/v1/code/{code_id} Code gets the binary code and metadata for a singe wasm code #
GET /cosmwasm/wasm/v1/code/{code_id}/contracts ContractsByCode lists all smart contracts for a code id #
GET /cosmwasm/wasm/v1/codes/pinned PinnedCodes gets the pinned code ids #
GET /cosmwasm/wasm/v1/contract/{address} ContractInfo gets the contract meta data #
GET /cosmwasm/wasm/v1/contract/{address}/history ContractHistory gets the contract code history #
GET /cosmwasm/wasm/v1/contract/{address}/raw/{query_data} RawContractState gets single key from the raw store data of a contract #
GET /cosmwasm/wasm/v1/contract/{address}/smart/{query_data} SmartContractState get smart query result from the contract #
GET /cosmwasm/wasm/v1/contract/{address}/state AllContractState gets all raw store data for a single contract #
GET /ibc/apps/interchain_accounts/host/v1/params Params queries all parameters of the ICA host submodule. #
GET /ibc/apps/transfer/v1/channels/{channel_id}/ports/{port_id}/escrow_address EscrowAddress returns the escrow address for a particular port and channel id. #
GET /ibc/apps/transfer/v1/denom_hashes/{trace} DenomHash queries a denomination hash information. #
GET /ibc/apps/transfer/v1/denom_traces DenomTraces queries all denomination traces. #
GET /ibc/apps/transfer/v1/denom_traces/{hash} DenomTrace queries a denomination trace information. #
GET /ibc/apps/transfer/v1/params Params queries all parameters of the ibc-transfer module. #
GET /ibc/core/channel/v1/channels Channels queries all the IBC channels of a chain. #
GET /ibc/core/channel/v1/channels/{channel_id}/ports/{port_id} Channel queries an IBC Channel. #
GET /ibc/core/channel/v1/channels/{channel_id}/ports/{port_id}/client_state ChannelClientState queries for the client state for the channel associated with the provided channel identifiers. #
GET /ibc/core/channel/v1/channels/{channel_id}/ports/{port_id}/consensus_state/revision/{revision_number}/height/{revision_height} ChannelConsensusState queries for the consensus state for the channel associated with the provided channel identifiers. #
GET /ibc/core/channel/v1/channels/{channel_id}/ports/{port_id}/next_sequence NextSequenceReceive returns the next receive sequence for a given channel. #
GET /ibc/core/channel/v1/channels/{channel_id}/ports/{port_id}/packet_acknowledgements PacketAcknowledgements returns all the packet acknowledgements associated with a channel. #
GET /ibc/core/channel/v1/channels/{channel_id}/ports/{port_id}/packet_acks/{sequence} PacketAcknowledgement queries a stored packet acknowledgement hash. #
GET /ibc/core/channel/v1/channels/{channel_id}/ports/{port_id}/packet_commitments PacketCommitments returns all the packet commitments hashes associated with a channel. #
GET /ibc/core/channel/v1/channels/{channel_id}/ports/{port_id}/packet_commitments/{packet_ack_sequences}/unreceived_acks UnreceivedAcks returns all the unreceived IBC acknowledgements associated with a channel and sequences. #
GET /ibc/core/channel/v1/channels/{channel_id}/ports/{port_id}/packet_commitments/{packet_commitment_sequences}/unreceived_packets UnreceivedPackets returns all the unreceived IBC packets associated with a channel and sequences. #
GET /ibc/core/channel/v1/channels/{channel_id}/ports/{port_id}/packet_commitments/{sequence} PacketCommitment queries a stored packet commitment hash. #
GET /ibc/core/channel/v1/channels/{channel_id}/ports/{port_id}/packet_receipts/{sequence} PacketReceipt queries if a given packet sequence has been received on the queried chain #
GET /ibc/core/channel/v1/connections/{connection}/channels ConnectionChannels queries all the channels associated with a connection end. #
GET /ibc/client/v1/params ClientParams queries all parameters of the ibc client. #
GET /ibc/core/client/v1/client_states ClientStates queries all the IBC light clients of a chain. #
GET /ibc/core/client/v1/client_states/{client_id} ClientState queries an IBC light client. #
GET /ibc/core/client/v1/client_status/{client_id} Status queries the status of an IBC client. #
GET /ibc/core/client/v1/consensus_states/{client_id} ConsensusStates queries all the consensus state associated with a given client. #
GET /ibc/core/client/v1/consensus_states/{client_id}/heights ConsensusStateHeights queries the height of every consensus states associated with a given client. #
GET /ibc/core/client/v1/consensus_states/{client_id}/revision/{revision_number}/height/{revision_height} ConsensusState queries a consensus state associated with a client state at a given height. #
GET /ibc/core/client/v1/upgraded_client_states UpgradedClientState queries an Upgraded IBC light client. #
GET /ibc/core/client/v1/upgraded_consensus_states UpgradedConsensusState queries an Upgraded IBC consensus state. #
GET /ibc/core/connection/v1/client_connections/{client_id} ClientConnections queries the connection paths associated with a client state. #
GET /ibc/core/connection/v1/connections Connections queries all the IBC connections of a chain. #
GET /ibc/core/connection/v1/connections/{connection_id} Connection queries an IBC connection end. #
GET /ibc/core/connection/v1/connections/{connection_id}/client_state ConnectionClientState queries the client state associated with the connection. #
GET /ibc/core/connection/v1/connections/{connection_id}/consensus_state/revision/{revision_number}/height/{revision_height} ConnectionConsensusState queries the consensus state associated with the connection. #
GET /sei-protocol/seichain/epoch/epoch Query the epoch in the chain #
GET /sei-protocol/seichain/epoch/params Parameters queries the parameters of the module. #
GET /sei-protocol/seichain/evm/evm_address #
GET /sei-protocol/seichain/evm/pointer #
GET /sei-protocol/seichain/evm/pointer_version #
GET /sei-protocol/seichain/evm/sei_address #
GET /sei-protocol/seichain/evm/static_call #
GET /seichain/mint/v1beta1/minter EpochProvisions current minting epoch provisions value. #
GET /seichain/mint/v1beta1/params Params returns the total set of minting parameters. #
GET /sei-protocol/sei-chain/oracle/denoms/actives Actives returns all active denoms #
GET /sei-protocol/sei-chain/oracle/denoms/exchange_rates ExchangeRates returns exchange rates of all denoms #
GET /sei-protocol/sei-chain/oracle/denoms/price_snapshot_history PriceSnapshotHistory returns the history of price snapshots for all assets #
GET /sei-protocol/sei-chain/oracle/denoms/twaps/{lookback_seconds} #
GET /sei-protocol/sei-chain/oracle/denoms/vote_targets VoteTargets returns all vote target denoms #
GET /sei-protocol/sei-chain/oracle/denoms/{denom}/exchange_rate ExchangeRate returns exchange rate of a denom #
GET /sei-protocol/sei-chain/oracle/params Params queries all parameters. #
GET /sei-protocol/sei-chain/oracle/slash_window SlashWindow returns slash window information #
GET /sei-protocol/sei-chain/oracle/validators/{validator_addr}/feeder FeederDelegation returns feeder delegation of a validator #
GET /sei-protocol/sei-chain/oracle/validators/{validator_addr}/vote_penalty_counter MissCounter returns oracle miss counter of a validator #
GET /sei-protocol/seichain/tokenfactory/denoms/allow_list #
GET /sei-protocol/seichain/tokenfactory/denoms/metadata DenomsMetadata defines a gRPC query method for fetching DenomMetadata for a particular denom. #
GET /sei-protocol/seichain/tokenfactory/denoms/{denom}/authority_metadata DenomAuthorityMetadata defines a gRPC query method for fetching DenomAuthorityMetadata for a particular denom. #
GET /sei-protocol/seichain/tokenfactory/denoms_from_creator/{creator} DenomsFromCreator defines a gRPC query method for fetching all denominations created by a specific admin/creator. #
GET /sei-protocol/seichain/tokenfactory/params Params defines a gRPC query method that returns the tokenfactory module's parameters. #

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/sei-query-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

sei-query-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: HTTP API Console Query API
  name: ''
  description: ''
tags:
- name: Query
paths:
  /cosmos/cosmos-sdk/accesscontrol/list_resource_dependency_mapping:
    get:
      operationId: CosmosAccesscontrolXV1Beta1ListResourceDependencyMapping
      responses:
        '200':
          description: A successful response.
          content:
            application/json:
              schema:
                type: object
                properties:
                  message_dependency_mapping_list:
                    type: array
                    items:
                      type: object
                      properties:
                        message_key:
                          type: string
                        access_ops:
                          type: array
                          items:
                            type: object
                            properties:
                              access_type:
                                type: string
                                enum:
                                - UNKNOWN
                                - READ
                                - WRITE
                                - COMMIT
                                default: UNKNOWN
                              resource_type:
                                type: string
                                enum:
                                - ANY
                                - KV
                                - Mem
                                - DexMem
                                - KV_BANK
                                - KV_STAKING
                                - KV_WASM
                                - KV_ORACLE
                                - KV_DEX
                                - KV_EPOCH
                                - KV_TOKENFACTORY
                                - KV_ORACLE_VOTE_TARGETS
                                - KV_ORACLE_AGGREGATE_VOTES
                                - KV_ORACLE_FEEDERS
                                - KV_STAKING_DELEGATION
                                - KV_STAKING_VALIDATOR
                                - KV_AUTH
                                - KV_AUTH_ADDRESS_STORE
                                - KV_BANK_SUPPLY
                                - KV_BANK_DENOM
                                - KV_BANK_BALANCES
                                - KV_TOKENFACTORY_DENOM
                                - KV_TOKENFACTORY_METADATA
                                - KV_TOKENFACTORY_ADMIN
                                - KV_TOKENFACTORY_CREATOR
                                - KV_ORACLE_EXCHANGE_RATE
                                - KV_ORACLE_VOTE_PENALTY_COUNTER
                                - KV_ORACLE_PRICE_SNAPSHOT
                                - KV_STAKING_VALIDATION_POWER
                                - KV_STAKING_TOTAL_POWER
                                - KV_STAKING_VALIDATORS_CON_ADDR
                                - KV_STAKING_UNBONDING_DELEGATION
                                - KV_STAKING_UNBONDING_DELEGATION_VAL
                                - KV_STAKING_REDELEGATION
                                - KV_STAKING_REDELEGATION_VAL_SRC
                                - KV_STAKING_REDELEGATION_VAL_DST
                                - KV_STAKING_REDELEGATION_QUEUE
                                - KV_STAKING_VALIDATOR_QUEUE
                                - KV_STAKING_HISTORICAL_INFO
                                - KV_STAKING_UNBONDING
                                - KV_STAKING_VALIDATORS_BY_POWER
                                - KV_DISTRIBUTION
                                - KV_DISTRIBUTION_FEE_POOL
                                - KV_DISTRIBUTION_PROPOSER_KEY
                                - KV_DISTRIBUTION_OUTSTANDING_REWARDS
                                - KV_DISTRIBUTION_DELEGATOR_WITHDRAW_ADDR
                                - KV_DISTRIBUTION_DELEGATOR_STARTING_INFO
                                - KV_DISTRIBUTION_VAL_HISTORICAL_REWARDS
                                - KV_DISTRIBUTION_VAL_CURRENT_REWARDS
                                - KV_DISTRIBUTION_VAL_ACCUM_COMMISSION
                                - KV_DISTRIBUTION_SLASH_EVENT
                                - KV_DEX_CONTRACT_LONGBOOK
                                - KV_DEX_CONTRACT_SHORTBOOK
                                - KV_DEX_SETTLEMENT
                                - KV_DEX_PAIR_PREFIX
                                - KV_DEX_TWAP
                                - KV_DEX_PRICE
                                - KV_DEX_SETTLEMENT_ENTRY
                                - KV_DEX_REGISTERED_PAIR
                                - KV_DEX_ORDER
                                - KV_DEX_CANCEL
                                - KV_DEX_ACCOUNT_ACTIVE_ORDERS
                                - KV_DEX_ASSET_LIST
                                - KV_DEX_NEXT_ORDER_ID
                                - KV_DEX_NEXT_SETTLEMENT_ID
                                - KV_DEX_MATCH_RESULT
                                - KV_DEX_SETTLEMENT_ORDER_ID
                                - KV_DEX_ORDER_BOOK
                                - KV_ACCESSCONTROL
                                - KV_ACCESSCONTROL_WASM_DEPENDENCY_MAPPING
                                - KV_WASM_CODE
                                - KV_WASM_CONTRACT_ADDRESS
                                - KV_WASM_CONTRACT_STORE
                                - KV_WASM_SEQUENCE_KEY
                                - KV_WASM_CONTRACT_CODE_HISTORY
                                - KV_WASM_CONTRACT_BY_CODE_ID
                                - KV_WASM_PINNED_CODE_INDEX
                                - KV_AUTH_GLOBAL_ACCOUNT_NUMBER
                                - KV_AUTHZ
                                - KV_FEEGRANT
                                - KV_FEEGRANT_ALLOWANCE
                                - KV_SLASHING
                                - KV_SLASHING_VAL_SIGNING_INFO
                                - KV_SLASHING_ADDR_PUBKEY_RELATION_KEY
                                - KV_DEX_MEM_ORDER
                                - KV_DEX_MEM_CANCEL
                                - KV_DEX_MEM_DEPOSIT
                                - KV_DEX_CONTRACT
                                - KV_DEX_LONG_ORDER_COUNT
                                - KV_DEX_SHORT_ORDER_COUNT
                                - KV_BANK_DEFERRED
                                - KV_BANK_DEFERRED_MODULE_TX_INDEX
                                - KV_DEX_MEM_CONTRACTS_TO_PROCESS
                                - KV_DEX_MEM_DOWNSTREAM_CONTRACTS
                                default: ANY
                                title: "- KV: child of ANY\n - Mem: child of ANY\n - DexMem: child of MEM\n - KV_BANK: child of KV\n - KV_STAKING: child of KV\n - KV_WASM: child of KV\n - KV_ORACLE: child of KV\n - KV_DEX: child of KV\n - KV_EPOCH: child of KV\n - KV_TOKENFACTORY: child of KV\n - KV_ORACLE_VOTE_TARGETS: child of KV_ORACLE\n - KV_ORACLE_AGGREGATE_VOTES: child of KV_ORACLE\n - KV_ORACLE_FEEDERS: child of KV_ORACLE\n - KV_STAKING_DELEGATION: child of KV_STAKING\n - KV_STAKING_VALIDATOR: child of KV_STAKING\n - KV_AUTH: child of KV\n - KV_AUTH_ADDRESS_STORE: child of KV\n - KV_BANK_SUPPLY: child of KV_BANK\n - KV_BANK_DENOM: child of KV_BANK\n - KV_BANK_BALANCES: child of KV_BANK\n - KV_TOKENFACTORY_DENOM: child of KV_TOKENFACTORY\n - KV_TOKENFACTORY_METADATA: child of KV_TOKENFACTORY\n - KV_TOKENFACTORY_ADMIN: child of KV_TOKENFACTORY\n - KV_TOKENFACTORY_CREATOR: child of KV_TOKENFACTORY\n - KV_ORACLE_EXCHANGE_RATE: child of KV_ORACLE\n - KV_ORACLE_VOTE_PENALTY_COUNTER: child of KV_ORACLE\n - KV_ORACLE_PRICE_SNAPSHOT: child of KV_ORACLE\n - KV_STAKING_VALIDATION_POWER: child of KV_STAKING\n - KV_STAKING_TOTAL_POWER: child of KV_STAKING\n - KV_STAKING_VALIDATORS_CON_ADDR: child of KV_STAKING\n - KV_STAKING_UNBONDING_DELEGATION: child of KV_STAKING\n - KV_STAKING_UNBONDING_DELEGATION_VAL: child of KV_STAKING\n - KV_STAKING_REDELEGATION: child of KV_STAKING\n - KV_STAKING_REDELEGATION_VAL_SRC: child of KV_STAKING\n - KV_STAKING_REDELEGATION_VAL_DST: child of KV_STAKING\n - KV_STAKING_REDELEGATION_QUEUE: child of KV_STAKING\n - KV_STAKING_VALIDATOR_QUEUE: child of KV_STAKING\n - KV_STAKING_HISTORICAL_INFO: child of KV_STAKING\n - KV_STAKING_UNBONDING: child of KV_STAKING\n - KV_STAKING_VALIDATORS_BY_POWER: child of KV_STAKING\n - KV_DISTRIBUTION: child of KV\n - KV_DISTRIBUTION_FEE_POOL: child of KV_DISTRIBUTION\n - KV_DISTRIBUTION_PROPOSER_KEY: child of KV_DISTRIBUTION\n - KV_DISTRIBUTION_OUTSTANDING_REWARDS: child of KV_DISTRIBUTION\n - KV_DISTRIBUTION_DELEGATOR_WITHDRAW_ADDR: child of KV_DISTRIBUTION\n - KV_DISTRIBUTION_DELEGATOR_STARTING_INFO: child of KV_DISTRIBUTION\n - KV_DISTRIBUTION_VAL_HISTORICAL_REWARDS: child of KV_DISTRIBUTION\n - KV_DISTRIBUTION_VAL_CURRENT_REWARDS: child of KV_DISTRIBUTION\n - KV_DISTRIBUTION_VAL_ACCUM_COMMISSION: child of KV_DISTRIBUTION\n - KV_DISTRIBUTION_SLASH_EVENT: child of KV_DISTRIBUTION\n - KV_DEX_CONTRACT_LONGBOOK: child of KV_DEX\n - KV_DEX_CONTRACT_SHORTBOOK: child of KV_DEX\n - KV_DEX_SETTLEMENT: child of KV_DEX\n - KV_DEX_PAIR_PREFIX: child of KV_DEX\n - KV_DEX_TWAP: child of KV_DEX\n - KV_DEX_PRICE: child of KV_DEX\n - KV_DEX_SETTLEMENT_ENTRY: child of KV_DEX\n - KV_DEX_REGISTERED_PAIR: child of KV_DEX\n - KV_DEX_ORDER: child of KV_DEX\n - KV_DEX_CANCEL: child of KV_DEX\n - KV_DEX_ACCOUNT_ACTIVE_ORDERS: child of KV_DEX\n - KV_DEX_ASSET_LIST: child of KV_DEX\n - KV_DEX_NEXT_ORDER_ID: child of KV_DEX\n - KV_DEX_NEXT_SETTLEMENT_ID: child of KV_DEX\n - KV_DEX_MATCH_RESULT: child of KV_DEX\n - KV_DEX_SETTLEMENT_ORDER_ID: child of KV_DEX\n - KV_DEX_ORDER_BOOK: child of KV_DEX\n - KV_ACCESSCONTROL: child of KV\n - KV_ACCESSCONTROL_WASM_DEPENDENCY_MAPPING: child of KV_ACCESSCONTROL\n - KV_WASM_CODE: child of KV_WASM\n - KV_WASM_CONTRACT_ADDRESS: child of KV_WASM\n - KV_WASM_CONTRACT_STORE: child of KV_WASM\n - KV_WASM_SEQUENCE_KEY: child of KV_WASM\n - KV_WASM_CONTRACT_CODE_HISTORY: child of KV_WASM\n - KV_WASM_CONTRACT_BY_CODE_ID: child of KV_WASM\n - KV_WASM_PINNED_CODE_INDEX: child of KV_WASM\n - KV_AUTH_GLOBAL_ACCOUNT_NUMBER: child of KV_AUTH\n - KV_AUTHZ: child of KV\n - KV_FEEGRANT: child of KV\n - KV_FEEGRANT_ALLOWANCE: child of KV_FEEGRANT\n - KV_SLASHING: child of KV\n - KV_SLASHING_VAL_SIGNING_INFO: child of KV_SLASHING\n - KV_SLASHING_ADDR_PUBKEY_RELATION_KEY: child of KV_SLASHING\n - KV_DEX_CONTRACT: child of KV_DEX\n - KV_DEX_LONG_ORDER_COUNT: child of KV_DEX\n - KV_DEX_SHORT_ORDER_COUNT: child of KV_DEX\n - KV_BANK_DEFERRED: child of KV\n - KV_BANK_DEFERRED_MODULE_TX_INDEX: child of KV_BANK_DEFERRED\n - KV_DEX_MEM_CONTRACTS_TO_PROCESS: child of KV_DEX_MEM\n - KV_DEX_MEM_DOWNSTREAM_CONTRACTS: child of KV_DEX_MEM"
                              identifier_template:
                                type: string
                        dynamic_enabled:
                          type: boolean
        default:
          description: An unexpected error response.
          content:
            application/json:
              schema:
                type: object
                properties:
                  code:
                    type: integer
                    format: int32
                  message:
                    type: string
                  details:
                    type: array
                    items:
                      type: object
                      properties:
                        '@type':
                          type: string
                      additionalProperties: {}
      tags:
      - Query
  /cosmos/cosmos-sdk/accesscontrol/list_wasm_dependency_mapping:
    get:
      operationId: CosmosAccesscontrolXV1Beta1ListWasmDependencyMapping
      responses:
        '200':
          description: A successful response.
          content:
            application/json:
              schema:
                type: object
                properties:
                  wasm_dependency_mapping_list:
                    type: array
                    items:
                      type: object
                      properties:
                        base_access_ops:
                          type: array
                          items:
                            type: object
                            properties:
                              operation:
                                type: object
                                properties:
                                  access_type:
                                    type: string
                                    enum:
                                    - UNKNOWN
                                    - READ
                                    - WRITE
                                    - COMMIT
                                    default: UNKNOWN
                                  resource_type:
                                    type: string
                                    enum:
                                    - ANY
                                    - KV
                                    - Mem
                                    - DexMem
                                    - KV_BANK
                                    - KV_STAKING
                                    - KV_WASM
                                    - KV_ORACLE
                                    - KV_DEX
                                    - KV_EPOCH
                                    - KV_TOKENFACTORY
                                    - KV_ORACLE_VOTE_TARGETS
                                    - KV_ORACLE_AGGREGATE_VOTES
                                    - KV_ORACLE_FEEDERS
                                    - KV_STAKING_DELEGATION
                                    - KV_STAKING_VALIDATOR
                                    - KV_AUTH
                                    - KV_AUTH_ADDRESS_STORE
                                    - KV_BANK_SUPPLY
                                    - KV_BANK_DENOM
                                    - KV_BANK_BALANCES
                                    - KV_TOKENFACTORY_DENOM
                                    - KV_TOKENFACTORY_METADATA
                                    - KV_TOKENFACTORY_ADMIN
                                    - KV_TOKENFACTORY_CREATOR
                                    - KV_ORACLE_EXCHANGE_RATE
                                    - KV_ORACLE_VOTE_PENALTY_COUNTER
                                    - KV_ORACLE_PRICE_SNAPSHOT
                                    - KV_STAKING_VALIDATION_POWER
                                    - KV_STAKING_TOTAL_POWER
                                    - KV_STAKING_VALIDATORS_CON_ADDR
                                    - KV_STAKING_UNBONDING_DELEGATION
                                    - KV_STAKING_UNBONDING_DELEGATION_VAL
                                    - KV_STAKING_REDELEGATION
                                    - KV_STAKING_REDELEGATION_VAL_SRC
                                    - KV_STAKING_REDELEGATION_VAL_DST
                                    - KV_STAKING_REDELEGATION_QUEUE
                                    - KV_STAKING_VALIDATOR_QUEUE
                                    - KV_STAKING_HISTORICAL_INFO
                                    - KV_STAKING_UNBONDING
                                    - KV_STAKING_VALIDATORS_BY_POWER
                                    - KV_DISTRIBUTION
                                    - KV_DISTRIBUTION_FEE_POOL
                                    - KV_DISTRIBUTION_PROPOSER_KEY
                                    - KV_DISTRIBUTION_OUTSTANDING_REWARDS
                                    - KV_DISTRIBUTION_DELEGATOR_WITHDRAW_ADDR
                                    - KV_DISTRIBUTION_DELEGATOR_STARTING_INFO
                                    - KV_DISTRIBUTION_VAL_HISTORICAL_REWARDS
                                    - KV_DISTRIBUTION_VAL_CURRENT_REWARDS
                                    - KV_DISTRIBUTION_VAL_ACCUM_COMMISSION
                                    - KV_DISTRIBUTION_SLASH_EVENT
                                    - KV_DEX_CONTRACT_LONGBOOK
                                    - KV_DEX_CONTRACT_SHORTBOOK
                                    - KV_DEX_SETTLEMENT
                                    - KV_DEX_PAIR_PREFIX
                                    - KV_DEX_TWAP
                                    - KV_DEX_PRICE
                                    - KV_DEX_SETTLEMENT_ENTRY
                                    - KV_DEX_REGISTERED_PAIR
                                    - KV_DEX_ORDER
                                    - KV_DEX_CANCEL
                                    - KV_DEX_ACCOUNT_ACTIVE_ORDERS
                                    - KV_DEX_ASSET_LIST
                                    - KV_DEX_NEXT_ORDER_ID
                                    - KV_DEX_NEXT_SETTLEMENT_ID
                                    - KV_DEX_MATCH_RESULT
                                    - KV_DEX_SETTLEMENT_ORDER_ID
                                    - KV_DEX_ORDER_BOOK
                                    - KV_ACCESSCONTROL
                                    - KV_ACCESSCONTROL_WASM_DEPENDENCY_MAPPING
                                    - KV_WASM_CODE
                                    - KV_WASM_CONTRACT_ADDRESS
                                    - KV_WASM_CONTRACT_STORE
                                    - KV_WASM_SEQUENCE_KEY
                                    - KV_WASM_CONTRACT_CODE_HISTORY
                                    - KV_WASM_CONTRACT_BY_CODE_ID
                                    - KV_WASM_PINNED_CODE_INDEX
                                    - KV_AUTH_GLOBAL_ACCOUNT_NUMBER
                                    - KV_AUTHZ
                                    - KV_FEEGRANT
                                    - KV_FEEGRANT_ALLOWANCE
                                    - KV_SLASHING
                                    - KV_SLASHING_VAL_SIGNING_INFO
                                    - KV_SLASHING_ADDR_PUBKEY_RELATION_KEY
                                    - KV_DEX_MEM_ORDER
                                    - KV_DEX_MEM_CANCEL
                                    - KV_DEX_MEM_DEPOSIT
                                    - KV_DEX_CONTRACT
                                    - KV_DEX_LONG_ORDER_COUNT
                                    - KV_DEX_SHORT_ORDER_COUNT
                                    - KV_BANK_DEFERRED
                                    - KV_BANK_DEFERRED_MODULE_TX_INDEX
                                    - KV_DEX_MEM_CONTRACTS_TO_PROCESS
                                    - KV_DEX_MEM_DOWNSTREAM_CONTRACTS
                                    default: ANY
                                    title: "- KV: child of ANY\n - Mem: child of ANY\n - DexMem: child of MEM\n - KV_BANK: child of KV\n - KV_STAKING: child of KV\n - KV_WASM: child of KV\n - KV_ORACLE: child of KV\n - KV_DEX: child of KV\n - KV_EPOCH: child of KV\n - KV_TOKENFACTORY: child of KV\n - KV_ORACLE_VOTE_TARGETS: child of KV_ORACLE\n - KV_ORACLE_AGGREGATE_VOTES: child of KV_ORACLE\n - KV_ORACLE_FEEDERS: child of KV_ORACLE\n - KV_STAKING_DELEGATION: child of KV_STAKING\n - KV_STAKING_VALIDATOR: child of KV_STAKING\n - KV_AUTH: child of KV\n - KV_AUTH_ADDRESS_STORE: child of KV\n - KV_BANK_SUPPLY: child of KV_BANK\n - KV_BANK_DENOM: child of KV_BANK\n - KV_BANK_BALANCES: child of KV_BANK\n - KV_TOKENFACTORY_DENOM: child of KV_TOKENFACTORY\n - KV_TOKENFACTORY_METADATA: child of KV_TOKENFACTORY\n - KV_TOKENFACTORY_ADMIN: child of KV_TOKENFACTORY\n - KV_TOKENFACTORY_CREATOR: child of KV_TOKENFACTORY\n - KV_ORACLE_EXCHANGE_RATE: child of KV_ORACLE\n - KV_ORACLE_VOTE_PENALTY_COUNTER: child of KV_ORACLE\n - KV_ORACLE_PRICE_SNAPSHOT: child of KV_ORACLE\n - KV_STAKING_VALIDATION_POWER: child of KV_STAKING\n - KV_STAKING_TOTAL_POWER: child of KV_STAKING\n - KV_STAKING_VALIDATORS_CON_ADDR: child of KV_STAKING\n - KV_STAKING_UNBONDING_DELEGATION: child of KV_STAKING\n - KV_STAKING_UNBONDING_DELEGATION_VAL: child of KV_STAKING\n - KV_STAKING_REDELEGATION: child of KV_STAKING\n - KV_STAKING_REDELEGATION_VAL_SRC: child of KV_STAKING\n - KV_STAKING_REDELEGATION_VAL_DST: child of KV_STAKING\n - KV_STAKING_REDELEGATION_QUEUE: child of KV_STAKING\n - KV_STAKING_VALIDATOR_QUEUE: child of KV_STAKING\n - KV_STAKING_HISTORICAL_INFO: child of KV_STAKING\n - KV_STAKING_UNBONDING: child of KV_STAKING\n - KV_STAKING_VALIDATORS_BY_POWER: child of KV_STAKING\n - KV_DISTRIBUTION: child of KV\n - KV_DISTRIBUTION_FEE_POOL: child of KV_DISTRIBUTION\n - KV_DISTRIBUTION_PROPOSER_KEY: child of KV_DISTRIBUTION\n - KV_DISTRIBUTION_OUTSTANDING_REWARDS: child of KV_DISTRIBUTION\n - KV_DISTRIBUTION_DELEGATOR_WITHDRAW_ADDR: child of KV_DISTRIBUTION\n - KV_DISTRIBUTION_DELEGATOR_STARTING_INFO: child of KV_DISTRIBUTION\n - KV_DISTRIBUTION_VAL_HISTORICAL_REWARDS: child of KV_DISTRIBUTION\n - KV_DISTRIBUTION_VAL_CURRENT_REWARDS: child of KV_DISTRIBUTION\n - KV_DISTRIBUTION_VAL_ACCUM_COMMISSION: child of KV_DISTRIBUTION\n - KV_DISTRIBUTION_SLASH_EVENT: child of KV_DISTRIBUTION\n - KV_DEX_CONTRACT_LONGBOOK: child of KV_DEX\n - KV_DEX_CONTRACT_SHORTBOOK: child of KV_DEX\n - KV_DEX_SETTLEMENT: child of KV_DEX\n - KV_DEX_PAIR_PREFIX: child of KV_DEX\n - KV_DEX_TWAP: child of KV_DEX\n - KV_DEX_PRICE: child of KV_DEX\n - KV_DEX_SETTLEMENT_ENTRY: child of KV_DEX\n - KV_DEX_REGISTERED_PAIR: child of KV_DEX\n - KV_DEX_ORDER: child of KV_DEX\n - KV_DEX_CANCEL: child of KV_DEX\n - KV_DEX_ACCOUNT_ACTIVE_ORDERS: child of KV_DEX\n - KV_DEX_ASSET_LIST: child of KV_DEX\n - KV_DEX_NEXT_ORDER_ID: child of KV_DEX\n - KV_DEX_NEXT_SETTLEMENT_ID: child of KV_DEX\n - KV_DEX_MATCH_RESULT: child of KV_DEX\n - KV_DEX_SETTLEMENT_ORDER_ID: child of KV_DEX\n - KV_DEX_ORDER_BOOK: child of KV_DEX\n - KV_ACCESSCONTROL: child of KV\n - KV_ACCESSCONTROL_WASM_DEPENDENCY_MAPPING: child of KV_ACCESSCONTROL\n - KV_WASM_CODE: child of KV_WASM\n - KV_WASM_CONTRACT_ADDRESS: child of KV_WASM\n - KV_WASM_CONTRACT_STORE: child of KV_WASM\n - KV_WASM_SEQUENCE_KEY: child of KV_WASM\n - KV_WASM_CONTRACT_CODE_HISTORY: child of KV_WASM\n - KV_WASM_CONTRACT_BY_CODE_ID: child of KV_WASM\n - KV_WASM_PINNED_CODE_INDEX: child of KV_WASM\n - KV_AUTH_GLOBAL_ACCOUNT_NUMBER: child of KV_AUTH\n - KV_AUTHZ: child of KV\n - KV_FEEGRANT: child of KV\n - KV_FEEGRANT_ALLOWANCE: child of KV_FEEGRANT\n - KV_SLASHING: child of KV\n - KV_SLASHING_VAL_SIGNING_INFO: child of KV_SLASHING\n - KV_SLASHING_ADDR_PUBKEY_RELATION_KEY: child of KV_SLASHING\n - KV_DEX_CONTRACT: child of KV_DEX\n - KV_DEX_LONG_ORDER_COUNT: child of KV_DEX\n - KV_DEX_SHORT_ORDER_COUNT: child of KV_DEX\n - KV_BANK_DEFERRED: child of KV\n - KV_BANK_DEFERRED_MODULE_TX_INDEX: child of KV_BANK_DEFERRED\n - KV_DEX_MEM_CONTRACTS_TO_PROCESS: child of KV_DEX_MEM\n - KV_DEX_MEM_DOWNSTREAM_CONTRACTS: child of KV_DEX_MEM"
                                  identifier_template:
                                    type: string
                              selector_type:
                                type: string
                                enum:
                                - NONE
                                - JQ
                                - JQ_BECH32_ADDRESS
                                - JQ_LENGTH_PREFIXED_ADDRESS
                                - SENDER_BECH32_ADDRESS
                                - SENDER_LENGTH_PREFIXED_ADDRESS
                                - CONTRACT_ADDRESS
                                - JQ_MESSAGE_CONDITIONAL
                                - CONSTANT_STRING_TO_HEX
                                - CONTRACT_REFERENCE
                                default: NONE
                              selector:
                                type: string
                        query_access_ops:
                          type: array
                          items:
                            type: object
                            properties:
                              message_name:
                                type: string
                              wasm_operations:
                                type: array
                                items:
                                  type: object
                                  properties:
                                    operation:
                                      type: object
                                      properties:
                                        access_type:
                                          type: string
                                          enum:
                                          - UNKNOWN
                                          - READ
                                          - WRITE
                                          - COMMIT
                                          default: UNKNOWN
                                        resource_type:
                                          type: string
                                          enum:
                                          - ANY
                                          - KV
                                          - Mem
                                          - DexMem
                                          - KV_BANK
                                          - KV_STAKING
                                          - KV_WASM
                                          - KV_ORACLE
                                          - KV_DEX
                                          - KV_EPOCH
                                          - KV_TOKENFACTORY
                                          - KV_ORACLE_VOTE_TARGETS
                                          - KV_ORACLE_AGGREGATE_VOTES
                                          - KV_ORACLE_FEEDERS
                                          - KV_STAKING_DELEGATION
                                          - KV_STAKING_VALIDATOR
                                          - KV_AUTH
                                          - KV_AUTH_ADDRESS_STORE
                                          - KV_BANK_SUPPLY
                                          - KV_BANK_DENOM
                                          - KV_BANK_BALANCES
                                          - KV_TOKENFACTORY_DENOM
                                          - KV_TOKENFACTORY_METADATA
                                          - KV_TOKENFACTORY_ADMIN
                                          - KV_TOKENFACTORY_CREATOR
                                          - KV_ORACLE_EXCHANGE_RATE
                                          - KV_ORACLE_VOTE_PENALTY_COUNTER
                                          - KV_ORACLE_PRICE_SNAPSHOT
                                          - KV_STAKING_VALIDATION_POWER
                                          - KV_STAKING_TOTAL_POWER
                                          - KV_STAKING_VALIDATORS_CON_ADDR
                                          - KV_STAKING_UNBONDING_DELEGATION
                                          - KV_STAKING_UNBONDING_DELEGATION_VAL
                                          - KV_STAKING_REDELEGATION
                                          - KV_STAKING_REDELEGATION_VAL_SRC
                                          - KV_STAKING_REDELEGATION_VAL_DST
                                          - KV_STAKING_REDELEGATION_QUEUE
                                          - KV_STAKING_VALIDATOR_QUEUE
                                          - KV_STAKING_HISTORICAL_INFO
                                          - KV_STAKING_UNBONDING
                                          - KV_STAKING_VALIDATORS_BY_POWER
                                          - KV_DISTRIBUTION
                                          - KV_DISTRIBUTION_FEE_POOL
                                          - KV_DISTRIBUTION_PROPOSER_KEY
                                          - KV_DISTRIBUTION_OUTSTANDING_REWARDS
                                          - KV_DISTRIBUTION_DELEGATOR_WITHDRAW_ADDR
                                          - KV_DISTRIBUTION_DELEGATOR_STARTING_INFO
                                          - KV_DISTRIBUTION_VAL_HISTORICAL_REWARDS
                                          - KV_DISTRIBUTION_VAL_CURRENT_REWARDS
                                          - KV_DISTRIBUTION_VAL_ACCUM_COMMISSION
                                          - KV_DISTRIBUTION_SLASH_EVENT
                                          - KV_DEX_CONTRACT_LONGBOOK
                                          - KV_DEX_CONTRACT_SHORTBOOK
                                          - KV_DEX_SETTLEMENT
                                          - KV_DEX_PAIR_PREFIX
                                          - KV_DEX_TWAP
                                          - KV_DEX_PRICE
                                          - KV_DEX_SETTLEMENT_ENTRY
                                          - KV_DEX_REGISTERED_PAIR
                                          - KV_DEX_ORDER
                                          - KV_DEX_CANCEL
                                          - KV_DEX_ACCOUNT_ACTIVE_ORDERS
                                          - KV_DEX_ASSET_LIST
                                          - KV_DEX_NEXT_ORDER_ID
                                          - KV_DEX_NEXT_SETTLEMENT_ID
                                          - KV_DEX_MATCH_RESULT
                                          - KV_DEX_SETTLEMENT_ORDER_ID
                                          - KV_DEX_ORDER_BOOK
                                          - KV_ACCESSCONTROL
                                          - KV_ACCESSCONTROL_WASM_DEPENDENCY_MAPPING
                                          - KV_WASM_CODE
                                          - KV_WASM_CONTRACT_ADDRESS
                                          - KV_WASM_CONTRACT_STORE
                                          - KV_WASM_SEQUENCE_KEY
                                          - KV_WASM_CONTRACT_CODE_HISTORY
                                          - KV_WASM_CONTRACT_BY_CODE_ID
                                          - KV_WASM_PINNED_CODE_INDEX
                                          - KV_AUTH_GLOBAL_ACCOUNT_NUMBER
                                          - KV_AUTHZ
                                          - KV_FEEGRANT
                                          - KV_FEEGRANT_ALLOWANCE
                                          - KV_SLASHING
                                          - KV_SLASHING_VAL_SIGNING_INFO
                                          - KV_SLASHING_ADDR_PUBKEY_RELATION_KEY
                                          - KV_DEX_MEM_ORDER
                                          - KV_DEX_MEM_CANCEL
                                          - KV_DEX_MEM_DEPOSIT
                                          - KV_DEX_CONTRACT
                                          - KV_DEX_LONG_ORDER_COUNT
                                          - KV_DEX_SHORT_ORDER_COUNT
                                          - KV_BANK_DEFERRED
                                          - KV_BANK_DEFERRED_MODULE_TX_INDEX
                                          - KV_DEX_MEM_CONTRACTS_TO_PROCESS
                                          - KV_DEX_MEM_DOWNSTREAM_CONTRACTS
                                          default: ANY
                                          title: "- KV: child of ANY\n - Mem: child of ANY\n - DexMem: child of MEM\n - KV_BANK: child of KV\n - KV_STAKING: child of KV\n - KV_WASM: child of KV\n - KV_ORACLE: child of KV\n - KV_DEX: child of KV\n - KV_EPOCH: child of KV\n - KV_TOKENFACTORY: child of KV\n - KV_ORACLE_VOTE_TARGETS: child of KV_ORACLE\n - KV_ORACLE_AGGREGATE_VOTES: child of KV_ORACLE\n - KV_ORACLE_FEEDERS: child of KV_ORACLE\n - KV_STAKING_DELEGATION: child of KV_STAKING\n - KV_STAKING_VALIDATOR: child of KV_STAKING\n - KV_AUTH: child of KV\n - KV_AUTH_ADDRESS_STORE: child of KV\n - KV_BANK_SUPPLY: child of KV_BANK\n - KV_BANK_DENOM: child of KV_BANK\n - KV_BANK_BALANCES: child of KV_BANK\n - KV_TOKENFACTORY_DENOM: child of KV_TOKENFACTORY\n - KV_TOKENFACTORY_METADATA: child of KV_TOKENFACTORY\n - KV_TOKENFACTORY_ADMIN: child of KV_TOKENFACTORY\n - KV_TOKENFACTORY_CREATOR: child of KV_TOKENFACTORY\n - KV_ORACLE_EXCHANGE_RATE: child of KV_ORACLE\n - KV_ORACLE_VOTE_PENALTY_COUNTER: child of KV_ORACLE\n - KV_ORACLE_PRICE_SNAPSHOT: child of KV_ORACLE\n - KV_STAKING_VALIDATION_POWER: child of KV_STAKING\n - KV_STAKING_TOTAL_POWER: child of KV_STAKING\n - KV_STAKING_VALIDATORS_CON_ADDR: child of KV_STAKING\n - KV_STAKING_UNBONDING_DELEGATION: child of KV_STAKING\n - KV_STAKING_UNBONDING_DELEGATION_VAL: child of KV_STAKING\n - KV_STAKING_REDELEGATION: child of KV_STAKING\n - KV_STAKING_REDEL

# --- truncated at 32 KB (901 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/sei/refs/heads/main/openapi/sei-query-api-openapi.yml