Skip to main content
GET
/
v1
/
chains
/
{chain_name}
/
passport
/
users
/
{user_id}
/
linked-addresses
Get Ethereum linked addresses for a user
curl --request GET \
  --url https://api.sandbox.immutable.com/v1/chains/{chain_name}/passport/users/{user_id}/linked-addresses \
  --header 'Authorization: Bearer <token>'
{
  "linked_addresses": [
    "<string>"
  ]
}

Authorizations

Authorization
string
header
required

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

Path Parameters

user_id
string
required

The user's userId

chain_name
string
required

The name of chain

Example:

"imtbl-zkevm-testnet"

Response

User's list of linked addresses response

linked_addresses
string[]
required

The user's list of linked addresses

The user's linked address

Maximum string length: 42