Skip to main content

CanDeleteCurrency

Checks whether a specific account is authorized to delete a given currency.

Request

GET /nxt?requestType=canDeleteCurrency

Parameters

NameTypeDescriptionRequired
currencylongCurrency IDYes
accountstringAccount ID or NXT addressYes

Response

{
"canDelete": true
}

Response Fields Description

FieldTypeDescription
canDeletebooleantrue if the account can delete the currency

Example

curl "http://localhost:22024/nxt?requestType=canDeleteCurrency&currency=987654321&account=1234567890"