repayment
Repay account liabilities: submit a payment or list repayable coins and amounts.
Instructions
[VERB] Repay account liabilities: submit a repayment, or list repayable coins/amounts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| coin | No | Coin to repay, e.g. USDT. | |
| view | No | summary (default) trims null fields to save tokens; full returns the untouched payload. | |
| action | Yes | What to do — submit: repay a liability (needs: repayableCoinList, paymentCoinList) | repayable: list repayable coins/amounts. | |
| amount | No | Amount to repay. | |
| dryRun | No | Preview a write without sending it. | |
| fields | No | Optional list (array or comma-separated string) of fields to keep on each returned row. | |
| confirm | No | Required to execute destructive (high-risk) writes; without it such a call returns { confirmationRequired: true }. | |
| paymentCoinList | No | Payment coin list | |
| repayableCoinList | No | Repayable coin list |