For the complete documentation index, see llms.txt. This page is also available as Markdown.

ticker

Description

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

Usage

/ticker [crypto] [base] [exchange]

Arguments

Description: The cryptocurrency to show the ticker of.

Valid Inputs: Name or symbol for a supported cryptocurrency.

Argument Examples: eth binance-coin bitcoin XRP

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

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

Examples

  • /ticker eth usd binance_us

  • /ticker btc usdc gdax

  • /ticker doge usdt kucoin

Preview

Command previews are coming soon...

Last updated