> ## 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: QuickNode

For more information regarding the endpoints, please visit QuickNode's website: [QuickNode API Docs](https://www.quicknode.com/docs/welcome).

# Prefix

`https://api.uniblock.dev/direct/v1/QuickNode/path/to/endpoint`

# Example

<CodeGroup>
  ```bash theme={null}
  curl --request GET \
    --url https://api.uniblock.dev/direct/v1/QuickNode/path/to/endpoint \
    --header 'Content-Type: application/json' \
    --header 'accept: application/json' \
    --header 'x-api-key: YOUR_UNIBLOCK_API_KEY'
  ```
</CodeGroup>
