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

ParameterTypeRequiredDescription

wallet_address

String

Yes

Unique wallet address of user

Last updated