Sign

Sign program

post

Signs the passed program with a key from the wallet, determined by the account named in the request.

Authorizations
Body

APIV1POSTProgramSignRequest is the request for POST /v1/program/sign

addressstringoptional
datastring · byteoptional
wallet_handle_tokenstringoptional
wallet_passwordstringoptional
Responses
curl -L \
  --request POST \
  --url 'https://algo.nownodes.io/v1/program/sign' \
  --header 'X-KMD-API-Token: YOUR_API_KEY' \
  --header 'Content-Type: application/json' \
  --data '{
    "address": "text",
    "data": "Ynl0ZXM=",
    "wallet_handle_token": "text",
    "wallet_password": "text"
  }'

No Content