This endpoint checks if addresses have had any transaction activity in the past. It is specifically designed for HD Wallets to verify historical address activity.
["kaspatest:qpqz2vxj23kvh0m73ta2jjn2u4cv4tlufqns2eap8mxyyt0rvrxy6ejkful67"]
POST /addresses/active HTTP/1.1 Host: kas.nownodes.io Content-Type: application/json Accept: */* Content-Length: 22 { "addresses": [ "text" ] }
Successful Response
[ { "address": "text", "active": true } ]