v1

latestOpenAPI 3.0.02026-07-267331140.7 KB
Safe Management

List Safe Owners

Returns the list of addresses that are owners of the user's Safe account. These owners have the ability to sign transactions and manage the Safe.

get/api/v1/owners

Response

Successfully retrieved the list.

Example response

{
  "data": {
    "owners": [
      "0x3270bf32AB647e90eF94A026c70Aa1daaaDA2382"
    ]
  }
}