Skip to main content

Don't have an API key yet?

Sign-up to Moralis to get your free API key and start building today.

Get Your Free API Key

Get addresses that are bound to the specific profileId

GEThttps://authapi.moralis.io/profile/:profileId/addresses
PATH PARAMS
profileIdstringrequired
Unique identifier with a length of 66 characters
Responses
201The addresses that are bound to the speicifc profileId
400Bad Request
404Not Found
429Too Many Requests
500Internal Server Error
API KEY
curl --request GET \
--url 'https://authapi.moralis.io/profile/%3AprofileId/addresses' \
--header 'accept: application/json' \
--header 'X-API-Key: YOUR_API_KEY'
Response Example
Empty