v1
latestOpenAPI 3.1.02026-08-0466147138.0 KBAuxiliary
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
Example response
{
"$schema": "https://api.superform.xyz/schemas/GetSuperpositionUSDPriceOutputBody.json",
"data": 13.48,
"message": "Success",
"status": 200
}