Skip to main content
Response from getting an account.

Example

{
  "success": true,
  "data": {
    "address": "BqpigCqbWYnRjBjDspoSMLDBnL5XiqMc6qothKpD6coA",
    "type": "email",
    "status": "active",
    "policies": {
      "signers": [...],
      "threshold": 1,
      "time_lock": null,
      "admin_address": "11111111111111111111111111111111"
   },
    "created_at": "2025-09-30T16:02:39.894452Z",
    "updated_at": "2025-09-30T16:02:39.894453Z"
  }
 }
}

Properties

PropertyType
type"email" | "signers"
addressstring
policies?AccountPolicies
grid_user_idstring
memo?string
created_at?string
status?string
I