Get Withdrawable Amount Solana API
Network
Allowed values
Parameters
- delegator_address: A filter on the delegator address (string, regex:
^[1-9A-HJ-NP-Za-km-z]{44}$)
- withdrawal_authority: A filter on the withdrawal authority address (string, regex:
^[1-9A-HJ-NP-Za-km-z]{44}$)
Responses
200: Ok
400: Invalid request.
401: Header 'X-API-Key' missing.
500: Internal server error.
Example Request
curl --request GET \
--url https://svc.blockdaemon.com/boss/v1/solana/mainnet/withdrawable-amount \
--header 'accept: application/json'
Example Response Codes