Create an OFT transfer transaction between chains
LayerZero API key for authentication
"c017d03d-5860-4b33-aeff-92e7bccb5d87"
Source chain name where the OFT transfer originates
"ethereum"
Destination chain name where the OFT will be received
"bera"
Address of the OFT contract on the source chain
"0x6c96de32cea08842dcc4058c14d3aaad7fa41dee"
Amount to transfer in the smallest unit (wei/satoshi equivalent)
"1000000"
Address of the sender wallet
"0xd8538FA8FDd5872E68c4040449F64452ae536fA6"
Address of the recipient wallet (EVM hex or Solana base58)
"0xd8538FA8FDd5872E68c4040449F64452ae536fA6"
Whether to validate balances before creating transaction
false
Structured LayerZero execution options as JSON string. EXECUTOR OPTIONS: - lzReceive: Set gas limit and optional native drop for lzReceive execution - nativeDrops: Array of native token drops to specific addresses - composeOptions: Array of compose message execution settings with gas and native drop All numeric values for gas limits and native drops should be strings or numbers. Native drop amounts are in wei (e.g., "1000000000000000" = 0.001 ETH).
"{\"executor\":{\"lzReceive\":{\"gasLimit\":300000},\"nativeDrops\":[{\"amount\":\"1\",\"receiver\":\"0xd8538fa8fdd5872e68c4040449f64452ae536fa6\"}]}}"
Compose message for advanced OFT operations (hex encoded)
"0x"
OFT command for advanced operations (hex encoded)
"0x"
Successfully created OFT transfer transaction