AssetAPIClient: {
    getAsset(networkId, assetId, options?): AxiosPromise<Asset>;
}

Type declaration

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

      Parameters

      • networkId: string

        networkId The ID of the blockchain network.

      • assetId: string

        assetId The ID of the asset to fetch.

      • Optional options: RawAxiosRequestConfig

        Override http request option.

      Returns AxiosPromise<Asset>

      Summary

      Get the asset for the specified asset ID.

      Throws

      If the required parameter is not provided.