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
datastringOptional
wallet_handle_tokenstringOptional
wallet_passwordstringOptional
Responses
200
Response to `POST /v1/data/sign`
post
POST /v1/program/sign HTTP/1.1
Host: algo.nownodes.io
X-KMD-API-Token: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 86

{
  "address": "text",
  "data": "text",
  "wallet_handle_token": "text",
  "wallet_password": "text"
}
200

Response to POST /v1/data/sign

No content