Send ETH or fungible tokens (ERC-20) from account to account

/v3/ethereum/transaction

2 credits per API call

Send ETH or Tatum-supported fungible tokens (ERC-20) from account to account.

NOTE: Sending the fungible tokens is supported only on the mainnet.

Signing a transaction
When sending ETH, you are charged a fee for the transaction, and you must sign the transaction with the private key of the blockchain address from which the fee will be deducted.

Providing the private key in the API is not a secure way of signing transactions, because the private key can be stolen or exposed. Your private keys should never leave your security perimeter. You should use the private keys only for testing a solution you are building on the testnet of a blockchain.

For signing transactions on the mainnet, we strongly recommend that you use the Tatum Key Management System (KMS) and provide the signature ID instead of the private key in the API. Alternatively, you can use the Tatum JavaScript client.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string
enum
Defaults to ethereum-sepolia

Type of Ethereum testnet in query. Defaults to ethereum-sepolia. For mainnet API Key, this value is ignored.

Allowed:
Body Params
string
required
length between 42 and 42

The blockchain address of the recipient

string
required

The amount to be sent

string
enum
required

The currency in which the amount will be sent
Fungible tokens (ERC-20) are available only on the mainnet.

string
required
length between 66 and 66

The private key of the blockchain address of the sender; the fee will be deducted from this address

fee
object

The custom defined fee; if not present, will be calculated automatically

string
length ≤ 50000

Additional data that can be passed to a blockchain transaction as a data property; must be in the hexadecimal format

number
≥ 0

The nonce to be set to the transaction; if not present, the last known nonce will be used

Headers
string
enum
Defaults to ethereum-sepolia

Type of Ethereum testnet in header. Defaults to ethereum-sepolia. For mainnet API Key, this value is ignored.

Allowed:
Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json