cryptfolio/wallet.json

20 lines
261 B
JSON
Raw Permalink Normal View History

2024-05-09 10:00:56 -07:00
{
"tokens": [
{
"token": "BTC",
"investment": 50,
"balance": 0.0008
},
{
"token": "ETH",
"investment": 35,
"balance": 0.012
}
],
"ntfy": {
"server": "https://ntfy.sh",
"topic": "topic123"
}
}