Skip to main content
GET
Fetch a verification

Authorizations

x-api-key
string
header
required

Your Chance API key (chance_sk_…), created in the dashboard.

Path Parameters

id
string
required

The verification id (UUID) or its requestHash (0x…).

Response

The verification.

id
string

Verification id (UUID).

requestHash
string

Stable 0x… id for this verification.

status
string
Example:

"COMPLETED"

verdict
enum<string>

ALLOW = matches intent; BLOCK = violates it; ESCALATE = genuinely ambiguous, needs a human.

Available options:
ALLOW,
BLOCK,
ESCALATE
reasoning
string | null
proof
object

The receipt that makes the verdict independently verifiable.

creditsRemaining
integer