post https://api-demo.anduin.dev/api/v1/fundsub//orders
Create a new order in a Fund with the supplied fundId
.
If the order is created successfully, the response will contain an OrderId, which is used to identify the Order and query Order details (e.g. form filling progress, commitment amount, etc.) via the Graphql API.
To create multiple orders at the same time, the asynchronous version of this API, which is "Create Multiple Orders", is recommended.
A customer-defined ID can be entered into the customId
field and linked to an order, allowing for future identification without the necessity of storing the Anduin orderId
.