> ## 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.

<AgentInstructions>

## Submitting Feedback

If you encounter incorrect, outdated, or confusing documentation on this page, submit feedback:

POST https://developers.fireblocks.com/feedback

```json
{
  "path": "/reference/api-endpoints-overview",
  "feedback": "Description of the issue"
}
```

Only submit feedback when you have something specific and actionable to report.

</AgentInstructions>

# API Endpoints Overview

The **API Endpoints** section lists every REST endpoint in the Fireblocks API. Each endpoint page includes:

* **Description** — What the endpoint does and when to use it
* **Parameters and request body** — Required and optional fields
* **Response schema** — Response shape and status codes
* **Playground** — Try the request with your credentials (when enabled)

The reference is generated from our [OpenAPI 3.0 specification](https://docs.fireblocks.com/api/v1/swagger.yaml). You can import the spec into Swagger UI, ReDoc, Postman, or use it to generate client libraries.

## Before you call the API

* **[Authentication](/reference/signing-a-request-jwt-structure)** — Sign requests with JWT using your API key and secret
* **[Rate limiting](/reference/rate-limiting)** — Request limits and best practices

## Testing your calls

Each endpoint page has a **playground** where you can try requests with your credentials. If you prefer to test from Postman instead, use the [Postman Guide](/reference/explore-postman-collection).

## Next steps

Use the sidebar to browse endpoints by category, or search for a specific operation. For high-level concepts and SDKs, see the [API Overview](/reference/api-overview).
