API Documentation
Enterprise-grade API for Pokemon TCG market data and analytics
Response Time
Uptime
Endpoints
Data Updates
Overview
The Outlet Finance API provides programmatic access to comprehensive Pokemon TCG market data, including real-time pricing, historical trends, liquidity metrics, and our proprietary fair value calculations. Built for institutional investors, marketplaces, and developers, our REST API delivers reliable, low-latency access to the most accurate Pokemon card market data available.
Getting Started
Authentication
All API requests require authentication via API key
To obtain an API key, contact our team at api@outlet.markets with details about your use case.
Base URL
Core Endpoints
Get Card Data
/cards/:id
Retrieve detailed information about a specific card, including current pricing, historical data, and liquidity metrics.
Search Cards
/cards/search
Search and filter cards by name, set, grade, era, and other parameters.
Query Parameters:
q- Search queryset- Filter by set namegrader- Filter by grading company (PSA, BGS, CGC)grade- Filter by gradeera- Filter by era (Vintage, Modern, etc.)limit- Results per page (default: 50, max: 100)
Get Index Data
/indexes/:slug
Retrieve current level, performance metrics, and constituents for a specific index.
Available Indexes:
pkm90- PKM90 Indexvintage- Vintage 45 Indexmodern- Modern 30 Indexjapanese- Japanese 60 Index
Historical Pricing
/cards/:id/history
Access historical pricing data for any card with customizable time ranges.
Query Parameters:
range- Time range (7d, 30d, 90d, 1y, all)interval- Data point interval (1h, 1d, 1w)
Market Overview
/market/overview
Get aggregate market statistics, top movers, and overall market sentiment.
Rate Limits
Starter
1,000
requests / day
Professional
100,000
requests / day
Enterprise
Custom
unlimited requests
Rate limit headers are included in all API responses. Contact us at api@outlet.markets to discuss higher limits for your use case.
Error Handling
The API uses standard HTTP status codes and returns detailed error messages in JSON format.
Common Status Codes:
200- Success400- Bad Request401- Unauthorized (invalid API key)404- Not Found429- Rate Limit Exceeded500- Internal Server Error
Support
For API access, technical support, or questions about integration:
Email: api@outlet.markets
Documentation: docs.outlet.markets
Status: status.outlet.markets