GET
/
v1
/
user
/
{user_id}
/
wallet_addresses
Get Wallet Addresses
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
    }
  ]
}

Headers

x-api-token
string
required
x-api-subclient-id
string

Path Parameters

user_id
number
required
Required range: x > 0

Response

200
application/json

Success

The response is of type object.