This API is in private preview. Target October 2026; timing is subject to change.
Returns the multisig signer set associated with a user.
Available now. This read is served at the interim endpoint today.
POST /{apiKey}/info
| Parameter | Type | Required | Description |
| --- | --- | --- |
| type | string | Yes | Selects userToMultiSigSigners. |
| user | string | Yes | User address whose signer set is requested. |
{
"type": "userToMultiSigSigners",
"user": "0x1111111111111111111111111111111111111111"
}| Field | Type | Description |
|---|---|---|
Response | null | The capture returned null for a user without a signer set. Populated response fields are not yet confirmed. |
null