Skip to main content

Derive Account From Seed

This endpoint is part of the Shamwari Network REST API.

Request

GET /nxt?requestType=derive-account-from-seed

Parameters

NameTypeDescription
accountstringAccount 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=derive-account-from-seed"