Connect to user wallet

This method enables effortless connection to the user's wallet.

Enter the user's five-word code to instantly connect to their wallet.

POST https://api.alturanft.com/api/alturaguard/addRequest

Query Parameters

NameTypeDescription

apiKey*

String

Your API key

Request Body

NameTypeDescription

code*

String

User entered Altura Guard code

{
    address:"address of user",
    token:"authentication token"
}

You should store both the address and token in a database. The user can revoke this token at any point and so can the game. If you lose this token, you will not be able to create a new connection with the user unless they revoke the existing one.

Last updated