# track

## Description

Sends a notification when a bitcoin transaction reaches a given number of confirmations.

## Usage

> track \[hash] {confirmations}

## Arguments

{% tabs %}
{% tab title="hash" %}
**Description:** The hash of the transaction to track.

**Valid Inputs:** A valid bitcoin transaction hash that hasn't already reached the target confirmations.

**Argument Examples:**`521c734e5cbf703ff85d30bf9d396ffda39926c377de2612cef9bebb779011c4`\`
{% endtab %}

{% tab title="confirmations (optional)" %}
**Description:** The number of confirmations to send an alert at.

**Valid Inputs:** A valid integer value 15 or under.

**Default:**`3`

**Argument Examples:** `5` `2`
{% endtab %}
{% endtabs %}

## &#x20;Examples

* `>track 521c734e5cbf703ff85d30bf9d396ffda39926c377de2612cef9bebb779011c4 8`

## Preview

*Command previews are coming soon...*
