> For the complete documentation index, see [llms.txt](https://help.multisig.ledger.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.multisig.ledger.com/ledger-enterprise-multisig-api-overview.md).

# Ledger Enterprise Multisig API Overview

Welcome, developer. The Ledger Enterprise Multisig API provides programmatic access to the industry's most secure, transparent, and user-friendly platform for on-chain digital asset management.

Our platform is built to solve the critical security gaps in the multisig market, combining the robust, open-source infrastructure of Safe with Ledger's unparalleled Clear Signing and enterprise-grade security layer.

This API is designed for crypto native organisations who need to:

* Automate treasury operations.
* Build custom management workflows.
* Integrate Ledger-secured multisig operations directly into their applications.

#### Our Architecture: Secure & Familiar

To accelerate adoption and ensure reliability, Ledger Enterprise Multisig is built upon the battle-tested, open-source Safe backend.

This means that if you are familiar with the Safe API, you will find our endpoints and data structures virtually identical. This ensures a seamless and rapid integration, allowing you to leverage your existing knowledge while immediately benefiting from the Ledger security ecosystem. All API services are hosted under the Ledger Multisig domain and integrated into our secure infrastructure.


---

# 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://help.multisig.ledger.com/ledger-enterprise-multisig-api-overview.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.
