{{define "content"}}

Base Currency

All values are shown in {{.BaseCurrency}}.

Prices convert to this currency using Kraken's own FX crosses, refreshed on the same cycle as prices.

Kraken Connection

{{if .HasCredentials}}

Connected — credentials encrypted at rest.

{{else}}

Not connected.

{{end}}

Use a Kraken API key with only "Query Funds" and "Query Closed Orders & Trades" permissions — no withdrawal or trading rights are needed for read-only monitoring.

Add a Ledger Entry

The pair must be a market Kraken lists (used to fetch price data), even for a crypto deposit/withdrawal or a coin bought elsewhere. Price is only needed for buy/sell. Leave Pair blank for a real-money (GBP/USD/EUR) deposit or withdrawal — that shows on the Transfers tab instead.

Visible Currencies

{{if .Currencies}} {{else}}

No currencies tracked yet.

{{end}}
{{end}}