> ## 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 — Dwellir

> API endpoints for Dwellir.

# Dwellir — Direct API Endpoints

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

* other (1 endpoint)

> **Learn more:** [Dwellir Documentation](https://www.dwellir.com/docs/hyperliquid)

## Prefix and Example

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

**Example Request:**

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

## other

### POST

| Path                                                                                         | Est. CU | Description                                                                                           |
| -------------------------------------------------------------------------------------------- | ------: | ----------------------------------------------------------------------------------------------------- |
| [direct/v1/Dwellir/hyperliquid/info](https://www.dwellir.com/docs/hyperliquid/info-endpoint) |      40 | Dwellir Hyperliquid info endpoint. Use the `type` field in the request body to specify the operation. |
