cURL
curl --request GET \ --url https://staging.terminal3.io/v1/user/{user_id}/wallet_addresses \ --header 'Authorization: Bearer <token>' \ --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.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
x > 0
Success
Show child attributes
account
linked