Pricing

Creating new assets and attaching files can only be done by paying a specified fee. The fee is paid by sending tokens for a specific asset.

Getting the current price

Fees are done in a dynamic matter and can change depending on specific sitautions. To get the current price to for example calculate how many assets can be created send a specific API:

GET /price/creation

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