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.
Get an API key to query wallet trust scores for your token's holders.
# 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" }