# ticker

## Description

Shows last price and volume for a trading pair on a crypto exchange.

## Usage

> /ticker \[crypto] \[base] \[exchange]

## Arguments

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

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

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

{% tab title="base" %}
**Description:** The base crypto or fiat which the crypto is traded against.

**Valid Inputs:** Valid fiat code or crypto symbol.

**Argument Examples:** `USDT` `BTC` `usd`
{% endtab %}

{% tab title="exchange" %}
**Description:** The exchange to get the ticker from.

**Valid Inputs:** The ID of a crypto exchange which supports the trading pair entered. <https://www.coingecko.com/en/exchanges>

**Argument Examples:** `binance` `gdax` `binance_us`
{% endtab %}
{% endtabs %}

## &#x20;Examples

* `/ticker eth usd binance_us`
* `/ticker btc usdc gdax`
* `/ticker doge usdt kucoin`

## Preview

*Command previews are coming soon...*
