Skip to main content
GET
Get a transfer

Authorizations

Authorization
string
header
required

Use Authorization: Bearer end_sk_* for partner API keys (e.g. end_sk_AbCd_example_api_key).

Path Parameters

unit_id
string<uuid>
required
transfer_id
string<uuid>
required

Response

200 - application/json

The 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.