Blockchain Indexer API
Addresses

Payment credential transactions

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

Returns transactions in which the specified payment credential spent or received funds, or was a required signer.

Specifically, "spent or received funds" meaning: the payment credential was used in an address which 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
credential
*
Query Parameters
count
All Of
object +
order
All Of
object +
from
to
cursor
Responses
200
Get the transactions for an address
Example
{"data":[{"tx_hash":"31a84c3c6200bec2498b18c42f882fa690cd0d32a9c84a2019eb5cc42f5971d0","slot":73867237,"input":false,"output":true,"required_signer":false},{"tx_hash":"357a18477c72d771df77736f83abba44fa826a3e36bc31bb81ca4e2f06475cc6","slot":73867237,"input":false,"output":true,"required_signer":false}],"last_updated":{"timestamp":"2022-10-10 20:25:28","block_hash":"bdf4630098ac6923e0ef1ca0b0d6e00dca96790a8c3dd670948fdfe1456798d2","block_slot":73867237},"next_cursor":null}
Description
A paginated response. Pass in the `next_cursor` in a subsequent request as the `cursor` query parameter to fetch the next page of results.
data
*
last_updated
*
next_cursor
400
Malformed query parameters
500
Internal server error