t2000_receive
Generate a payment request with a scannable Sui wallet URI and address for receiving funds. Optionally include amount, memo, and label.
Instructions
Generate a payment request — returns wallet address, Payment Kit URI (sui:pay?…), nonce, and optional amount/memo. The URI is scannable by any Sui wallet. Use when the user wants to receive a payment, create a payment request, or share their address for receiving funds.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount | No | Amount to request (omit for open amount) | |
| currency | No | Currency symbol (default: USDC) | |
| memo | No | Payment note | |
| label | No | Description for the request |