Example
Properties
Property | Type |
---|---|
type | "email" | "signers" |
address | string |
policies? | AccountPolicies |
grid_user_id | string |
memo? | string |
created_at? | string |
status? | string |
{
"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"
}
}
}
Property | Type |
---|---|
type | "email" | "signers" |
address | string |
policies? | AccountPolicies |
grid_user_id | string |
memo? | string |
created_at? | string |
status? | string |
Was this page helpful?