👤
Get User
Use this method to get a user's metadata, such as the name, bio, social link, etc.
JavaScript
TypeScript
const alturaUser = await altura.getUser(wallet_address);
const alturaUser: TAlturaUser = await altura.getUser(wallet_address);
Parameter | Type | Required | Description |
---|---|---|---|
wallet_address | String | Yes | Unique wallet address of user |
Last modified 10mo ago