Home

Issue a new currency or re-issue an existing currency with different properties

POST
https://ardr.nownodes.io/nxt

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Body

application/json
jsonrpcstringrequired
methodstringrequired
paramsobjectrequired
Show child attributes
requestTypestring
chaininteger

The chain related to the operation

namestring

The currency name, 3 to 10 characters and longer than the currency code

codestring

The uppercase currency code

descriptionstring

The currency description

typeinteger

The currency type bitmask

initialSupplyQNTstring

The initial currency supply (in QNT)

reserveSupplyQNTstring

The reserve currency supply (in QNT)

maxSupplyQNTstring

The maximum currency supply (in QNT)

issuanceHeightinteger

The blockchain height at which a reservable currency is issued

minReservePerUnitNQTstring

The minimum currency reserve (in NQT per QNT of reserveSupply) for issuance

minDifficultyinteger

The minimum difficulty for a mintable currency

maxDifficultyinteger

The maximum difficulty for a mintable currency

rulesetinteger

For future use, always set to zero

algorithminteger

An algorithm code for a mintable currency

decimalsinteger

The number of decimal places used by the currency

idintegerrequired

Response

200OK

Currency issued successfully

400Bad Request

Bad Request

401Unauthorized

Unauthorized — Missing or invalid API key

500Internal Server Error

Internal Server Error