---
title: "Endpoints"
method: GET
path: "/discovery/endpoints"
tags: ["Available Endpoints"]
---

# Endpoints

`GET /discovery/endpoints`

This endpoint returns all endpoints we support with available parameters.

## Query parameters

- `format` string

## Response `200`

All endpoints we support.

- object
  - `status` object, required — The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.
    - `code` integer, required — HTTP status code
    - `message` string, required — Text description of the error or success.
  - `result` object, required
    - `data` object[], required
      - `path` string, required — It represents the path of the endpoint.
      - `parameters` string, required — It represents the parameters required for the corresponding endpoint.

---

[API](https://skmtc.net/cryptoquant/apis/cryptoquant-data-api.md) · [All operations](https://skmtc.net/cryptoquant/apis/cryptoquant-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cryptoquant/cryptoquant-data-api/revisions/81ee223d4908/schema)
