Skip to main content
GET
/
admins
cURL
curl --request GET \
  --url https://api.onchainden.com/api/v1/admins \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "members": [
      {
        "id": "mem_123",
        "name": "Alice",
        "type": "user",
        "walletAddress": "<string>"
      }
    ],
    "threshold": 2
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.mls.onchainden.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key authentication. Include your API key in the Authorization header.

Response

Admin configuration

data
object
required