broker_quote_sell
Create a proforma quote to sell cryptocurrency from a source pocket to a fiat pocket, requiring later confirmation.
Instructions
STEP 1: Sell cryptocurrency to receive fiat balance in a pocket. Creates a proforma quote. Use wallet_get_pockets to find pocket IDs. REQUIRES subsequent confirmation with broker_confirm_quote. [PRIVATE]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| origin_pocket_id | Yes | Source pocket UUID containing cryptocurrency (e.g., BTC pocket) | |
| destination_pocket_id | Yes | Target pocket UUID to receive fiat currency (e.g., EUR pocket) | |
| amount | Yes | Amount to sell from origin pocket (in origin cryptocurrency) | |
| jwt | No | Optional session token for authentication. API keys are recommended for most use cases. |