Get EMC swap limits and rate
get_swap_configGet the fixed USDT denominations and current EMC rate to choose a valid amount for buying EMC.
Instructions
Return the current order denominations and fixed rate for buying EMC with USDT.
allowed_amounts is the exact set of USDT values buy_emc accepts (fixed
denominations, not a free range) — pick one of these; min_usdt/max_usdt are its
bounds and emc_per_usdt is the rate (EMC you receive = amount_usdt × emc_per_usdt).
Call this first to choose a valid amount for buy_emc. Read-only — it neither creates
nor changes an order. support_email is the operator contact for manual cases
(e.g. an order on aml_hold or a late/mismatched payment).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| min_usdt | Yes | ||
| max_usdt | Yes | ||
| allowed_amounts | No | the fixed USDT denominations a buyer may pick | |
| emc_per_usdt | Yes | ||
| support_email | No | operator contact for manual cases |