> ## Documentation Index
> Fetch the complete documentation index at: https://docs.uniblock.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Direct API: Hydromancer

> API endpoints for Hydromancer.

# Hydromancer — Direct API Endpoints

Hydromancer provides 1 unique direct API endpoint across the following categories:

* DeFi (1 endpoint)
* Market Data (1 endpoint)
* Wallets (1 endpoint)

*Note: Some endpoints appear in multiple categories. The count above reflects unique API paths.*

> **Learn more:** [Hydromancer Documentation](https://docs.hydromancer.xyz/readme)

## Prefix and Example

**Prefix:** No prefix is required for Hydromancer, an example URL will therefore look like: `https://api.uniblock.dev/direct/v1/Hydromancer + /[Hydromancer_endpoint]`.

**Example Request:**

```bash theme={null}
curl --request POST \
  --url https://api.uniblock.dev/direct/v1/Hydromancer/info \
  --header 'accept: application/json' \
  --header 'x-api-key: YOUR_UNIBLOCK_API_KEY'
```

## DeFi

### POST

| Path                                                                       | Est. CU | Description                                                                                      |
| -------------------------------------------------------------------------- | ------: | ------------------------------------------------------------------------------------------------ |
| [direct/v1/Hydromancer/info](https://docs.hydromancer.xyz/readme/rest-api) |    1665 | Unified Hydromancer endpoint. Use the `type` field in the request body to specify the operation. |

## Market Data

### POST

| Path                                                                       | Est. CU | Description                                                                                      |
| -------------------------------------------------------------------------- | ------: | ------------------------------------------------------------------------------------------------ |
| [direct/v1/Hydromancer/info](https://docs.hydromancer.xyz/readme/rest-api) |    1665 | Unified Hydromancer endpoint. Use the `type` field in the request body to specify the operation. |

## Wallets

### POST

| Path                                                                       | Est. CU | Description                                                                                      |
| -------------------------------------------------------------------------- | ------: | ------------------------------------------------------------------------------------------------ |
| [direct/v1/Hydromancer/info](https://docs.hydromancer.xyz/readme/rest-api) |    1665 | Unified Hydromancer endpoint. Use the `type` field in the request body to specify the operation. |
