Chainworks
Documentation

EVM Transfers

Build transactions for native and token transfers.


Native Transfer

Transfer ETH/BNB to another address.

Endpoint: /evm/transfer/transaction

ParameterTypeRequiredDescription
chainstringYesChain identifier
recipientstringYesRecipient address
amountstringYesAmount in wei
walletstringYesSender address

Token Transfer

Transfer ERC-20 tokens.

Endpoint: /evm/transfer/token/transaction

ParameterTypeRequiredDescription
chainstringYesChain identifier
tokenstringYesToken contract address
recipientstringYesRecipient address
amountstringYesAmount in token decimals
walletstringYesSender address