# Create a new order **POST /assets/{assetId}/orders** ## Servers ## Parameters ### Path parameters - **assetId** (string) ### Body: (object) - **account holder_id** (string(uuid)) - **asset_id** (string(uuid)) - **subscription_amount** (number(float)) - **subscription_currency** (string) - **status** (string) ## Responses ### 401 Unauthorized ### 200 OK #### Body: (object) - **id** (string(uuid)) - **account holder_id** (string(uuid)) - **asset_id** (string(uuid)) - **subscription_amount** (number(float)) - **subscription_currency** (string) - **subscribed_at** (string(date-time)) - **allocated_amount** (number(float)) - **allocated_at** (string(date-time)) - **status** (string) [Powered by Bump.sh](https://bump.sh)