getSlowTransferApprovalRequired
Check if a cryptocurrency transfer requires guardian approval based on user, recipient, token ID, and amount parameters.
Instructions
Check if a transfer needs guardian approval
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user | Yes | The user address | |
| to | Yes | The recipient address | |
| id | Yes | The token ID | |
| amount | Yes | The amount to transfer |