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
  1. Implementation
  2. Score API Integration

Quick Start Guide

PreviousScore API IntegrationNextWallet API Response Data

Last updated 3 months ago

1

Request your API Key

to request your Demo API Key

2

Select included Data Points & Tags

In the future we will support additional configuration what type of data you want to receive from us. For now we will provide you with the response data you can look up .

3

Query Data

To query the SOLID score of a specific wallet you can fetch the following API Endpoint

GET https://score.solana.id/api/solid-score/address/<user_wallet_address>

Request Headers

Name
Value

Content-Type

application/json

x-api-key

<YOUR_API_KEY>

Contact us
here