Core APIReferenceVaultsSlug
/vaults/{slug}/price-range
Get the upper and lower bounds for price update for a vault by slug and chainId
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.
Length
1 <= lengthQuery Parameters
chainId?|
Chain ID. Defaults to Plume: 98866
Default
98866Response Body
application/json
application/json
application/json
curl -X GET "https://example.com/vaults/nest-alpha-vault/price-range"{ "data": { "upperBound": 0, "lowerBound": 0 }}