transferFrom
Prepares unsigned transactions for the transferFrom method.
/prepare-transactions with method=transferFrom.Authorizations
Body
Request body for transferFrom.
Required. Must be transferFrom.
transferFrom Required. Wallet address that will sign the prepared transaction.
Required. Blockchain network identifier. Hex format is recommended, for example Sepolia aa36a7.
Required. Token symbol. Must be 2 to 5 uppercase letters or numbers.
Required. Owner address to transfer from. This address must have approved signerAddress.
^0x[a-fA-F0-9]{40}$Required. Recipient address.
^0x[a-fA-F0-9]{40}$Required. Amount of tokens to transfer.
Optional. Gas limit override. If omitted, the API estimates gas automatically.
Optional. Private RPC URL override. If omitted, the API uses the configured RPC for chainId.
Optional. Nonce override. If omitted, the API reads the pending nonce from the RPC.