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

# Settlement feed

> The most recent settled fills across every chain.

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

<ResponseField name="fills" type="object[]">
  <Expandable title="Fill">
    <ResponseField name="executionId" type="string | null" />

    <ResponseField name="quoteId" type="string | null">Null for an indexed fill no quote links to.</ResponseField>
    <ResponseField name="txHash" type="string">`0x` hash on EVM, base58 signature on Solana.</ResponseField>

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

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

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

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

    <ResponseField name="resolver" type="string | null">The winning node's identity.</ResponseField>
    <ResponseField name="settledAt" type="string">ISO 8601.</ResponseField>
    <ResponseField name="tookMs" type="number | null">Execution to settlement.</ResponseField>
    <ResponseField name="confirmed" type="boolean | null">Whether the indexer has confirmed it (12 blocks on EVM, finalized on Solana).</ResponseField>
  </Expandable>
</ResponseField>
