Transactions count

Get Transaction Count For Address

get

Count the number of transactions associated with this address

Path parameters
kaspaAddressstringRequired

Kaspa address as string e.g. kaspatest:qpqz2vxj23kvh0m73ta2jjn2u4cv4tlufqns2eap8mxyyt0rvrxy6ejkful67

Pattern: ^kaspatest:[a-z0-9]{61,63}$
Responses
200
Successful Response
application/json
get
GET /addresses/{kaspaAddress}/transactions-count HTTP/1.1
Host: kas.nownodes.io
Accept: */*
{
  "total": 1,
  "limit_exceeded": true
}

Revision created

GitBook: No commit message