Post Withdrawal Intent Solana API

Request object to create a new withdrawal intent for Solana.

network

amount

withdrawal_address

delegator_address

withdrawal_authority

Response Codes

Example cURL Request

curl --request POST \
     --url https://svc.blockdaemon.com/boss/v1/solana/mainnet/withdrawal-intents \
     --header 'accept: application/json' \
     --header 'content-type: application/json'