{% extends "warden/warden_layout.html" %} {% block content %}
|
|
₿ {{(portfolio_data['BTC']['trade_quantity'] | jformat(4))}} | {{(portfolio_data['BTC']['trade_quantity'] * 100000000) | jformat(0)}} sats |
|
|
|||
| portfolio value | portfolio value | portfolio value | 24hr change | 24hr change |
|
|
|
|
| ₿ Price | ₿ Block Height | last update |
| Ticker | Quantity | Latest Price ({{current_app.fx['symbol']}}) | 24hr Chg | Position ({{current_app.fx['symbol']}}) | % of total | |
|---|---|---|---|---|---|---|
| {{position}} | {{(portfolio_data[position]['trade_quantity'] | jformat(4))}} |
|
|
|
|
| Wallet | TxID | Previous Balance |
|---|---|---|
| {{element[1]['trade_account']}} | {{element[1]['trade_blockchain_id'][0:3]}}..{{element[1]['trade_blockchain_id'][-4:-1]}} | {{element[1]['amount'] | jformat(4)}} |
| Wallet | TxID | Confirmations | New Balance |
|---|---|---|---|
| {{element[1]['trade_account']}} | {{element[1]['trade_blockchain_id'][0:3]}}..{{element[1]['trade_blockchain_id'][-4:-1]}} | {{element[1]['confirmations'] | jformat(0)}} | {{element[1]['amount'] | jformat(4)}} |
| Name | Device(s) | Position | # | Sigs Required | Address Type | Pending PBSTs | Last Activity | ||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{wallet}} |
{%if current_app.wallets[wallet_alias][wallet_alias]['devices']%}
{%for element in current_app.wallets[wallet_alias][wallet_alias]['devices']%}
{{element}} {%endfor%} {%endif%} |
{{warden_metadata['txs'][wallet_alias]['amount'].sum() | jformat(4)}} | {{warden_metadata['txs'][wallet_alias]['amount'].count() | jformat(0)}} | {{current_app.wallets[wallet_alias][wallet_alias]['sigs_required']}} | {{current_app.wallets[wallet_alias][wallet_alias]['address_type']}} | {% if current_app.wallets[wallet_alias][wallet_alias]['pending_psbts'] == {}%} None {%else%} {{current_app.wallets[wallet_alias][wallet_alias]['pending_psbts']}} {%endif%} | {{(warden_metadata['txs'][wallet_alias].time.max() | epoch) | time_ago}} | {%if current_app.wallets[wallet_alias]['scan']%}Scanning... ( {{(current_app.wallets[wallet_alias]['scan'] * 100) | jformat(2)}}%) | {%else%}{%endif%} | ||||||||||||||||
|
Transactions
|
|||||||||||||||||||||||||
| {{warden_metadata['wallet_info'][wallet]['name']}} | {%for device in warden_metadata['wallet_info'][wallet]['devices']%} {{device}} {%endfor%} | N/A | {{warden_metadata['txs_count'][wallet]['info']['txcount']}} | {{warden_metadata['wallet_info'][wallet]['sigs_required']}} | {{warden_metadata['wallet_info'][wallet]['address_type']}} | {% if warden_metadata['wallet_info'][wallet]['pending_psbts'] == {}%} None {%else%} {{warden_metadata['wallet_info'][wallet]['pending_psbts']}} {%endif%} | N/A | {%if specter['wallets']['wallets'][wallet]['info']['scanning']%}Scanning... ( {{(specter['wallets']['wallets'][wallet]['info']['scanning']['progress'] * 100) | jformat(2)}}%) | {%else%}{%endif%} | ||||||||||||||||
| Ticker | Position | Fees | Total PnL | Breakeven | |
|---|---|---|---|---|---|
| {{position}} |
|
|
|
|
|
| TOTAL |
|
|
|
| Ticker | Price ({{current_app.fx['symbol']}}) | 24hr Chg | 24hr Price Range | 24hr Volume | Mkt Cap | Last Update | Source |
|---|---|---|---|---|---|---|---|
| {{position}} |
|
|
|
|
|
|
|
{%endif%}
| Current NAV | |
| Highest NAV | |
| Lowest NAV | |
| Portfolio Value |
{{current_app.fx['symbol']}}
|
| Highest Value |
{{current_app.fx['symbol']}}
|
| NAV Returns | |
|---|---|
| Since last 'close' | |
| 1 week | |
| 30 days | |
| 90 days | |
| Since ATH | |
| Since inception | |