Signs the passed program with a key from the wallet, determined by the account named in the request.
APIV1POSTProgramSignRequest is the request for POST /v1/program/sign
POST /v1/program/sign
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" }
Response to POST /v1/data/sign
POST /v1/data/sign
No content