Transactions
List Transactions
List transactions by reference ID.
get/v1/transactions
Query parameters
reference_idstring required
Developer-provided reference ID to filter transactions by.
Headers
privy-app-idstring required
ID of your Privy app.
Response
List of transactions matching the reference ID.
Example response
{
"transactions": [
{
"caip2": "eip155:8453",
"created_at": 1631573050000,
"id": "cm7oxq1el000e11o8iwp7d0d0",
"status": "confirmed",
"transaction_hash": "0x2446f1fd773fbb9f080e674b60c6a033c7ed7427b8b9413cf28a2a4a6da9b56c",
"wallet_id": "fmfdj6yqly31huorjqzq38zc"
}
]
}