• AssetsApi - functional programming interface

    Parameters

    Returns {
        getAsset(networkId, assetId, options?): Promise<((axios?, basePath?) => AxiosPromise<Asset>)>;
    }

    • getAsset:function
      • Get the asset for the specified asset ID.

        Parameters

        • networkId: string

          The ID of the blockchain network

        • assetId: string

          The ID of the asset to fetch. This could be a symbol or an ERC20 contract address.

        • Optional options: RawAxiosRequestConfig

          Override http request option.

        Returns Promise<((axios?, basePath?) => AxiosPromise<Asset>)>

        Summary

        Get the asset for the specified asset ID.

        Throws

    Export