get_transaction
Retrieve detailed ledger information for one transaction, such as amount, running balance, description, and timestamp, on your Luno account.
Instructions
Return the full ledger entry for one transaction on the authenticated profile (amount, running balance, description, timestamp). Only finds transactions within the most recent 1000 rows of the account; for older entries, narrow the search with list_transactions first. Requires API credentials.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account_id | Yes | Numeric account ID, as a string (from get_balances). | |
| transaction_id | Yes | Row index of the transaction within the account, as a string. Obtain from list_transactions (row_index field). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account_id | Yes | ||
| available | Yes | ||
| available_delta | Yes | ||
| balance | Yes | ||
| balance_delta | Yes | ||
| currency | Yes | ||
| description | Yes | ||
| detail_fields | Yes | ||
| details | Yes | ||
| kind | Yes | ||
| reference | Yes | ||
| row_index | Yes | ||
| timestamp | Yes |