---
title: API Reference
description:
  Complete API reference for LiteSVM methods and configuration options
---

## API Sections

<Cards>
  <Card
    title="Quick Reference"
    description="Quick reference table and getting started guide"
    href="/docs/tools/litesvm/api-reference/quick-reference"
  />
  <Card
    title="Account Management"
    description="Methods for managing accounts, balances, and rent"
    href="/docs/tools/litesvm/api-reference/account-management"
  />
  <Card
    title="Transactions"
    description="Execute and simulate transactions"
    href="/docs/tools/litesvm/api-reference/transactions"
  />
  <Card
    title="Configuration"
    description="Builder pattern methods for configuring LiteSVM"
    href="/docs/tools/litesvm/api-reference/configuration"
  />
  <Card
    title="Time & Sysvars"
    description="Manipulate time and system variables"
    href="/docs/tools/litesvm/api-reference/time-and-sysvars"
  />
</Cards>
