Complete API

All API methods are located inside MultiversX.UnityTools.API

API Name
Description

Call a smart contract method.

Check the blockchain status of a specific transaction.

Used to initialize the WalletConnect socket used for xPortal connection.

Login from the same mobile device that has the xPortal app already installed. It will automatically open the xPortal app.

Close the wallet connection.

Get the API implementation used to interact with the MVX SDK. Using this you can call all API methods available inside the SDK from your Unity app.

Returns the current connected account.

Network config is required if direct interaction with MVX SDK is needed.

Call any API method from the MultiversX Network.

Simple check for connection status.

Load all ESDT tokens from an account.

Load an image from and URL and display it directly on an image component when loaded.

Load network config from API.

Load metadata from all NFT properties from the connected wallet. From the metadata the media files can be downloaded.

Make a smart contract query.

Make any kind of POST request using the MultiversX API.

Send an EGLD transaction for signing into the xPortal wallet. After the signing, the transaction will be automatically broadcast to the blockchain.

Send an ESDT transaction for signing into the xPortal wallet. After it is signed the transaction will be automatically broadcasted to the blockchain.

Send multiple transactions to sign in a single call.

Send an NFT to the destination address.

Sign a message with your wallet address.

Generic method to sign any transaction created with MVX SDK.

Refresh the account balance and nonce.

Last updated