---
title: "Get superposition price"
method: GET
path: "/superpositions/{superform_id}/price"
tags: ["Auxiliary"]
---

# Get superposition price

`GET /superpositions/{superform_id}/price`

Returns superposition price in USD.

## Path parameters

- `superform_id` string, required

## Query parameters

- `amount_in` string
- `block_number` string

## Response `200`

OK

- GetSuperpositionUSDPriceOutputBody
  - `$schema` string, uri — A URL to the JSON Schema for this object.
  - `data` number, double, required
  - `message` string, required
  - `status` integer, required

## Other responses

- `default` — Error

---

[API](https://skmtc.net/superform/apis/superform-api.md) · [All operations](https://skmtc.net/superform/apis/superform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/superform/superform-api/versions/6eb27ced1c96/schema)
