Get DAO keyset

The keys and threshold that authorize state-chain writes outside the oracle's key prefix.

GET
/statechain/keyset

Response Body

application/json

application/json

curl -X GET "https://ldn.core.test.network/statechain/keyset"
{
  "keys": [
    "a1b2c3d4...",
    "e5f6a7b8...",
    "c9d0e1f2..."
  ],
  "threshold": 2
}
{
  "error": "invalid signature"
}