Skip to main content

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.

EndpointGET /api/auth/reputation
Authapi-key
Rate limit30/min
Categoryidentity

Parameters

NameTypeRequiredDescription
zidstringYesZID 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.