List Transactions
Transactions
Get transaction by external ID
List transactions by reference ID.
GET
List Transactions
Use this endpoint to look up transactions by a developer-provided
reference_id. This is useful for reconciling transactions
initiated via eth_sendTransaction or
signAndSendTransaction with your internal records.
Authorizations
Basic Auth header with your app ID as the username and your app secret as the password.
Headers
ID of your Privy app.
Query Parameters
Developer-provided reference ID to filter transactions by.
Response
200 - application/json
List of transactions matching the reference ID.
A list of transactions.

