Count the number of transactions associated with this address
Kaspa address as string e.g. kaspa:pzhh76qc82wzduvsrd9xh4zde9qhp0xc8rl7qu2mvl2e42uvdqt75zrcgpm00
^kaspa\:[a-z0-9]{61,63}$
Successful Response
const response = await fetch('/addresses/{kaspaAddress}/transactions-count', { method: 'GET', headers: {}, }); const data = await response.json();
{ "total": 0 }