Real-time market data API
The best way to build
resell software
Pricing & inventory from StockX, GOAT, Alias, and more.
Integrated platforms
StockXGOATAliasFlightClubStadium Goods
Built for developers
Everything you need to build resell tools.
Real-time data
Sub-100ms latency
Simple API
RESTful JSON
All platforms
Unified interface
Historical data
Price trends
High availability
99.9% uptime
Product search
SKU or name
Simple to integrate
Single API call. Any language.
- JSON responses
- API key auth
- Rate limits
- Error handling
curl api.oamdynamics.com/stockx/search \
-H "X-API-Key: your_key" \
-d "query=jordan+1"
{
"results": [{
"name": "Jordan 1 Chicago",
"sku": "DZ5485-612",
"lowest_ask": 245,
"highest_bid": 220
}]
}