Post Withdrawal Intent NEAR API

NEAR Withdrawal Intent Creation

Request Object

network

Request object to create a new withdrawal intent for NEAR.

wallet_address

public_key

to

plan_id

HTTP Response Codes

Example cURL Request

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

Response Codes