verify_payment_received
Check recent transactions to verify an incoming payment of a specific amount and token, confirming receipt from a sender.
Instructions
Check recent transactions for a matching incoming payment of an expected amount and token
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| expected_from | No | Optional sender address the payment must come from | |
| expected_amount | Yes | Expected amount in human readable units, e.g. "5.00" | |
| token | Yes | Token the payment should arrive in | |
| wallet_address | Yes | The receiving wallet address to check | |
| since_minutes_ago | No | How far back to look for the payment (default 30 minutes) | |
| network | No | Network to use: testnet (default) or mainnet |