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

# Introduction

> Connect to VoxFi prediction markets, trade programmatically, and receive real-time market data

# Welcome to VoxFi API

VoxFi is a prediction market platform built for real-time trading and market-making. Our public REST API and WebSocket streams enable developers, traders, and market makers to connect easily to the VoxFi ecosystem.

## Get Started

<Card title="Quickstart Guide" icon="rocket" href="/en/quickstart" horizontal>
  Get up and running in minutes with your first API request. Learn how to authenticate and make your first call.
</Card>

## Core Concepts

<Columns cols={2}>
  <Card title="Authentication" icon="key" href="/en/authentication">
    Learn how to securely manage your API keys and authenticate requests to the VoxFi API.
  </Card>

  <Card title="REST API" icon="server" href="/en/api">
    Query markets, place orders, and fetch portfolio data using our RESTful API endpoints.
  </Card>

  <Card title="WebSockets" icon="signal" href="/en/websockets">
    Receive real-time market updates, order events, and portfolio changes via WebSocket streams.
  </Card>

  <Card title="Error Handling" icon="triangle-exclamation" href="/en/api/errors">
    Understand API error responses and how to handle them in your applications.
  </Card>
</Columns>

## What You Can Build

<Columns cols={2}>
  <Card title="Trading Bots" icon="robot">
    Build automated trading systems that react to market conditions in real-time.
  </Card>

  <Card title="Market Making" icon="chart-line">
    Create market-making strategies to provide liquidity and earn spreads.
  </Card>

  <Card title="Analytics Dashboards" icon="chart-bar">
    Build dashboards to visualize market data, track positions, and monitor performance.
  </Card>

  <Card title="Data Pipelines" icon="database">
    Integrate VoxFi data into your analytics and data processing workflows.
  </Card>
</Columns>

## API Features

<Columns cols={2}>
  <Card title="Real-time Data" icon="bolt">
    Receive instant updates on market prices, order books, and trade executions.
  </Card>

  <Card title="Portfolio Tracking" icon="wallet">
    Monitor your positions, balances, and P\&L across all markets.
  </Card>

  <Card title="Order Management" icon="list-check">
    Place limit and market orders, cancel orders, and track order status.
  </Card>

  <Card title="Event Data" icon="calendar">
    Access comprehensive event information, market metadata, and historical data.
  </Card>
</Columns>

## Who This Is For

This documentation is designed for:

* **Individual traders** building custom trading tools
* **Automated trading systems** requiring low-latency execution
* **Market makers** providing liquidity to markets
* **Data platforms** integrating prediction market data
* **Partners** building on top of VoxFi

The platform is event-driven by design, making it ideal for low-latency and automated trading systems.
