---
title: "Get open algo orders"
method: GET
path: "/algo/orders"
tags: ["Algos"]
---

# Get open algo orders

`GET /algo/orders`

Get current user all open algo orders

## Response `200`

OK

- object
  - `results` object[] — Array of results
    - `account` string — Account identifier (user's account address)
    - `algo_params` object — Type-specific algo parameters
    - `algo_type` '' | 'TWAP'
    - `avg_fill_price` string — Average fill price of the order
    - `cancel_reason` string — Reason for algo cancellation if it was closed by cancel
    - `created_at` integer — Algo creation time
    - `end_at` integer — Algo end time
    - `id` string — Unique algo identifier
    - `last_updated_at` integer — Algo last update time. No changes once status=CLOSED
    - `market` string — Market to which algo belongs
    - `remaining_size` string — Remaining size of the algo
    - `side` 'BUY' | 'SELL'
    - `size` string — Algo size
    - `status` 'NEW' | 'UNTRIGGERED' | 'OPEN' | 'CLOSED'

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/tradeparadex/apis/paradex-rest-api-2.md) · [All operations](https://skmtc.net/tradeparadex/apis/paradex-rest-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tradeparadex/paradex-rest-api-2/versions/6a76453d754c/schema)
