> ## Documentation Index
> Fetch the complete documentation index at: https://docs.panofx.com/llms.txt
> Use this file to discover all available pages before exploring further.

# List limit orders

> A taker's limit orders, newest first.

<ParamField query="taker" type="address" required />

<ParamField query="limit" type="number" default="50">1 to 200.</ParamField>

<ResponseField name="limitOrders" type="object[]">Each in the shape of [Place a limit order](/integrators/api/limit-orders-place).</ResponseField>

`400 taker_required`, or `limit_orders_unsupported` for a base58 taker.
