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
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.