Polkadot PRO API

Pro-only endpoints require a Subscan Pro plan.

Operations 16

POST /api/scan/multiChain/account/count [PRO] Count multichain account assets
POST /api/scan/multiChain/balance_value_history [PRO] Get multichain account balance-value history
POST /api/scan/multiChain/balance_value_stat [PRO] Get multichain account balance-value statistics
POST /api/scan/multiChain/price [PRO] List multichain price snapshots
POST /api/scan/xcm/bridge_stat [PRO] Get XCM bridge statistics
POST /api/scan/xcm/channel [PRO] Get XCM channel details
POST /api/scan/xcm/channels [PRO] List XCM channels
POST /api/scan/xcm/check_hash [PRO] Find XCM message ID by hash
POST /api/scan/xcm/info [PRO] Get XCM message details
POST /api/scan/xcm/list [PRO] List XCM messages
POST /api/scan/xcm/meta [PRO] Get XCM metadata
POST /api/scan/xcm/parachain/stat [PRO] Get XCM parachain statistics
POST /api/scan/xcm/stat [PRO] Get XCM statistics
POST /api/v2/scan/accounts/net_assets [PRO] List accounts by net assets
POST /api/v2/scan/multiChain/account [PRO] Get multichain account assets
POST /api/v2/scan/xcm/list [PRO] List XCM messages

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-pro-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-pro-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 PRO API
  version: '1.0'
servers:
- url: https://https://www.subscan.io/
tags:
- description: Pro-only endpoints require a Subscan Pro plan.
  name: PRO
paths:
  /api/scan/multiChain/account/count:
    post:
      description: '**PRO API**: Requires a [Pro plan](http://pro.subscan.io/). Returns the number of multichain asset records associated with one account.

        Support Network: polkadot'
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                allOf:
                - $ref: '#/components/schemas/internal_server_http.J'
                - properties:
                    data:
                      type: integer
                  type: object
      summary: '[PRO] Count multichain account assets'
      tags:
      - PRO
      x-synonyms:
      - multichain
      - account
      - count
      - scan
      - wallet
      - address
      - user
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/internal_server_http.multiChainAccountParams'
        description: params
        required: true
  /api/scan/multiChain/balance_value_history:
    post:
      description: '**PRO API**: Requires a [Pro plan](http://pro.subscan.io/). Returns the historical total balance value for one account over the requested date range. Dates use the format YYYY-MM-DD.

        Support Network: polkadot'
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                allOf:
                - $ref: '#/components/schemas/internal_server_http.J'
                - properties:
                    data:
                      items:
                        $ref: '#/components/schemas/subscan_internal_dao.AccountBalanceValueHistory'
                      type: array
                  type: object
      summary: '[PRO] Get multichain account balance-value history'
      tags:
      - PRO
      x-synonyms:
      - account
      - balance
      - value
      - history
      - multichain
      - scan
      - wallet
      - address
      - user
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/internal_server_http.accountBalanceValueHistoryParams'
        description: params
        required: true
  /api/scan/multiChain/balance_value_stat:
    post:
      description: '**PRO API**: Requires a [Pro plan](http://pro.subscan.io/). Returns the maximum, minimum, and previous-24-hour balance values for one account.

        Support Network: polkadot'
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                allOf:
                - $ref: '#/components/schemas/internal_server_http.J'
                - properties:
                    data:
                      properties:
                        asset_max:
                          type: number
                        asset_min:
                          type: number
                        asset_prev24H:
                          type: number
                        max:
                          type: number
                        min:
                          type: number
                        prev24H:
                          type: number
                      type: object
                  type: object
      summary: '[PRO] Get multichain account balance-value statistics'
      tags:
      - PRO
      x-synonyms:
      - account
      - balance
      - value
      - stat
      - multichain
      - scan
      - wallet
      - address
      - user
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/internal_server_http.accountBalanceValueStatParams'
        description: params
        required: true
  /api/scan/multiChain/price:
    post:
      description: '**PRO API**: Requires a [Pro plan](http://pro.subscan.io/). Returns the available multichain price data, optionally including price-change information.

        Support Network: polkadot'
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                allOf:
                - $ref: '#/components/schemas/internal_server_http.J'
                - properties:
                    data:
                      additionalProperties: true
                      type: object
                  type: object
      summary: '[PRO] List multichain price snapshots'
      tags:
      - PRO
      x-synonyms:
      - multichain
      - price
      - scan
      - rate
      - valuation
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/internal_server_http.identitiesParams'
        description: params
        required: true
  /api/scan/xcm/bridge_stat:
    post:
      description: '**PRO API**: Requires a [Pro plan](http://pro.subscan.io/). Returns bridge-type XCM statistics grouped by time format.'
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                allOf:
                - $ref: '#/components/schemas/internal_server_http.J'
                - properties:
                    data:
                      additionalProperties:
                        items:
                          $ref: '#/components/schemas/subscan_internal_model.BridgeStatStatJson'
                        type: array
                      type: object
                  type: object
      summary: '[PRO] Get XCM bridge statistics'
      tags:
      - PRO
      x-synonyms:
      - xcm
      - bridge
      - statistics
      - pro
      - scan
      - stat
      - cross-chain
      - cross chain
      - bridge message
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/internal_server_http.BridgeStatParams'
        description: params
        required: true
  /api/scan/xcm/channel:
    post:
      description: '**PRO API**: Requires a [Pro plan](http://pro.subscan.io/). Returns one XCM/HRMP channel by sender and recipient parachain IDs.'
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                allOf:
                - $ref: '#/components/schemas/internal_server_http.J'
                - properties:
                    data:
                      $ref: '#/components/schemas/subscan_internal_model.HrmpChannel'
                  type: object
      summary: '[PRO] Get XCM channel details'
      tags:
      - PRO
      x-synonyms:
      - xcm
      - channel
      - pro
      - scan
      - cross-chain
      - cross chain
      - bridge message
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/internal_server_http.XcmChannelInfoParams'
        description: params
        required: true
  /api/scan/xcm/channels:
    post:
      description: '**PRO API**: Requires a [Pro plan](http://pro.subscan.io/). Returns XCM/HRMP channel list filtered by sender, recipient, status, or para_id.'
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                allOf:
                - $ref: '#/components/schemas/internal_server_http.J'
                - properties:
                    data:
                      properties:
                        list:
                          items:
                            $ref: '#/components/schemas/subscan_internal_model.HrmpChannel'
                          type: array
                      type: object
                  type: object
      summary: '[PRO] List XCM channels'
      tags:
      - PRO
      x-synonyms:
      - xcm
      - channels
      - pro
      - scan
      - cross-chain
      - cross chain
      - bridge message
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/internal_server_http.XcmChannelParams'
        description: params
        required: true
  /api/scan/xcm/check_hash:
    post:
      description: '**PRO API**: Requires a [Pro plan](http://pro.subscan.io/). Returns the XCM message unique ID from origin or destination event/hash inputs.'
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                allOf:
                - $ref: '#/components/schemas/internal_server_http.J'
                - properties:
                    data:
                      type: string
                  type: object
      summary: '[PRO] Find XCM message ID by hash'
      tags:
      - PRO
      x-synonyms:
      - find
      - xcm
      - message
      - id
      - hash
      - pro
      - scan
      - check
      - cross-chain
      - cross chain
      - bridge message
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/internal_server_http.XcmHashParams'
        description: params
        required: true
  /api/scan/xcm/info:
    post:
      description: '**PRO API**: Requires a [Pro plan](http://pro.subscan.io/). Returns detailed information for one XCM message by unique_id or origin identifiers.'
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                allOf:
                - $ref: '#/components/schemas/internal_server_http.J'
                - properties:
                    data:
                      $ref: '#/components/schemas/subscan_internal_model.ParaXcmMessageJson'
                  type: object
      summary: '[PRO] Get XCM message details'
      tags:
      - PRO
      x-synonyms:
      - xcm
      - message
      - pro
      - scan
      - cross-chain
      - cross chain
      - bridge message
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/internal_server_http.XcmMessageDetailParams'
        description: params
        required: true
  /api/scan/xcm/list:
    post:
      description: '**PRO API**: Requires a [Pro plan](http://pro.subscan.io/). Returns paginated XCM messages with protocol, status, asset, and block-range filters.'
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                allOf:
                - $ref: '#/components/schemas/internal_server_http.J'
                - properties:
                    data:
                      properties:
                        count:
                          type: integer
                        list:
                          items:
                            $ref: '#/components/schemas/subscan_internal_model.ParaXcmMessageJson'
                          type: array
                      type: object
                  type: object
      summary: '[PRO] List XCM messages'
      tags:
      - PRO
      x-synonyms:
      - xcm
      - messages
      - pro
      - scan
      - cross-chain
      - cross chain
      - bridge message
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/internal_server_http.XcmMessageParams'
        description: params
        required: true
  /api/scan/xcm/meta:
    post:
      description: '**PRO API**: Requires a [Pro plan](http://pro.subscan.io/). Returns XCM metadata and parachain statistics, optionally filtered by para_id.'
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                allOf:
                - $ref: '#/components/schemas/internal_server_http.J'
                - properties:
                    data:
                      $ref: '#/components/schemas/subscan_internal_model.XcmMeta'
                  type: object
      summary: '[PRO] Get XCM metadata'
      tags:
      - PRO
      x-synonyms:
      - xcm
      - metadata
      - pro
      - scan
      - meta
      - cross-chain
      - cross chain
      - bridge message
      - chain info
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/internal_server_http.XcmMetaParams'
        description: params
        required: true
  /api/scan/xcm/parachain/stat:
    post:
      description: '**PRO API**: Requires a [Pro plan](http://pro.subscan.io/). Returns XCM parachain send/receive statistics with optional direction and date filters.'
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                allOf:
                - $ref: '#/components/schemas/internal_server_http.J'
                - properties:
                    data:
                      items:
                        $ref: '#/components/schemas/subscan_internal_model.XcmMessageCountStatJson'
                      type: array
                  type: object
      summary: '[PRO] Get XCM parachain statistics'
      tags:
      - PRO
      x-synonyms:
      - xcm
      - parachain
      - statistics
      - pro
      - scan
      - stat
      - cross-chain
      - cross chain
      - bridge message
      - para chain
      - relaychain shard
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/internal_server_http.xcmSenderStatParams'
        description: params
        required: true
  /api/scan/xcm/stat:
    post:
      description: '**PRO API**: Requires a [Pro plan](http://pro.subscan.io/). Returns XCM traffic statistics for a date range and optional parachain filter.'
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                allOf:
                - $ref: '#/components/schemas/internal_server_http.J'
                - properties:
                    data:
                      properties:
                        all:
                          items:
                            $ref: '#/components/schemas/subscan_internal_model.XcmMessageStatJson'
                          type: array
                        receiver:
                          items:
                            $ref: '#/components/schemas/subscan_internal_model.XcmMessageStatJson'
                          type: array
                        send:
                          items:
                            $ref: '#/components/schemas/subscan_internal_model.XcmMessageStatJson'
                          type: array
                      type: object
                  type: object
      summary: '[PRO] Get XCM statistics'
      tags:
      - PRO
      x-synonyms:
      - xcm
      - statistics
      - pro
      - scan
      - stat
      - cross-chain
      - cross chain
      - bridge message
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/internal_server_http.XcmStatParams'
        description: params
        required: true
  /api/v2/scan/accounts/net_assets:
    post:
      description: '**PRO API**: Requires a [Pro plan](http://pro.subscan.io/) Returns a paginated account-level net-asset leaderboard. Native-only networks read directly from chain_accounts; other networks use pre-aggregated priced fungible-token snapshots.'
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                allOf:
                - $ref: '#/components/schemas/internal_server_http.J'
                - properties:
                    data:
                      properties:
                        count:
                          type: integer
                        list:
                          items:
                            $ref: '#/components/schemas/subscan_internal_model.AccountNetAssetJson'
                          type: array
                      type: object
                  type: object
      summary: '[PRO] List accounts by net assets'
      tags:
      - PRO
      x-synonyms:
      - accounts
      - net assets
      - wealth
      - leaderboard
      - wallet
      - token value
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/internal_server_http.accountNetAssetsParams'
        description: params
        required: true
  /api/v2/scan/multiChain/account:
    post:
      description: '**PRO API**: Requires a [Pro plan](http://pro.subscan.io/). Returns aggregated multichain asset balances for one account together with related DeFi participation data.

        Support Network: polkadot'
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                allOf:
                - $ref: '#/components/schemas/internal_server_http.J'
                - properties:
                    data:
                      properties:
                        assets:
                          items:
                            $ref: '#/components/schemas/subscan_internal_model.AssetsJson'
                          type: array
                        defi:
                          $ref: '#/components/schemas/subscan_internal_service_scan.DefiJson'
                      type: object
                  type: object
      summary: '[PRO] Get multichain account assets'
      tags:
      - PRO
      x-synonyms:
      - multichain
      - account
      - scan
      - wallet
      - address
      - user
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/internal_server_http.multiChainAccountParams'
        description: params
        required: true
  /api/v2/scan/xcm/list:
    post:
      description: '**PRO API**: Requires a Pro plan. Returns paginated XCM messages with protocol, status, asset, and block-range filters.'
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                allOf:
                - $ref: '#/components/schemas/internal_server_http.J'
                - properties:
                    data:
                      properties:
                        count:
                          type: integer
                        daily:
                          items:
                            $ref: '#/components/schemas/subscan_internal_model.ParaXcmMessageTokenDailyCountJson'
                          type: array
                        list:
                          items:
                            $ref: '#/components/schemas/subscan_internal_model.ParaXcmMessageJson'
                          type: array
                        total:
                          items:
                            $ref: '#/components/schemas/subscan_internal_model.ParaXcmMessageTokenTotalJson'
                          type: array
                      type: object
                  type: object
      summary: '[PRO] List XCM messages'
      tags:
      - PRO
      x-synonyms:
      - xcm
      - messages
      - pro
      - scan
      - cross-chain
      - cross chain
      - bridge message
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/internal_server_http.XcmMessageV2Params'
        description: params
        required: true
components:
  schemas:
    subscan_internal_model.XcmMessageEmbeddedJson:
      properties:
        block_num:
          description: relay chain block num
          type: integer
        bridge_type:
          description: bridge type, like e2s(ethereum to substrate), s2e(substrate to ethereum), s2s(substrate to substrate)
          type: string
        call_data:
          description: xcm transact call data
          items:
            $ref: '#/components/schemas/subscan_internal_model.BoxProposal'
          type: array
        child_dest:
          type: string
        child_message:
          $ref: '#/components/schemas/subscan_internal_model.XcmMessageEmbeddedJson'
        child_para_id:
          type: integer
        confirm_block_timestamp:
          type: integer
        cross_chain_status:
          description: 'cross chain status, 0: not cross chain, 1: cross chain unconfirmed, 2: cross chain confirmed, 3: cross chain completed'
          type: integer
        dest_chain:
          description: dest chain, like Polkadot.kusama,Ethereum
          type: string
        dest_event_index:
          description: receive message event index
          type: string
        dest_extrinsic_index:
          description: receive message extrinsic index
          type: string
        dest_para_id:
          description: eq 0 if to relay chain
          type: integer
        dest_raw: {}
        error_msg:
          allOf:
          - $ref: '#/components/schemas/subscan_internal_model.XcmErrorMsg'
          description: message dispatch error msg
        extrinsic_index:
          description: Send message extrinsic index
          type: string
        fee_asset:
          $ref: '#/components/schemas/subscan_internal_model.ExecutionFee'
        from_account_id:
          description: sender address
          type: string
        from_chain:
          description: source chain, like Polkadot.kusama,Ethereum
          type: string
        message_hash:
          description: xcm message hash,
          type: string
        message_relay_chain:
          description: message relay chain name
          type: string
        message_type:
          description: transfer/message
          type: string
        metadata:
          $ref: '#/components/schemas/subscan_internal_model.CrossChainMetadata'
        origin_block_timestamp:
          type: integer
        origin_event_index:
          description: send message event index
          type: string
        origin_para_id:
          description: origin parachain id
          type: integer
        protocol:
          allOf:
          - $ref: '#/components/schemas/subscan_internal_model.CrossChainProtocol'
          description: UMP/DMP/HRMP
        relayed_block_timestamp:
          type: integer
        relayed_event_index:
          description: relaychain include message event index,only for HRMP protocol
          type: string
        relayed_extrinsic_index:
          description: relaychain include message extrinsic index,only for HRMP protocol
          type: string
        s2s_dest_para_id:
          description: s2s dest parachain id
          type: integer
        status:
          description: pending, success, failed
          type: string
        to_account_id:
          description: receiver address
          type: string
        to_account_raw: {}
        unique_id:
          description: global xcm message unique id
          type: string
        used_fee:
          description: used gas
          type: string
        xcm_version:
          description: xcm version
          type: integer
      type: object
    subscan_internal_model.CrossChainProtocol:
      enum:
      - UMP
      - DMP
      - HRMP
      - SnowBridge
      - SnowbridgeTanssi
      type: string
      x-enum-varnames:
      - UMPProtocol
      - DMPProtocol
      - HRMPProtocol
      - SnowBridge
      - SnowbridgeTanssi
    subscan_internal_model.MerkleTag:
      properties:
        address_type:
          type: string
        tag_name:
          type: string
        tag_subtype:
          type: string
        tag_type:
          type: string
      type: object
    subscan_internal_service_scan.DefiLiquidStaking:
      properties:
        bonded:
          type: string
        exchange_ratio:
          type: string
        price:
          type: string
        token_unique_id:
          type: string
        unbonding:
          type: string
      type: object
    internal_server_http.accountBalanceValueHistoryParams:
      properties:
        address:
          type: string
        end:
          type: string
        start:
          type: string
      required:
      - address
      - end
      - start
      type: object
    subscan_internal_dao.AccountBalanceValueHistory:
      properties:
        asset_value:
          type: string
        date:
          type: string
        defi_value:
          type: string
        value:
          type: string
      type: object
    subscan_internal_service_scan.DefiNominationPool:
      properties:
        SENJ_amount:
          type: string
        bonded:
          type: string
        network:
          type: string
        token_unique_id:
          type: string
        unbonding:
          type: string
        unclaimed:
          type: string
      type: object
    internal_server_http.XcmChannelParams:
      properties:
        filter_para_id:
          description: filter by parachain id(sender or recipient)
          minimum: 1
          type: integer
        recipient:
          description: HRMP recipient parachain id
          minimum: 1
          type: integer
        sender:
          description: HRMP sender parachain id
          minimum: 1
          type: integer
        status:
          description: filter by status
          enum:
          - closed
          - accepted
          - canceled
          - requested
          type: string
      type: object
    internal_server_http.accountBalanceValueStatParams:
      properties:
        address:
          type: string
      required:
      - address
      type: object
    subscan_internal_model.HrmpChannel:
      properties:
        active_at:
          type: integer
        message_count:
          type: integer
        proposed_max_capacity:
          type: integer
        proposed_max_message_size:
          type: integer
        recipient:
          type: integer
        sender:
          type: integer
        status:
          type: string
        transfer_count:
          type: integer
      type: object
    subscan_internal_model.XcmMeta:
      properties:
        all_channel:
          type: integer
        connected_parachain_count:
          type: integer
        online_parachain:
          type: integer
        open_channel:
          type: integer
        parachain_count_with_requested:
          type: integer
        received_xcm_message_count:
          type: integer
        received_xcm_transfer_count:
          type: integer
        relayed_message_count:
          type: integer
        relayed_transfer_count:
          type: integer
        send_xcm_message_count:
          type: integer
        send_xcm_transfer_count:
          type: integer
        support_parachain:
          type: integer
      type: object
    internal_server_http.J:
      properties:
        code:
          example: 0
          type: integer
        data: {}
        generated_at:
          example: 1699600641
          type: integer
        message:
          example: Success
          type: string
      type: object
    subscan_internal_model.AccountParentJson:
      properties:
        address:
          type: string
        display:
          type: string
        identity:
          type: boolean
        sub_symbol:
          type: string
      type: object
    subscan_internal_model.BoxProposal:
      properties:
        call_index:
          type: string
        call_module:
          type: string
        call_name:
          type: string
        params:
          items:
            $ref: '#/components/schemas/subscan_internal_model.ExtrinsicParam'
          type: array
      type: object
    subscan_internal_model.BridgeStatStatJson:
      properties:
        time_utc:
          type: string
        total:
          type: integer
      type: object
    internal_server_http.identitiesParams:
      properties:
        address:
          type: string
      required:
      - address
      type: object
    subscan_internal_model.XcmErrorMsg:
      properties:
        doc:
          type: string
        name:
          type: string
      type: object
    subscan_internal_model.AccountDisplay:
      properties:
        account_index:
          type: string
        address:
          description: Current network account
          type: string
        display:
          type: string
        evm_address:
          type: string
        evm_contract:
          $ref: '#/components/schemas/subscan_internal_model.EvmAccountDisplay'
        identity:
          type: boolean
        judgements:
          items:
            $ref: '#/components/schemas/subscan_internal_model.RegistrationJudgementJson'
          type: array
        merkle:
          $ref: '#/components/schemas/subscan_internal_model.MerkleTag'
        parent:
          allOf:
          - $ref: '#/components/schemas/subscan_internal_model.AccountParentJson'
          description: Parent account
        people:
          $ref: '#/components/schemas/subscan_internal_model.SampleIdentity'
      type: object
    internal_server_http.XcmStatParams:
      properties:
        end:
          description: 'end date, format: 2006-01-02'
          type: string
        filter_para_id:
          description: filter by parachain id, optional
          minimum: 1
          type: integer
        start:
          description: 'start date, format: 2006-01-02'
          type: string
      required:
      - end
      - start
      type: object
    subscan_internal_model.XcmMessageStatJson:
      properties:
        message_total:
          type: integer
        time_utc:
          type: string
        total:
          type: integer
      type: object
    subscan_internal_model.AccountNetAssetJson:
      properties:
        account_display:
          $ref: '#/components/schemas/subscan_internal_model.AccountDisplay'
        evm_account:
          type: string
        priced_token_count:
          type: integer
        total_value:
          type: string
        unpriced_token_count:
          type: integer
      type: object
    subscan_internal_model.MultiAssets:
      properties:
        amount:
          type: string
        asset_module:
          type: string
        asset_unique_id:
          type: string
        current_currency_amount:
          type: string
        decimals:
          type: integer
        enum_key:
          type: string
        history_currency_amount:
          type: string
        network:
          type: string
        raw: {}
        symbol:
          type: string
        version:
          type: string
      type: object
    subscan_internal_model.RegistrationJudgementJson:
      properties:
        index:
          type: integer
        judgement:
          type: string
      type: object
    internal_server_http.XcmHashParams:
      properties:
        dest_event_id:
          description: receiver event id
          type: string
        dest_para_id:
          description: receiver parachain id
          type: integer
        message_hash:
          description: message hash
          type: string
        origin_event_id:
          description: sender event id
          type: string
        origin_para_id:
          description: sender parachain id
          type: integer
      type: object
    subscan_internal_service_scan.DefiBifrost:
      properties:
        farming:
          items:
            $ref: '#/components/schemas/subscan_internal_service_scan.DefiBifrostFarming'
          type: array
        liquid_staking:
          items:
            $ref: '#/components/schemas/subscan_internal_service_scan.DefiLiquidStaking'
          type: array
        loop_stake:
          items:
            $ref: '#/components/schemas/subscan_internal_service_scan.DefiLoopStake'
          type: array
      type: object
    internal_server_http.xcmSenderStatParams:
      properties:
        direction:
          enum:
          - in
          - out
          type: string
        end:
          description: 'end date, fo

# --- truncated at 32 KB (46 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/polkadot/refs/heads/main/openapi/polkadot-pro-api-openapi.yml