Blockdaemon Staking API - List Your Staking Plans

mev_enabled

Type: boolean
Description: A filter on MEV on/off
Values:

protocols

Type: array of objects
Description: A filter on the type of protocols.
Enum Values (Show 9):

networks

Type: array of objects
Description: A filter on the type of networks.
Enum Values (Show 12):

providers

Type: array of objects
Description: A filter on the type of providers.

regions

Type: array of objects
Description: A filter on the type of regions.

page

Type: int64
Constraints: ≥ 1
Default: 1
Description: The result set page to view

per_page

Type: int64
Constraints: 1 to 1000
Default: 250
Description: The number of items to include on a single page

X-Client-ID

Type: string
Constraints: required, length ≥ 1
Description: Unique ID of the client/customer

Response Codes

Example

curl --request GET \
     --url 'https://svc.blockdaemon.com/boss/v1/plans?page=1&per_page=250' \
     --header 'accept: application/json'

Notes