Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Kusama rc accounts API

The rc accounts API from Kusama — 5 operation(s) for rc accounts.

Kusama rc accounts API is one of 21 APIs that Kusama publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include rc accounts. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 5 operations across 5 paths, and defines 12 schemas. It is described by OpenAPI 3.0.0, at version 20.14.1.

Requests are made against 5 base URLs: https://polkadot-public-sidecar.parity-chains.parity.io/, https://kusama-public-sidecar.parity-chains.parity.io/, https://polkadot-asset-hub-public-sidecar.parity-chains.parity.io/, https://kusama-asset-hub-public-sidecar.parity-chains.parity.io/, http://localhost:8080.

5 operations 5 paths 12 schemas 5 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
API Version
20.14.1
Base URL
https://kusama-rpc.polkadot.io/
Resource Areas
1

Paths & Operations 5

Across 5 paths, the API surfaces 5 operations — 5 GET. Each is listed below with its method, path, parameters, and response codes.

rc accounts 5
GET
/rc/accounts/{address}/balance-info
Get balance information for an account on the relay chain.
getRcAccountBalanceInfo 4 params → 200400404
GET
/rc/accounts/{address}/proxy-info
Get proxy information for an account on the relay chain.
getRcAccountProxyInfo 2 params → 200400404
GET
/rc/accounts/{address}/vesting-info
Get vesting information for an account on the relay chain.
getRcAccountVestingInfo 3 params → 200400404
GET
/rc/accounts/{address}/staking-info
Get staking information for a Stash account on the relay chain.
getRcAccountStakingInfo 3 params → 200400404
GET
/rc/accounts/{address}/staking-payouts
Get payout information for a Stash account on the relay chain.
getRcAccountStakingPayouts 5 params → 200400404

Schemas 12

The contract defines 12 schemas that model the data the API accepts and returns. The most detailed are AccountBalanceInfo (13 properties), AccountVestingInfo (10 properties), AccountStakingInfo (9 properties), AccountProxyInfo (6 properties). Each schema is shown below with its type and property counts.

AccountProxyInfo
object
6 properties
Nominations
object
3 properties
BlockIdentifiers
object
2 properties
VestingSchedule
object
Vesting schedule for an account.
4 properties
Error
object
4 properties
Payouts
array
AccountStakingInfo
object
Note: For Sidecar versions prior to v.20.0.0, in field claimedRewards under staking, we return whatever we would find under StakingLedger with no further calcu…
9 properties
AccountStakingPayouts
object
5 properties
AccountVestingInfo
object
Sidecar version's =11.0.0, that value will now default as an array when there is no value, and Vec is returned when there is.
10 properties
AccountBalanceInfo
object
13 properties
StakingLedger
object
The staking ledger.
5 properties
BalanceLock
object
3 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

kusama-rc-accounts-api-openapi.yml Raw ↑

Other APIs Kusama publishes across the network.

Kusama JSON-RPC API
Kusama accounts API
Kusama ahm API
Kusama blocks API
Kusama contracts API
Kusama coretime API
Kusama node API
Kusama pallets API
Kusama paras API
Kusama rc API
Kusama rc blocks API
Kusama rc node API