ZeqReputation — Mathematical Reputation
Reputation score derived from computation history. More verified computations with lower error = higher reputation. Score is a function of ZeqProof chain length and precision.
| Endpoint | GET /api/auth/reputation |
| Auth | api-key |
| Rate limit | 30/min |
| Category | identity |
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
zid | string | Yes | ZID to query reputation for. |
Returns
{ zid, reputationScore, totalComputations, avgPrecision, proofChainLength, tier }
Example
curl -sS \
-H "Authorization: Bearer zsm_..." \
"https://zeqsdk.com/api/auth/reputation"
This protocol is a named building block — one of the operations you
compose inside a state contract. Call it directly with
the request above, or invoke it from a contract that fires on your machine's
clock. Browse the whole library at GET /api/protocols; fetch this one at
GET /api/protocols/zeq-reputation.