Sign Data
This endpoint is part of the Shamwari Network REST API.
Request
GET /nxt?requestType=sign-data
Parameters
| Name | Type | Description |
|---|---|---|
account | string | Account ID or NXT-format address |
Response
{
"errorCode": 0,
"errorDescription": ""
}
Notes
Detailed documentation for this endpoint is coming soon. Please check the API Overview for general API usage.
Example
curl "http://localhost:6876/nxt?requestType=sign-data"