Get Multisig Wallets
TON node API
multisig/wallets | TON v3
The multisig/wallets endpoint retrieves multisig wallet contracts from the TON blockchain. multisig/wallets on TON v3 via Chainstack.
GET
Get Multisig Wallets
Multisig Wallets
Themultisig/wallets endpoint retrieves multisig wallet contracts from the TON blockchain. Multisig wallets require multiple signatures to execute transactions, providing enhanced security for shared funds.
Get your own node endpoint todayStart for free and get your app to production levels immediately. No credit card required.You can sign up with your GitHub, X, Google, or Microsoft account.
TON billing: full (1 RU)This method is always billed as full. See Request units — TON method scope.
Parameters
address(string, optional) — Filter by multisig wallet address.proposer_address(string, optional) — Filter by proposer address.limit(integer, optional) — Maximum number of wallets to return. Default:10.offset(integer, optional) — Number of wallets to skip for pagination. Default:0.
Response
-
multisig_wallets(array) — Array of multisig wallet objects:address(string) — Multisig wallet address.seqno(integer) — Current sequence number.threshold(integer) — Required number of signatures.signers(array) — List of signer addresses.proposers(array) — List of proposer addresses.orders_count(integer) — Number of pending orders.
-
address_book(object) — Address book mapping.
Use case
Themultisig/wallets endpoint is essential for managing multisig wallets:
- Treasury management interfaces displaying wallet configuration.
- DAO tools showing governance wallet status.
- Security audits reviewing multisig setup and signers.
- Wallet applications supporting multisig functionality.
- Organization tools managing shared funds.
Query Parameters
Multisig wallet address
Filter by proposer address
Maximum number of wallets to return
Number of wallets to skip
Last modified on June 4, 2026