0
On-chain reputation score endpoints
Query and manage on-chain reputation scores.
GET /api/v1/reputation/:walletAddress
Response:
{ "walletAddress": "GCBMQ...", "score": 68, "tier": "Bronze", "interestRate": 8, "creditLimit": 2500, "lastUpdated": "2026-05-14T12:00:00Z" }
GET /api/v1/reputation/:walletAddress/history Authorization: Bearer {token}
Returns an array of score change events with timestamps and reasons.