curl -s "https://api.cspriceapi.com/v1/prices/latest?markets=youpin" \ -H "Authorization: Bearer YOUR_API_KEY"
Or the legacy per-market route (still supported):
curl -s "https://api.cspriceapi.com/v1/prices/youpin" \ -H "Authorization: Bearer YOUR_API_KEY"