transparency
Submit transparency verification from a third-party verifier
External verifiers report backing and accuracy checks. Requires X-VERIFIER-API-KEY matching the key configured for the verifier in TRANSPARENCY_VERIFIER_API_KEYS. At most one submission per verifier per minute.
post/transparency/verification
Headers
X-VERIFIER-API-KEYstring required
API key for the verifier named in the request body (see TRANSPARENCY_VERIFIER_API_KEYS)
Request body
Example request
{
"verifier": "canary",
"fullyBacked": true,
"reportingAccurate": true,
"ethereumBlockNumber": "46540277",
"baseBlockNumber": "46540277"
}Response
Verification recorded
Example response
{
"submittedAt": "2026-05-26T00:05:00.000Z"
}