Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/docs/metrics/whale-transaction-count/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: Amount of coin/tokens moved on-chain by whales.

## Description

This metric shows the number of transactions whose value in USD is above a given threhsold.
This metric shows the number of transactions whose value in USD is above a given threshold.
There are two metrics available:
- `whale_transaction_count_100k_usd_to_inf` - The count of all transactions whose USD value is above $100,000
- `whale_transaction_count_1m_usd_to_inf` - The count of all transactions whose USD value is above $1,000,000
Expand Down
2 changes: 1 addition & 1 deletion src/docs/metrics/whale-transaction-volume/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: USD Volume of coin/tokens moved on-chain by whales.

## Description

This metric shows the total volume of transactions whose value in USD is above a given threhsold.
This metric shows the total volume of transactions whose value in USD is above a given threshold.
There are two metrics available:
- `whale_transaction_volume_100k_usd_to_inf` - The volume of all transactions whose USD value is above $100,000
- `whale_transaction_volume_1m_usd_to_inf` - The volume of all transactions whose USD value is above $1,000,000
Expand Down