Blockdaemon · Example Payload

Blockdaemon Staking Intent Example

BlockchainWeb3StakingValidatorsCustodyMPCWalletsNodesRPCDeFiIndexerTokenizationInstitutionalCrypto

Blockdaemon Staking Intent Example is an example object payload from Blockdaemon, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

requestresponse

Example Payload

blockdaemon-staking-intent-example.json Raw ↑
{
  "request": {
    "method": "POST",
    "url": "https://svc.blockdaemon.com/boss/v1/ethereum/mainnet/staking-intents",
    "headers": {
      "X-API-Key": "${BLOCKDAEMON_API_KEY}",
      "Content-Type": "application/json"
    },
    "body": {
      "stakes": [
        {
          "amount": "32000000000",
          "withdrawal_credentials": "0x010000000000000000000000ab5801a7d398351b8be11c439e05c5b3259aec9b",
          "fee_recipient": "0xab5801a7d398351b8be11c439e05c5b3259aec9b"
        }
      ]
    }
  },
  "response": {
    "status": 200,
    "body": {
      "stake_intent_id": "01HXKZ3M5W8C5DPN9TQX5T2WJM",
      "ethereum": {
        "stakes": [
          {
            "stake_intent_id": "01HXKZ3M5W8C5DPN9TQX5T2WJM",
            "validator_public_key": "0x...",
            "withdrawal_credentials": "0x010000000000000000000000ab5801a7d398351b8be11c439e05c5b3259aec9b",
            "amount": "32000000000",
            "deposit_data_root": "0x..."
          }
        ],
        "contract_address": "0x00000000219ab540356cbb839cbe05303d7705fa",
        "unsigned_transaction_serialized": "0x..."
      }
    }
  }
}

Work with this as data

Every example here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/blockdaemon-staking-intent-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.