> ## Documentation Index
> Fetch the complete documentation index at: https://hypernode-docs.polynode.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Multi-Sig Signers

> Authorized signers for multi-sig controlled accounts

## Endpoint

```
GET /v2/user/multi-sig?address={wallet}
```

## Response

```json theme={null}
null
```

Returns `null` if the wallet is not a multi-sig account. For multi-sig wallets, returns the list of authorized signers and threshold.

## Example

```bash theme={null}
curl -H "x-api-key: YOUR_KEY" "https://hyper.polynode.dev/v2/user/multi-sig?address=0x..."
```
