> ## 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-trade-api

> REST conventions for Trade API quote/build/status flows.

The `dzap-trade-api` skill teaches coding assistants the Trade REST schema and flow conventions.

## Coverage

* `POST /quotes`
* `POST /buildTx`
* `GET /status`
* `GET /status/multi`
* `GET /config/providers`

## Install

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

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

## Best use cases

* Backend integrations with Trade REST
* Mapping SDK flows to HTTP calls
* Building reliable quote/build/status automation

## Reference pairing

Use this skill with `tradeDocs.json` for canonical API details.
