post https://api.sandbox.overledger.io/v2/preparation/supply
Transforms a transaction request to manage QRC20 token supply ready to be signed and returns a request ID for executing.
The supported types for this API are
- Mint Tokenswhich will allow you to issue more tokens for your QRC20 token
- Burn Tokens which will allow you to destroy your QRC20 tokens
Successfully prepared transactions can then be executed using the /execution/transaction API.