Transfer a unit
transfers
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.
POST
Transfer a unit
Authorizations
Use Authorization: Bearer end_sess_* for V2 browser session tokens (e.g. end_sess_AbCd_example_token).
Path Parameters
Body
application/json
Address that will receive the unit.
Pattern:
^0x[a-fA-F0-9]{40}$Example:
"0x1111111111111111111111111111111111111111"
Response
201 - application/json
The created transfer.
Pattern:
^0x[a-fA-F0-9]{40}$Pattern:
^0x[a-fA-F0-9]{40}$Available options:
prepared, confirmed, expired, failed Payload the unit's current owner submits to complete the transfer. Returned when the transfer is created.

