> ## Documentation Index
> Fetch the complete documentation index at: https://docs.sim.dune.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Solana Overview

> Access real-time balances and transactions on Solana and Eclipse via the SVM endpoints.

Sim's Solana endpoints (also called SVM endpoints) give you real-time access to wallet balances and transactions on Solana and Eclipse.

<Note>
  **Key differences from EVM endpoints:** Solana endpoints use the `chains` parameter (not `chain_ids`) with string values like `solana`, `eclipse`, or `all`. These endpoints are currently in beta (`/beta/svm/...`).
</Note>

<CardGroup cols={2}>
  <Card title="Balances" href="/svm/balances">
    Get accurate and fast realtime balances of native, SPL and SPL-2022 tokens on Solana and Eclipse blockchains, with token metadata and USD valuations.
  </Card>

  <Card title="Transactions" href="/svm/transactions">
    Quick and accurate lookup of transactions associated with a Solana address, ordered by descending block time, with complete raw transaction data.
  </Card>
</CardGroup>
