# List of orders **GET /assets/{assetId}/orders** ## Servers ## Parameters ### Path parameters - **assetId** (string) ## Responses ### 200 OK #### Body: (array[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) ### 401 Unauthorized [Powered by Bump.sh](https://bump.sh)