Akash Network Query API
The Query API from Akash Network — 74 operation(s) for query.
Operations 74
GET
/akash/audit/v1beta3/audit/attributes/list
AllProvidersAttributes queries all providers buf:lint:ignore RPC_REQUEST_RESPONSE_UNIQUE buf:lint:ignore RPC_RESPONSE_STANDARD_NAME
#
GET
/akash/audit/v1beta3/audit/attributes/{auditor}/{owner}
ProviderAuditorAttributes queries provider signed attributes by specific auditor buf:lint:ignore RPC_REQUEST_RESPONSE_UNIQUE buf:lint:ignore RPC_RESPONSE_STANDARD_NAME
#
GET
/akash/audit/v1beta3/audit/attributes/{owner}/list
ProviderAttributes queries all provider signed attributes buf:lint:ignore RPC_REQUEST_RESPONSE_UNIQUE buf:lint:ignore RPC_RESPONSE_STANDARD_NAME
#
GET
/akash/provider/v1beta3/auditor/{auditor}/list
AuditorAttributes queries all providers signed by this auditor buf:lint:ignore RPC_REQUEST_RESPONSE_UNIQUE buf:lint:ignore RPC_RESPONSE_STANDARD_NAME
#
GET
/cosmos/bank/v1beta1/balances/{address}
AllBalances queries the balance of all coins for a single account.
#
GET
/cosmos/bank/v1beta1/balances/{address}/{denom}
Balance queries the balance of a single coin for a single account.
#
GET
/cosmos/bank/v1beta1/denom_owners/{denom}
DenomOwners queries for all account addresses that own a particular token denomination.
#
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/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/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/{evidence_hash}
Evidence queries evidence based on evidence hash.
#
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/{voter}
Vote queries voted information based on proposalID, voterAddr.
#
GET
/cosmos/mint/v1beta1/annual_provisions
AnnualProvisions current minting annual provisions value.
#
GET
/cosmos/params/v1beta1/params
Params queries a specific parameter of a module, given its subspace and key.
#
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/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/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
/cosmos/authz/v1beta1/grants
Returns list of `Authorization`, granted to the grantee by the granter.
#
GET
/cosmos/feegrant/v1beta1/allowance/{granter}/{grantee}
Allowance returns fee granted to the grantee by the granter.
#