Get Transaction History
monei_get_transaction_historyGet a user's recent transaction history across all types to review past activity, verify whether a payment went through, and audit sends, swaps, or bill payments.
Instructions
Returns the user's recent transaction history across all transaction types.
Use this when the user wants to review past activity, check if a payment went through, or audit recent sends, swaps, or bill payments.
Returns: { "transactions": [ { "id": string, "reference": string, "type": string, // e.g. "OFFRAMP", "SWAP", "TRANSFER", "BILL_PAYMENT" "nature": string, // e.g. "DEBIT" | "CREDIT" "amount": number, "currency": string, "status": string, // e.g. "COMPLETED", "PENDING", "FAILED" "narration": string, "createdAt": string } ] }
Examples:
"Show my recent transactions" -> call this
"Did my USDT sale go through?" -> call this, filter by type=OFFRAMP
"What did I spend money on recently?" -> call this, show narration fields
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||