---
title: "Network profiles data (experimental)"
method: GET
path: "/profile/networks"
tags: ["Profile"]
---

# Network profiles data (experimental)

`GET /profile/networks`

Returns profile data for networks.<br/> Results are ordered by `network`.<br/> To fetch the next page of results use `next_page_url` JSON response field.<br/>

## Query parameters

- `networks` string[]
- `full_names` string[]
- `page_size` integer
- `paging_from` 'start' | 'end', PagingFrom
- `next_page_token` string
- `pretty` boolean

## Response `200`

Network profiles data.

- NetworkProfilesResponse
  - `data` NetworkProfileInfo[], required
    - `full_name` string, required — Network full name.
    - `network` string, required — Network name.
    - `overview` string — Network overview.
    - `consensus_mechanism` string — Network consensus mechanism.
    - `hashing_algorithm` string — Network hashing algorithm.
    - `transaction_finality` string — Network transaction finality.
    - `available_clients` NetworkProfileAvailableClient[] — Network available client.
    - `smart_contract_deployment` string — Network smart contract deployment.
    - `foundation` NetworkProfileFoundation[] — Network foundation.
    - `founding_team_identity` string — Network team identity.
    - `repository` NetworkProfileRepository[] — Network profile repository.
      - `github_repository` string — GitHub repository.
      - `github_url` string — GitHub repository URL.
    - `transaction_visibility` string — Network transaction visibility.
    - `native_fee_token` string — Network native fee token.
    - `significant_historical_changes` NetworkProfileSignificantHistoricalChange[] — Network significant historical changes.
      - `date` string — Date of significant historical change.
      - `details` string — Details about significant historical change.
    - `upgrade_history` NetworkProfileUpgradeHistory[] — Network upgrade history.
      - `date` string — Date of the upgrade.
      - `details` string — Details about the upgrade.
    - `rollup_info` NetworkProfileRollupInfo[] — Network rollup information.
      - `rollup_type` string — Network rollup information.
      - `state_validation` string — Network state validation.
    - `modular_or_monolithic` string, required — Network modular or monolithic.
    - `network_scaling_solution` string — Network scaling solution.
    - `type_of_network` string — Type of network.
    - `chain_explorers` NetworkProfileProfileChainExplorer[] — Network's chain explorer.
  - `next_page_token` string — Token of the next page results for a given request.
  - `next_page_url` string — URL of the next page results for a given request.

## Other responses

- `401` — Requested resource requires authorization.
- `403` — Requested resource is not available with supplied credentials.
- `414` — Provided URI is too long. It must not be greater than 10000 symbols.

---

[API](https://skmtc.net/coinmetrics/apis/coin-metrics-api-v4.md) · [All operations](https://skmtc.net/coinmetrics/apis/coin-metrics-api-v4/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/coinmetrics/coin-metrics-api-v4/revisions/774268c0a4fe/schema)
