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

# Stocks API Reference

> Request and response schemas, enums, and examples for every Stocks endpoint

<CardGroup cols={3}>
  <Card title="Base URL" icon="link">
    `https://api.daya.co/stocks/v1`
  </Card>

  <Card title="Authentication" icon="key" href="/stocks/authentication">
    Your Daya API key in the `X-API-Key` header, scoped for Stocks.
  </Card>

  <Card title="Response envelope" icon="brackets-curly">
    `{ success, message?, data?, error?, timestamp }`
  </Card>
</CardGroup>

## Endpoints

<CardGroup cols={2}>
  <Card title="Market Data" icon="chart-line" href="/api-reference/stocks-market-data/list-assets">
    Assets, prices, and market hours.
  </Card>

  <Card title="Account" icon="wallet" href="/api-reference/stocks-account/get-balance">
    USD balance and holdings portfolio.
  </Card>

  <Card title="Trading" icon="arrow-right-arrow-left" href="/api-reference/stocks-trading/create-trade-quote">
    Quote a symbol, then place an order.
  </Card>

  <Card title="Transactions" icon="receipt" href="/api-reference/stocks-transactions/list-transactions">
    Statement of deposits and withdrawals.
  </Card>

  <Card title="Deposits" icon="arrow-down-to-line" href="/api-reference/stocks-deposits/list-crypto-deposit-options">
    Crypto and fiat deposit options.
  </Card>

  <Card title="Fiat Withdrawals" icon="building-columns" href="/api-reference/stocks-fiat-withdrawals/create-fiat-withdrawal">
    FX quotes, bank accounts, and NGN payouts.
  </Card>
</CardGroup>
