Post Solana Stake Accounts

Request to fetch stakes status by stake account addresses.

Input Parameters

network

stake_accounts

Responses

200 OK

400 Invalid request.

401 Header 'X-API-Key' missing.

500 Internal server error.

Example Request

curl --request POST \
     --url https://svc.blockdaemon.com/sia/v2/solana/network/stakes/by-accounts \
     --header 'accept: application/json' \
     --header 'content-type: application/json' \
     --data '\n{\n  "stake_accounts": []\n}\n'  

Response Examples

Updated 2 months ago