Format 1: 1000000000000000000
1000000000000000000
Format 2: x.y ALPH, where `1 ALPH = 1000000000000000000
x.y ALPH
Field fromPublicKeyType can be default or bip340-schnorr
default
bip340-schnorr
const response = await fetch('https://alephium.nownodes.io/addresses/{address}/balance', { method: 'GET', headers: {}, }); const data = await response.json();
{ "balance": "text", "balanceHint": "text", "lockedBalance": "text", "lockedBalanceHint": "text", "tokenBalances": [ { "id": "text", "amount": "text" } ], "lockedTokenBalances": [ { "id": "text", "amount": "text" } ], "utxoNum": 0 }