Skip to main content
GET
Get a registered address by id

Authorizations

x-api-key
string
header
required

Path Parameters

id
string
required
Example:

"wra_1A2b3C4d5E6f7G8h9I0jKl"

Response

id
string
required

Id of the registered address. Each id has the form wra_ followed by 22 alphanumeric characters.

Pattern: ^wra_[0-9A-Za-z]{22}$
customerId
string
required

Customer the address is registered against. Each id has the form cus_ followed by 22 alphanumeric characters.

Pattern: ^cus_[0-9A-Za-z]{22}$
chain
enum<string>
required

Blockchain network of the address. Lowercase on the wire (e.g. ethereum, polygon).

Available options:
ethereum,
base,
solana,
polygon,
tron,
stellar
address
string
required

The registered address, echoed in the normalized form Conduit matches on (lowercase on EVM chains).

type
enum<string>
required

Who controls the address. self_custody means the customer owns it, and only a self_custody address unlocks a payout with purpose: intercompany. third_party means it belongs to another beneficial owner, described in originatorDetails; it clears an inbound transfer but never an intercompany payout.

Available options:
self_custody,
third_party
status
enum<string>
required

registered: screened and usable. pending_screening: screening is not finished, so an intercompany payout to the address is still refused, while an inbound transfer from it is held rather than sent back. suspended: blocked — do not retry, contact Conduit. revoked: cancelled with DELETE. A revoked address stops being usable, but Conduit can restore it on request, so do not treat this status as permanent.

Available options:
registered,
pending_screening,
suspended,
revoked
label
string | null
required

Human-readable label given at registration. Null when none was given.

originatorDetails
object
required

Beneficial owner of a third_party address, disclosed at registration. Null on a self_custody address, where the customer is the owner.

selfCustodyAttestation
boolean | null
required

true when the customer attested that they own and control the address. Null on a third_party address.

attestedAt
string<date-time> | null
required

When the customer made the self-custody attestation. Null on a third_party address.

Example:

"2026-01-15T09:30:00.000Z"

screenedAt
string<date-time>
required

When the address was screened.

Example:

"2026-01-15T09:30:00.000Z"

createdAt
string<date-time>
required

When the address was registered.

Example:

"2026-01-15T09:30:00.000Z"