Welcome to the Adjacent News API
Adjacent News provides a robust and comprehensive API for accessing data from prediction markets across multiple platforms, along with related news, advanced analytics, and trading information. Our API empowers developers to build sophisticated applications that leverage real-time market data, perform advanced semantic search, access insightful analytics, and stay informed with relevant news coverage.Getting Started
Base URL
The API is available athttps://api.data.adj.news
. All API requests should be sent to this base URL followed by the specific endpoint path.
API Status
Monitor API uptime and performance at status.adj.newsAuthentication
When Authentication is Required
Some API endpoints require authentication for enhanced access:- Historical Data: Accessing data older than 1 day
- Large Datasets: Requests returning more than 100 results
- Analytics Endpoints: All analytics and insights endpoints
- Trading Data: Recent trades and price history endpoints
Authentication Methods
You can authenticate using any of these methods: HTTP Bearer Token (Recommended):Getting an API Key
To obtain an API key, please contact our support team at lucas@adj.news. Include:- Your intended use case
- Expected request volume
- Whether you need access to historical data
Rate Limits & Quotas
Rate Limiting
- Unauthenticated requests: 300 requests per minute
- Authenticated requests: 1,000 requests per minute
Data Limits
- Unauthenticated: Maximum 100 results per request
- Authenticated: No limit on result size (subject to reasonable use)
Quick Start Examples
Basic Market Discovery
News & Information
API Categories
Markets API
Access comprehensive prediction market data with advanced filtering and analysis The Markets API provides access to thousands of prediction markets across multiple platforms with powerful filtering, sorting, and search capabilities. Key Features:- Multi-platform Coverage: Kalshi, Polymarket, Metaculus, and more coming
- Real-time Data: Live probability updates, volume, and liquidity information
- Advanced Filtering: Filter by platform, category, status, date ranges, and numerical values
- Flexible Sorting: Sort by any field in ascending or descending order
- Rich Metadata: Detailed market information including rules, descriptions, and settlement sources
- List Markets: Get markets with comprehensive filtering options
- Get Market: Retrieve detailed information about a specific market
- Related Markets: Find markets conceptually related to a given market
- Market Statistics: Get aggregate statistics across all markets
π Search API
Advanced semantic search powered by AI and vector embeddings Our Search API goes beyond simple keyword matching to understand the meaning and context of your queries, delivering highly relevant results even when exact terms donβt match. Key Features:- Semantic Understanding: AI-powered search that understands context and meaning
- Vector Embeddings: Advanced machine learning models for similarity matching
- Natural Language: Search using everyday language and complex queries
- Fallback Protection: Automatic fallback to text search when needed
- Relevance Scoring: Results ranked by semantic similarity and relevance
- Query Search: Search markets using natural language queries
- Related Questions: Find questions related to any text input
News API
Top trending articles and headlines Our News API finds the most relevant news to markets, over 5k sources and 50k items added per day. If Adjacent does not have a relevant article Exa is leveraged to find related content. Key Features:- Neural Search: AI-powered news discovery
- Market Relevance: Articles specifically relevant to market outcomes
- Platform Filtering: Automatically excludes prediction market platforms to avoid circular references
- Freshness Control: Configurable time windows for news recency
- Quality Curation: Filtered and ranked results for maximum relevance
- News for Market: Get news articles related to specific markets or topics
Trade API
Access trading data and market activity The Trade API provides access to trading activity, price history, and market liquidity data across platforms. Key Features:- Real-time Trades: Access to recent trading activity
- Price History: Historical price data with various time intervals
- Market Activity: Volume, liquidity, and trading statistics
- Multi-platform: Trading data across supported platforms
- Market Trades: Get trading activity for specific markets
- Recent Trades: Latest trades across platforms
- Price History: Historical price data with OHLCV format
Response Format Standards
All API responses follow a consistent structure:Error Responses
Common HTTP Status Codes
- 200: Success
- 400: Bad Request - Invalid parameters
- 401: Unauthorized - API key required or invalid
- 403: Forbidden - Insufficient permissions
- 404: Not Found - Resource doesnβt exist
- 429: Rate Limited - Too many requests
- 500: Internal Server Error - Server issue
SDKs and Tools
MCP (Model Context Protocol)
Integrate with AI assistants and language models:Community & Support
Getting Help
- Email Support: lucas@adj.news
- Documentation Issues: Report inaccuracies or suggest improvements
- Feature Requests: Let us know what functionality you need
Additional Resources
- Trading Interface: trade.adj.news - Visual market exploration
- Main Website: adj.news - News and market insights
- Status Page: status.adj.news - API uptime monitoring
Best Practices
- Cache Frequently Accessed Data: Reduce API calls and improve performance
- Use Appropriate Pagination: Donβt request more data than you need
- Handle Rate Limits Gracefully: Implement exponential backoff
- Monitor Your Usage: Track your API usage to avoid unexpected limits
- Keep API Keys Secure: Never expose API keys in client-side code