Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.chainworks.co/llms.txt

Use this file to discover all available pages before exploring further.

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