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

# Skill: dzap-fuse-api

> REST conventions for the Fuse (Zap) API.

The `dzap-fuse-api` skill primes coding assistants with Fuse/Zap REST API shapes and terminology.

## Coverage

* `POST /v1/quote`
* `POST /v1/buildTx`
* `GET /v1/status`
* `GET /v1/config/chains`
* `GET /v1/config/providers`
* `GET /v1/pools`
* `GET /v1/pool/details`
* `GET /v1/user/positions`
* `GET /v1/user/transactions`

## Install

<Tabs>
  <Tab title="Cursor">
    ```bash theme={null}
    git clone https://github.com/dzap-io/skills.git
    cp skills/dzap-zap-api/*.md .cursor/rules/
    ```
  </Tab>

  <Tab title="Claude Code">
    ```bash theme={null}
    ln -s "$PWD/skills/dzap-zap-api" ~/.claude/skills/dzap-fuse-api
    ```
  </Tab>
</Tabs>

## Best use cases

* Building backend orchestrators for Fuse intents
* Building frontend quote/build flows
* Writing realistic test fixtures

## Reference pairing

Use this skill with `zapDocs.json` as the source of truth.
