LogoLogo
LogoLogo
  • Solana Staking API (GraphQL)
  • Overview
  • Supported Networks
  • GraphQL Base URL
  • Getting Started
  • Authentication
    • Obtaining an API Key
  • Mutation
    • SolanaStakeIntent
    • SolanaDeactivateIntent
    • SolanaCancelDeactivateIntent
    • SolanaWithdrawalIntent
    • SolanaCancelWithdrawalIntent
  • Query
    • SolanaGetStakeAccounts
    • SolanaGetDeactivationIntents
    • SolanaGetDeactivatableAmount
    • SolanaGetWithdrawableAmount
    • SolanaListWithdrawalIntents
Powered by GitBook
On this page

Overview

The Solana Staking GraphQL API provides a complete solution for staking SOL tokens without requiring users to manage their own Solana clients or validator infrastructure. Users submit staking, deactivation, and withdrawal intents which return unsigned transactions. These transactions must be signed by the user’s wallet and submitted to the Solana network.

Last updated 1 month ago

Page cover image