🔑

Trust Score API

For Token Creators

Building your own Solana token? Register here to get API access to our Trust Score system. Query wallet reputation data to identify and reward diamond hands in your community.

Note: This portal is for the Trust Score API only. Buyback rewards, Floor Guardian, and Lottery features are exclusive to $DIAMOND token holders.

◆ Register for Trust Score API

Get an API key to query wallet trust scores for your token's holders.

The SPL token mint address for your token

Welcome back!

API Calls Today
--
Remaining Today
--
Total API Calls
--
Subscription
--

🔐 Your API Key

••••••••••••••••••••••••

Subscription Plans

Free
0 SOL
forever
100 calls/day
Basic
0.1 SOL
per month
1,000 calls/day
Pro
0.5 SOL
per month
10,000 calls/day
Unlimited
2 SOL
per month
Unlimited calls

Quick Start

# Get trust score for a wallet
curl -X GET "https://your-domain.com/api/trust/wallet/WALLET_ADDRESS" \
  -H "X-API-Key: YOUR_API_KEY"

# Response
{
  "wallet": "ABC...XYZ",
  "trust_score": 85.5,
  "trust_level": "TRUSTED",
  "hold_duration_days": 14.5,
  "has_ever_sold": false,
  "tier": "tier2"
}