> 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/ticker.md).

# 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...*


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.bitbot.tools/commands/statistics/ticker.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
