verify_payment
Verifies a Solana USDC payment for a specific tool call, returning payment status, sender address, and comparison of required versus received amount.
Instructions
Verify a Solana USDC payment for a tool call. Returns verification status, sender, and required vs received amount.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tx_signature | Yes | Solana transaction signature to verify | |
| tool_name | Yes | Name of the tool the payment is for (e.g. scan_token, get_quick_score) |