FairScale

Welcome

FairScale API docs for reputation, credit, and agent trust on Solana wallets.

Three APIs. Pick one, call it.

GoalQuick start
Wallet reputation / Sybil gateReputation
Credit / lendingCredit
Agent access controlAgent Trust

API key: sales.fairscale.xyz. Or x402: see Authentication.

Try a wallet

Interactive Demo

Live lookup via docs demo proxy. Full access requires a fairkey.

First call

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

Reference

Hosts

HostEndpoints
api.fairscale.xyz/score, /fairScore, /walletScore, /socialScore
agent-api.fairscale.xyz/v1/score, /v1/trust-gate, /v1/credit, /v1/directory

Auth header: fairkey (credit also accepts X-Api-Key).

Useful fields

TaskEndpointFields
Sybil gateGET /scorefairscore, verified_human, tier
ICO / governance activityGET /scoreownership, ownership_pillar
Loan decisionGET /v1/creditcredit_score, underwriting.lending_terms
Live debtGET /v1/creditcredit_data.obligations
Agent gateGET /v1/trust-gatedecision, reasons

Docs