List Withdrawal Intents NEAR API

NEAR Network

Allowed Networks

API Response Codes

Code Description
200 Withdrawal intents listed
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/near/mainnet/withdrawal-intents \
     --header 'accept: application/json'