Polkadot NominationPools API

The NominationPools API from Polkadot — 6 operation(s) for nominationpools.

Operations 6

POST /api/scan/nomination_pool/activities Nomination Pools Activities
POST /api/scan/nomination_pool/pool Nomination Pools Info
POST /api/scan/nomination_pool/pool/member/vote Nomination Pools Member Vote
POST /api/scan/nomination_pool/pool/members Nomination Pools Members
POST /api/scan/nomination_pool/pools Nomination Pools List
POST /api/scan/nomination_pool/rewards Nomination Pools Rewards

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/polkadot-nominationpools-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

polkadot-nominationpools-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  contact:
    email: bruce.sun@itering.io
    name: API Support
    url: http://www.swagger.io/support
  description: This is a subscan API server.
  license:
    name: Apache 2.0
    url: http://www.apache.org/licenses/LICENSE-2.0.html
  termsOfService: http://swagger.io/terms/
  title: Subscan Nomination Pools API
  version: '1.0'
servers:
- url: https://https://www.subscan.io/
tags:
- name: NominationPools
paths:
  /api/scan/nomination_pool/activities:
    post:
      description: This API only supports networks with nominationPools frame
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema: {}
      summary: Nomination Pools Activities
      tags:
      - NominationPools
      x-synonyms:
      - nomination
      - pools
      - activities
      - nominationpools
      - scan
      - pool
      - staking pool
      - delegation
      - nomination pool
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/internal_pluginv2_pallets_nominationPool.nominationPoolsActivitiesParams'
        description: params
        required: true
  /api/scan/nomination_pool/pool:
    post:
      description: This API only supports networks with nominationPools frame
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema: {}
      summary: Nomination Pools Info
      tags:
      - NominationPools
      x-synonyms:
      - nomination
      - pools
      - nominationpools
      - scan
      - pool
      - staking pool
      - delegation
      - nomination pool
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/internal_pluginv2_pallets_nominationPool.nominationPoolsInfoParams'
        description: params
        required: true
  /api/scan/nomination_pool/pool/member/vote:
    post:
      description: This API only supports networks with nominationPools frame
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema: {}
      summary: Nomination Pools Member Vote
      tags:
      - NominationPools
      x-synonyms:
      - nomination
      - pools
      - member
      - vote
      - nominationpools
      - scan
      - pool
      - staking pool
      - delegation
      - nomination pool
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/internal_pluginv2_pallets_nominationPool.nominationPoolsMemberVoteParams'
        description: params
        required: true
  /api/scan/nomination_pool/pool/members:
    post:
      description: This API only supports networks with nominationPools frame
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema: {}
      summary: Nomination Pools Members
      tags:
      - NominationPools
      x-synonyms:
      - nomination
      - pools
      - members
      - nominationpools
      - scan
      - pool
      - staking pool
      - delegation
      - nomination pool
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/internal_pluginv2_pallets_nominationPool.nominationPoolsMembersParams'
        description: params
        required: true
  /api/scan/nomination_pool/pools:
    post:
      description: This API only supports networks with nominationPools frame
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema: {}
      summary: Nomination Pools List
      tags:
      - NominationPools
      x-synonyms:
      - nomination
      - pools
      - nominationpools
      - scan
      - pool
      - staking pool
      - delegation
      - nomination pool
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/internal_pluginv2_pallets_nominationPool.nominationPoolsListParams'
        description: params
        required: true
  /api/scan/nomination_pool/rewards:
    post:
      description: This API only supports networks with nominationPools frame
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema: {}
      summary: Nomination Pools Rewards
      tags:
      - NominationPools
      x-synonyms:
      - nomination
      - pools
      - rewards
      - nominationpools
      - scan
      - pool
      - staking pool
      - delegation
      - reward
      - payout
      - nomination pool
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/internal_pluginv2_pallets_nominationPool.nominationPoolsRewardsParams'
        description: params
        required: true
components:
  schemas:
    internal_pluginv2_pallets_nominationPool.nominationPoolsListParams:
      properties:
        multi_state:
          items:
            type: string
          type: array
        state:
          enum:
          - Destroying
          - Open
          - Blocked
          - Destroyed
          type: string
      type: object
    internal_pluginv2_pallets_nominationPool.nominationPoolsMemberVoteParams:
      properties:
        address:
          type: string
      required:
      - address
      type: object
    internal_pluginv2_pallets_nominationPool.nominationPoolsMembersParams:
      properties:
        page:
          minimum: 0
          type: integer
        pool_id:
          type: integer
        row:
          maximum: 100
          minimum: 1
          type: integer
      required:
      - row
      type: object
    internal_pluginv2_pallets_nominationPool.nominationPoolsRewardsParams:
      properties:
        address:
          type: string
        page:
          minimum: 0
          type: integer
        pool_id:
          type: integer
        row:
          maximum: 100
          minimum: 1
          type: integer
      type: object
    internal_pluginv2_pallets_nominationPool.nominationPoolsInfoParams:
      properties:
        pool_id:
          type: integer
      type: object
    internal_pluginv2_pallets_nominationPool.nominationPoolsActivitiesParams:
      properties:
        page:
          minimum: 0
          type: integer
        pool_id:
          type: integer
        row:
          maximum: 100
          minimum: 1
          type: integer
      type: object