# GET /v1/prices/youpin/float-buyorder

YouPin Float Buyorder

- Interactive docs: [https://cspriceapi.com/docs/api/prices-youpin-float-buyorder](https://cspriceapi.com/docs/api/prices-youpin-float-buyorder)
- OpenAPI YAML: [https://cspriceapi.com/openapi.yaml](https://cspriceapi.com/openapi.yaml)
- Data coverage: [https://cspriceapi.com/docs/data-coverage](https://cspriceapi.com/docs/data-coverage)

### GET /v1/prices/youpin/float-buyorder

YouPin Float Buyorder

Full snapshot of YouPin float-/phase-/fade-filtered buy orders.
Each row is one filter bucket (float range, Doppler phase, Fade %, or
Case Hardened tier) with up to **10** nested order-book levels.

Response fields depend on the skin type:
- **Doppler / Gamma Doppler** — `phase`, `special_type`, `paint` (only when set)
- **Fade** — `fade_range`, `min_fade`, `max_fade`
- **Case Hardened** — `phase` (e.g. Full Blue), `tier` (T1–T4), `paint` (only when set)
- **Other skins** — float fields only (no phase / fade / tier)

Most prices update about every **30 minutes**.


```bash
curl -s "https://api.cspriceapi.com/v1/prices/youpin/float-buyorder" \
  -H "Authorization: Bearer YOUR_API_KEY"
```

---

Full request/response schemas: import [openapi.yaml](https://cspriceapi.com/openapi.yaml) or use the Scalar UI on the HTML page.
