cURL
curl --request GET \ --url https://staging.terminal3.io/v1/user/{user_id}/wallet_addresses \ --header 'x-api-token: <x-api-token>'
{ "data": [ { "wallet_address": "<string>", "primary": true } ] }
This API is used for retrieving all wallet addresses of a user.
x > 0
Success
The response is of type object.
object