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

# Introduction

> Build powerful investment experiences with the Wealthyhood API platform

## Overview

The Wealthyhood API enables you to build investment and wealth management features into your application. Access real-time portfolio data, execute trades, manage user accounts, and deliver personalized financial content to your users.

<Info>
  All API requests use OAuth 2.0 authentication and target our secure sandbox environment for testing. Contact
  [hello@wealthyhood.com](mailto:hello@wealthyhood.com) to get started.
</Info>

## Get started

<Card title="Quick start guide" icon="rocket" href="/quickstart" horizontal>
  Follow our 5-step guide to make your first API call in minutes—from obtaining credentials to submitting your
  first order.
</Card>

## Core capabilities

Explore what you can build with the Wealthyhood API:

<CardGroup cols={2}>
  <Card title="Universe configuration" icon="globe" href="/api-reference/universe-config/get-universe-config">
    Access asset metadata, discovery collections, and investment universe configuration.
  </Card>

  <Card title="Portfolio data" icon="chart-line" href="/api-reference/portfolio/get-holdings">
    Access real-time portfolio holdings, prices, and performance metrics.
  </Card>

  <Card title="Order execution" icon="arrow-right-arrow-left" href="/api-reference/order-execution/submit-order">
    Submit and manage buy/sell orders for listed securities.
  </Card>

  <Card title="Investment products" icon="magnifying-glass" href="/api-reference/investment-products/investment-products">
    Discover tradeable assets with detailed fundamentals and pricing.
  </Card>

  <Card title="Cash management" icon="money-bill" href="/api-reference/cash/get-cash">
    Track user cash balances across multiple currencies.
  </Card>

  <Card title="Educational content" icon="graduation-cap" href="/api-reference/learn/analyst-insights">
    Deliver analyst insights, learning guides, and financial news.
  </Card>
</CardGroup>

## Resources

<CardGroup cols={2}>
  <Card title="API reference" icon="book" href="/api-reference/introduction">
    Complete API documentation with interactive examples.
  </Card>

  <Card title="Integration flows" icon="diagram-project" href="/flows/order-execution">
    Step-by-step guides for common integration scenarios.
  </Card>

  <Card title="Support" icon="life-ring" href="mailto:hello@wealthyhood.com">
    Get help from our integration team.
  </Card>

  <Card title="Screen implementations" icon="mobile" href="/screens/home">
    Reference implementations for building investment app screens.
  </Card>
</CardGroup>

## Need help?

<Card title="Contact our team" icon="envelope" href="mailto:hello@wealthyhood.com" horizontal>
  Questions about integration, rate limits, or production access? Our team is here to help.
</Card>
