Skip to main content
POST
Transfer a unit

Authorizations

Authorization
string
header
required

Use Authorization: Bearer end_sess_* for V2 browser session tokens (e.g. end_sess_AbCd_example_token).

Path Parameters

unit_id
string<uuid>
required

Body

application/json
to
string
required

Address that will receive the unit.

Pattern: ^0x[a-fA-F0-9]{40}$
Example:

"0x1111111111111111111111111111111111111111"

Response

201 - application/json

The created transfer.

id
string<uuid>
required
unit_id
string<uuid>
required
to
string
required
Pattern: ^0x[a-fA-F0-9]{40}$
from
string
required
Pattern: ^0x[a-fA-F0-9]{40}$
status
enum<string>
required
Available options:
prepared,
confirmed,
expired,
failed
created_at
string
required
transaction
object | null

Payload the unit's current owner submits to complete the transfer. Returned when the transfer is created.