broker_quote_buy
Create a proforma quote to buy cryptocurrency using fiat from a selected pocket, requiring subsequent confirmation to execute the trade.
Instructions
STEP 1: Buy cryptocurrency using fiat balance from 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 fiat currency (e.g., EUR pocket) | |
| destination_pocket_id | Yes | Target pocket UUID to receive cryptocurrency (e.g., BTC pocket) | |
| amount | Yes | Amount to spend from origin pocket (in origin currency) | |
| jwt | No | Optional session token for authentication. API keys are recommended for most use cases. |