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

# 403 - Rejected

A rejected error can occur if extreme market conditions lead to a quote being invalidated.

In this case, a new quote most be issued to the user.

<CodeGroup>
  ```json Example theme={null}
  {
    "detail": "extreme market conditions have invalidated this quote execution",
    "meta": {},
    "status": 403,
    "title": "Rejected",
    "type": "https://developer.paxos.com/docs/v2/problems/rejected"
  }
  ```
</CodeGroup>
