> ## 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.

# Taker history

> A taker's quotes, with their executions and settlements.

<ParamField query="taker" type="string" required>A `0x` address (matched without case) or a base58 key (matched exactly).</ParamField>
<ParamField query="limit" type="number" default="50">1 to 200.</ParamField>

<ResponseField name="intents" type="object[]">
  <Expandable title="Intent">
    <ResponseField name="quoteId, rfqId, status" />

    <ResponseField name="sellToken, buyToken, sellAmount, received, proceeds, takerPays" />

    <ResponseField name="feeToken, feeAmount, gasFeeToken, gasFee" />

    <ResponseField name="recipient" type="string" />

    <ResponseField name="resolver" type="string | null" />

    <ResponseField name="quotedAt, expiresAt" type="string" />

    <ResponseField name="band" type="object | null" />

    <ResponseField name="limitOrderId" type="string | null">Set when the quote filled a limit order.</ResponseField>
    <ResponseField name="execution" type="object | null">`{ executionId, status, reason, txHash, submitter, gasUsed, submittedAt, updatedAt }`.</ResponseField>
    <ResponseField name="settlement" type="object | null">`{ txHash, block, blockTime, confirmed }`.</ResponseField>
  </Expandable>
</ResponseField>

`400 taker_required` when the address is missing or malformed.
