latestOpenAPI 3.0.22026-08-21530310.0 KB

54f4fe726d8f

Combined Transfers

Create a new Combined Transfer

Creates a Combined Transfer by simultaneously creating a counterparty Synthetic Account and initiating a Transfer. This streamlines asset movement by reducing the number of steps required to set up and execute a transaction.

post/combined_transfers

Request body

external_uidstring

Optional client-supplied uid

Example request

{
  "external_uid": "YrfDrfVRgpPgnhF5"
}

Response

A single Combined Transfer is returned

created_atstring

Timestamp of when the combined_transfer was created

errorsItems[] — unresolved $ref

A collection of errors that occured during synthetic account and/or transfer creation. Only displayed if errors were detected.

external_uidExternalUid — unresolved $ref
status'queued' | 'pending' | 'failed' | 'completed'

The combined transfer's status

synthetic_accountobject

Parameters provided at time of creation. UID field will get populated once synthetic account has been successfully created, unless uid value was supplied at creation time.

transferobject

Parameters provided at time of creation. UID field will get populated once transfer has been successfully initiated.

uidstring

Unique identifier for the Combined Transfer