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
Ok
const response = await fetch('https://alephium.nownodes.io/multisig/address', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({ "keys": [ "d1b70d2226308b46da297486adb6b4f1a8c1842cb159ac5ec04f384fe2d6f5da28", "d1b70d2226308b46da297486adb6b4f1a8c1842cb159ac5ec04f384fe2d6f5da28" ], "mrequired": 1 }), }); const data = await response.json();
{ "address": "text" }