created | string | When this transfer was created.
|
entities | object | A collection of the entities to include in this transfer request, separated by type.
|
expiry | string | When this transfer expires. Transfers will automatically expire 24 hours after creation.
|
is_sender | boolean | If the requesting account created this transfer.
|
status | string | The status of the transfer request.
accepted : The transfer has been accepted by another user and is currently in progress. Transfers can take up to 3 hours to complete.
cancelled : The transfer has been cancelled by the sender.
completed : The transfer has completed successfully.
failed : The transfer has failed after initiation.
pending : The transfer is ready to be accepted.
stale : The transfer has exceeded its expiration date. It can no longer be accepted or cancelled.
|
token | string | The token used to identify and accept or cancel this transfer.
|
updated | string | When this transfer was last updated.
|