Transfer a unit
Moves a unit from its current owner to a new owner, authorized by the tap session token. Returns a transfer payload that the unit’s current owner submits to complete the transfer. Poll GET /v1/units//transfers/ until status is confirmed. Send an Idempotency-Key header to make a retry safe: the same key replays the original response instead of preparing a second transfer.
Authorizations
Use Authorization: Bearer end_sess_* for V2 browser session tokens (e.g. end_sess_ZW5kc3RhdGUtZXhhbXBsZS1zZXNzaW9uLXRva2VuAAA).
Headers
Unique key that makes this request safe to retry. Replaying the key with the same body returns the original response with Idempotent-Replayed: true; replaying it with a different body returns 409 idempotency.key_conflict.
1 - 255"a1b2c3d4-0000-4000-8000-000000000000"
Path Parameters
Body
Address that will receive the unit.
^0x[a-fA-F0-9]{40}$"0x1111111111111111111111111111111111111111"
Response
The created transfer.
^0x[a-fA-F0-9]{40}$^0x[a-fA-F0-9]{40}$prepared, confirmed, expired, failed Payload the unit's current owner submits to complete the transfer. Returned when the transfer is created.

