broker_quote_swap
Creates a proforma quote to swap one cryptocurrency for another between pockets, requiring subsequent confirmation to complete the exchange.
Instructions
STEP 1: Swap/exchange one cryptocurrency for another between pockets. 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 to swap (e.g., BTC pocket) | |
| destination_pocket_id | Yes | Target pocket UUID to receive different cryptocurrency (e.g., ETH pocket) | |
| amount | Yes | Amount to swap from origin pocket (in origin cryptocurrency) | |
| jwt | No | Optional session token for authentication. API keys are recommended for most use cases. |