v1

latestOpenAPI 3.1.02026-07-24223580832.9 KB
General

List of customer's staking plans

This endpoint allows you to get a list of your staking plans.

Staking plans are created by Blockdaemon on your behalf. They are a means to deploy white-label validators or get access to public Blockdaemon validators (depending on the protocol being used in the staking API).

If you do not yet have a staking plan, please contact Blockdaemon sales to get started with our industry-leading staking API.

get/v1/plans

Query parameters

mev_enabledboolean

A filter on MEV on/off

protocolsProtocol[]

A filter on the type of protocols.

networksNetwork[]

A filter on the type of networks.

{"stackTrail":"components:schemas:Provider","oasType":"schema","type":"unknown","description":"Cloud provider which will host the node.","extensionFields":{"x-go-type":"models.ProviderID","x-go-type-import":{"path":"go.blockdaemon.com/nodeq-server/pkg/models","name":"models"}}}

A filter on the type of providers.

regionsRegion[]

A filter on the type of regions.

pageinteger

The result set page to view

per_pageinteger

The number of items to include on a single page

Headers

X-Client-IDstring required

Unique ID of the client/customer

Response

Successful operation

Example response

{
  "plans": [
    {
      "id": "plan_Wgx98Rbi8nQuL9ddn3mTk1",
      "customer_id": "SatoshiNakamoto-xUYJbPw9hw",
      "config": {
        "remote_signer": {
          "public_keys": [
            "0xa1d1ad0714035353258038e964ae9675dc0252ee22cea896825c01458e1807bfad2f9969338798548d9858a571f7425c"
          ]
        }
      }
    }
  ]
}
All 223 operations