Retrieves a paginated list of validators available for staking or
delegation for a specific yield opportunity. Required for yields where
mechanics.requiresValidatorSelection is true (e.g. native staking).
Pass the chosen validator’s address as validatorAddress in the enter
action arguments.
This is a proxy to the Yield.xyz GET /yields/{yieldId}/validators
endpoint. For the full upstream response schema see
docs.yield.xyz.
Documentation Index
Fetch the complete documentation index at: https://docs.portalhq.io/llms.txt
Use this file to discover all available pages before exploring further.
Client API Key or Client Session Token (CST). Pass as a Bearer token in the Authorization header.
The yield opportunity ID (e.g. monad-testnet-mon-native-staking).
Number of results to skip.
Maximum number of results to return.
x <= 100Filter by validator name (case-insensitive, partial match).
Filter by validator address.
Filter by provider ID.
Filter by validator status (e.g. active).
Filter by preferred flag.
Validators retrieved successfully