FairScale

Quick Start: Reputation

GET /score wallet reputation and FairScore.

curl "https://api.fairscale.xyz/score?wallet=WALLET_ADDRESS" \
  -H "fairkey: zpka_your_key_here"

Optional: &twitter=handle to bind X and enrich social score.

Response

{
  "wallet": "5G5HDvbib4CyHxVgm4RHiVY5RfbDuFfp6BiH5xgZXczT",
  "fairscore": 71.41,
  "fairscore_base": 40.4,
  "social_score": 55.3,
  "peer_score": 1.9,
  "verified_human": true,
  "identity_pillar": 5,
  "program_pillar": 30,
  "score_composition": {
    "core_blend": 36.41,
    "final_score": 71.41
  },
  "tier": "gold",
  "features": { "tx_count": 31.25, "no_instant_dumps": 100 },
  "timestamp": "2026-07-04T13:01:46.437464Z"
}
FieldNotes
fairscore0–100 final score
fairscore_baseOn-chain model only
verified_humanVeryAI palm attestation
score_compositionPillar breakdown
features15 on-chain signals
ownership01Resolved ICO + governance : details

Shortcuts

EndpointReturns
GET /fairScore{ "fair_score": 714 } (0–1000)
GET /walletScoreOn-chain only, 0–1000
GET /socialScore{ "social_score": 553 } (0-1000)

Cache: 15 min. Bypass: ?nocache=1.

Full reference