GET
/
v1
/
user
/
{user_id}
/
wallet_addresses
curl --request GET \
  --url https://staging.terminal3.io/v1/user/{user_id}/wallet_addresses \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

user_id
integer
required

Unique user identifier

Response

200
application/json
Success

The response is of type object.