MultiversX Unity Tools
CtrlK
  • Overview
  • Demo App
  • Setup Guide
  • Quick Start
  • Video Tutorials
  • Complete API
    • CallSCMethod
    • CheckTransactionStatus
    • Connect
    • DeepLinkLogin
    • Disconnect
    • GetApiProvider
    • GetConnectedAccount
    • GetNetworkConfig
    • GetRequest
    • IsWalletConnected
    • LoadAllTokens
    • LoadImage
    • LoadNetworkConfig
    • LoadWalletNFTs
    • MakeSCQuery
    • PostRequest
    • SendEGLDTransaction
    • SendESDTTransaction
    • SendMultipleTrasactions
    • SendNFT
    • SignMessage
    • SignMultipleTrasactions
    • RefreshAccount
  • Releases
Powered by GitBook
On this page
  • Description
  • Declaration
  • Returns
  1. Complete API

GetApiProvider

Description

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.

Declaration

public static IApiProvider GetApiProvider()

Returns

The API Implementation

PreviousDisconnectNextGetConnectedAccount

Last updated 1 year ago