cURL
curl --request GET \ --url http://localhost:4000/v1/wallets/{walletId}/addresses \ --header 'Authorization: <api-key>'
"<unknown>"
Retrieves all addresses (accounts) associated with a specific wallet.
Use this format: ApiKey <your_api_key>
ApiKey <your_api_key>
Turnkey wallet ID
"wallet-abc123def456"
Integrator ID (required for ADMIN scope)
"uuid-integrator-id"
The response is of type any.
any