Skip to main content
GET
/
wallet
/
transactions
/
{transaction_id}
Get transaction
curl --request GET \
  --url https://api.proxyjam.com/public/v1/wallet/transactions/{transaction_id} \
  --header 'X-API-Key: <api-key>'

Documentation Index

Fetch the complete documentation index at: https://docs.proxyjam.com/llms.txt

Use this file to discover all available pages before exploring further.

Returns a single transaction by ID. You can only retrieve transactions belonging to your account.

Path parameters

transaction_id
string
required
UUID of the transaction.

Response

A single TransactionResponse object. See List transactions for the field reference.

Example

curl https://api.proxyjam.com/public/v1/wallet/transactions/txn-uuid-1 \
  -H "X-API-Key: pj_AbCdEf..."