# Fireblocks

- [addOutgoingSettlementTransaction](https://faq.finerymarkets.com/api-reference/rest-api/settlements/fireblocks/addoutgoingsettlementtransaction.md): Adds an outgoing settlement transaction along with the creation of a new ticket on Fireblocks
- [delSettlementTransaction](https://faq.finerymarkets.com/api-reference/rest-api/settlements/fireblocks/delsettlementtransaction.md): Deletes a settlement transaction along with the cancellation of the matching ticket on Fireblocks
- [findTicket](https://faq.finerymarkets.com/api-reference/rest-api/settlements/fireblocks/findticket.md): Searches for a Fireblocks ticket by its Fireblocks Ticket ID or by the associated Settlement Transaction ID.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://faq.finerymarkets.com/api-reference/rest-api/settlements/fireblocks.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
