• AssetsApi - axios parameter creator

    Parameters

    Returns {
        getAsset: ((networkId, assetId, options?) => Promise<RequestArgs>);
    }

    • getAsset: ((networkId, assetId, options?) => Promise<RequestArgs>)

      Get the asset for the specified asset ID.

      Summary

      Get the asset for the specified asset ID.

      Throws

        • (networkId, assetId, options?): Promise<RequestArgs>
        • 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<RequestArgs>

    Export