Transactions count
Count the number of transactions associated with this address
Path parameters
kaspaAddressstringRequiredPattern:
Kaspa address as string e.g. kaspatest:qpqz2vxj23kvh0m73ta2jjn2u4cv4tlufqns2eap8mxyyt0rvrxy6ejkful67
^kaspatest:[a-z0-9]{61,63}$
Responses
200
Successful Response
application/json
422
Validation Error
application/json
get
GET /addresses/{kaspaAddress}/transactions-count HTTP/1.1
Host: kas.nownodes.io
Accept: */*
{
"total": 1,
"limit_exceeded": true
}