cryptfolio/wallet.json
2024-05-09 10:00:56 -07:00

19 lines
261 B
JSON

{
"tokens": [
{
"token": "BTC",
"investment": 50,
"balance": 0.0008
},
{
"token": "ETH",
"investment": 35,
"balance": 0.012
}
],
"ntfy": {
"server": "https://ntfy.sh",
"topic": "topic123"
}
}