> ## Documentation Index
> Fetch the complete documentation index at: https://docs.stateset.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Returns the Ed25519 public key used to sign VES events, plus a ready-made

> payload for registering it with the sequencer's POST /v1/agents/keys.

payload for registering it with the sequencer's `POST /v1/agents/keys`.

### Response

No response body. The active signing public key.

### Status codes

| Code  | Meaning                       |
| ----- | ----------------------------- |
| `200` | The active signing public key |
| `403` | Admin credential required     |
| `404` | Signing is disabled           |

<RequestExample>
  ```bash cURL theme={null}
  curl --request GET \
    --url 'https://edi.stateset.com/v1/signing-key' \
    --header 'Authorization: Bearer YOUR_API_KEY'
  ```
</RequestExample>
