Skip to main content

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.

For more information regarding the endpoint, please visit Hydromancer’s REST API documentation.

Prefix

No prefix is required for Hydromancer. An example URL will therefore look like: https://api.uniblock.dev/direct/v1/Hydromancer/path/to/endpoint.

Authentication

Hydromancer uses bearer token authentication. If a Hydromancer API key is stored in your Uniblock project, Direct API will automatically send it as an Authorization: Bearer header. You can also pass your own Authorization header directly in the request.

Example

curl --request POST \
  --url https://api.uniblock.dev/direct/v1/Hydromancer/info \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: YOUR_UNIBLOCK_API_KEY' \
  --data '{
    "type": "clearinghouseState",
    "user": "0x0000000000000000000000000000000000000000"
  }'

Supported Endpoints

Info

  • info
The info endpoint accepts a request body. Use the type field to specify the Hydromancer operation.