ticker-portfolio.yaml 461 B

1234567891011121314
  1. # List each asset and amount in your portfolio here.
  2. # Amounts should be strings rather than floating-point values.
  3. # Invoke `mmnode-ticker --list-ids` for a full list of supported asset IDs.
  4. btc-bitcoin: '1.23456789'
  5. eth-ethereum: '2.3456789012'
  6. xmr-monero: '4.567890123456'
  7. # Nested values are supported. Values for each asset will be summed.
  8. wallet2:
  9. btc-bitcoin: '0.12345678'
  10. ltc-litecoin: '1.23456789'
  11. exchange1:
  12. xmr-monero: '12.345678901234'