roamzy_payment_options
Retrieve supported stablecoin and network combinations for payment, with fees and recommended options.
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 «какой стейблкоин и в какой сети — у тебя?». 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 | |||