Creates a mint transaction payload for the bank’s wallet. The API does not call the smart contract or sign the transaction; the bank signs and submits it from their end. Implies a sufficient balance of reserves and that the corresponding user has sufficient funds. The caller is responsible for subtracting the reserves from the corresponding account.
API token for bank authentication
UUID for idempotency
"550e8400-e29b-41d4-a716-446655440000"
Ethereum address to receive the minted tokens
"0x742d35Cc6634C0532925a3b844Bc9e7595f0bEb"
Blockchain network identifier
ETH-SEPOLIA "ETH-SEPOLIA"
Successfully created mint transaction payload; the bank signs and submits the transaction from their own wallet.
Unsigned transaction payload returned by the API. The bank signs this (adding from, nonce,
and gas fields) and submits it to the network. The API does not include gas (gasLimit,
maxFeePerGas, maxPriorityFeePerGas, or gasPrice), from, or nonce; the signer supplies those.