Documentation Index
Fetch the complete documentation index at: https://fireblocks-43c4b3ee-chore-add-cli.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Managing policies via the API
The Fireblocks API gives you two ways to manage your Policy: publish changes directly, or work with a draft before publishing.Publish directly
To retrieve your active Policy or publish a new one without a review step, use these endpoints:Work with drafts
If your workflow requires reviewing or validating Policy changes before they go live, use Policy Drafts:Best practices
Policy rules are evaluated in the order they are defined, so rule ordering matters. Place the most restrictive rules first, and order rules by likelihood of a match. This ensures high-risk or tightly scoped rules are evaluated before broader, more permissive ones, reducing the chance of a transaction being incorrectly approved.Learn more
- About Policies: Help Center overview of how Policies work
- Policies developer guide: How to work with Policies programmatically