Namespace Storage

Storage queries reference

Each item described here is a StorageDescriptor<Args, ReturnType, Optional, Opaque>
For example, System.Account is of type

Account: StorageDescriptor<[Key: SS58String], {
consumers: number;
data: {
flags: bigint;
free: bigint;
frozen: bigint;
reserved: bigint;
};
nonce: number;
providers: number;
sufficients: number;
}, false, "never">

and can be queried via

const account = await api.query.System.Account.getValue("<AccountId>")
console.log(account.data.free)

PAPI docs on storage queries for more

Namespaces

AssetRate
AssignedSlots
Auctions
AuthorityDiscovery
Authorship
Babe
Balances
Beefy
BeefyMmrLeaf
Configuration
ConvictionVoting
CoretimeAssignmentProvider
Crowdloan
DelegatedStaking
Dmp
ElectionProviderMultiPhase
FastUnstake
Grandpa
Historical
Hrmp
Identity
Indices
Initializer
MessageQueue
Mmr
MultiBlockMigrations
Multisig
NominationPools
Offences
OnDemandAssignmentProvider
ParaInclusion
ParaInherent
Parameters
Paras
ParaScheduler
ParasDisputes
ParaSessionInfo
ParasShared
ParasSlashing
Preimage
Proxy
Recovery
Referenda
Registrar
Scheduler
Session
Slots
Staking
Sudo
System
Timestamp
TransactionPayment
Treasury
Vesting
VoterList
Whitelist
XcmPallet