Retrieve an address
Endpoints
Retrieve an address
Retrieves a single internal or external Address by address_id.
GET
Retrieve an address
Use the playground below to try this endpoint directly, or review the OpenAPI details in the right panel.
This endpoint returns a single internal (custodial) or external Address by its
address_id. Use it to fetch the latest status, address value, and enabled transfer_types.
Example request
Example response
This endpoint is useful after creating an address whose capabilities may update asynchronously โ for example, checking whether
rtp_credit has been added to an external bank address after RTP eligibility is confirmed. See Create external address for RTP.Authorizations
Use the Bearer token returned from the Auth endpoint via OAuth2 client_credentials flow. Include the token in the "Authorization: Bearer " header.
Path Parameters
The ID of the account
Pattern:
^[a-zA-Z0-9]{26}$Example:
"2VcUIIsgARwVbEGlIYbhg6fGG57"
The ID of the address
Pattern:
^[a-zA-Z0-9]{26}$Example:
"2VcUIIsgARwVbEGlIYbhg6fGG57"
Response
200 - */*
A single address
Pattern:
^[a-zA-Z0-9]{26}$Example:
"2VcUIIsgARwVbEGlIYbhg6fGG57"
Available options:
pending, active, archived Example:
"active"
Example:
"Solana Custodial Wallet"
The on-chain wallet address
Example:
"73uyt9HkEqx9bThYXWaUBP67sWsiJEsyJ5rSCieDx5me"
Example:
["solana", "base", "wire"]