Stockx Market Data
The API provides detailed market data including Bids, Asks, Historical Pricing and Sales data for items in stockx. The API takes, stockx product id or variant id or UPC and returns the corresponding historical market data in response.
Stockx Market Data endpoints
| Method | Endpoint | Description |
|---|---|---|
| Stockx Market Data | ||
| GET |
Get historical pricing data for a product /api/stockx/external/{product_id}/historical-sales |
Fetch historical pricing data for a StockX product or variant. This endpoint fetches time-series historical sales data showing price trends over time from an external market data… |
| GET |
Get variant details by upc /api/stockx/gtin/{gtin}/variant |
Fetch variant details by GTIN (UPC/EAN barcode). This endpoint allows you to look up a StockX variant using its GTIN identifier (typically a UPC or EAN barcode). This is useful… |
| GET |
Get available list of bids for a product /api/stockx/external/{product_id}/bids |
Fetch bids data for a StockX product or variant. This endpoint fetches current bid price levels including the number of bids at each price level from an external market data… |
| GET |
Get available list of asks for a product /api/stockx/external/{product_id}/asks |
Fetch asks data for a StockX product or variant. This endpoint fetches current ask price levels including the number of asks at each price level from an external market data… |
| GET |
Get historical sales data for a product /api/stockx/external/{product_id}/sales |
Fetch sales data for a StockX product or variant. This endpoint fetches historical sales data including prices and timestamps from an external market data service. Args:… |
Stockx Market Data pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 1 / second |
|
| PRO Recommended | $25 / month | 5 / second |
|