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.
Related endpoints
userAbstraction
fetch a user’s account-abstraction mode.
userFees
fetch a user’s fee schedule and recent daily trading volume.
userRateLimit
fetch a user’s API rate-limit usage and cap.
userRole
fetch a user’s account role.
extraAgents
list a user’s approved API-agent wallets.
subAccounts
fetch a master wallet’s sub-accounts along with their full perp and spot state in a single call.