ERC-3643
Endpoints related to the ERC-3643 standard, including those required for creating signatures and permits needed for mint, burn and transfer transactions
📄️ Execute Mint (supports batch)
Executes one or more minting events in a single transaction. The request body accepts an array of mint entries, enabling batch minting in one call.
📄️ Execute Transfer (supports batch)
Executes one or more token transfers between investors in a single transaction. The request body accepts an array of transfer entries, enabling batch transfers in one call.
📄️ Execute Burn (supports batch)
Executes one or more token burn operations in a single transaction. The request body accepts an array of burn entries, enabling batch burns in one call.
📄️ Configure Bond
Configures bond parameters for an ERC-3643 token
📄️ Get configured Bond
Retrieves the configured bond parameters for an ERC-3643 token
📄️ Earned Interest on Bond
Retrieves the earned interest for a specific bond holder in an ERC-3643 token