Pricing

The Notardec smart contract ledger has a built-in payment mechanism, which claims a utility token per new asset (only asset creation, not linkage and not any amendment). Tokens must be held by the address that signs the “create” transaction. They are automatically deducted by the smart contract. If the address has 0 Tokens at the time of asset creation, the transaction will fail. The payment mechanism will be activated in the near future.

Getting the current price

There is the possibility of a change of fee schedule. Obtaining the current fee can be done with the following request:

GET /price/creation

"value": {
  "record": {
    "assetId": "string",
    "sparks": "string"
  },
  "data": {
    "assetId": "string",
    "sparks": "string"
  }
}