GET
/
addresses
/
{address}
/
transactions
/
count
Address transaction count
curl --request GET \
  --url https://mainnet.gomaestro-api.org/v1/addresses/{address}/transactions/count \
  --header 'api-key: <api-key>'
{
  "data": 11043,
  "last_updated": {
    "timestamp": "2022-10-10 20:25:28",
    "block_hash": "2d9eda3c353ed1e18bd7219cdee9d4911df9e582d76adf7f85b1f464a78bd5af",
    "block_slot": 32265939
  }
}

Authorizations

api-key
string
header
required

Project API Key

Path Parameters

address
string
required

Address in bech32 format

Response

200
application/json

Get the transaction count for an address

Timestamped response. Returns the endpoint response data along with the chain-tip of the indexer, which details at which point in the chain's history the data was correct as-of.