List Withdrawal Intents Solana API

Solana Withdrawal Intents API

Network

The Solana network supports two options:

Allowed Values

Responses

Status Code Description
200 Created
400 Invalid request.
401 Header 'X-API-Key' missing.
500 Internal server error.

Example Request

CURL Example

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