# Data Marshal Network SDK

[![npm (scoped)](https://img.shields.io/npm/v/@itheum/sdk-data-marshal-network?style=for-the-badge)](https://www.npmjs.com/package/@itheum/sdk-data-marshal-network)

This Open-Source TypeScript SDK focuses on interacting with the [Data Marshal Network](/product-docs/pre-aithra/data-marshal-network.md). At a high level, it enables 3rd party developers (enterprises) to utilize the decentralized "data brokerage" node network and get encryption and decryption services, check "data uptime" of Data NFT Data Streams, etc.

The SDK includes the following high-level modules:

1. **Interacting with a Data Marshal node (**[**Class Docs**](https://itheum.github.io/sdk-data-marshal-network/classes/DataMarshal.html)**)**
   * Encrypt a Data Stream
   * Check Uptime of a Data NFT Data Stream
   * ... more


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.itheum.io/product-docs/pre-aithra/pre-aithra-developers/software-development-kits-sdks/data-marshal-network-sdk.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
