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, "type": "account" } ] }
This API is used for retrieving all wallet addresses of a user.
x > 0
Success
Show child attributes