---
title: "Get all networks with their metadata."
method: GET
path: "/entities/networks"
tags: ["partner"]
---

# Get all networks with their metadata.

`GET /entities/networks`

## Response `200`

List of networks, address and metadata.

- PartnerEntity[]
  - `address` string, required — EVM address (hex, with 0x prefix). Lowercased in responses.
  - `meta` Metadata, required
    - `name` string, required
    - `description` string
    - `icon` string, uri
    - `tags` string[]
    - `links` object[]
      - `name` string, required
      - `type` string, required
      - `url` string, required

## Other responses

- `default` — Partner error response.

---

[API](https://skmtc.dev/symbiotic/apis/symbiotic-partner-api.md) · [All operations](https://skmtc.dev/symbiotic/apis/symbiotic-partner-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/symbiotic/symbiotic-partner-api/revisions/1a13f2e18179/schema)
