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

# Finance.dev

> Build trading applications with real-time market data, order execution, and portfolio analytics. Quick start, OAuth2 authentication, and full API reference.

<style>
  {`
    /* ============================================
       ULTRA-FAST CRITICAL CSS - Instant Render
       ============================================ */

    /* Force immediate visibility */
    html, body {
      visibility: visible !important;
      opacity: 1 !important;
    }

    /* Prevent layout shift - don't use contain on body (breaks modals) */
    body {
      content-visibility: auto;
    }

    /* Hero section - instant render */
    .hero-title {
      text-align: center !important;
      font-size: 3rem !important;
      font-weight: 700 !important;
      margin-bottom: 1.5rem !important;
      line-height: 1.2 !important;
      letter-spacing: -0.02em !important;
      will-change: transform !important;
    }

    .hero-description {
      text-align: center !important;
      font-size: 1.25rem !important;
      margin-bottom: 2.5rem !important;
      line-height: 1.6 !important;
      max-width: 800px !important;
      margin-left: auto !important;
      margin-right: auto !important;
    }

    /* Optimize text rendering */
    * {
      text-rendering: optimizeSpeed !important;
      -webkit-font-smoothing: antialiased !important;
      -moz-osx-font-smoothing: grayscale !important;
    }

    /* Responsive - mobile first */
    @media (max-width: 640px) {
      .hero-title {
        font-size: 2rem !important;
      }
      .welcome-side-by-side {
        grid-template-columns: 1fr !important;
      }
    }

    @media (max-width: 1024px) {
      .welcome-side-by-side {
        grid-template-columns: 1fr !important;
      }
    }
    `}
</style>

<link rel="dns-prefetch" href="https://fonts.googleapis.com" />

<link rel="preconnect" href="https://fonts.gstatic.com" crossOrigin="anonymous" />

<link rel="preconnect" href="https://mintlify.com" />

<meta httpEquiv="x-dns-prefetch-control" content="on" />

<div
  className="welcome-hero"
  style={{
position: 'relative',
textAlign: 'center',
padding: '100px 40px 120px',
marginBottom: '60px',
marginTop: '-80px',
marginLeft: 'calc(-50vw + 50%)',
marginRight: 'calc(-50vw + 50%)',
width: '100vw',
overflow: 'hidden',
willChange: 'transform',
transform: 'translateZ(0)'
}}
>
  <div
    className="welcome-hero-gradient"
    style={{
position: 'absolute',
bottom: 0,
left: 0,
right: 0,
height: '100px',
pointerEvents: 'none'
}}
  />

  <div
    style={{
position: 'relative',
zIndex: 2,
maxWidth: '900px',
margin: '0 auto'
}}
  >
    <div
      className="hero-title"
      style={{
  fontSize: '3rem',
  fontWeight: 'bold',
  marginBottom: '1.5rem',
  lineHeight: '1.2'
}}
    >
      Welcome to Finance.dev
    </div>

    <p
      className="hero-description"
      style={{
  fontSize: '1.25rem',
  marginBottom: '2.5rem',
  lineHeight: '1.6'
}}
    >
      Real-time market data. Instant order execution. Portfolio analytics. Everything you need to build professional trading applications on Aries.
    </p>

    <p
      className="hero-footnote"
      style={{
  fontSize: '0.875rem'
}}
    >
      By continuing to use or access Aries API, you are agreeing to be bound to our{' '}

      <a href="/legal/developer-agreement" className="hero-link" style={{ textDecoration: 'underline' }}>
        Developer Agreement
      </a>
    </p>
  </div>
</div>

<div className="welcome-cards" style={{ maxWidth: '1200px', margin: '0 auto 60px', padding: '0 40px' }}>
  <div
    className="welcome-side-by-side"
    style={{
display: 'grid',
gridTemplateColumns: '1fr 1fr',
gap: '28px',
marginBottom: '28px',
alignItems: 'stretch'
}}
  >
    <div
      className="welcome-feature-box"
      style={{
  display: 'block',
  padding: '36px 32px',
  borderRadius: '20px',
  textDecoration: 'none',
  color: 'inherit',
  transition: 'transform 0.25s cubic-bezier(0.4, 0, 0.2, 1)'
}}
    >
      <div style={{ fontWeight: '600', marginBottom: '12px', fontSize: '1.1rem' }}>Add Skill to your AI agents</div>

      <p style={{ marginBottom: '12px', fontSize: '0.95rem', lineHeight: 1.5 }}>
        Give Cursor, OpenClaw, Claude Code, Windsurf, and other AI coding assistants direct access to this documentation.
      </p>

      <CodeGroup>
        ```text theme={null}
        npx skills add https://finance.dev/docs
        ```
      </CodeGroup>

      <a href="/ai-agents/add-skill" className="welcome-feature-link" style={{ fontSize: '0.9rem', textDecoration: 'underline', display: 'block', marginTop: '12px' }}>How to add skills to your AI agents -></a>
    </div>

    <div
      className="welcome-feature-box"
      style={{
  display: 'block',
  padding: '36px 32px',
  borderRadius: '20px',
  textDecoration: 'none',
  color: 'inherit',
  transition: 'transform 0.25s cubic-bezier(0.4, 0, 0.2, 1)'
}}
    >
      <div style={{ fontWeight: '600', marginBottom: '12px', fontSize: '1.1rem' }}>Connect to our MCP Server</div>

      <p style={{ marginBottom: '12px', fontSize: '0.95rem', lineHeight: 1.5 }}>
        Use the Model Context Protocol to give AI coding assistants like Cursor, Claude Code, and Windsurf direct access to Aries API, market data, orders, and account info without leaving your IDE.
      </p>

      <CodeGroup>
        ```text theme={null}
        https://mcp.aries.com/mcp
        ```
      </CodeGroup>

      <a href="/mcp-auth" className="welcome-feature-link" style={{ fontSize: '0.9rem', textDecoration: 'underline', display: 'block', marginTop: '12px' }}>Set up MCP connection -></a>
    </div>
  </div>

  <CardGroup cols={3}>
    <Card title="Making Your First Request" icon="rocket" href="/api-reference/quickstart">
      Authenticate and make your first live API call in under 5 minutes.
    </Card>

    <Card title="Authentication" icon="shield-halved" href="/api-reference/oauth2/guide">
      OAuth2 flows, credentials, and token management.
    </Card>

    <Card title="Supplemental API" icon="chart-mixed" href="/supplemental-api/overview">
      Options, stocks, analytics, company data, news, ETFs, and more.
    </Card>

    <Card title="Streaming" icon="satellite-dish" href="/websockets/overview">
      Real-time market data and account updates via WebSockets.
    </Card>

    <Card title="SDKs" icon="screwdriver-wrench" href="/sdks/overview">
      Official JavaScript, Python, and Go SDKs.
    </Card>

    <Card title="Rate Limits" icon="gauge" href="/api-reference/oauth2/guide#rate-limits">
      Understand API rate limits and best practices.
    </Card>

    <Card title="API Reference" icon="code" href="/api-reference">
      Explore our complete API documentation.
    </Card>

    <Card title="Changelog" icon="clock-rotate-left" href="/changelog">
      Stay updated with the latest API changes.
    </Card>

    <Card title="Support" icon="envelope" href="mailto:dev@aries.com">
      Questions| Reach out to our developer support team.
    </Card>
  </CardGroup>

  <CardGroup cols={1}>
    <Card title="OpenAPI Specification" icon="file-code" href="/openapi.json">
      Download the OpenAPI specification for API integration.
    </Card>
  </CardGroup>
</div>

<div
  style={{
maxWidth: '1200px',
margin: '100px auto 80px',
padding: '0 40px'
}}
>
  <h2
    className="section-title"
    style={{
fontSize: '2.5rem',
fontWeight: 'bold',
textAlign: 'center',
marginBottom: '60px'
}}
  >
    Learn more about Aries
  </h2>

  <div style={{ marginTop: '40px' }}>
    <p
      style={{
  maxWidth: '820px',
  margin: '0 auto 32px',
  textAlign: 'center',
  fontSize: '1.05rem',
  lineHeight: 1.7
}}
    >
      Aries gives developers a finance API built for real trading products, not just demo data.
      You can use one platform for live market data, order execution, account information, portfolio
      views, and supplemental financial datasets. If you are building brokerage experiences,
      trading tools, market dashboards, or AI workflows that need financial actions, Aries gives
      you the core API surface in one place.
    </p>

    <CardGroup cols={2}>
      <Card title="Built for financial applications" icon="chart-network">
        Use Aries to power trading apps, brokerage workflows, client dashboards, and internal
        tools that need reliable market and account connectivity.
      </Card>

      <Card title="One API across the trading stack" icon="layer-group">
        Connect order placement, account data, WebSockets, analytics, watchlists, and
        supplemental market data without stitching together multiple vendors first.
      </Card>
    </CardGroup>
  </div>
</div>
