LogoLogo
  • What is the Staking Rewards Verified Staking Provider (VSP) Program?
  • Benefits of Verification
    • 1. Access 150k+ crypto investors (incl. API)
    • 2. Block Explorer Integrations
    • 3. Priority Listing
    • 4. Branded Stake App
    • 5. VSP Dashboard
    • 6. Enterprise Section
    • 7. A proof of excellence
    • 8. Journal Articles
    • 9. VSP Community
    • 10. In-person validator meetups
    • 11. Staking Summit Discount
    • 12. Staking Data API Discount
  • 💫VSP Collaboration and Integration
    • Building a Strong Ecosystem through Strategic Partnerships
    • Expanding Staking Accessibility with Third-Party Integrations
  • 🔒VSP pro | Audited by Quantstamp
    • A Collaboration Between Staking Rewards and Quantstamp
  • 📚Guides
    • VSP Process and Eligibility
      • Applying for Verification
      • After I submit the form, what are the next steps?
      • The Verification Form
      • Pass Rate & Verification
      • In Case of Failure
    • What data do we need for the profile?
      • Provider API
        • General Data
          • Supported Assets
            • Nodes
  • Manage your VSP profile
    • How to complete your basic profile information
    • How to complete your Enterprise profile information
    • How to report issues
    • How to submit a validator address
  • 📊Rating Methodology
    • SR Rating
      • ☑️Verification Criteria
        • PoS Provider
          • Business Operations
          • Reliability
          • Security Setup
        • Liquid Staking Provider
          • On-Chain Score
          • Business Operations
          • Operator Set
          • Security Setup
      • 🔢Provider Ratings
      • 🪧Scorecard
    • Value-Added Rating
      • 🎙️Value-Added Services
        • Customer Service
        • Governance Participation
        • Ecosystem Development
        • Community Development
      • 🔢Provider Ratings
  • 💲VSP Pricing
    • Pricing Tiers
    • Validator Incubation
  • 📚Further Materials
    • FAQs
    • Verification Widget
    • Design Kit
Powered by GitBook
LogoLogo
On this page

Was this helpful?

  1. Guides
  2. What data do we need for the profile?

Provider API

You can see below the required structure of the provider API. Please follow the required format so that no difficulties arise during integration!

Please provide the data in JSON format as shown below:

type Provider = {
    name: string;
    users: number;
    balanceUsd: number;
    supportedAssets: [
        Array<{
            name: string; # Asset name
            slug: string; # Asset slug, preferred slugs can be found below
            nodes: [
                Array<{
                    nodeType: string; # hostingNode/operatorNode/posNode
                    address: string; # mandatory for pos nodeType, optional for operator nodeType
                    feeUsd: number; # (optional) Hosting Fee, a USD fixed price for hostingNodes
                    fee: number; # (optional) commission in % for posNodes
                    users: number; # for eth nodes number of validators
                    balanceUsd: number; # (optional)
                    balanceToken: number;
                    liquidStakingProvider: string; # (optional) identifier for liquid staking protocol, only for operator nodeType
                }>;
            ]
        }>;
    ]
};
PreviousWhat data do we need for the profile?NextGeneral Data

Last updated 6 months ago

Was this helpful?

You can search for the preferred slug for each asset by searching the asset in and copying it from the url ex. -> slug = "ethreum-2-0"

We have included detailed descriptions of each data point in , , and .

Cosmos focused Providers can use the cosmos validator directory to get an API. Please follow these instructions ->

📚
Staking Rewards
https://www.stakingrewards.com/asset/ethereum-2-0
General Data
Supported Assets
Nodes
https://github.com/eco-stake/validator-registry/wiki/Staking-Rewards