Chainstack Network API

The Network API from Chainstack — 2 operation(s) for network.

Operations 5

GET /v1/networks/ List all Networks #
POST /v1/networks/ Create Network #
GET /v1/networks/{id}/ Retrieve Network #
PATCH /v1/networks/{id}/ Update Network #
DELETE /v1/networks/{id}/ Delete Network #

Documentation

📖
Documentation
https://docs.chainstack.com/reference/platform-api-getting-started
📖
Documentation
https://docs.chainstack.com/reference/ethereum-getting-started
📖
Documentation
https://docs.chainstack.com/reference/ethereum-beacon-chain-api-getting-started
📖
Documentation
https://docs.chainstack.com/reference/solana-getting-started
📖
Documentation
https://docs.chainstack.com/reference/bitcoin-getting-started
📖
Documentation
https://docs.chainstack.com/reference/bnb-chain-getting-started
📖
Documentation
https://docs.chainstack.com/reference/polygon-getting-started
📖
Documentation
https://docs.chainstack.com/reference/arbitrum-getting-started
📖
Documentation
https://docs.chainstack.com/reference/optimism-getting-started
📖
Documentation
https://docs.chainstack.com/reference/base-getting-started
📖
Documentation
https://docs.chainstack.com/reference/avalanche-getting-started
📖
Documentation
https://docs.chainstack.com/reference/fantom-getting-started
📖
Documentation
https://docs.chainstack.com/reference/gnosis-getting-started
📖
Documentation
https://docs.chainstack.com/reference/cronos-getting-started
📖
Documentation
https://docs.chainstack.com/reference/aurora-getting-started
📖
Documentation
https://docs.chainstack.com/reference/ronin-getting-started
📖
Documentation
https://docs.chainstack.com/reference/tron-getting-started
📖
Documentation
https://docs.chainstack.com/reference/ton-getting-started
📖
Documentation
https://docs.chainstack.com/reference/starknet-getting-started
📖
Documentation
https://docs.chainstack.com/reference/zksync-getting-started
📖
Documentation
https://docs.chainstack.com/reference/polygon-zkevm-getting-started
📖
Documentation
https://docs.chainstack.com/reference/hyperliquid-getting-started
📖
Documentation
https://docs.chainstack.com/reference/monad-getting-started
📖
Documentation
https://docs.chainstack.com/reference/plasma-getting-started
📖
Documentation
https://docs.chainstack.com/reference/tempo-getting-started

Specifications

Schemas & Data

Other Resources

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/chainstack-network-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

chainstack-network-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  x-logo:
    url: https://chainstack.com/assets/docs/api-docs-logo.svg
    backgroundColor: '#F5F8FC'
    altText: Chainstack
  title: 💙 CHAINSTACK PLATFORM Network API
  version: v2
  contact:
    name: API Support
    email: support@chainstack.com
  description: 'A set of API endpoints to operate and manage the platform resources.<br>

    See also a [quick API tutorial](https://docs.chainstack.com/reference/quick-tutorial).

    '
servers:
- url: https://api.chainstack.com
  description: API endpoint
tags:
- name: Network
paths:
  /v1/networks/:
    get:
      operationId: listAllNetworks
      summary: List all Networks
      description: List all networks your organization is part of.
      parameters:
      - $ref: '#/components/parameters/NetworkOrdering'
      - $ref: '#/components/parameters/Pagination'
      - $ref: '#/components/parameters/ProjectIdFilter'
      - $ref: '#/components/parameters/NameFilter'
      - $ref: '#/components/parameters/PublicNetworkNameFilter'
      - $ref: '#/components/parameters/NetworkStatusFilter'
      - $ref: '#/components/parameters/ProtocolFilter'
      - $ref: '#/components/parameters/NetworkProjectTypeFilter'
      tags:
      - Network
      security:
      - APIKeyAuthentication: []
      responses:
        '200':
          content:
            application/json:
              schema:
                allOf:
                - $ref: '#/components/schemas/Pagination'
                - type: object
                  properties:
                    results:
                      type: array
                      items:
                        $ref: '#/components/schemas/Network'
              examples:
                list:
                  value:
                    count: 1
                    next: null
                    previous: null
                    results:
                    - id: NW-123-456-7
                      name: Mainnet
                      project: PR-123-456
                      protocol: polygon-pos
                      configuration:
                        network: polygon-pos-mainnet
                      details: {}
                      status: ok
                      nodes:
                      - id: ND-123-456-789
                        name: My Polygon PoS node
                        network: NW-123-456-7
                        organization: RG-123-456
                        type: dedicated
                        role: peer
                        provider: gcloud
                        region: asia-southeast1
                        status: running
                        configuration:
                          archive: true
                        details:
                          mode: archive
                          version: 1.0.6
                          api_namespaces:
                          - net
                          - eth
                          - web3
                          - txpool
                          - debug
                          - parlia
                          graphql_endpoint: https://nd-123-456-789.p2pify.com/graphql
                          https_endpoint: https://nd-123-456-789.p2pify.com
                          wss_endpoint: wss://ws-nd-123-456-789.p2pify.com
                          auth_username: user-name
                          auth_password: pass-word-pass-word-pass-word
                          auth_key: 3c6e0b8a9c15224a8228b9a98ca1531d
                        created_at: '2020-06-15T07:38:00.747Z'
                        creator:
                          id: UR-111-111-111
                          email: john.smith@example.com
                          first_name: John
                          last_name: Smith
                          organization:
                            id: RG-123-456
                            name: My organization
                      created_at: '2020-06-15T07:38:00.747Z'
                      creator:
                        id: UR-111-111-111
                        email: john.smith@example.com
                        first_name: John
                        last_name: Smith
                        organization:
                          id: RG-123-456
                          name: My organization
          description: ''
    post:
      operationId: createNetwork
      summary: Create Network
      description: Create a network.
      tags:
      - Network
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/NetworkCreate'
            examples:
              ethereum:
                $ref: '#/components/examples/EthereumNetworkCreate'
              polygon pos:
                $ref: '#/components/examples/PolygonPoSNetworkCreate'
              bsc:
                $ref: '#/components/examples/BinanceSmartChainNetworkCreate'
              avalanche:
                $ref: '#/components/examples/AvalancheNetworkCreate'
              arbitrum:
                $ref: '#/components/examples/ArbitrumNetworkCreate'
              near:
                $ref: '#/components/examples/NearNetworkCreate'
              aurora:
                $ref: '#/components/examples/AuroraNetworkCreate'
              gnosis:
                $ref: '#/components/examples/GnosisNetworkCreate'
              cronos:
                $ref: '#/components/examples/CronosNetworkCreate'
              fantom:
                $ref: '#/components/examples/FantomNetworkCreate'
              tezos:
                $ref: '#/components/examples/TezosNetworkCreate'
              solana:
                $ref: '#/components/examples/SolanaNetworkCreate'
              starknet:
                $ref: '#/components/examples/StarknetNetworkCreate'
              fuse:
                $ref: '#/components/examples/FuseNetworkCreate'
              bitcoin:
                $ref: '#/components/examples/BitcoinNetworkCreate'
              harmony:
                $ref: '#/components/examples/HarmonyNetworkCreate'
        required: true
      security:
      - APIKeyAuthentication: []
      responses:
        '201':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Network'
              examples:
                ethereum:
                  $ref: '#/components/examples/EthereumNetwork'
                polygon pos:
                  $ref: '#/components/examples/PolygonPoSNetwork'
                bsc:
                  $ref: '#/components/examples/BinanceSmartChainNetwork'
                avalanche:
                  $ref: '#/components/examples/AvalancheNetwork'
                arbitrum:
                  $ref: '#/components/examples/ArbitrumNetwork'
                near:
                  $ref: '#/components/examples/NearNetwork'
                aurora:
                  $ref: '#/components/examples/AuroraNetwork'
                gnosis:
                  $ref: '#/components/examples/GnosisNetwork'
                cronos:
                  $ref: '#/components/examples/CronosNetwork'
                fantom:
                  $ref: '#/components/examples/FantomNetwork'
                tezos:
                  $ref: '#/components/examples/TezosNetwork'
                solana:
                  $ref: '#/components/examples/SolanaNetwork'
                starknet:
                  $ref: '#/components/examples/StarknetNetwork'
                fuse:
                  $ref: '#/components/examples/FuseNetwork'
                bitcoin:
                  $ref: '#/components/examples/BitcoinNetwork'
                harmony:
                  $ref: '#/components/examples/HarmonyNetwork'
          description: ''
        '400':
          $ref: '#/components/responses/ValidationError'
  /v1/networks/{id}/:
    parameters:
    - $ref: '#/components/parameters/Id'
    get:
      operationId: retrieveNetwork
      summary: Retrieve Network
      description: Retrieve network details.
      tags:
      - Network
      security:
      - APIKeyAuthentication: []
      responses:
        '200':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Network'
              examples:
                ethereum:
                  $ref: '#/components/examples/EthereumNetwork'
                polygon pos:
                  $ref: '#/components/examples/PolygonPoSNetwork'
                bsc:
                  $ref: '#/components/examples/BinanceSmartChainNetwork'
                avalanche:
                  $ref: '#/components/examples/AvalancheNetwork'
                arbitrum:
                  $ref: '#/components/examples/ArbitrumNetwork'
                near:
                  $ref: '#/components/examples/NearNetwork'
                aurora:
                  $ref: '#/components/examples/AuroraNetwork'
                gnosis:
                  $ref: '#/components/examples/GnosisNetwork'
                cronos:
                  $ref: '#/components/examples/CronosNetwork'
                fantom:
                  $ref: '#/components/examples/FantomNetwork'
                tezos:
                  $ref: '#/components/examples/TezosNetwork'
                solana:
                  $ref: '#/components/examples/SolanaNetwork'
                starknet:
                  $ref: '#/components/examples/StarknetNetwork'
                fuse:
                  $ref: '#/components/examples/FuseNetwork'
                bitcoin:
                  $ref: '#/components/examples/BitcoinNetwork'
                harmony:
                  $ref: '#/components/examples/HarmonyNetwork'
          description: ''
        '404':
          $ref: '#/components/responses/NotFoundError'
    patch:
      operationId: updateNetwork
      summary: Update Network
      description: Change the network name. Only for `consortium` projects.
      tags:
      - Network
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/NetworkUpdate'
            examples:
              network:
                value:
                  name: My new network name
      security:
      - APIKeyAuthentication: []
      responses:
        '200':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Network'
              examples:
                ethereum:
                  $ref: '#/components/examples/EthereumNetwork'
                polygon pos:
                  $ref: '#/components/examples/PolygonPoSNetwork'
                bsc:
                  $ref: '#/components/examples/BinanceSmartChainNetwork'
                avalanche:
                  $ref: '#/components/examples/AvalancheNetwork'
                arbitrum:
                  $ref: '#/components/examples/ArbitrumNetwork'
                near:
                  $ref: '#/components/examples/NearNetwork'
                aurora:
                  $ref: '#/components/examples/AuroraNetwork'
                gnosis:
                  $ref: '#/components/examples/GnosisNetwork'
                cronos:
                  $ref: '#/components/examples/CronosNetwork'
                fantom:
                  $ref: '#/components/examples/FantomNetwork'
                tezos:
                  $ref: '#/components/examples/TezosNetwork'
                solana:
                  $ref: '#/components/examples/SolanaNetwork'
                starknet:
                  $ref: '#/components/examples/StarknetNetwork'
                fuse:
                  $ref: '#/components/examples/FuseNetwork'
                bitcoin:
                  $ref: '#/components/examples/BitcoinNetwork'
                harmony:
                  $ref: '#/components/examples/HarmonyNetwork'
          description: ''
        '400':
          $ref: '#/components/responses/ValidationError'
        '404':
          $ref: '#/components/responses/NotFoundError'
    delete:
      operationId: deleteNetwork
      summary: Delete Network
      description: Delete the network.
      tags:
      - Network
      security:
      - APIKeyAuthentication: []
      responses:
        '204':
          description: No response body
        '404':
          $ref: '#/components/responses/NotFoundError'
components:
  examples:
    AuroraNetworkCreate:
      value:
        project: PR-123-456
        protocol: aurora
        configuration:
          network: aurora-mainnet
        nodes:
        - name: My Aurora node
          type: shared
          role: peer
          provider: vzo
          region: eu3
          configuration:
            archive: false
    FuseNetwork:
      value:
        id: NW-123-456-7
        name: Mainnet
        project: PR-123-456
        protocol: fuse
        configuration:
          network: fuse-mainnet
        details: {}
        status: ok
        nodes:
        - id: ND-123-456-789
          name: My Fuse node
          network: NW-123-456-7
          organization: RG-123-456
          type: dedicated
          role: peer
          provider: vzo
          region: eu3
          status: running
          configuration:
            archive: false
          details:
            mode: full
            version: 1.13.3
            api_namespaces:
            - net
            - eth
            - web3
            - txpool
            - debug
            https_endpoint: https://nd-123-456-789.p2pify.com
            wss_endpoint: wss://ws-nd-123-456-789.p2pify.com
            auth_username: user-name
            auth_password: pass-word-pass-word-pass-word
            auth_key: 3c6e0b8a9c15224a8228b9a98ca1531d
          created_at: '2020-06-15T07:38:00.747Z'
          creator:
            id: UR-111-111-111
            email: john.smith@example.com
            first_name: John
            last_name: Smith
            organization:
              id: RG-123-456
              name: My organization
        created_at: '2020-06-15T07:38:00.747Z'
        creator:
          id: UR-111-111-111
          email: john.smith@example.com
          first_name: John
          last_name: Smith
          organization:
            id: RG-123-456
            name: My organization
    TezosNetwork:
      value:
        id: NW-123-456-7
        name: Mainnet
        project: PR-123-456
        protocol: tezos
        configuration:
          network: tezos-mainnet
        details: {}
        status: ok
        nodes:
        - id: ND-123-456-789
          name: My Tezos node
          network: NW-123-456-7
          organization: RG-123-456
          type: dedicated
          role: peer
          provider: gcloud
          region: asia-southeast1
          status: running
          configuration:
            archive: true
            tezos_node_type: regular
          details:
            version: 9.2.0
            https_endpoint: https://nd-123-456-789.p2pify.com
            auth_username: user-name
            auth_password: pass-word-pass-word-pass-word
            auth_key: 3c6e0b8a9c15224a8228b9a98ca1531d
          created_at: '2020-06-15T07:38:00.747Z'
          creator:
            id: UR-111-111-111
            email: john.smith@example.com
            first_name: John
            last_name: Smith
            organization:
              id: RG-123-456
              name: My organization
        created_at: '2020-06-15T07:38:00.747Z'
        creator:
          id: UR-111-111-111
          email: john.smith@example.com
          first_name: John
          last_name: Smith
          organization:
            id: RG-123-456
            name: My organization
    BinanceSmartChainNetwork:
      value:
        id: NW-123-456-7
        name: Mainnet
        project: PR-123-456
        protocol: bsc
        configuration:
          network: bsc-mainnet
        details: {}
        status: ok
        nodes:
        - id: ND-123-456-789
          name: My Binance Smart Chain node
          network: NW-123-456-7
          organization: RG-123-456
          type: dedicated
          role: peer
          provider: gcloud
          region: asia-southeast1
          status: running
          configuration:
            archive: true
          details:
            mode: archive
            version: 1.0.6
            api_namespaces:
            - net
            - eth
            - web3
            - txpool
            - debug
            - parlia
            graphql_endpoint: https://nd-123-456-789.p2pify.com/graphql
            https_endpoint: https://nd-123-456-789.p2pify.com
            wss_endpoint: wss://ws-nd-123-456-789.p2pify.com
            auth_username: user-name
            auth_password: pass-word-pass-word-pass-word
            auth_key: 3c6e0b8a9c15224a8228b9a98ca1531d
          created_at: '2020-06-15T07:38:00.747Z'
          creator:
            id: UR-111-111-111
            email: john.smith@example.com
            first_name: John
            last_name: Smith
            organization:
              id: RG-123-456
              name: My organization
        created_at: '2020-06-15T07:38:00.747Z'
        creator:
          id: UR-111-111-111
          email: john.smith@example.com
          first_name: John
          last_name: Smith
          organization:
            id: RG-123-456
            name: My organization
    CronosNetworkCreate:
      value:
        project: PR-123-456
        protocol: cronos
        configuration:
          network: cronos-mainnet
        nodes:
        - name: My Cronos node
          type: shared
          role: peer
          provider: vzo
          region: eu3
          configuration:
            archive: false
    CronosNetwork:
      value:
        id: NW-123-456-7
        name: Mainnet
        project: PR-123-456
        protocol: cronos
        configuration:
          network: cronos-mainnet
        details: {}
        status: ok
        nodes:
        - id: ND-123-456-789
          name: My Cronos node
          network: NW-123-456-7
          organization: RG-123-456
          type: dedicated
          role: peer
          provider: vzo
          region: eu3
          status: running
          configuration:
            archive: false
          details:
            mode: full
            version: v0.8.1
            api_namespaces:
            - net
            - eth
            - web3
            - txpool
            - debug
            https_endpoint: https://nd-123-456-789.p2pify.com
            wss_endpoint: wss://ws-nd-123-456-789.p2pify.com
            auth_username: user-name
            auth_password: pass-word-pass-word-pass-word
            auth_key: 3c6e0b8a9c15224a8228b9a98ca1531d
          created_at: '2020-06-15T07:38:00.747Z'
          creator:
            id: UR-111-111-111
            email: john.smith@example.com
            first_name: John
            last_name: Smith
            organization:
              id: RG-123-456
              name: My organization
        created_at: '2020-06-15T07:38:00.747Z'
        creator:
          id: UR-111-111-111
          email: john.smith@example.com
          first_name: John
          last_name: Smith
          organization:
            id: RG-123-456
            name: My organization
    PolygonPoSNetworkCreate:
      value:
        project: PR-123-456
        protocol: polygon-pos
        configuration:
          network: polygon-pos-mainnet
        nodes:
        - name: My Polygon PoS node
          type: dedicated
          role: peer
          provider: gcloud
          region: asia-southeast1
          configuration:
            archive: true
    NearNetwork:
      value:
        id: NW-123-456-7
        name: Mainnet
        project: PR-123-456
        protocol: near
        configuration:
          network: near-mainnet
        details: {}
        status: ok
        nodes:
        - id: ND-123-456-789
          name: My Near node
          network: NW-123-456-7
          organization: RG-123-456
          type: dedicated
          role: peer
          provider: vzo
          region: eu3
          status: running
          configuration:
            archive: false
          details:
            mode: full
            version: 1.29.0
            https_endpoint: https://nd-123-456-789.p2pify.com
            wss_endpoint: wss://ws-nd-123-456-789.p2pify.com
            auth_username: user-name
            auth_password: pass-word-pass-word-pass-word
            auth_key: 3c6e0b8a9c15224a8228b9a98ca1531d
          created_at: '2020-06-15T07:38:00.747Z'
          creator:
            id: UR-111-111-111
            email: john.smith@example.com
            first_name: John
            last_name: Smith
            organization:
              id: RG-123-456
              name: My organization
        created_at: '2020-06-15T07:38:00.747Z'
        creator:
          id: UR-111-111-111
          email: john.smith@example.com
          first_name: John
          last_name: Smith
          organization:
            id: RG-123-456
            name: My organization
    EthereumNetwork:
      value:
        id: NW-123-456-7
        name: Mainnet
        project: PR-123-456
        protocol: ethereum
        configuration:
          network: ethereum-mainnet
        details: {}
        status: ok
        nodes:
        - id: ND-123-456-789
          name: My Ethereum node
          network: NW-123-456-7
          organization: RG-123-456
          type: dedicated
          role: peer
          provider: gcloud
          region: asia-southeast1
          status: running
          configuration:
            archive: true
          details:
            mode: archive
            version: 1.9.9
            api_namespaces:
            - net
            - eth
            - web3
            - txpool
            - debug
            graphql_endpoint: https://nd-123-456-789.p2pify.com/graphql
            https_endpoint: https://nd-123-456-789.p2pify.com
            wss_endpoint: wss://ws-nd-123-456-789.p2pify.com
            beacon_endpoint: https://beacon-nd-123-456-789.p2pify.com
            auth_username: user-name
            auth_password: pass-word-pass-word-pass-word
            auth_key: 3c6e0b8a9c15224a8228b9a98ca1531d
          created_at: '2020-06-15T07:38:00.747Z'
          creator:
            id: UR-111-111-111
            email: john.smith@example.com
            first_name: John
            last_name: Smith
            organization:
              id: RG-123-456
              name: My organization
        created_at: '2020-06-15T07:38:00.747Z'
        creator:
          id: UR-111-111-111
          email: john.smith@example.com
          first_name: John
          last_name: Smith
          organization:
            id: RG-123-456
            name: My organization
    FantomNetwork:
      value:
        id: NW-123-456-7
        name: Mainnet
        project: PR-123-456
        protocol: fantom
        configuration:
          network: fantom-mainnet
        details: {}
        status: ok
        nodes:
        - id: ND-123-456-789
          name: My Fantom node
          network: NW-123-456-7
          organization: RG-123-456
          type: dedicated
          role: peer
          provider: vzo
          region: eu1
          status: running
          configuration:
            archive: true
          details:
            version: 1.0.2
            api_namespaces:
            - net
            - eth
            - web3
            graphql_endpoint: https://nd-123-456-789.p2pify.com/graphql
            https_endpoint: https://nd-123-456-789.p2pify.com
            wss_endpoint: wss://ws-nd-123-456-789.p2pify.com
            auth_username: user-name
            auth_password: pass-word-pass-word-pass-word
            auth_key: 3c6e0b8a9c15224a8228b9a98ca1531d
          created_at: '2020-06-15T07:38:00.747Z'
          creator:
            id: UR-111-111-111
            email: john.smith@example.com
            first_name: John
            last_name: Smith
            organization:
              id: RG-123-456
              name: My organization
        created_at: '2020-06-15T07:38:00.747Z'
        creator:
          id: UR-111-111-111
          email: john.smith@example.com
          first_name: John
          last_name: Smith
          organization:
            id: RG-123-456
            name: My organization
    BitcoinNetworkCreate:
      value:
        project: PR-123-456
        protocol: bitcoin
        configuration:
          network: bitcoin-mainnet
        nodes:
        - name: My Bitcoin node
          type: shared
          role: peer
          provider: gcloud
          region: asia-southeast1
          configuration: {}
    AuroraNetwork:
      value:
        id: NW-123-456-7
        name: Mainnet
        project: PR-123-456
        protocol: aurora
        configuration:
          network: aurora-mainnet
        details: {}
        status: ok
        nodes:
        - id: ND-123-456-789
          name: My Aurora node
          network: NW-123-456-7
          organization: RG-123-456
          type: dedicated
          role: peer
          provider: vzo
          region: eu3
          status: running
          configuration:
            archive: false
          details:
            mode: full
            version: 20220801
            api_namespaces:
            - net
            - eth
            - web3
            - txpool
            - debug
            https_endpoint: https://nd-123-456-789.p2pify.com
            wss_endpoint: wss://ws-nd-123-456-789.p2pify.com
            auth_username: user-name
            auth_password: pass-word-pass-word-pass-word
            auth_key: 3c6e0b8a9c15224a8228b9a98ca1531d
          created_at: '2020-06-15T07:38:00.747Z'
          creator:
            id: UR-111-111-111
            email: john.smith@example.com
            first_name: John
            last_name: Smith
            organization:
              id: RG-123-456
              name: My organization
        created_at: '2020-06-15T07:38:00.747Z'
        creator:
          id: UR-111-111-111
          email: john.smith@example.com
          first_name: John
          last_name: Smith
          organization:
            id: RG-123-456
            name: My organization
    GnosisNetwork:
      value:
        id: NW-123-456-7
        name: Mainnet
        project: PR-123-456
        protocol: gnosis
        configuration:
          network: gnosis-mainnet
        details: {}
        status: ok
        nodes:
        - id: ND-123-456-789
          name: My Gnosis node
          network: NW-123-456-7
          organization: RG-123-456
          type: dedicated
          role: peer
          provider: vzo
          region: eu3
          status: running
          configuration:
            archive: false
          details:
            mode: full
            version: 1.13.3
            api_namespaces:
            - net
            - eth
            - web3
            - txpool
            - debug
            - subscribe
            - parity
            https_endpoint: https://nd-123-456-789.p2pify.com
            wss_endpoint: wss://ws-nd-123-456-789.p2pify.com
            auth_username: user-name
            auth_password: pass-word-pass-word-pass-word
            auth_key: 3c6e0b8a9c15224a8228b9a98ca1531d
          created_at: '2020-06-15T07:38:00.747Z'
          creator:
            id: UR-111-111-111
            email: john.smith@example.com
            first_name: John
            last_name: Smith
            organization:
              id: RG-123-456
              name: My organization
        created_at: '2020-06-15T07:38:00.747Z'
        creator:
          id: UR-111-111-111
          email: john.smith@example.com
          first_name: John
          last_name: Smith
          organization:
            id: RG-123-456
            name: My organization
    SolanaNetwork:
      value:
        id: NW-123-456-7
        name: Mainnet
        project: PR-123-456
        protocol: solana
        configuration:
          network: solana-mainnet
        details: {}
        status: ok
        nodes:
        - id: ND-123-456-789
          name: My Solana node
          network: NW-123-456-7
          organization: RG-123-456
          type: shared
          role: peer
          provider: aws
          region: us-east-1
          status: running
          configuration: {}
          details:
            version: 1.8.8
            https_endpoint: https://nd-123-456-789.p2pify.com
            wss_endpoint: wss://ws-nd-123-456-789.p2pify.com
            auth_username: user-name
            auth_password: pass-word-pass-word-pass-word
            auth_key: 3c6e0b8a9c15224a8228b9a98ca1531d
          created_at: '2020-06-15T07:38:00.747Z'
          creator:
            id: UR-111-111-111
            email: john.smith@example.com
            first_name: John
            last_name: Smith
            organization:
              id: RG-123-456
              name: My organization
        created_at: '2020-06-15T07:38:00.747Z'
        creator:
          id: UR-111-111-111
          email: john.smith@example.com
          first_name: John
          last_name: Smith
          organization:
            id: RG-123-456
            name: My organization
    SolanaNetworkCreate:
      value:
        project: PR-123-456
        protocol: solana
        configuration:
          network: solana-mainnet
        nodes:
        - name: My Solana node
          type: shared
          role: peer
          provider: aws
          region: us-east-1
          configuration: {}
    GnosisNetworkCreate:
      value:
        project: PR-123-456
        protocol: gnosis
        configuration:
          network: gnosis-mainnet
        nodes:
        - name: My Gnosis node
          type: shared
          role: peer
          provider: vzo
          region: eu3
          configuration:
            archive: false
    BinanceSmartChainNetworkCreate:
      value:
        project: PR-123-456
        protocol: bsc
        configuration:
          network: bsc-mainnet
        nodes:
        - name: My Binance Smart Chain node
          type: dedicated
          role: peer
          provider: gcloud
          region: asia-southeast1
          configuration:
            archive: true
    PolygonPoSNetwork:
      value:
        id: NW-123-456-7
        name: Mainnet
        project: PR-123-456
        protocol: polygon-pos
        configuration:
          network: polygon-pos-mainnet
        details: {}
        status: ok
        nodes:
        - id: ND-123-456-789
          name: My Polygon PoS node
          network: NW-123-456-7
          organization: RG-123-456
          type: dedicated
          role: peer
          provider: gcloud
          region: asia-southeast1
          status: running
          configuration:
            archive: true
          details:
            mode: archive
            version: 1.0.6
            api_namespaces:
            - net
            - eth
            - web3
            - txpool
            - debug
            - parlia
            graphql_endpoint: https://nd-123-456-789.p2pify.com/graphql
            https_endpoint: https://nd-123-456-789.p2pify.com
            wss_endpoint: wss://ws-nd-123-456-789.p2pify.com
            auth_username: user-name
            auth_password: pass-word-pass-word-pass-word
            auth_key: 3c6e0b8a9c15224a8228b9a98ca1531d
          created_at: '2020-06-15T07:38:00.747Z'
          creator:
            id: UR-111-111-111
            email: john.smith@example.com
            first_name: John
            last_name: Smith
            organization:
              id: RG-123-456
              name: My organization
        created_at: '2020-06-15T07:38:00.747Z'
        creator:
          id: UR-111-111-111
          email: john.smith@example.com
          first_name: John
          last_name: Smith
          organization:
            id: RG-123-456
            name: My organization
    FuseNetworkCreate:
      value:
        project: PR-123-456
        protocol: fuse
        configuration:
          network: fuse-mainnet
        nodes:
        - name: My Fuse node
          type: shared
          role: peer
          provider: vzo
          region: eu3
          configuration:
            archive: false
    BitcoinNetwork:
      value:
        id: NW-123-456-7
        name: Bitcoin mainnet
        project: PR-123-456
        protocol: bitcoin
        configuration:
          network: bitcoin-mainnet
        details: {}
        status: ok
        nodes:
        - id: ND-123-456-789
          name: My Bitcoin node
          network: NW-123-456-7
          organization: RG-123-456
          type: shared
          role: pee

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