import { ParagraphAPI } from "@paragraph_xyz/sdk"const api = new ParagraphAPI()const user = await api.getUserByWallet("0xc9ddb5E37165827BBBFf15b582E232C06862C4E8")
Retrieve user details using their Ethereum wallet address
GET
/
v1
/
users
/
wallet
/
{walletAddress}
Get user by wallet address
Copy
Ask AI
import { ParagraphAPI } from "@paragraph_xyz/sdk"const api = new ParagraphAPI()const user = await api.getUserByWallet("0xc9ddb5E37165827BBBFf15b582E232C06862C4E8")