Skip to main content

Fetch User By EOA

Endpoint

GET https://api.juicelabs.io/v1/users/eoa/:userWalletAddress

Authorization Header

X-API-KEY: [YOUR_API_KEY]

Response Shape

{
"success": true,
"data": {
"...": "..."
}
}