> For the complete documentation index, see [llms.txt](https://gitbook-docs.coinmetrics.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gitbook-docs.coinmetrics.io/cm-api-spec/meta-data/profile/network-profiles-data-experimental.md).

# Network profiles data (experimental)

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

```json
{"openapi":"3.0.2","info":{"title":"Coin Metrics API v4","version":"4.0.0"},"tags":[{"name":"Profile","description":"Profile endpoints\n\n**Endpoints on this page:**\n- `GET /profile/assets` — Asset profiles data (experimental)\n- `GET /profile/networks` — Network profiles data (experimental)"}],"servers":[{"url":"https://api.coinmetrics.io/v4"},{"url":"wss://api.coinmetrics.io/v4"},{"url":"https://community-api.coinmetrics.io/v4"}],"security":[{"api_key":[]}],"components":{"securitySchemes":{"api_key":{"description":"Coin Metrics API key can be specified as `?api_key=` query parameter.","in":"query","name":"api_key","type":"apiKey"}},"parameters":{"NetworkProfileNetworks":{"description":"Comma separated list of networks.<br/> By default profile data for all networks is returned. Mutually exclusive with `full_names` parameter.","in":"query","name":"networks","required":false,"schema":{"type":"array","items":{"type":"string"}},"explode":false},"NetworkProfileFullNames":{"description":"Comma separated list of network full names.<br/> By default profile data for all networks is returned. Mutually exclusive with `networks` parameter.","in":"query","name":"full_names","required":false,"schema":{"type":"array","items":{"type":"string"}},"explode":false},"PageSize":{"description":"Number of items per single page of results.<br/> The value of this parameter is ignored if the endpoint supports the `format` parameter and its value is set to `json_stream`.","in":"query","name":"page_size","schema":{"default":100,"type":"integer","format":"int32","minimum":1,"maximum":10000}},"PagingFromWithStartByDefault":{"description":"Where does the first page start, at the start of the interval or at the end.<br/> The value of this parameter is ignored if the endpoint supports the `format` parameter and its value is set to `json_stream`.","in":"query","name":"paging_from","schema":{"default":"start","enum":["start","end"],"type":"string","format":"PagingFrom"}},"NextPageToken":{"description":"Token for receiving the results from the next page of a query.<br/> Should not be used directly. To iterate through pages just use `next_page_url` response field.","in":"query","name":"next_page_token","schema":{"type":"string"}},"Pretty":{"description":"Human-readable formatting of JSON responses.","in":"query","name":"pretty","schema":{"type":"boolean","default":false}}},"responses":{"NetworkProfiles":{"description":"Network profiles data.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/NetworkProfilesResponse"}}}},"Unauthorized":{"description":"Requested resource requires authorization.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}},"Forbidden":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Requested resource is not available with supplied credentials."},"UriTooLong":{"description":"Provided URI is too long. It must not be greater than 10000 symbols."}},"schemas":{"NetworkProfilesResponse":{"properties":{"data":{"items":{"$ref":"#/components/schemas/NetworkProfileInfo"},"type":"array"},"next_page_token":{"$ref":"#/components/schemas/NextPageToken"},"next_page_url":{"$ref":"#/components/schemas/NextPageUrl"}},"required":["data"],"type":"object"},"NetworkProfileInfo":{"description":"Network profile data.","properties":{"full_name":{"$ref":"#/components/schemas/NetworkProfileFullName"},"network":{"$ref":"#/components/schemas/NetworkProfileNetwork"},"overview":{"$ref":"#/components/schemas/NetworkProfileOverview"},"consensus_mechanism":{"$ref":"#/components/schemas/NetworkProfileConsensusMechanism"},"hashing_algorithm":{"$ref":"#/components/schemas/NetworkProfileHashingAlgorithm"},"transaction_finality":{"$ref":"#/components/schemas/NetworkProfileTransactionFinality"},"available_clients":{"type":"array","items":{"$ref":"#/components/schemas/NetworkProfileAvailableClient"},"description":"Network available client."},"smart_contract_deployment":{"$ref":"#/components/schemas/NetworkProfileSmartContractDeployment"},"foundation":{"type":"array","items":{"$ref":"#/components/schemas/NetworkProfileFoundation"},"description":"Network foundation."},"founding_team_identity":{"$ref":"#/components/schemas/NetworkProfileFoundingTeamIdentity"},"repository":{"type":"array","items":{"$ref":"#/components/schemas/NetworkProfileRepository"},"description":"Network profile repository."},"transaction_visibility":{"$ref":"#/components/schemas/NetworkProfileTransactionVisibility"},"native_fee_token":{"$ref":"#/components/schemas/NetworkProfileNativeFeeToken"},"significant_historical_changes":{"type":"array","items":{"$ref":"#/components/schemas/NetworkProfileSignificantHistoricalChange"},"description":"Network significant historical changes."},"upgrade_history":{"type":"array","items":{"$ref":"#/components/schemas/NetworkProfileUpgradeHistory"},"description":"Network upgrade history."},"rollup_info":{"type":"array","items":{"$ref":"#/components/schemas/NetworkProfileRollupInfo"},"description":"Network rollup information."},"modular_or_monolithic":{"$ref":"#/components/schemas/NetworkProfileModularOrMonolithic"},"network_scaling_solution":{"$ref":"#/components/schemas/NetworkProfileNetworkScalingSolution"},"type_of_network":{"$ref":"#/components/schemas/NetworkProfileTypeOfNetwork"},"chain_explorers":{"type":"array","items":{"$ref":"#/components/schemas/NetworkProfileProfileChainExplorer"},"description":"Network's chain explorer."}},"type":"object","required":["full_name","network","modular_or_monolithic"]},"NetworkProfileFullName":{"description":"Network full name.","type":"string"},"NetworkProfileNetwork":{"description":"Network name.","type":"string"},"NetworkProfileOverview":{"description":"Network overview.","type":"string"},"NetworkProfileConsensusMechanism":{"description":"Network consensus mechanism.","type":"string"},"NetworkProfileHashingAlgorithm":{"description":"Network hashing algorithm.","type":"string"},"NetworkProfileTransactionFinality":{"description":"Network transaction finality.","type":"string"},"NetworkProfileAvailableClient":{"type":"string"},"NetworkProfileSmartContractDeployment":{"description":"Network smart contract deployment.","type":"string"},"NetworkProfileFoundation":{"type":"string"},"NetworkProfileFoundingTeamIdentity":{"description":"Network team identity.","type":"string"},"NetworkProfileRepository":{"description":"Network profile repository.","type":"object","properties":{"github_repository":{"$ref":"#/components/schemas/NetworkProfileRepositoryGithubRepository"},"github_url":{"$ref":"#/components/schemas/NetworkProfileRepositoryGithubUrl"}}},"NetworkProfileRepositoryGithubRepository":{"description":"GitHub repository.","type":"string"},"NetworkProfileRepositoryGithubUrl":{"description":"GitHub repository URL.","type":"string"},"NetworkProfileTransactionVisibility":{"description":"Network transaction visibility.","type":"string"},"NetworkProfileNativeFeeToken":{"description":"Network native fee token.","type":"string"},"NetworkProfileSignificantHistoricalChange":{"type":"object","properties":{"date":{"$ref":"#/components/schemas/NetworkProfileSignificantHistoricalChangesDate"},"details":{"$ref":"#/components/schemas/NetworkProfileSignificantHistoricalChangesDetails"}}},"NetworkProfileSignificantHistoricalChangesDate":{"description":"Date of significant historical change.","type":"string"},"NetworkProfileSignificantHistoricalChangesDetails":{"description":"Details about significant historical change.","type":"string"},"NetworkProfileUpgradeHistory":{"type":"object","properties":{"date":{"$ref":"#/components/schemas/NetworkProfileUpgradeHistoryDate"},"details":{"$ref":"#/components/schemas/NetworkProfileUpgradeHistoryDetails"}}},"NetworkProfileUpgradeHistoryDate":{"description":"Date of the upgrade.","type":"string"},"NetworkProfileUpgradeHistoryDetails":{"description":"Details about the upgrade.","type":"string"},"NetworkProfileRollupInfo":{"description":"Network rollup information.","type":"object","properties":{"rollup_type":{"$ref":"#/components/schemas/NetworkProfileRollupInfoRollupType"},"state_validation":{"$ref":"#/components/schemas/NetworkProfileRollupInfoStateValidation"}}},"NetworkProfileRollupInfoRollupType":{"description":"Network rollup information.","type":"string"},"NetworkProfileRollupInfoStateValidation":{"description":"Network state validation.","type":"string"},"NetworkProfileModularOrMonolithic":{"description":"Network modular or monolithic.","type":"string"},"NetworkProfileNetworkScalingSolution":{"description":"Network scaling solution.","type":"string"},"NetworkProfileTypeOfNetwork":{"description":"Type of network.","type":"string"},"NetworkProfileProfileChainExplorer":{"type":"string"},"NextPageToken":{"description":"Token of the next page results for a given request.","type":"string"},"NextPageUrl":{"description":"URL of the next page results for a given request.","type":"string"},"ErrorResponse":{"properties":{"error":{"$ref":"#/components/schemas/ErrorObject"}},"required":["error"],"type":"object"},"ErrorObject":{"properties":{"type":{"description":"Error type string. Can be used for error identification.","type":"string"},"message":{"description":"Human-friendly error description. Can be amended without prior notification. Do not use for error identification in your code.","type":"string"}},"required":["type","description"],"type":"object"}}},"paths":{"/profile/networks":{"get":{"summary":"Network profiles data (experimental)","description":"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/>","operationId":"getNetworkProfiles","tags":["Profile"],"parameters":[{"$ref":"#/components/parameters/NetworkProfileNetworks"},{"$ref":"#/components/parameters/NetworkProfileFullNames"},{"$ref":"#/components/parameters/PageSize"},{"$ref":"#/components/parameters/PagingFromWithStartByDefault"},{"$ref":"#/components/parameters/NextPageToken"},{"$ref":"#/components/parameters/Pretty"}],"responses":{"200":{"$ref":"#/components/responses/NetworkProfiles"},"401":{"$ref":"#/components/responses/Unauthorized"},"403":{"$ref":"#/components/responses/Forbidden"},"414":{"$ref":"#/components/responses/UriTooLong"}}}}}}
```


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://gitbook-docs.coinmetrics.io/cm-api-spec/meta-data/profile/network-profiles-data-experimental.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
