broker_quote_sell
Create a proforma quote to sell cryptocurrency from a source pocket and receive fiat in a destination pocket. Requires confirmation with broker_confirm_quote to finalize.
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 |
|---|---|---|---|
| jwt | No | Optional session token for authentication. API keys are recommended for most use cases. | |
| amount | Yes | Amount to sell from origin pocket (in origin cryptocurrency) | |
| idempotency_key | No | Stable key for this logical action (UUID recommended). Reuse the same value when retrying after a timeout so Bit2Me does not execute twice. Auto-generated if omitted. | |
| 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) |