Blockchain Indexer API
Addresses

Address transaction count

1min
GET
https://mainnet.gomaestro-api.org/v1/addresses/{address}/transactions/count
Cardano Mainnet

Returns the number of transactions in which the address spent or received some funds.

Specifically, the number of transactions where: the address controlled at least one of the transaction inputs and/or receives one of the outputs AND the transaction is phase-2 valid, OR, the address controlled at least one of the collateral inputs and/or receives the collateral return output AND the transaction is phase-2 invalid. Read more.

Authentication
api-key
Path Parameters
address
*
Responses
200
Get the transaction count for an address
Example
{"data":11043,"last_updated":{"timestamp":"2022-10-10 20:25:28","block_hash":"2d9eda3c353ed1e18bd7219cdee9d4911df9e582d76adf7f85b1f464a78bd5af","block_slot":32265939}}
Description
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
*
last_updated
*
400
Malformed query parameters
500
Internal server error