# GET /v2/prices/float-ranged

Float Ranged Prices

- Interactive docs: [https://cspriceapi.com/docs/api/prices-float-ranged-v2](https://cspriceapi.com/docs/api/prices-float-ranged-v2)
- 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 /v2/prices/float-ranged

Get float-ranged prices v2 (Pro)

Returns float-ranged listing prices (v2).

This v2 payload is intentionally slim and only includes:
`market_hash_name`, `float_range`, `phase`, `fade`, `count`,
`price_rmb` and `updated_at`.

The `phase` field is translated to English where applicable.
`fade` is the fade percentage for Fade skins (otherwise `null`).

Most prices update about every 5 minutes, depending on the marketplace. Doppler phases included.

```bash
curl -s "https://api.cspriceapi.com/v2/prices/float-ranged" \
  -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.
