Skip to main content
POST
userToMultiSigSigners | Hyperliquid Info API

Credit Cost

1 per call

Processing

Realtime
The Hyperliquid info endpoint with type: "userToMultiSigSigners" is used to fetch the authorized signers for a multi-sig user.
Estimate your monthly cost for this API using the Pricing Calculator.
  • Wire-equal to POST api.hyperliquid.xyz/info with {"type": "userToMultiSigSigners", "user": "..."}.
  • Returns null when the queried wallet is not a multi-sig account.
  • A multi-sig account has at most 10 authorized signers; threshold is the minimum number that must sign to authorize an action.
Returns the authorized-signer configuration for a wallet that has been converted to a multi-sig account: the set of addresses allowed to sign for it, and the minimum number of signatures (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, or null 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.
Last reviewed: 2026-07-24