Skip to main content
GET
/
wallets
/
{id}
/
signer-groups
Get signer groups attached to a wallet
curl --request GET \
  --url https://api.platform.dakota.xyz/wallets/{id}/signer-groups \
  --header 'x-api-key: <api-key>'
[
  {
    "id": "1NFHrqBHb3cTfLVkFSGmHZqdDPi",
    "client_id": "1NFHrqBHb3cTfLVkFSGmHZqdDPi",
    "name": "My Wallet",
    "members": [
      {
        "id": "1NFHrqBHb3cTfLVkFSGmHZqdDPi",
        "name": "Marc",
        "public_key": "<string>",
        "key_type": "ES256",
        "client_id": "1NFHrqBHb3cTfLVkFSGmHZqdDPi"
      }
    ]
  }
]

Authorizations

x-api-key
string
header
required

Path Parameters

id
string
required

Wallet ID KSUID is a 27-character globally unique ID that combines a timestamp with a random component. Used for all entity identifiers in the Dakota platform.

Required string length: 27
Example:

"1NFHrqBHb3cTfLVkFSGmHZqdDPi"

Response

Signer groups retrieved successfully

id
string
required

KSUID is a 27-character globally unique ID that combines a timestamp with a random component. Used for all entity identifiers in the Dakota platform.

Required string length: 27
Example:

"1NFHrqBHb3cTfLVkFSGmHZqdDPi"

client_id
string
required

KSUID is a 27-character globally unique ID that combines a timestamp with a random component. Used for all entity identifiers in the Dakota platform.

Required string length: 27
Example:

"1NFHrqBHb3cTfLVkFSGmHZqdDPi"

name
string
required

The wallet name

Example:

"My Wallet"

members
object[]
required

Members that make up the signer group