๐คGet User
Use this method to get a user's metadata, such as the name, bio, social link, etc.
Usage in your script
const alturaUser = await altura.getUser(wallet_address);
Parameters
Parameter
Type
Required
Description
wallet_address
String
Yes
Unique wallet address of user
Last updated
Was this helpful?