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": "0xabc...",
        "createdAt": "2023-11-07T05:31:56Z",
        "updatedAt": "2023-11-07T05:31:56Z"
      }
    ],
    "threshold": 123
  }
}

Authorizations

Authorization
string
header
required

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

Response

Admin configuration

data
object