Skip to main content

transferAccountDataAsync

Asynchronously transfer account data (transactions and/or snapshots) from one account to another.

This mutation queues a background task and returns immediately. Clients should:

  1. Check the returned transfer_request_id for tracking
  2. Poll accountTransferStatus to check if the transfer is in progress
  3. Poll accountTransferResult with the transfer_request_id to get results when complete
transferAccountDataAsync(
input: TransferAccountDataMutationInput!
): TransferAccountDataAsyncMutation

Arguments

transferAccountDataAsync.input ● TransferAccountDataMutationInput! non-null input

Type

TransferAccountDataAsyncMutation object

Asynchronously transfer account data (transactions and/or snapshots) from one account to another.

This mutation queues a background task and returns immediately. Clients should:

  1. Check the returned transfer_request_id for tracking
  2. Poll accountTransferStatus to check if the transfer is in progress
  3. Poll accountTransferResult with the transfer_request_id to get results when complete