Skip to main content
GET
/
profile
/
{profileId}
/
addresses
Get addresses that are bound to the specific profileId
curl --request GET \
  --url https://authapi.moralis.io/profile/{profileId}/addresses \
  --header 'X-API-Key: <api-key>'
[
  "<string>"
]

Authorizations

X-API-Key
string
header
required

Path Parameters

profileId
string
required

Unique identifier with a length of 66 characters

Response

201 - application/json

The addresses that are bound to the speicifc profileId