Get a registered address by id
Returns a registered wallet address by id when it belongs to the authenticated organization.
Authorizations
Path Parameters
"wra_1A2b3C4d5E6f7G8h9I0jKl"
Response
Id of the registered address. Each id has the form wra_ followed by 22 alphanumeric characters.
^wra_[0-9A-Za-z]{22}$Customer the address is registered against. Each id has the form cus_ followed by 22 alphanumeric characters.
^cus_[0-9A-Za-z]{22}$Blockchain network of the address. Lowercase on the wire (e.g. ethereum, polygon).
ethereum, base, solana, polygon, tron, stellar The registered address, echoed in the normalized form Conduit matches on (lowercase on EVM chains).
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.
self_custody, third_party 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.
registered, pending_screening, suspended, revoked Human-readable label given at registration. Null when none was given.
Beneficial owner of a third_party address, disclosed at registration. Null on a self_custody address, where the customer is the owner.
- Option 1
- Option 2
true when the customer attested that they own and control the address. Null on a third_party address.
When the customer made the self-custody attestation. Null on a third_party address.
"2026-01-15T09:30:00.000Z"
When the address was screened.
"2026-01-15T09:30:00.000Z"
When the address was registered.
"2026-01-15T09:30:00.000Z"