Get Address
Single address by opaque partner-facing id.
address_id (wrong prefix, undecodable payload)
raises InvalidAddressIdError which the Connect error
handler renders as a 400 invalid_address_id envelope.Authorizations
Paste your Connect API key (sk_live_… for production, sk_test_… for sandbox) without the Bearer prefix. Mint and rotate keys from the admin panel.
Path Parameters
Opaque address id as returned from the list endpoint (addr_...).
Response
Successful Response
A single deposit-address row in the partner-facing shape.
Opaque partner-stable identifier (e.g. addr_VVNEVDpzb2xhbmE6RWhKO...). Pass to GET /addresses/:id to retrieve this row again.
Asset code, uppercase (USDT, XAUT).
Network code, lowercase (solana, ethereum).
On-chain wallet address. Partner shares this with the user.
The partner's user id this address belongs to. Absent (key omitted from the JSON, not null) when the address is a tenant-treasury / pooled address minted by calling POST /addresses without external_ref.
Memo / destination tag for chains that require one (XRP, XLM, COSMOS). NULL on chains that don't.