Skip to main content
GET
/
wallets
/
{walletId}
/
addresses
Get all addresses for a wallet
curl --request GET \
  --url http://localhost:4000/v1/wallets/{walletId}/addresses \
  --header 'Authorization: <api-key>'
"<unknown>"

Authorizations

Authorization
string
header
required

Use this format: ApiKey <your_api_key>

Path Parameters

walletId
string
required

Turnkey wallet ID

Example:

"wallet-abc123def456"

Query Parameters

integratorId
string

Integrator ID (required for ADMIN scope)

Example:

"uuid-integrator-id"

Response

The response is of type any.