Sends a question to Genie and returns a single answer. Reuse the sessionId from the original session on follow-up messages to continue the conversation with prior context.
Note: This endpoint is currently in beta and might be subject to changes.
Documentation Index
Fetch the complete documentation index at: https://developers.fireblocks.com/llms.txt
Use this file to discover all available pages before exploring further.
A unique identifier for the request. If the request is sent multiple times with the same idempotency key, the server will return the same response as the first request. The idempotency key is valid for 24 hours.
The Genie session ID returned from POST /genie/sessions.
"7c1b2e1c-1c2a-4f3a-9c2d-2e0a8a1f8e1a"
The natural-language question or instruction to send to Genie.
"What is the latest balance on my BTC vault?"
Genie response
The unique identifier of the message.
"0a237534-399f-4487-a869-72567b71511a"
The Genie session this message belongs to.
"7c1b2e1c-1c2a-4f3a-9c2d-2e0a8a1f8e1a"
Who produced the message — USER for the customer-supplied query, ASSISTANT for the Genie response.
"ASSISTANT"
The natural-language body of the message.
"The latest balance on the BTC vault is 0.4231 BTC."
Message creation timestamp in epoch milliseconds.
1735603200000