post https://api.tatum.io/v3/offchain/flow/transfer
100 credits per API call. Tatum covers the fee connected to the transaction costs in subscription credits. This operation can be done on mainnet only for paid plans.
Send FLOW (Flow) or FUSD from a virtual account to the blockchain. This will create Tatum internal withdrawal request with ID. If every system works as expected, withdrawal request is marked as complete and transaction id is assigned to it.
- If Flow server connection is unavailable, withdrawal request is cancelled.
- If blockchain transfer is successful, but is it not possible to reach Tatum, transaction id of blockchain transaction is returned and withdrawal request must be completed manually, otherwise all other withdrawals will be pending.
- Using mnemonic and index - private key is generated based on the index in the mnemonic.
- Using secret - private keys is entered manually.
This method is a helper method, which internally wraps these steps:
- Store withdrawal - create a ledger transaction, which debits the assets on the sender account.
- Perform blockchain transaction
- Complete withdrawal - move the withdrawal to the completed state, when all of the previous steps were successful.