Reference

The Ledger Multisig Transaction Service API provides a comprehensive suite of endpoints designed to orchestrate the lifecycle of multi-signature transactions. It serves as the backend infrastructure for tracking Safe accounts, managing pending signatures, and broadcasting fully executed transactions.

This reference documentation details every available endpoint, enabling you to build custom integrations, automate treasury flows, or develop interface extensions on top of the Ledger Multisig ecosystem.

Supported Networks & Endpoints

The Ledger Multisig API is deployed across multiple EVM chains. While the endpoint structure remains consistent, you must target the specific chain_id or base URL corresponding to your desired network.

Use the selector below to identify the correct Chain ID for your requests:

Supported Network
Chain ID

Ethereum Mainnet

1n

Base

8453n

Arbitrum

42161n

Polygon

137n

Optimism

10n

Ethereum Sepolia (testnet)

11155111n

Last updated