| Final balance | {{addressInformation.balance}} | 
| Bought via Exodus | {{addressInformation.total_exodus}} | 
| Payments received | {{addressInformation.total_received}} | 
| Payments sent | {{addressInformation.total_sent}} | 
| Coins bought | {{addressInformation.total_bought}} | 
| Coins sold | {{addressInformation.total_sold}} | 
| Open accept | {{addressInformation.total_sell_accept}} | 
| Open sell | {{addressInformation.total_sell_offer}} | 
| Reserved | {{addressInformation.total_reserved}} | 
| Exodus transactions | {{addressInformation.exodus_transactions.length}} | 
| Incoming transactions | {{addressInformation.received_transactions.length}} | 
| Outgoing transactions | {{addressInformation.sent_transactions.length}} | 
| Bought transactions | {{addressInformation.bought_transactions.length}} | 
| Sold transactions | {{addressInformation.sold_transactions.length}} | 
| Open accept transaction | {{addressInformation.accept_transactions.length}} | 
| Open sell transaction | {{addressInformation.offer_transactions.length}} | 
| Transaction | Amount | Date | 
|---|---|---|
|  {{trans.tx_hash | characters:10}} | {{trans.formatted_amount}} | {{trans.tx_time | date:'dd MMM HH:mm'}} | 
| Transaction | Amount | Date | 
|---|---|---|
|  {{trans.tx_hash | characters:10}} | {{trans.formatted_amount}} | {{trans.tx_time | date:'dd MMM HH:mm'}} | 
| Payment | Accept | Date | 
|---|---|---|
|  {{trans.tx_hash | characters:10}} |  {{trans.accept_txid | characters:10}} | {{trans.tx_time | date:'dd MMM HH:mm'}} | 
| Transaction | Amount | Date | 
|---|---|---|
|  {{trans.tx_hash | characters:10}} | {{trans.formatted_amount}} | {{trans.tx_time | date:'dd MMM HH:mm'}} | 
| Transaction | Amount | Date | 
|---|---|---|
|  {{trans.tx_hash | characters:10}} | {{trans.formatted_amount}} | {{trans.tx_time | date:'dd MMM HH:mm'}} | 
| Transaction | Source address | Amount | Block time | 
|---|---|---|---|
|  {{trans.tx_hash | characters:10}} | {{trans.from_address}} | {{trans.formatted_amount}} | {{trans.tx_time | date:'dd MMM HH:mm'}} | 
| Transaction | Receiving address | Amount | Block time | 
|---|---|---|---|
|  {{trans.tx_hash | characters:10}} | {{trans.to_address}} | {{trans.formatted_amount}} | {{trans.tx_time | date:'dd MMM HH:mm'}} |