Submit a response to an order requirement
Submit the user’s textual response to an order requirement on an order that is in AWAITING_INFORMATION status.
The request body carries data — a free-form object conforming to the requiredData JSON Schema
returned by the GET endpoint. Any required files are uploaded separately 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, Editor.
For detailed information about error codes and troubleshooting, please refer to our API Error Codes documentation.
Headers
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.
Path Parameters
The ID of the order to submit the order requirement response for.
1Body
Body of POST /trading/orders/{orderId}/requirement/data. Carries the textual response (data). Any required files are uploaded separately via POST /trading/orders/{orderId}/requirement/file.
Free-form object that MUST conform to the requiredData JSON Schema returned by the GET endpoint. Carries text/select fields.
{
"fullName": "Jane Doe",
"nationality": "US"
}Response
Order requirement submission accepted for processing.