Skip to main content
GET
/
wallets
/
registered-addresses
/
{id}
Get a registered address by id
curl --request GET \
  --url https://api.conduit.financial/v2/wallets/registered-addresses/{id} \
  --header 'x-api-key: <api-key>'
{
  "id": "<string>",
  "customerId": "<string>",
  "address": "<string>",
  "label": "<string>",
  "originatorDetails": {
    "entityType": "BUSINESS",
    "legalName": "<string>",
    "country": "<string>"
  },
  "selfCustodyAttestation": true,
  "attestedAt": "2026-01-15T09:30:00.000Z",
  "screenedAt": "2026-01-15T09:30:00.000Z",
  "createdAt": "2026-01-15T09:30:00.000Z"
}

Authorizations

x-api-key
string
header
required

Path Parameters

id
string
required

Response

id
string
required
Pattern: ^wra_[0-9A-Za-z]{22}$
customerId
string
required
Pattern: ^cus_[0-9A-Za-z]{22}$
chain
enum<string>
required
Available options:
ethereum,
base,
solana,
polygon,
arbitrum,
optimism,
avalanche,
tron,
stellar,
bsc,
bitcoin
address
string
required
type
enum<string>
required
Available options:
SELF_CUSTODY,
THIRD_PARTY
status
enum<string>
required
Available options:
registered,
suspended,
revoked
label
string | null
required
originatorDetails
object
required
selfCustodyAttestation
boolean | null
required
attestedAt
string<date-time> | null
required

ISO 8601 timestamp

Example:

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

screenedAt
string<date-time>
required

ISO 8601 timestamp

Example:

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

createdAt
string<date-time>
required

ISO 8601 timestamp

Example:

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