Blockchain Indexer API
Addresses

Transactions by multiple payment credentials

1min
POST
https://mainnet.gomaestro-api.org/v1/addresses/cred/transactions
Cardano Mainnet

Returns transactions in which at least one of a list specified payment credentials 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
Query Parameters
count
All Of
object +
order
All Of
object +
from
to
cursor
Body Parameters
body
*
Example
["addr_vkh1wdkle2sprqsuklt34474g6n4ps7k6pv6zwe4644uxmg7xj54y87","addr_shared_vkh1ewj7sycvy5y234m3uhudn5dggqk3djr0jheacr3utna5gcnmwp2"]
Responses
200
Transactions involving payment credentials
Example
{"data":[{"tx_hash":"6029360e8236d06d81a31e9d8c6748ada97817f227204be092c93ad04fd04e4c","slot":55718892},{"tx_hash":"21c895e07df0af0d4bfad175f823b047a61542352890ffdd23bd23d56f567d2d","slot":55718892},{"tx_hash":"257916e7ae112cf16f27218e41bfa37c018bab922354201b3b38c9a24c35ab33","slot":55718892},{"tx_hash":"c140d6590778da752bf9b33780efdb9dc6307aa0bfc107f95f503016b58aa218","slot":106047961}],"last_updated":{"timestamp":"2023-10-18 07:30:52","block_hash":"0e1e924710135acfe200ab13d290bd282a67584fd54456f0dcac0aeaa38bb2c2","block_slot":106047961},"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