# Returns the orders list with a certain status received after a timestamp **GET /orders** Returns the orders list with a certain status received after a timestamp ## Servers ## Parameters #### Query parameters - **status** (string) Order status attribute - **updated_at** (string) Order updated_at attribute ## Responses ### 200: Orders list #### Body Parameters: (array[object]) - **id** (string(uuid)) - **amount** (number(float)) - **cancelled_at** (string(datetime) | null) - **currency** (string) - **sender_iban** (string | null) - **user_id** (string(uuid)) - **created_at** (string(datetime)) - **updated_at** (string(datetime)) - **project_code** (string) - **disposable_capital** (boolean | null) - **suitable_income** (boolean | null) - **order_code** (string) - **status** (object) - **payment_details** (object) - **wallet_address** (string | null) - **external_metadata** (object(json)) [Powered by Bump.sh](https://bump.sh)