# alpha-prices (/docs/query/alpha-prices)

**Category:** Prices & swaps

## Parameters [#parameters]

This read takes no parameters.

## CLI [#cli]

```bash
btcli query alpha-prices --json
```

## Python [#python]

```python
import bittensor as sub

async with sub.Client("finney") as client:
    result = await client.read("alpha_prices")
```
