Polkadot CrustStorage API

The CrustStorage API from Polkadot — 8 operation(s) for cruststorage.

Operations 8

POST /api/scan/swork/daily Crust storage daily stat
POST /api/scan/swork/group Crust storage group detail
POST /api/scan/swork/group/members Crust storage group members
POST /api/scan/swork/groups Crust storage groups
POST /api/scan/swork/member Crust storage group member detail
POST /api/scan/swork/member/files Crust storage group member files
POST /api/scan/swork/member/orders Crust storage group member orders
POST /api/scan/swork/orders Crust storage orders

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-cruststorage-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-cruststorage-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 Crust Storage API
  version: '1.0'
servers:
- url: https://https://www.subscan.io/
tags:
- name: CrustStorage
paths:
  /api/scan/swork/daily:
    post:
      description: This API is only available for avail network.
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                additionalProperties: true
                type: object
      summary: Crust storage daily stat
      tags:
      - CrustStorage
      x-synonyms:
      - crust
      - storage
      - daily
      - stat
      - cruststorage
      - scan
      - swork
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/internal_plugin_crust_swork_http.CrustStorageDailyStatParams'
        description: params
        required: true
  /api/scan/swork/group:
    post:
      description: This API is only available for avail network.
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                additionalProperties: true
                type: object
      summary: Crust storage group detail
      tags:
      - CrustStorage
      x-synonyms:
      - crust
      - storage
      - group
      - cruststorage
      - scan
      - swork
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/internal_plugin_crust_swork_http.CrustGroupParams'
        description: params
        required: true
  /api/scan/swork/group/members:
    post:
      description: This API is only available for avail network.
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                additionalProperties: true
                type: object
      summary: Crust storage group members
      tags:
      - CrustStorage
      x-synonyms:
      - crust
      - storage
      - group
      - members
      - cruststorage
      - scan
      - swork
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/internal_plugin_crust_swork_http.CrustMembersParams'
        description: params
        required: true
  /api/scan/swork/groups:
    post:
      description: This API is only available for avail network.
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                additionalProperties: true
                type: object
      summary: Crust storage groups
      tags:
      - CrustStorage
      x-synonyms:
      - crust
      - storage
      - groups
      - cruststorage
      - scan
      - swork
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/internal_plugin_crust_swork_http.CrustGroupsParams'
        description: params
        required: true
  /api/scan/swork/member:
    post:
      description: This API is only available for avail network.
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                additionalProperties: true
                type: object
      summary: Crust storage group member detail
      tags:
      - CrustStorage
      x-synonyms:
      - crust
      - storage
      - group
      - member
      - cruststorage
      - scan
      - swork
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/internal_plugin_crust_swork_http.CrustMemberParams'
        description: params
        required: true
  /api/scan/swork/member/files:
    post:
      description: This API is only available for avail network.
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                additionalProperties: true
                type: object
      summary: Crust storage group member files
      tags:
      - CrustStorage
      x-synonyms:
      - crust
      - storage
      - group
      - member
      - files
      - cruststorage
      - scan
      - swork
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/internal_plugin_crust_swork_http.CrustFilesParams'
        description: params
        required: true
  /api/scan/swork/member/orders:
    post:
      description: This API is only available for avail network.
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                additionalProperties: true
                type: object
      summary: Crust storage group member orders
      tags:
      - CrustStorage
      x-synonyms:
      - crust
      - storage
      - group
      - member
      - orders
      - cruststorage
      - scan
      - swork
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/internal_plugin_crust_swork_http.CrustMemberOrdersParams'
        description: params
        required: true
  /api/scan/swork/orders:
    post:
      description: This API is only available for avail network.
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                additionalProperties: true
                type: object
      summary: Crust storage orders
      tags:
      - CrustStorage
      x-synonyms:
      - crust
      - storage
      - orders
      - cruststorage
      - scan
      - swork
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/internal_plugin_crust_swork_http.CrustOrdersParams'
        description: params
        required: true
components:
  schemas:
    internal_plugin_crust_swork_http.CrustStorageDailyStatParams:
      properties:
        category:
          enum:
          - nodes
          - storage
          - files
          type: string
        end:
          type: string
        start:
          type: string
      required:
      - end
      - start
      type: object
    internal_plugin_crust_swork_http.CrustMembersParams:
      properties:
        group_owner:
          type: string
        page:
          minimum: 0
          type: integer
        row:
          maximum: 1000
          minimum: 1
          type: integer
      required:
      - group_owner
      type: object
    internal_plugin_crust_swork_http.CrustGroupParams:
      properties:
        group_owner:
          type: string
      required:
      - group_owner
      type: object
    internal_plugin_crust_swork_http.CrustFilesParams:
      properties:
        address:
          type: string
        page:
          minimum: 0
          type: integer
        row:
          maximum: 100
          minimum: 1
          type: integer
      required:
      - address
      type: object
    internal_plugin_crust_swork_http.CrustGroupsParams:
      properties:
        group_owner:
          type: string
        order:
          enum:
          - desc
          - asc
          type: string
        order_field:
          enum:
          - power
          - total_stake
          - members
          - cap
          type: string
        page:
          minimum: 0
          type: integer
        row:
          maximum: 1000
          minimum: 1
          type: integer
      type: object
    internal_plugin_crust_swork_http.CrustMemberOrdersParams:
      properties:
        address:
          type: string
        all_orders:
          type: boolean
        page:
          minimum: 0
          type: integer
        row:
          maximum: 100
          minimum: 1
          type: integer
      required:
      - address
      type: object
    internal_plugin_crust_swork_http.CrustOrdersParams:
      properties:
        address:
          items:
            type: string
          type: array
        expired_status:
          enum:
          - 1
          - 2
          - 3
          type: integer
        page:
          minimum: 0
          type: integer
        row:
          maximum: 100
          minimum: 1
          type: integer
      type: object
    internal_plugin_crust_swork_http.CrustMemberParams:
      properties:
        address:
          type: string
      required:
      - address
      type: object