Skip to main content

GET /api/v1/reputation/:agentId

Get the full reputation record for an agent. Auth: None (public)

Response

Field reference

anomalyFlags bit mask

A flag value of 0 means no anomalies. A value of 3 (bits 0+1) means both overturn count and borderline count thresholds are exceeded.

GET /api/v1/reputation/arbitrators

List eligible arbitrators sorted by bond amount descending. Auth: None (public)

Query parameters

Eligibility requires all of:
  • arbitratorProfile.eligible = true
  • Bond ≥ 100 USDC
  • Reputation score ≥ minScore
  • Available bond (bond − bondLocked) ≥ 10 USDC (the per-job lock)

Response