userToMultiSigSigners | Hyperliquid Info API
Info API
userToMultiSigSigners | Hyperliquid Info API
Hyperliquid userToMultiSigSigners: fetch the authorized signers for a multi-sig user.
POST
userToMultiSigSigners | Hyperliquid Info API
Credit Cost
1 per call
Processing
Realtime
type: "userToMultiSigSigners" is used to fetch the authorized signers for a multi-sig user.
- Wire-equal to
POST api.hyperliquid.xyz/infowith{"type": "userToMultiSigSigners", "user": "..."}. - Returns
nullwhen the queried wallet is not a multi-sig account. - A multi-sig account has at most 10 authorized signers;
thresholdis the minimum number that must sign to authorize an action.
threshold) required to authorize an action. Returns null for ordinary (non-multi-sig) wallets.
User-keyed.
Endpoint
Request
string
required
Always
"userToMultiSigSigners".string
required
The wallet address (lowercase 0x-prefixed hex).
Example
Response
An object describing the multi-sig signer set, ornull when the queried wallet is not a multi-sig account.
Field descriptions
array<string>
Addresses authorized to sign for the multi-sig account.
int
Minimum number of authorized signatures required to execute an action.