Core APIReferenceVaultsSlug

/vaults/{slug}/price-range

Get the upper and lower bounds for price update for a vault by slug and chainId

GET
/vaults/{slug}/price-range

Get the upper and lower bounds for price update for a vault by slug and chainId

Path Parameters

slug*string

Unique slug identifier for the vault.

Length1 <= length

Query Parameters

chainId?|

Chain ID. Defaults to Plume: 98866

Default98866

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/vaults/nest-alpha-vault/price-range"
{  "data": {    "upperBound": 0,    "lowerBound": 0  }}