OUTCOME · Verify
What changes
Read-only projection; it grants no mutation, settlement, traffic, or authority change.
v2Public entropy
/api/v2/entropy/source-keyPURPOSE + BUSINESS CONTEXT
WHEN THIS CALL IS USEFUL
Fetch before verifying a source-signed sample and again whenever the catalog, source ID, or key ID changes.
OUTCOME · Verify
Read-only projection; it grants no mutation, settlement, traffic, or authority change.
WHY IT MATTERS
ISOLATION + AUTHORITY
Caller authorization, nonce, requested byte count, physical source, source key, signed envelope, consumer conditioning, application randomness model, and downstream cryptographic use remain distinct. A valid source signature proves envelope provenance and integrity, not fitness for every cryptographic protocol or permission to perform a downstream action.
BEFORE YOU CALL
WHAT TO DO NEXT
AGENT GUIDANCE
The exact deployed parameters, schemas, responses, security requirements, and Hybrid-Chain agent metadata are authoritative at this operation's production OpenAPI JSON Pointer. The readable tables below add integration guidance; the deployed OpenAPI controls if guidance and the machine contract ever differ.
Open the authoritative production contract ↗EXTENDED INTEGRATION GUIDANCE
Examples illustrate integration intent; the referenced OpenAPI operation and component schemas define the executable shape.
PARAMETERS
RESPONSES
{
"schema": "hybrid.entropy.source-key.v2",
"source_id": "qse-production-1",
"key": {
"kty": "OKP",
"crv": "Ed25519",
"kid": "qse-ed25519-7kYp9bW2Qn4rT8cD",
"x": "base64url-public-key-bytes"
}
}{
"code": "entropy_source_unavailable",
"message": "No authoritative source verification key is configured."
}entropy_source_unavailableOPERATIONAL NOTES
This route is implemented in canonical gateway source and appears in the production OpenAPI snapshot observed 2026-09-11T06:35:11.572Z. Authentication, tenant, feature, venue, and market policy still apply.
Verify the exact production OpenAPI operation ↗Return to the V2 directory ↗