roamzy_payment_options
Fetches the enabled stablecoin/network payment options from Roamzy's NowPayments account, then asks the user to choose one before creating an order.
Instructions
⚠️ MANDATORY before roamzy_create_order whenever the user has NOT explicitly chosen a stablecoin + network. Returns the list of stablecoin/network combinations currently enabled in the Roamzy NowPayments account (e.g. USDT on TRON, USDC on Solana, etc.) — pulled live from NowPayments /v1/merchant/coins with 1h cache. Each entry includes code (pass as pay_currency to create_order), human-readable display, fees_hint, and a recommended flag. After calling this tool, ASK the user in chat which option they want — NEVER silently default to usdttrc20. Recommended UX: present the 3-5 most relevant options as a short bulleted list, mention fees_hint as a one-line aside, then ask the user which stablecoin and network they want to pay with. Only after the user picks should you call roamzy_create_order with the matching code as pay_currency.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | ||
| options | Yes | ||
| api_version | No | ||
| minimum_usdt | No | Hard floor on a top-up. | |
| agent_guidance | No | ||
| price_currency | No |