> For the complete documentation index, see [llms.txt](https://docs.catalyx.solutions/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.catalyx.solutions/catalyx-blockchain-manager/canton-network/version-2.0/console-guide-canton/validators/access/endpoints.md).

# Endpoints

The **Endpoints** page is a reference view of all network endpoints associated with this validator and its deployed applications.

<div data-with-frame="true"><figure><img src="/files/tjIt5VvBjRx62vW2hVaP" alt=""><figcaption></figcaption></figure></div>

This page is useful when configuring external applications or integrations that need to connect to the validator's APIs or UIs.

***

### Endpoints Table

Endpoints are listed in a table with the following columns:

| Column     | Description                                                                                            |
| ---------- | ------------------------------------------------------------------------------------------------------ |
| **Source** | The component or service that exposes this endpoint (displayed as a badge).                            |
| **Name**   | A label identifying the type or role of the endpoint (e.g. `Scan API`, `bft`, `Internal`, `External`). |
| **URL**    | The full URL for the endpoint. A copy icon allows copying the value.                                   |

The table includes endpoints for:

| Source              | Name     | Description                                                                                                        |
| ------------------- | -------- | ------------------------------------------------------------------------------------------------------------------ |
| **Scan**            | Scan API | The Canton Scan API URL used for network queries and traffic data.                                                 |
| **Synchronizer**    | bft      | The BFT sequencer URL for the Canton synchronizer.                                                                 |
| **Sponsor SV**      | URL      | The Sponsor Super Validator URL.                                                                                   |
| **Per-application** | Internal | The internal Kubernetes service URL for each application (e.g. CNS UI, participant, validator backend, Wallet UI). |
| **Per-application** | External | The publicly accessible URL for each application that exposes an external endpoint.                                |

{% hint style="info" %}
Internal endpoints are only accessible from within the Kubernetes cluster. Use External endpoints when connecting from outside the cluster.
{% endhint %}


---

# 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:

```
GET https://docs.catalyx.solutions/catalyx-blockchain-manager/canton-network/version-2.0/console-guide-canton/validators/access/endpoints.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
