Skip to main content
GET
/
v1
/
audit
/
{alert_id}
/
onchain
cURL
curl --request GET \
  --url https://api.pegana.xyz/v1/audit/{alert_id}/onchain
{
  "commit_status": "<string>",
  "explorer_url": "<string>",
  "tx_sig": "<string>"
}

Path Parameters

alert_id
string
required

Alert UUID

Response

On-chain commit pointer

On-chain commit pointer.

commit_status
string
required

Always "committed" on a 200 — present so a caller can branch on the same commit_status vocabulary the 404 body uses (ADR-0004).

explorer_url
string
required
tx_sig
string
required