Solana ID Docs
  • Getting Started 🪷
  • About Solana ID
    • Introduction
    • How it Works
  • $SOLID
    • Tokenomics
    • Pre-Season Airdrop
    • Reputation Staking
  • Terminology
    • SOLID Score
    • Data Vault
    • Wallet Tiers & Badges
    • Perks
    • Solana ID Perk Frames
    • Priority Pass
  • Solana ID Attestation Service
    • Intro to Solana Attestations
  • Solana ID Career Attestations
  • Implementation
    • Score API Integration
      • Quick Start Guide
      • Wallet API Response Data
      • On-Chain Data Points
    • Display Ad Integration
      • Quick Start Guide - WIP
  • Learn more
    • Claim Page FAQ
    • Contact us
Powered by GitBook
On this page
  • Example Response Data
  • Response Data Explanation
  1. Implementation
  2. Score API Integration

Wallet API Response Data

Example Response Data

After querying our API we will provide you with a response object similar to this:

{
    "solidUser": {
        "solidScore": 167.179975351979,
        "badges": ["DEX_TRADER", "HODLER"],
        "tierGroup": "TIER_1",
        "dataPoints": {
            "feesPaid": 15.6894343065308,
            "txnsPlaced": 12.431162067816,
            "walletAge": 25.3371153706172,
            "activeDays": 25.3371153706172,
            "portfolioUsdValue": 26.4075408277806,
            "portfolioUsdVolumeByToken": 0.630481873060591,
            "portfolioUsdVolumeByTokenCategory": 1.2611909213736,
            "dexHistoricalTxnVolume": 4.90038024606534,
            "dexRecentTxnVolume": 1.50514997831991,
            "dexHistoricalUsdVolume": 8.38608433883244,
            "dexRecentUsdVolume": 8.38618909781545,
            "dexTxnVolumeByProvider": 0.353068337522437,
            "dexUsdVolumeByProvider": 0.399526147511478,
            "dexPnlPerformance": 0,
            "nftHistoricalBuyTxnVolume": 0,
            "nftRecentBuyTxnVolume": 0,
            "nftHistoricalBuyUsdVolume": 0,
            "nftRecentBuyUsdVolume": 0,
            "nftBuyTxnVolumeByCollection": 0,
            "nftBuyUsdVolumeByCollection": 0,
            "nftBuyTxnVolumeByMarketplace": 0,
            "nftBuyUsdVolumeByMarketplace": 0,
            "lpHistoricalUsdVolumeByDuration": 0,
            "lpActiveUsdVolume": 0,
            "lpUsdDepositVolumeByProgram": 0,
            "lpUsdDepositVolumeByPool": 0,
            "nativeStakingHistoricalSolVolumeByDuration": 36.1555364681161,
            "nativeStakingActiveSolVolume": 0,
            "updatedAt": "2025-01-31T08:32:40.868Z"
        },
        "isSolanaIdUser": true
    },
    "status": "up_to_date"
}

Response Data Explanation

Key
Description
Reference

solidScore

Our overall score for the provided wallet based on all on-chain criteria and categories

badges

Assigned badges to this wallet based on their on-chain activity such as "DEX_TRADER", "HODLER", etc.

tierGroups

Assigned Wallet Tier, can be Tier 1, 2, 3 or 4

dataPoints

More granular insights into the on-chain activity and data of a wallet. Each measured by a specific score within a fixed score range.

isSolanaIdUser

Indicates whether this wallet is an active user of Solana ID and has minted their Solana ID NFT

status

Status string giving more context about the returned data. Can be "up_to_date", "calculating" or "outdated".

PreviousQuick Start GuideNextOn-Chain Data Points

Last updated 3 months ago

SOLID Score
On-Chain Data Points
Badges & Additional Identifiers
Tier Breakdown