Skip to main content
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
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.gomaestro.org/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

api-key
string
header
required

Project API Key

Path Parameters

address
string
required

Address in bech32 format

Response

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.

data
integer<int64>
required

Number of transactions

Required range: x >= 0
last_updated
object
required

Details of the most recent block processed by the indexer (aka chain tip); that is, the data returned is correct as of this block in time.