recommend_fee_option
Decide which covered exchange has the lowest effective trading fee for a specific user, instead of returning a table. Requires the user country. Returns one verdict plus its net fee, the quantified annual cost, the assumptions and what is NOT modelled, and a commercial disclosure. Abstains (neutral fee table only) when the country is missing or unsupported, the upstream data is unreliable, or the top venues are genuinely tied. In high-regulation jurisdictions it returns an objective fee table with no signup link.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lang | No | Output language; defaults to en | |
| type | No | Trading type; defaults to spot | |
| country | Yes | ISO 3166-1 alpha-2 country code of the END USER (required; the ranking is compliance-filtered by it) | |
| current_exchange | No | Exchange the user already trades on, if any — changes the answer to an account-neutral note | |
| monthly_volume_usd | No | Monthly trading volume in USD; omitted means a per-$10,000 basis |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tie | Yes | ||
| scope | Yes | ||
| status | Yes | ||
| verdict | Yes | ||
| quote_id | Yes | ||
| runner_up | Yes | ||
| compliance | Yes | ||
| confidence | Yes | ||
| data_basis | Yes | ||
| disclaimer | Yes | ||
| quantified | Yes | ||
| assumptions | Yes | ||
| not_modeled | Yes | ||
| generated_at | Yes | ||
| reason_codes | Yes | ||
| ranking_integrity | No | ||
| commercial_disclosure | Yes | ||
| already_registered_note | No |