Creates a transfer 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 (on-chain transfer uses the contract’s transferFrom function).
API token for bank authentication
UUID for idempotency
"550e8400-e29b-41d4-a716-446655440002"
Ethereum address to transfer tokens from
"0x742d35Cc6634C0532925a3b844Bc9e7595f0bEb"
Ethereum address to transfer tokens to
"0x8ba1f109551bD432803012645Hac136c22C172e3"
Blockchain network identifier
ETH-SEPOLIA "ETH-SEPOLIA"
Successfully created transfer 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.