Skip to main content
POST
curl

Authorizations

x-api-key
string
header
required

Body

application/json
address
string
required
chain
string
holder_vendor_data
string
holder_name
string
entity_type
string
default:individual
self_declared
boolean
default:false

Write-only. When true, the entry is created already ownership-verified via a SELF_DECLARATION proof.

travel_address
string

Optional. The counterparty VASP's travel address for this wallet, enabling TRP routing.

Response

The created entry.

uuid
string<uuid>
address
string

The wallet address. Unique per application and chain among non-deleted entries.

chain
string | null

Free-text chain identifier, e.g. "ethereum", "bitcoin".

holder_vendor_data
string | null

Your internal identifier for the holder.

holder_name
string | null

Name of the wallet holder, used for the beneficiary name match.

entity_type
string

Free text, defaults to "individual".

is_ownership_verified
boolean

Read-only. Whether ownership of this address has been proven.

created_at
string<date-time>
self_declared
boolean

Whether the entry was created as a self-declared ownership proof.

travel_address
string | null

The counterparty VASP's travel address for this wallet, if known. Lets Didit route this beneficiary's transfers over the TRP rail.