Send Arbitrum from a virtual account to the blockchain

/v3/offchain/arb/transfer

4 credits per API call

Send ETH_ARB or ERC-20-equivalent Arbitrum tokens from a virtual account (even from a virtual account without deposit addresses adssigned) to the Arbitrum blockchain.

The recipient has to agree in advance to receive assets because Arbitrum charges users for storing assets on their addresses, and an Arbitrum blockchain address by default does not receive assets unless explicitly agreed. Before sending any asset from a virtual account to the blockchain, make sure that the recipient has agreed to receive the assets to their address.

Sending Arbitrum assets creates an internal Tatum withdrawal request with an ID. If everything works as expected, the withdrawal request is marked as complete and a transaction ID is assigned to it.

  • If a server connection is unavailable, the withdrawal request is cancelled.
  • If the transfer to the blockchain is successful, but the Tatum infrastructure cannot be accesses, the ID of the blockchain transaction is returned and you have to complete the withdrawal request manually. Otherwise, all other withdrawals will be pending.

Signing a transaction
When sending ETH_ARB or ERC-20-equivalent Arbitrum tokens, 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.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
number
≥ 0

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

string
required
length between 42 and 42

Blockchain address to send assets

string
required
length ≤ 38

Amount to be sent in Ether | MATIC | XDC | KCS.

boolean

Compliance check, if withdrawal is not compliant, it will not be processed.

string
required
length between 66 and 66

Private key of sender address. Either mnemonic and index, privateKey or signature Id must be present - depends on the type of account and xpub.

string
length between 1 and 100

Identifier of the payment, shown for created Transaction within Tatum sender account.

string
required
length between 24 and 24

Sender account ID

string
length between 1 and 500

Note visible to owner of withdrawing account

string

Gas limit for transaction in gas price. If not set, automatic calculation will be used.

string

Gas price in Gwei. If not set, automatic calculation will be used.

Responses

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