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

# Get order requirement details for an order

> Fetch order requirement details for an order that is in `AWAITING_INFORMATION` status.

The response includes `requirementId` and `dueBy` metadata, a
`requiredData` JSON Schema (Draft-7) describing the shape of the `data` object expected on
`POST /trading/orders/{orderId}/requirement/data`, and `requiredFiles` descriptors for any files the
provider requires (uploaded via `POST /trading/orders/{orderId}/requirement/file`).

Note: These endpoints are currently in beta and might be subject to changes.

If you want to participate and learn more about the Fireblocks Trading, please contact your Fireblocks Customer Success Manager or send an email to CSM@fireblocks.com.

Endpoint Permission: Owner, Admin, Non-Signing Admin, Signer, Approver, Editor, Viewer.

For detailed information about error codes and troubleshooting, please refer to our [API Error Codes documentation](https://developers.fireblocks.com/reference/api-error-codes).



## API Specification

The full API specification for this endpoint is available in the [documentation index](https://developers.fireblocks.com/llms.txt).
