Skip to main content
Response returned when creating a signers-based account. Signers accounts are immediately active with the provided signers and policies from the account request.

Example

{
  "type": "signers",
  "address": "E8PvapS15gYLfN2phWMPn2VuX8RghCMvYLXiBkVfce5j",
  "policies": {
    "signers": [
      {
        "address": "5FHwkrdxntdK24hgQU8qgBjn35Y1zwhz1GZwCkP2UJnM",
        "role": "primary",
        "permissions": ["CAN_INITIATE", "CAN_EXECUTE", "CAN_VOTE"],
        "provider": "external"
      }
    ],
    "threshold": 1,
    "time_lock": null,
    "admin_address": null
  },
  "grid_user_id": "550e8400-e29b-41d4-a716-446655440000"
}

Properties

PropertyTypeDescription
type"signers"Discriminator field indicating this is a signers account
addressstringOn-chain address of the created account
policiesAccountPoliciesAccount policies including signers and spending limits
grid_user_idstringUnique identifier for the Grid user
memo?stringOptional memo for the account
I