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

# SimulateTokenContractResponse

> Response returned by `simulateTokenContract`. SimulateTokenContractResponse type reference: every field and its type.

<div data-generated>
  ## GraphQL

  ```
  type SimulateTokenContractResponse {
    result: Boolean!
    simulationId: String
    error: String
  }
  ```

  ### Used By

  **Returned by**

  * [simulateTokenContract](/api-reference/mutations/simulatetokencontract.md): Queues asynchronous token analysis. Use simulateLiveContractInput; legacy deployment and creation-transaction modes are not supported by the current analyzer. A successful response acknowledges submission, not a trading verdict. Retrieve the outcome with getSimulateTokenContractResults. Non-admin requests have a five-minute cooldown per token and network; a cooldown violation raises TOO\_MANY\_REQUESTS.
</div>
