Get Basic Market Data API allows you to obtain basic market data - the highest Bid and lowest Ask amount for a given listing.
Bad Request
Unauthorized
Not found
Internal Server Error
curl -i -X GET \ 'https://api.stockx.com/v2/selling/listings/:listingId/market-data?country=string¤cyCode=USD' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>' \ -H 'x-api-key: YOUR_API_KEY_HERE'
{- "listingId": "35d76ac8-a112-4d75-b44f-c8ef04a87c93",
- "productId": "35d76ac8-a112-4d75-b44f-c8ef04a87c93",
- "variantId": "35d76ac8-a112-4d75-b44f-c8ef04a87c93",
- "currencyCode": "USD",
- "lowestAskAmount": 100,
- "highestBidAmount": 150
}