create_trade
Books a trade by providing a broker quotation UUID and agreeing to terms. Quotes expire after 15 seconds, so refresh if needed.
Instructions
Books a trade using a broker quotation UUID. The client must agree to terms. Broker quotations expire after 15 seconds — use refresh_quote if needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| broker_quotation_uuid | Yes | UUID of the broker quotation to book | |
| agree_to_terms | Yes | Must be true — client agrees to terms and conditions |