---
title: "Create a Simulation"
method: POST
path: "/simulation"
tags: ["Simulation Endpoint"]
---

# Create a Simulation

`POST /simulation`

## Request body

- object
  - `simulation` object, required — The inputs to trigger the simulation. The required fields are dependent on the simulation type
  - `type` string, required — Type of simulation to run

## Response `200`

The simulation created

- object
  - `simulation` object — The inputs to trigger the simulation. The required fields are dependent on the simulation type
  - `type` string — Type of simulation to run

---

[API](https://skmtc.net/treasuryprime/apis/account.md) · [All operations](https://skmtc.net/treasuryprime/apis/account/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/treasuryprime/account/revisions/95a3c69c14e8/schema)
