> For the complete documentation index, see [llms.txt](https://docs.bitbot.tools/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bitbot.tools/commands/statistics/price.md).

# price

## Description

Displays the price of a cryptocurrency.

## Usage

> /price \[crypto] {base}

## Arguments

{% tabs %}
{% tab title="crypto" %}
**Description:** The cryptocurrency to show the price of.

**Valid Inputs:** Name or symbol for a supported cryptocurrency.

**Argument Examples:** `eth` `binance-coin` `bitcoin` `XRP`
{% endtab %}

{% tab title="base (optional)" %}
**Description:** The base currency to display the price against.

**Valid Inputs:** Valid fiat code, or symbol of one of the few major cryptos supported as base currencies.

**Default:** `usd`

**Argument Examples:** `eur` `TRY` `btc`
{% endtab %}
{% endtabs %}

## &#x20;Examples

* `/price btc`
* `/price zcash eur`

## Preview

*Command previews are coming soon...*
