curl --request GET \
--url https://api.platform.dakota.xyz/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"
}
]
}
]curl --request GET \
--url https://api.platform.dakota.xyz/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"
}
]
}
]Signer groups retrieved successfully
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.
27"1NFHrqBHb3cTfLVkFSGmHZqdDPi"
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.
27"1NFHrqBHb3cTfLVkFSGmHZqdDPi"
The wallet name
"My Wallet"
Members that make up the signer group
Show child attributes