v1

latestOpenAPI 3.1.02026-08-0466147138.0 KB
Auxiliary

Get superposition price

Returns superposition price in USD.

get/superpositions/{superform_id}/price

Path parameters

superform_idstring required
Example:1

Query parameters

amount_instring
Example:1000000000000000000
block_numberstring
Example:12345678

Response

OK

$schemastring uri

A URL to the JSON Schema for this object.

datanumber double required
messagestring required
statusinteger required

Example response

{
  "$schema": "https://api.superform.xyz/schemas/GetSuperpositionUSDPriceOutputBody.json",
  "data": 13.48,
  "message": "Success",
  "status": 200
}