VoxFi Developer Documentation
VoxFi is a prediction market platform built for real-time trading and market-making. Our public REST API and WebSocket streams are designed to let developers, traders, and market makers connect easily to the VoxFi ecosystem — enabling programmatic trading, live data consumption, and full portfolio tracking. This documentation explains how to integrate with VoxFi at both the HTTP and real-time layers.What You Can Build
Using VoxFi’s API and WebSockets, you can:- Receive real-time market data and price updates
- Track orders, trades, and portfolio balances
- Place and cancel orders programmatically
- Build market-making strategies
- Create trading dashboards, bots, and analytics pipelines
Architecture Overview
VoxFi exposes two main integration surfaces:REST API
The REST API is best suited for:- Authentication and account setup
- Querying markets, events, and metadata
- Placing and cancelling orders
- Fetching wallet balances and historical data
WebSockets
WebSockets provide real-time, push-based updates, including:- Market price changes
- Order lifecycle events
- Trade executions
- Wallet and portfolio updates
Who This Is For
This documentation is intended for:- Individual traders
- Automated trading systems
- Market makers
- Data and analytics platforms
- Partners building on top of VoxFi
Getting Started
If you are new to VoxFi:- Start with the Quickstart guide
- Learn how authentication works
- Explore the WebSocket event model
- Review the API reference for available endpoints