Creates a burn 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 that a fiat transfer is made to the holder equivalent to the amount burned/redeemed.
API token for bank authentication
UUID for idempotency
"550e8400-e29b-41d4-a716-446655440001"
Ethereum address to burn tokens from
"0x742d35Cc6634C0532925a3b844Bc9e7595f0bEb"
Blockchain network identifier
ETH-SEPOLIA "ETH-SEPOLIA"
Successfully created burn 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.