How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Polkadot Staking API

The Staking API from Polkadot — 19 operation(s) for staking.

Polkadot Staking API is one of 57 APIs that Polkadot publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Staking. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, rate-limit docs, and a GitHub repository.

This API exposes 19 operations across 19 paths, and defines 49 schemas. It is described by OpenAPI 3.2.0, at version 1.0.

Requests are made against 6 base URLs: https://https://www.subscan.io/, 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.

19 operations 19 paths 49 schemas 4 GET15 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
1.0
Base URL
https://polkadot.api.subscan.io
Resource Areas
1

Paths & Operations 19

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

Staking 19
POST
/api/scan/account/reward_slash
List reward and slash records
body → 200
POST
/api/scan/daily/reward_payout
Get daily reward payout totals
body → 200
POST
/api/scan/daily/reward_slash
Get daily reward and slash aggregates
body → 200
POST
/api/scan/staking/era_stat
List validator era statistics
body → 200
POST
/api/scan/staking/nominator
Get nominator details
body → 200
POST
/api/scan/staking/nominators
List nominators for a validator
body → 200
POST
/api/scan/staking/total_reward
Get staking reward totals
body → 200
POST
/api/scan/staking/unbonding
List unbonding records
body → 200
POST
/api/scan/staking/validator
Get validator details
body → 200
POST
/api/scan/staking/validator/bond_stat
Get validator bond statistics
body → 200
POST
/api/scan/staking/validator/commission_history
Get validator commission history
body → 200
POST
/api/scan/staking/validators
List validators
body → 200
POST
/api/scan/staking/voted
List account-voted validators
body → 200
POST
/api/scan/staking/waiting
List waiting validators
body → 200
POST
/api/v2/scan/account/reward_slash
List account reward and slash records
body → 200
GET
/accounts/{accountId}/staking-info
Get staking information for a Stash account.
getStakingSummaryByAccountId 5 params → 200400404
GET
/accounts/{accountId}/staking-payouts
Get payout information for a Stash account.
getStakingPayoutsByAccountId 7 params → 200400404
GET
/pallets/staking/progress
Get progress on the general Staking pallet system.
getStakingProgress 3 params → 200400
GET
/pallets/staking/validators
Get all validators (active/waiting) of a specific chain.
getStakingValidators 3 params → 200400

Schemas 49

The contract defines 49 schemas that model the data the API accepts and returns. The most detailed are subscan_internal_model.AccountNominateList (18 properties), subscan_internal_model.ValidatorJson (16 properties), subscan_internal_model.AccountEventJson (15 properties), StakingProgress (12 properties). Each schema is shown below with its type and property counts.

subscan_internal_model.ValidatorJson
object
16 properties
subscan_internal_model.AccountNominateList
object
18 properties
subscan_internal_model.DailyRewardSlashJson
object
4 properties
internal_server_http.rewardSlashV2Params
object
8 properties 1 required
internal_server_http.rewardSlashParams
object
8 properties 1 required
subscan_libs_substrate_derive.Unbonding
object
2 properties
internal_server_http.waitingValidatorsParams
object
3 properties
subscan_internal_model.AccountEventJson
object
15 properties
subscan_internal_model.MerkleTag
object
4 properties
internal_server_http.nominatorParams
object
1 property 1 required
internal_server_http.eraStatParams
object
3 properties 1 required
subscan_internal_model.DailyRewardPayoutJson
object
2 properties
internal_server_http.validatorParams
object
1 property 1 required
subscan_internal_model.ValidatorStatJson
object
5 properties
internal_server_http.J
object
4 properties
internal_server_http.votedParams
object
1 property 1 required
subscan_internal_model.AccountParentJson
object
4 properties
subscan_internal_model.NominatorDetail
object
5 properties
internal_server_http.dailyRewardPayoutParams
object
5 properties
internal_server_http.dailyRewardSlashParams
object
7 properties
subscan_internal_model.AccountDisplay
object
10 properties
subscan_internal_model.SessionKeys
object
6 properties
internal_server_http.commissionHistoryParams
object
3 properties 1 required
subscan_internal_model.NominatorJson
object
5 properties
subscan_internal_model.StakingAccountEventJson
object
11 properties
subscan_internal_model.RegistrationJudgementJson
object
2 properties
subscan_internal_model.StakingCommissionHistoryJson
object
6 properties
internal_server_http.stakingRewardParams
object
4 properties 1 required
subscan_internal_model.ValidatorWaiting
object
7 properties
internal_server_http.unbondingParams
object
1 property 1 required
subscan_internal_model.EvmAccountDisplay
object
2 properties
subscan_libs_stakingrewards.Provider
object
3 properties
internal_server_http.nominatorsParams
object
5 properties 1 required
internal_server_http.bondStatParams
object
1 property 1 required
subscan_internal_model.SampleIdentity
object
4 properties
internal_server_http.validatorsParams
object
6 properties
subscan_internal_model.StakingAccount
object
4 properties
subscan_internal_model.EraBondStat
object
5 properties
UnappliedSlash
object
5 properties
StakingProgress
object
12 properties
Nominations
object
3 properties
StakingLedger
object
The staking ledger.
5 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
BlockIdentifiers
object
2 properties
Error
object
4 properties
StakingValidators
object
6 properties
ElectionStatus
object
Information about the off-chain election. Not included in response when forceEra.isForceNone.
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

polkadot-staking-api-openapi.yml Raw ↑

Other APIs Polkadot publishes across the network.

Polkadot Account API
Polkadot accounts API
Polkadot ahm API
Polkadot Assets API
Polkadot Avail API
Polkadot Bifrost API
Polkadot Block API
Polkadot blocks API
Polkadot capabilities API
Polkadot Collator API
Polkadot Common API
Polkadot Contracts API
Where this information came from

This is an independent, third-party profile of Polkadot Staking API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.